source: azure_iot_hub_f767zi/trunk/asp_baseplatform/lwip/contrib-2.1.0/ports/win32/msvc/lwIP_pcapif.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: 5.9 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 <ProjectName>lwIP pcapif</ProjectName>
15 <ProjectGuid>{6F44E49E-9F21-4144-91EC-53B92AEF62CE}</ProjectGuid>
16 <RootNamespace>lwIP pcapif</RootNamespace>
17 </PropertyGroup>
18 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
19 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
20 <ConfigurationType>StaticLibrary</ConfigurationType>
21 <UseOfMfc>false</UseOfMfc>
22 <CharacterSet>MultiByte</CharacterSet>
23 </PropertyGroup>
24 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
25 <ConfigurationType>StaticLibrary</ConfigurationType>
26 <UseOfMfc>false</UseOfMfc>
27 <CharacterSet>MultiByte</CharacterSet>
28 </PropertyGroup>
29 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
30 <ImportGroup Label="ExtensionSettings">
31 </ImportGroup>
32 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
33 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
34 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
35 </ImportGroup>
36 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
37 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
38 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
39 </ImportGroup>
40 <PropertyGroup Label="UserMacros" />
41 <PropertyGroup>
42 <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
43 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\$(Configuration)\</OutDir>
44 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\$(Configuration)\$(ProjectName)\</IntDir>
45 </PropertyGroup>
46 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
47 <ClCompile>
48 <Optimization>Disabled</Optimization>
49 <AdditionalIncludeDirectories>..\..\..\..\lwip\src\include;..\..\..\..\lwip\src\include\ipv4;..\..\..\..\lwip\src\include\ipv6;..\include;..\..\..\examples\example_app;.\;$(PCAP_DIR)\Include;..\..\..\..\winpcap\WpdPack\Include\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
50 <PreprocessorDefinitions>_LIB;WIN32;_DEBUG;LWIP_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
51 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
52 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
53 <PrecompiledHeader>
54 </PrecompiledHeader>
55 <ProgramDataBaseFileName>$(IntDir)$(ProjectName).pdb</ProgramDataBaseFileName>
56 <WarningLevel>EnableAllWarnings</WarningLevel>
57 <SuppressStartupBanner>true</SuppressStartupBanner>
58 <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
59 <CompileAs>Default</CompileAs>
60 <TreatWarningAsError>true</TreatWarningAsError>
61 </ClCompile>
62 <ResourceCompile>
63 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
64 <Culture>0x0407</Culture>
65 </ResourceCompile>
66 <Lib />
67 </ItemDefinitionGroup>
68 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
69 <ClCompile>
70 <Optimization>MaxSpeed</Optimization>
71 <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
72 <AdditionalIncludeDirectories>..\..\..\..\lwip\src\include;..\..\..\..\lwip\src\include\ipv4;..\..\..\..\lwip\src\include\ipv6;..\include;..\..\..\examples\example_app;.\;$(PCAP_DIR)\Include;..\..\..\..\winpcap\WpdPack\Include\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
73 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
74 <StringPooling>true</StringPooling>
75 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
76 <FunctionLevelLinking>true</FunctionLevelLinking>
77 <PrecompiledHeader>
78 </PrecompiledHeader>
79 <PrecompiledHeaderOutputFile>$(IntDir)$(TargetName).pch</PrecompiledHeaderOutputFile>
80 <ProgramDataBaseFileName>$(IntDir)$(ProjectName).pdb</ProgramDataBaseFileName>
81 <WarningLevel>EnableAllWarnings</WarningLevel>
82 <SuppressStartupBanner>true</SuppressStartupBanner>
83 <CompileAs>Default</CompileAs>
84 <TreatWarningAsError>true</TreatWarningAsError>
85 </ClCompile>
86 <ResourceCompile>
87 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
88 <Culture>0x0407</Culture>
89 </ResourceCompile>
90 <Lib>
91 <SuppressStartupBanner>true</SuppressStartupBanner>
92 </Lib>
93 </ItemDefinitionGroup>
94 <ItemGroup>
95 <ClCompile Include="..\pcapif.c" />
96 <ClCompile Include="..\pcapif_helper.c" />
97 </ItemGroup>
98 <ItemGroup>
99 <ClInclude Include="..\pcapif.h" />
100 <ClInclude Include="..\pcapif_helper.h" />
101 </ItemGroup>
102 <ItemGroup>
103 <ProjectReference Include="lwIP.vcxproj">
104 <Project>{2cc276fa-b226-49c9-8f82-7fcd5a228e28}</Project>
105 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
106 </ProjectReference>
107 </ItemGroup>
108 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
109 <ImportGroup Label="ExtensionTargets">
110 </ImportGroup>
111</Project>
Note: See TracBrowser for help on using the repository browser.