2015-03-16 23:42:36 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2017-05-25 22:58:59 +00:00
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2013-12-07 20:12:02 +00:00
|
|
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
|
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Release|x64">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
<ProjectGuid>{31643FDB-1BB8-4965-9DE7-000FC88D35AE}</ProjectGuid>
|
2017-05-26 12:36:33 +00:00
|
|
|
|
<WindowsTargetPlatformVersion>10.0.15063.0</WindowsTargetPlatformVersion>
|
2013-12-07 20:12:02 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
|
|
<PropertyGroup Label="Configuration">
|
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
2017-05-25 22:58:59 +00:00
|
|
|
|
<PlatformToolset>v141</PlatformToolset>
|
2013-12-07 20:12:02 +00:00
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration">
|
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration">
|
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
|
|
<ImportGroup Label="ExtensionSettings">
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Label="PropertySheets">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
<Import Project="..\..\Source\VSProps\Base.props" />
|
2014-08-20 03:12:14 +00:00
|
|
|
|
<Import Project="..\..\Source\VSProps\ClDisableAllWarnings.props" />
|
2013-12-07 20:12:02 +00:00
|
|
|
|
</ImportGroup>
|
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClInclude Include="src\codelength.h" />
|
|
|
|
|
<ClInclude Include="src\connecthostport.h" />
|
|
|
|
|
<ClInclude Include="src\igd_desc_parse.h" />
|
|
|
|
|
<ClInclude Include="src\minisoap.h" />
|
|
|
|
|
<ClInclude Include="src\minissdpc.h" />
|
|
|
|
|
<ClInclude Include="src\miniupnpc.h" />
|
2015-10-14 03:21:28 +00:00
|
|
|
|
<ClInclude Include="src\miniupnpc_declspec.h" />
|
2013-12-07 20:12:02 +00:00
|
|
|
|
<ClInclude Include="src\miniupnpcstrings.h" />
|
|
|
|
|
<ClInclude Include="src\miniupnpctypes.h" />
|
|
|
|
|
<ClInclude Include="src\miniwget.h" />
|
|
|
|
|
<ClInclude Include="src\minixml.h" />
|
|
|
|
|
<ClInclude Include="src\portlistingparse.h" />
|
|
|
|
|
<ClInclude Include="src\receivedata.h" />
|
|
|
|
|
<ClInclude Include="src\upnpcommands.h" />
|
2015-10-14 03:21:28 +00:00
|
|
|
|
<ClInclude Include="src\upnpdev.h" />
|
2013-12-07 20:12:02 +00:00
|
|
|
|
<ClInclude Include="src\upnperrors.h" />
|
|
|
|
|
<ClInclude Include="src\upnpreplyparse.h" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClCompile Include="src\connecthostport.c" />
|
|
|
|
|
<ClCompile Include="src\igd_desc_parse.c" />
|
|
|
|
|
<ClCompile Include="src\minisoap.c" />
|
2015-10-14 03:21:28 +00:00
|
|
|
|
<ClCompile Include="src\minissdpc.c" />
|
2013-12-07 20:12:02 +00:00
|
|
|
|
<ClCompile Include="src\miniupnpc.c" />
|
|
|
|
|
<ClCompile Include="src\miniwget.c" />
|
|
|
|
|
<ClCompile Include="src\minixml.c" />
|
|
|
|
|
<ClCompile Include="src\portlistingparse.c" />
|
|
|
|
|
<ClCompile Include="src\receivedata.c" />
|
|
|
|
|
<ClCompile Include="src\upnpcommands.c" />
|
2015-10-14 03:21:28 +00:00
|
|
|
|
<ClCompile Include="src\upnpdev.c" />
|
2013-12-07 20:12:02 +00:00
|
|
|
|
<ClCompile Include="src\upnperrors.c" />
|
|
|
|
|
<ClCompile Include="src\upnpreplyparse.c" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="LICENSE" />
|
|
|
|
|
<None Include="README" />
|
|
|
|
|
<None Include="VERSION" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Text Include="apiversions.txt" />
|
|
|
|
|
<Text Include="Changelog.txt" />
|
|
|
|
|
<Text Include="CMakeLists.txt" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
</ImportGroup>
|
2017-05-25 22:58:59 +00:00
|
|
|
|
</Project>
|