1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <ItemGroup Label="ProjectConfigurations">
4    <ProjectConfiguration Include="Debug Dll|Win32">
5      <Configuration>Debug Dll</Configuration>
6      <Platform>Win32</Platform>
7    </ProjectConfiguration>
8    <ProjectConfiguration Include="Debug|Win32">
9      <Configuration>Debug</Configuration>
10      <Platform>Win32</Platform>
11    </ProjectConfiguration>
12    <ProjectConfiguration Include="Release Dll|Win32">
13      <Configuration>Release Dll</Configuration>
14      <Platform>Win32</Platform>
15    </ProjectConfiguration>
16    <ProjectConfiguration Include="Release|Win32">
17      <Configuration>Release</Configuration>
18      <Platform>Win32</Platform>
19    </ProjectConfiguration>
20  </ItemGroup>
21  <PropertyGroup Label="Globals">
22    <ProjectGuid>{469E1CF6-08A2-4B7B-A2AA-5BDB089857C1}</ProjectGuid>
23    <RootNamespace>upnpcstatic</RootNamespace>
24    <Keyword>Win32Proj</Keyword>
25  </PropertyGroup>
26  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
27  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
28    <ConfigurationType>Application</ConfigurationType>
29    <PlatformToolset>v140</PlatformToolset>
30    <CharacterSet>Unicode</CharacterSet>
31    <WholeProgramOptimization>true</WholeProgramOptimization>
32  </PropertyGroup>
33  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Dll|Win32'" Label="Configuration">
34    <ConfigurationType>Application</ConfigurationType>
35    <PlatformToolset>v140</PlatformToolset>
36    <CharacterSet>Unicode</CharacterSet>
37    <WholeProgramOptimization>true</WholeProgramOptimization>
38  </PropertyGroup>
39  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
40    <ConfigurationType>Application</ConfigurationType>
41    <PlatformToolset>v140</PlatformToolset>
42    <CharacterSet>Unicode</CharacterSet>
43  </PropertyGroup>
44  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Dll|Win32'" Label="Configuration">
45    <ConfigurationType>Application</ConfigurationType>
46    <PlatformToolset>v140</PlatformToolset>
47    <CharacterSet>Unicode</CharacterSet>
48  </PropertyGroup>
49  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
50  <ImportGroup Label="ExtensionSettings">
51  </ImportGroup>
52  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
53    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
54  </ImportGroup>
55  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release Dll|Win32'" Label="PropertySheets">
56    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
57  </ImportGroup>
58  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
59    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
60  </ImportGroup>
61  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug Dll|Win32'" Label="PropertySheets">
62    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
63  </ImportGroup>
64  <PropertyGroup Label="UserMacros" />
65  <PropertyGroup>
66    <_ProjectFileVersion>14.0.25123.0</_ProjectFileVersion>
67  </PropertyGroup>
68  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
69    <OutDir>$(SolutionDir)$(Configuration)\</OutDir>
70    <IntDir>$(Configuration)\</IntDir>
71    <LinkIncremental>true</LinkIncremental>
72  </PropertyGroup>
73  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Dll|Win32'">
74    <OutDir>$(SolutionDir)$(Configuration)\</OutDir>
75    <IntDir>$(Configuration)\</IntDir>
76    <LinkIncremental>true</LinkIncremental>
77  </PropertyGroup>
78  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
79    <OutDir>$(SolutionDir)$(Configuration)\</OutDir>
80    <IntDir>$(Configuration)\</IntDir>
81    <LinkIncremental>false</LinkIncremental>
82  </PropertyGroup>
83  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Dll|Win32'">
84    <OutDir>$(SolutionDir)$(Configuration)\</OutDir>
85    <IntDir>$(Configuration)\</IntDir>
86    <LinkIncremental>false</LinkIncremental>
87  </PropertyGroup>
88  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
89    <ClCompile>
90      <Optimization>Disabled</Optimization>
91      <PreprocessorDefinitions>_DEBUG;_CONSOLE;MINIUPNP_STATICLIB;DEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
92      <MinimalRebuild>true</MinimalRebuild>
93      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
94      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
95      <PrecompiledHeader />
96      <WarningLevel>Level3</WarningLevel>
97      <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
98    </ClCompile>
99    <Link>
100      <AdditionalDependencies>ws2_32.lib;$(Configuration)\miniupnpc.lib;IPHlpApi.Lib;%(AdditionalDependencies)</AdditionalDependencies>
101      <GenerateDebugInformation>true</GenerateDebugInformation>
102      <SubSystem>Console</SubSystem>
103      <TargetMachine>MachineX86</TargetMachine>
104    </Link>
105  </ItemDefinitionGroup>
106  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Dll|Win32'">
107    <ClCompile>
108      <Optimization>Disabled</Optimization>
109      <PreprocessorDefinitions>_DEBUG;_CONSOLE;MINIUPNP_STATICLIB;DEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
110      <MinimalRebuild>true</MinimalRebuild>
111      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
112      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
113      <PrecompiledHeader>
114      </PrecompiledHeader>
115      <WarningLevel>Level3</WarningLevel>
116      <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
117    </ClCompile>
118    <Link>
119      <AdditionalDependencies>ws2_32.lib;$(Configuration)\miniupnpc.lib;$(AdditionalDependencies)</AdditionalDependencies>
120      <GenerateDebugInformation>true</GenerateDebugInformation>
121      <SubSystem>Console</SubSystem>
122      <TargetMachine>MachineX86</TargetMachine>
123    </Link>
124  </ItemDefinitionGroup>
125  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
126    <ClCompile>
127      <Optimization>MaxSpeed</Optimization>
128      <IntrinsicFunctions>true</IntrinsicFunctions>
129      <PreprocessorDefinitions>NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;MINIUPNP_STATICLIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
130      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
131      <FunctionLevelLinking>true</FunctionLevelLinking>
132      <PrecompiledHeader />
133      <WarningLevel>Level3</WarningLevel>
134      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
135    </ClCompile>
136    <Link>
137      <AdditionalDependencies>ws2_32.lib;$(Configuration)\miniupnpc.lib;IPHlpApi.Lib;%(AdditionalDependencies)</AdditionalDependencies>
138      <GenerateDebugInformation>true</GenerateDebugInformation>
139      <SubSystem>Console</SubSystem>
140      <OptimizeReferences>true</OptimizeReferences>
141      <EnableCOMDATFolding>true</EnableCOMDATFolding>
142      <TargetMachine>MachineX86</TargetMachine>
143    </Link>
144  </ItemDefinitionGroup>
145  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Dll|Win32'">
146    <ClCompile>
147      <Optimization>MaxSpeed</Optimization>
148      <IntrinsicFunctions>true</IntrinsicFunctions>
149      <PreprocessorDefinitions>NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
150      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
151      <FunctionLevelLinking>true</FunctionLevelLinking>
152      <PrecompiledHeader>
153      </PrecompiledHeader>
154      <WarningLevel>Level3</WarningLevel>
155      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
156    </ClCompile>
157    <Link>
158      <AdditionalDependencies>ws2_32.lib;$(Configuration)\miniupnpc.lib;IPHlpApi.Lib;%(AdditionalDependencies)</AdditionalDependencies>
159      <GenerateDebugInformation>true</GenerateDebugInformation>
160      <SubSystem>Console</SubSystem>
161      <OptimizeReferences>true</OptimizeReferences>
162      <EnableCOMDATFolding>true</EnableCOMDATFolding>
163      <TargetMachine>MachineX86</TargetMachine>
164    </Link>
165  </ItemDefinitionGroup>
166  <ItemGroup>
167    <ClCompile Include="..\upnpc.c" />
168  </ItemGroup>
169  <ItemGroup>
170    <ProjectReference Include="miniupnpc.vcxproj">
171      <Project>{d28ce435-cb33-4bae-8a52-c6ef915956f5}</Project>
172      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
173    </ProjectReference>
174  </ItemGroup>
175  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
176  <ImportGroup Label="ExtensionTargets">
177  </ImportGroup>
178</Project>