Switch to side-by-side view

--- a
+++ b/windows/msvc14/libupnpp/libupnpp.vcxproj
@@ -0,0 +1,119 @@
+ďťż<?xml version="1.0" encoding="utf-8"?>
+<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+  <ItemGroup Label="ProjectConfigurations">
+    <ProjectConfiguration Include="Debug|Win32">
+      <Configuration>Debug</Configuration>
+      <Platform>Win32</Platform>
+    </ProjectConfiguration>
+    <ProjectConfiguration Include="Release|Win32">
+      <Configuration>Release</Configuration>
+      <Platform>Win32</Platform>
+    </ProjectConfiguration>
+  </ItemGroup>
+  <PropertyGroup Label="Globals">
+    <ProjectGuid>{0F439D82-0612-45C3-9100-16ECB7E72659}</ProjectGuid>
+    <Keyword>Win32Proj</Keyword>
+    <RootNamespace>libupnpp</RootNamespace>
+  </PropertyGroup>
+  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
+    <ConfigurationType>StaticLibrary</ConfigurationType>
+    <UseDebugLibraries>true</UseDebugLibraries>
+    <PlatformToolset>v140</PlatformToolset>
+    <CharacterSet>Unicode</CharacterSet>
+  </PropertyGroup>
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
+    <ConfigurationType>StaticLibrary</ConfigurationType>
+    <UseDebugLibraries>false</UseDebugLibraries>
+    <PlatformToolset>v140</PlatformToolset>
+    <WholeProgramOptimization>true</WholeProgramOptimization>
+    <CharacterSet>Unicode</CharacterSet>
+  </PropertyGroup>
+  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
+  <ImportGroup Label="ExtensionSettings">
+  </ImportGroup>
+  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
+    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
+  </ImportGroup>
+  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
+    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
+  </ImportGroup>
+  <PropertyGroup Label="UserMacros" />
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
+    <LinkIncremental>true</LinkIncremental>
+  </PropertyGroup>
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
+    <LinkIncremental>false</LinkIncremental>
+  </PropertyGroup>
+  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
+    <ClCompile>
+      <PrecompiledHeader>
+      </PrecompiledHeader>
+      <WarningLevel>Level3</WarningLevel>
+      <Optimization>Disabled</Optimization>
+      <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBUPNPP_EXPORTS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+      <SDLCheck>true</SDLCheck>
+      <AdditionalIncludeDirectories>C:\Users\Bill\Documents\UPnP\regex\include;C:\Users\Bill\Documents\UPnP\expat-2.1.0\lib;C:\Users\Bill\Documents\UPnP\curl-7.43.0\include;C:\Users\Bill\Documents\UPnP\pupnp\pthreads;C:\Users\Bill\Documents\UPnP\pupnp\include;C:\Users\Bill\Documents\UPnP\libupnpp;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+    </ClCompile>
+    <Link>
+      <SubSystem>Windows</SubSystem>
+      <GenerateDebugInformation>true</GenerateDebugInformation>
+      <AdditionalLibraryDirectories>C:\Users\Bill\Documents\UPnP\curl-7.43.0\build\Win32\VC12\LIB Debug;C:\Users\Bill\Documents\UPnP\expat-2.1.0\win32\bin\Debug;C:\Users\Bill\Documents\UPnP\pthreads-w32-2-9-1-release\pthreads.2;C:\Users\Bill\Documents\UPnP\pupnp\build\vc10\out.vc10.Win32\Debug\bin;C:\Users\Bill\Documents\UPnP\pupnp\build\vc10\out.vc10.Win32\Debug\lib\threadutil;C:\Users\Bill\Documents\UPnP\pupnp\build\vc10\out.vc10.Win32\Debug\lib\ixml;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
+      <AdditionalDependencies>libupnp.lib;Ws2_32.lib;wldap32.lib;iphlpapi.lib;libcurld.lib;pthreadvc2.lib;libexpat.lib;%(AdditionalDependencies)</AdditionalDependencies>
+    </Link>
+  </ItemDefinitionGroup>
+  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
+    <ClCompile>
+      <WarningLevel>Level3</WarningLevel>
+      <PrecompiledHeader>
+      </PrecompiledHeader>
+      <Optimization>MaxSpeed</Optimization>
+      <FunctionLevelLinking>true</FunctionLevelLinking>
+      <IntrinsicFunctions>true</IntrinsicFunctions>
+      <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBUPNPP_EXPORTS;_CRT_SECURE_NO_WARNINGS;HAVE_STRUCT_TIMESPEC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+      <SDLCheck>true</SDLCheck>
+      <AdditionalIncludeDirectories>C:\Users\Bill\Documents\UPnP\curl-7.43.0\include;C:\Users\Bill\Documents\UPnP\pupnp\pthreads;C:\Users\Bill\Documents\UPnP\pupnp\include;C:\Users\Bill\Documents\UPnP\expat-2.1.0\lib;C:\Users\Bill\Documents\UPnP\libupnpp;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+    </ClCompile>
+    <Link>
+      <SubSystem>Windows</SubSystem>
+      <GenerateDebugInformation>true</GenerateDebugInformation>
+      <EnableCOMDATFolding>true</EnableCOMDATFolding>
+      <OptimizeReferences>true</OptimizeReferences>
+    </Link>
+  </ItemDefinitionGroup>
+  <ItemGroup>
+    <ClCompile Include="..\..\..\libupnpp\base64.cxx" />
+    <ClCompile Include="..\..\..\libupnpp\control\avlastchg.cxx" />
+    <ClCompile Include="..\..\..\libupnpp\control\avtransport.cxx" />
+    <ClCompile Include="..\..\..\libupnpp\control\cdircontent.cxx" />
+    <ClCompile Include="..\..\..\libupnpp\control\cdirectory.cxx" />
+    <ClCompile Include="..\..\..\libupnpp\control\description.cxx" />
+    <ClCompile Include="..\..\..\libupnpp\control\device.cxx" />
+    <ClCompile Include="..\..\..\libupnpp\control\discovery.cxx" />
+    <ClCompile Include="..\..\..\libupnpp\control\httpdownload.cxx" />
+    <ClCompile Include="..\..\..\libupnpp\control\mediarenderer.cxx" />
+    <ClCompile Include="..\..\..\libupnpp\control\mediaserver.cxx" />
+    <ClCompile Include="..\..\..\libupnpp\control\ohplaylist.cxx" />
+    <ClCompile Include="..\..\..\libupnpp\control\ohproduct.cxx" />
+    <ClCompile Include="..\..\..\libupnpp\control\ohreceiver.cxx" />
+    <ClCompile Include="..\..\..\libupnpp\control\ohtime.cxx" />
+    <ClCompile Include="..\..\..\libupnpp\control\ohvolume.cxx" />
+    <ClCompile Include="..\..\..\libupnpp\control\renderingcontrol.cxx" />
+    <ClCompile Include="..\..\..\libupnpp\control\service.cxx" />
+    <ClCompile Include="..\..\..\libupnpp\device\vdir.cxx" />
+    <ClCompile Include="..\..\..\libupnpp\getsyshwaddr.c" />
+    <ClCompile Include="..\..\..\libupnpp\ixmlwrap.cxx" />
+    <ClCompile Include="..\..\..\libupnpp\log.cxx" />
+    <ClCompile Include="..\..\..\libupnpp\md5.cxx" />
+    <ClCompile Include="..\..\..\libupnpp\soaphelp.cxx" />
+    <ClCompile Include="..\..\..\libupnpp\upnpavutils.cxx" />
+    <ClCompile Include="..\..\..\libupnpp\upnpplib.cxx" />
+  </ItemGroup>
+  <ItemGroup>
+    <ClInclude Include="..\..\..\libupnpp\device\device.hxx" />
+    <ClInclude Include="..\..\..\libupnpp\device\vdir.hxx" />
+  </ItemGroup>
+  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
+  <ImportGroup Label="ExtensionTargets">
+  </ImportGroup>
+</Project>