source: azure_iot_hub_f767zi/trunk/asp_baseplatform/lwip/contrib-2.1.0/apps/LwipMibCompiler/LwipMibCompiler/LwipMibCompiler.csproj@ 457

Last change on this file since 457 was 457, checked in by coas-nagasima, 4 years ago

ファイルを追加

  • Property svn:eol-style set to CRLF
  • Property svn:mime-type set to text/xml
File size: 3.1 KB
RevLine 
[457]1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>8.0.30703</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{C25D5640-D999-49BD-82E0-A1975296A91E}</ProjectGuid>
9 <OutputType>Exe</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>LwipMibCompiler</RootNamespace>
12 <AssemblyName>LwipMibCompiler</AssemblyName>
13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14 <FileAlignment>512</FileAlignment>
15 <TargetFrameworkProfile />
16 </PropertyGroup>
17 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
18 <DebugSymbols>true</DebugSymbols>
19 <OutputPath>bin\Debug\</OutputPath>
20 <DefineConstants>DEBUG;TRACE</DefineConstants>
21 <DebugType>full</DebugType>
22 <PlatformTarget>AnyCPU</PlatformTarget>
23 <ErrorReport>prompt</ErrorReport>
24 <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
25 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
26 <WarningLevel>4</WarningLevel>
27 <Optimize>false</Optimize>
28 <UseVSHostingProcess>false</UseVSHostingProcess>
29 </PropertyGroup>
30 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
31 <OutputPath>bin\Release\</OutputPath>
32 <DefineConstants>TRACE</DefineConstants>
33 <Optimize>true</Optimize>
34 <DebugType>pdbonly</DebugType>
35 <PlatformTarget>AnyCPU</PlatformTarget>
36 <ErrorReport>prompt</ErrorReport>
37 <WarningLevel>4</WarningLevel>
38 <UseVSHostingProcess>false</UseVSHostingProcess>
39 </PropertyGroup>
40 <ItemGroup>
41 <Reference Include="System" />
42 </ItemGroup>
43 <ItemGroup>
44 <Compile Include="Program.cs" />
45 <Compile Include="Properties\AssemblyInfo.cs" />
46 </ItemGroup>
47 <ItemGroup>
48 <None Include="app.config" />
49 </ItemGroup>
50 <ItemGroup>
51 <ProjectReference Include="..\CCodeGeneration\CCodeGeneration.csproj">
52 <Project>{7DA7C0AB-0982-4BF5-9324-F59A7A08D65B}</Project>
53 <Name>CCodeGeneration</Name>
54 </ProjectReference>
55 <ProjectReference Include="..\LwipSnmpCodeGeneration\LwipSnmpCodeGeneration.csproj">
56 <Project>{AABCAB90-1540-45D4-A159-14831A54E9A3}</Project>
57 <Name>LwipSnmpCodeGeneration</Name>
58 </ProjectReference>
59 <ProjectReference Include="..\SharpSnmpLib\SharpSnmpLib.Mib.csproj">
60 <Project>{CBE20411-5DB7-487D-825D-7694267BB6F5}</Project>
61 <Name>SharpSnmpLib.Mib</Name>
62 </ProjectReference>
63 </ItemGroup>
64 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
65 <PropertyGroup />
66 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
67 Other similar extension points exist, see Microsoft.Common.targets.
68 <Target Name="BeforeBuild">
69 </Target>
70 <Target Name="AfterBuild">
71 </Target>
72 -->
73</Project>
Note: See TracBrowser for help on using the repository browser.