source: azure_iot_hub_f767zi/trunk/asp_baseplatform/lwip/contrib-2.1.0/apps/LwipMibCompiler/MibViewer/MibViewer.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: 4.0 KB
Line 
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>{86CC0B65-7985-4017-A252-0A7A18DCAEF3}</ProjectGuid>
9 <OutputType>WinExe</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>LwipMibViewer</RootNamespace>
12 <AssemblyName>MibViewer</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 <ErrorReport>prompt</ErrorReport>
23 <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
24 <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
25 <WarningLevel>4</WarningLevel>
26 <Optimize>false</Optimize>
27 <UseVSHostingProcess>false</UseVSHostingProcess>
28 </PropertyGroup>
29 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
30 <OutputPath>bin\Release\</OutputPath>
31 <DefineConstants>TRACE</DefineConstants>
32 <Optimize>true</Optimize>
33 <DebugType>pdbonly</DebugType>
34 <PlatformTarget>AnyCPU</PlatformTarget>
35 <ErrorReport>prompt</ErrorReport>
36 <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
37 <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
38 <WarningLevel>4</WarningLevel>
39 <UseVSHostingProcess>false</UseVSHostingProcess>
40 </PropertyGroup>
41 <ItemGroup>
42 <Reference Include="System" />
43 <Reference Include="System.Drawing" />
44 <Reference Include="System.Windows.Forms" />
45 </ItemGroup>
46 <ItemGroup>
47 <Compile Include="FormMain.cs">
48 <SubType>Form</SubType>
49 </Compile>
50 <Compile Include="FormMain.Designer.cs">
51 <DependentUpon>FormMain.cs</DependentUpon>
52 </Compile>
53 <Compile Include="Program.cs" />
54 <Compile Include="Properties\AssemblyInfo.cs" />
55 <EmbeddedResource Include="FormMain.resx">
56 <DependentUpon>FormMain.cs</DependentUpon>
57 </EmbeddedResource>
58 <EmbeddedResource Include="Properties\Resources.resx">
59 <Generator>ResXFileCodeGenerator</Generator>
60 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
61 <SubType>Designer</SubType>
62 </EmbeddedResource>
63 <Compile Include="Properties\Resources.Designer.cs">
64 <AutoGen>True</AutoGen>
65 <DependentUpon>Resources.resx</DependentUpon>
66 <DesignTime>True</DesignTime>
67 </Compile>
68 <None Include="app.config" />
69 <None Include="Properties\Settings.settings">
70 <Generator>SettingsSingleFileGenerator</Generator>
71 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
72 </None>
73 <Compile Include="Properties\Settings.Designer.cs">
74 <AutoGen>True</AutoGen>
75 <DependentUpon>Settings.settings</DependentUpon>
76 <DesignTimeSharedInput>True</DesignTimeSharedInput>
77 </Compile>
78 </ItemGroup>
79 <ItemGroup>
80 <ProjectReference Include="..\SharpSnmpLib\SharpSnmpLib.Mib.csproj">
81 <Project>{CBE20411-5DB7-487D-825D-7694267BB6F5}</Project>
82 <Name>SharpSnmpLib.Mib</Name>
83 </ProjectReference>
84 </ItemGroup>
85 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
86 <PropertyGroup />
87 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
88 Other similar extension points exist, see Microsoft.Common.targets.
89 <Target Name="BeforeBuild">
90 </Target>
91 <Target Name="AfterBuild">
92 </Target>
93 -->
94</Project>
Note: See TracBrowser for help on using the repository browser.