source: azure_iot_hub_f767zi/trunk/asp_baseplatform/lwip/contrib-2.1.0/ports/win32/msvc/lwIP_Test.vcxproj@ 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: 11.5 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <ItemGroup Label="ProjectConfigurations">
4 <ProjectConfiguration Include="Debug|Win32">
5 <Configuration>Debug</Configuration>
6 <Platform>Win32</Platform>
7 </ProjectConfiguration>
8 <ProjectConfiguration Include="Release|Win32">
9 <Configuration>Release</Configuration>
10 <Platform>Win32</Platform>
11 </ProjectConfiguration>
12 </ItemGroup>
13 <PropertyGroup Label="Globals">
14 <ProjectGuid>{8CC0CE51-32CF-4585-BFAF-A9343BC5A96D}</ProjectGuid>
15 <RootNamespace>lwIP_test</RootNamespace>
16 </PropertyGroup>
17 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
18 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
19 <ConfigurationType>Application</ConfigurationType>
20 <UseOfMfc>false</UseOfMfc>
21 <CharacterSet>MultiByte</CharacterSet>
22 </PropertyGroup>
23 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
24 <ConfigurationType>Application</ConfigurationType>
25 <UseOfMfc>false</UseOfMfc>
26 <CharacterSet>MultiByte</CharacterSet>
27 </PropertyGroup>
28 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
29 <ImportGroup Label="ExtensionSettings">
30 </ImportGroup>
31 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
32 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
33 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
34 </ImportGroup>
35 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
36 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
37 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
38 </ImportGroup>
39 <PropertyGroup Label="UserMacros" />
40 <PropertyGroup>
41 <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
42 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\$(Configuration)\</OutDir>
43 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\$(Configuration)\$(ProjectName)\</IntDir>
44 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
45 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
46 </PropertyGroup>
47 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
48 <Midl>
49 <TypeLibraryName>.\Release/test.tlb</TypeLibraryName>
50 <HeaderFileName>
51 </HeaderFileName>
52 </Midl>
53 <ClCompile>
54 <Optimization>MaxSpeed</Optimization>
55 <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
56 <AdditionalIncludeDirectories>..\..\..\..\lwip\src\include;..\..\..\..\lwip\src\include\ipv4;..\..\..\..\lwip\src\include\ipv6;..\include;..\..\..\examples\example_app;..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
57 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
58 <StringPooling>true</StringPooling>
59 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
60 <FunctionLevelLinking>true</FunctionLevelLinking>
61 <PrecompiledHeader>
62 </PrecompiledHeader>
63 <PrecompiledHeaderOutputFile>$(IntDir)$(TargetName).pch</PrecompiledHeaderOutputFile>
64 <ProgramDataBaseFileName>$(IntDir)$(ProjectName).pdb</ProgramDataBaseFileName>
65 <WarningLevel>EnableAllWarnings</WarningLevel>
66 <SuppressStartupBanner>true</SuppressStartupBanner>
67 <CompileAs>Default</CompileAs>
68 <TreatWarningAsError>true</TreatWarningAsError>
69 </ClCompile>
70 <ResourceCompile>
71 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
72 <Culture>0x0407</Culture>
73 </ResourceCompile>
74 <Link>
75 <AdditionalDependencies>Packet.lib;wpcap.lib;%(AdditionalDependencies)</AdditionalDependencies>
76 <SuppressStartupBanner>true</SuppressStartupBanner>
77 <AdditionalLibraryDirectories>$(PCAP_DIR)\Lib;..\..\..\..\winpcap\WpdPack\Lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
78 <ProgramDatabaseFile>.\Release/test.pdb</ProgramDatabaseFile>
79 <SubSystem>Console</SubSystem>
80 <RandomizedBaseAddress>false</RandomizedBaseAddress>
81 <DataExecutionPrevention>
82 </DataExecutionPrevention>
83 <TargetMachine>MachineX86</TargetMachine>
84 <GenerateMapFile>true</GenerateMapFile>
85 <MapFileName>$(TargetDir)$(TargetName).map</MapFileName>
86 </Link>
87 </ItemDefinitionGroup>
88 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
89 <Midl>
90 <TypeLibraryName>.\Debug/test.tlb</TypeLibraryName>
91 <HeaderFileName>
92 </HeaderFileName>
93 </Midl>
94 <ClCompile>
95 <Optimization>Disabled</Optimization>
96 <AdditionalIncludeDirectories>..\..\..\..\lwip\src\include;..\..\..\..\lwip\src\include\ipv4;..\..\..\..\lwip\src\include\ipv6;..\include;..\..\..\examples\example_app;..\..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
97 <PreprocessorDefinitions>_CONSOLE;WIN32;_DEBUG;LWIP_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
98 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
99 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
100 <PrecompiledHeader>
101 </PrecompiledHeader>
102 <PrecompiledHeaderOutputFile>$(IntDir)$(TargetName).pch</PrecompiledHeaderOutputFile>
103 <ProgramDataBaseFileName>$(IntDir)$(ProjectName).pdb</ProgramDataBaseFileName>
104 <WarningLevel>EnableAllWarnings</WarningLevel>
105 <SuppressStartupBanner>true</SuppressStartupBanner>
106 <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
107 <CompileAs>Default</CompileAs>
108 <TreatWarningAsError>true</TreatWarningAsError>
109 </ClCompile>
110 <ResourceCompile>
111 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
112 <Culture>0x0407</Culture>
113 </ResourceCompile>
114 <Link>
115 <AdditionalDependencies>Packet.lib;wpcap.lib;%(AdditionalDependencies)</AdditionalDependencies>
116 <SuppressStartupBanner>true</SuppressStartupBanner>
117 <AdditionalLibraryDirectories>$(PCAP_DIR)\Lib;..\..\..\..\winpcap\WpdPack\Lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
118 <GenerateDebugInformation>true</GenerateDebugInformation>
119 <SubSystem>Console</SubSystem>
120 <RandomizedBaseAddress>false</RandomizedBaseAddress>
121 <DataExecutionPrevention>
122 </DataExecutionPrevention>
123 <TargetMachine>MachineX86</TargetMachine>
124 <GenerateMapFile>false</GenerateMapFile>
125 <MapFileName>$(TargetDir)$(TargetName).map</MapFileName>
126 </Link>
127 </ItemDefinitionGroup>
128 <ItemGroup>
129 <ClCompile Include="..\..\..\addons\ipv6_static_routing\ip6_route_table.c" />
130 <ClCompile Include="..\..\..\addons\tcp_isn\tcp_isn.c" />
131 <ClCompile Include="..\..\..\apps\tcpecho_raw\tcpecho_raw.c" />
132 <ClCompile Include="..\..\..\apps\udpecho_raw\udpecho_raw.c" />
133 <ClCompile Include="..\..\..\examples\example_app\test.c" />
134 <ClCompile Include="..\..\..\examples\httpd\cgi_example\cgi_example.c" />
135 <ClCompile Include="..\..\..\examples\httpd\fs_example\fs_example.c" />
136 <ClCompile Include="..\..\..\examples\httpd\genfiles_example\genfiles_example.c" />
137 <ClCompile Include="..\..\..\examples\httpd\post_example\post_example.c" />
138 <ClCompile Include="..\..\..\examples\httpd\ssi_example\ssi_example.c" />
139 <ClCompile Include="..\..\..\examples\lwiperf\lwiperf_example.c" />
140 <ClCompile Include="..\..\..\examples\mdns\mdns_example.c" />
141 <ClCompile Include="..\..\..\examples\mqtt\mqtt_example.c" />
142 <ClCompile Include="..\..\..\examples\ppp\pppos_example.c" />
143 <ClCompile Include="..\..\..\examples\snmp\snmp_example.c" />
144 <ClCompile Include="..\..\..\examples\snmp\snmp_private_mib\lwip_prvmib.c" />
145 <ClCompile Include="..\..\..\examples\snmp\snmp_v3\snmpv3_dummy.c" />
146 <ClCompile Include="..\..\..\examples\sntp\sntp_example.c" />
147 <ClCompile Include="..\..\..\examples\tftp\tftp_example.c" />
148 <ClCompile Include="..\..\..\apps\chargen\chargen.c" />
149 <ClCompile Include="..\..\..\apps\httpserver\httpserver-netconn.c" />
150 <ClCompile Include="..\..\..\apps\netio\netio.c" />
151 <ClCompile Include="..\..\..\apps\ping\ping.c" />
152 <ClCompile Include="..\..\..\apps\rtp\rtp.c" />
153 <ClCompile Include="..\..\..\apps\shell\shell.c" />
154 <ClCompile Include="..\..\..\apps\socket_examples\socket_examples.c" />
155 <ClCompile Include="..\..\..\apps\tcpecho\tcpecho.c" />
156 <ClCompile Include="..\..\..\apps\udpecho\udpecho.c" />
157 <ClCompile Include="..\example_app\default_netif.c" />
158 </ItemGroup>
159 <ItemGroup>
160 <ClInclude Include="..\..\..\addons\ipv6_static_routing\ip6_route_table.h" />
161 <ClInclude Include="..\..\..\addons\tcp_isn\tcp_isn.h" />
162 <ClInclude Include="..\..\..\apps\chargen\chargen.h" />
163 <ClInclude Include="..\..\..\apps\httpserver\httpserver-netconn.h" />
164 <ClInclude Include="..\..\..\apps\netio\netio.h" />
165 <ClInclude Include="..\..\..\apps\ping\ping.h" />
166 <ClInclude Include="..\..\..\apps\rtp\rtp.h" />
167 <ClInclude Include="..\..\..\apps\shell\shell.h" />
168 <ClInclude Include="..\..\..\apps\socket_examples\socket_examples.h" />
169 <ClInclude Include="..\..\..\apps\tcpecho\tcpecho.h" />
170 <ClInclude Include="..\..\..\apps\tcpecho_raw\tcpecho_raw.h" />
171 <ClInclude Include="..\..\..\apps\udpecho\udpecho.h" />
172 <ClInclude Include="..\..\..\apps\udpecho_raw\udpecho_raw.h" />
173 <ClInclude Include="..\..\..\examples\httpd\cgi_example\cgi_example.h" />
174 <ClInclude Include="..\..\..\examples\httpd\fs_example\fs_example.h" />
175 <ClInclude Include="..\..\..\examples\httpd\genfiles_example\genfiles_example.h" />
176 <ClInclude Include="..\..\..\examples\httpd\ssi_example\ssi_example.h" />
177 <ClInclude Include="..\..\..\examples\lwiperf\lwiperf_example.h" />
178 <ClInclude Include="..\..\..\examples\mdns\mdns_example.h" />
179 <ClInclude Include="..\..\..\examples\mqtt\mqtt_example.h" />
180 <ClInclude Include="..\..\..\examples\ppp\pppos_example.h" />
181 <ClInclude Include="..\..\..\examples\snmp\snmp_example.h" />
182 <ClInclude Include="..\..\..\examples\snmp\snmp_private_mib\private_mib.h" />
183 <ClInclude Include="..\..\..\examples\snmp\snmp_v3\snmpv3_dummy.h" />
184 <ClInclude Include="..\..\..\examples\sntp\sntp_example.h" />
185 <ClInclude Include="..\..\..\examples\tftp\tftp_example.h" />
186 </ItemGroup>
187 <ItemGroup>
188 <None Include="..\..\..\addons\ipv6_static_routing\README" />
189 </ItemGroup>
190 <ItemGroup>
191 <ProjectReference Include="lwIP.vcxproj">
192 <Project>{2cc276fa-b226-49c9-8f82-7fcd5a228e28}</Project>
193 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
194 </ProjectReference>
195 <ProjectReference Include="lwIP_pcapif.vcxproj">
196 <Project>{6f44e49e-9f21-4144-91ec-53b92aef62ce}</Project>
197 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
198 </ProjectReference>
199 </ItemGroup>
200 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
201 <ImportGroup Label="ExtensionTargets">
202 </ImportGroup>
203</Project>
Note: See TracBrowser for help on using the repository browser.