Makefile separators
[novacoin.git] / MSVC / build-helpers / miniupnpc.vcxproj
1 \feff<?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="Debug|x64">
9       <Configuration>Debug</Configuration>
10       <Platform>x64</Platform>
11     </ProjectConfiguration>
12     <ProjectConfiguration Include="Release|Win32">
13       <Configuration>Release</Configuration>
14       <Platform>Win32</Platform>
15     </ProjectConfiguration>
16     <ProjectConfiguration Include="Release|x64">
17       <Configuration>Release</Configuration>
18       <Platform>x64</Platform>
19     </ProjectConfiguration>
20   </ItemGroup>
21   <PropertyGroup Label="Globals">
22     <ProjectGuid>{D28CE435-CB33-4BAE-8A52-C6EF915956F5}</ProjectGuid>
23     <RootNamespace>miniupnpc</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>StaticLibrary</ConfigurationType>
29     <PlatformToolset>v110</PlatformToolset>
30     <CharacterSet>Unicode</CharacterSet>
31     <WholeProgramOptimization>true</WholeProgramOptimization>
32   </PropertyGroup>
33   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
34     <ConfigurationType>StaticLibrary</ConfigurationType>
35     <PlatformToolset>v110</PlatformToolset>
36     <CharacterSet>Unicode</CharacterSet>
37     <WholeProgramOptimization>true</WholeProgramOptimization>
38   </PropertyGroup>
39   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
40     <ConfigurationType>StaticLibrary</ConfigurationType>
41     <PlatformToolset>v110</PlatformToolset>
42     <CharacterSet>Unicode</CharacterSet>
43   </PropertyGroup>
44   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
45     <ConfigurationType>StaticLibrary</ConfigurationType>
46     <PlatformToolset>v110</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|x64'" 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|x64'" 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>11.0.61030.0</_ProjectFileVersion>
67   </PropertyGroup>
68   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
69     <OutDir>$(SolutionDir)$(Configuration)\</OutDir>
70     <IntDir>$(Configuration)\</IntDir>
71   </PropertyGroup>
72   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
73   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
74     <OutDir>$(SolutionDir)$(Configuration)\</OutDir>
75     <IntDir>$(Configuration)\</IntDir>
76   </PropertyGroup>
77   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
78   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
79     <ClCompile>
80       <Optimization>Disabled</Optimization>
81       <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;STATICLIB;DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
82       <MinimalRebuild>false</MinimalRebuild>
83       <BasicRuntimeChecks>Default</BasicRuntimeChecks>
84       <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
85       <PrecompiledHeader />
86       <WarningLevel>Level1</WarningLevel>
87       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
88       <TreatWChar_tAsBuiltInType>false</TreatWChar_tAsBuiltInType>
89       <FunctionLevelLinking>true</FunctionLevelLinking>
90     </ClCompile>
91   </ItemDefinitionGroup>
92   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
93     <ClCompile>
94       <Optimization>Disabled</Optimization>
95       <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;STATICLIB;DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
96       <MinimalRebuild>false</MinimalRebuild>
97       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
98       <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
99       <PrecompiledHeader>
100       </PrecompiledHeader>
101       <WarningLevel>Level1</WarningLevel>
102       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
103       <TreatWChar_tAsBuiltInType>false</TreatWChar_tAsBuiltInType>
104     </ClCompile>
105   </ItemDefinitionGroup>
106   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
107     <ClCompile>
108       <Optimization>MaxSpeed</Optimization>
109       <IntrinsicFunctions>false</IntrinsicFunctions>
110       <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;STATICLIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
111       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
112       <FunctionLevelLinking>false</FunctionLevelLinking>
113       <PrecompiledHeader />
114       <WarningLevel>Level1</WarningLevel>
115       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
116       <TreatWChar_tAsBuiltInType>false</TreatWChar_tAsBuiltInType>
117       <WholeProgramOptimization>false</WholeProgramOptimization>
118     </ClCompile>
119   </ItemDefinitionGroup>
120   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
121     <ClCompile>
122       <Optimization>MaxSpeed</Optimization>
123       <IntrinsicFunctions>false</IntrinsicFunctions>
124       <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;STATICLIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
125       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
126       <FunctionLevelLinking>false</FunctionLevelLinking>
127       <PrecompiledHeader>
128       </PrecompiledHeader>
129       <WarningLevel>Level1</WarningLevel>
130       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
131       <TreatWChar_tAsBuiltInType>false</TreatWChar_tAsBuiltInType>
132       <WholeProgramOptimization>false</WholeProgramOptimization>
133     </ClCompile>
134   </ItemDefinitionGroup>
135   <ItemGroup>
136     <ClCompile Include="..\connecthostport.c" />
137     <ClCompile Include="..\igd_desc_parse.c" />
138     <ClCompile Include="..\minisoap.c" />
139     <ClCompile Include="..\miniupnpc.c" />
140     <ClCompile Include="..\miniwget.c" />
141     <ClCompile Include="..\minixml.c" />
142     <ClCompile Include="..\portlistingparse.c" />
143     <ClCompile Include="..\receivedata.c" />
144     <ClCompile Include="..\upnpcommands.c" />
145     <ClCompile Include="..\upnperrors.c" />
146     <ClCompile Include="..\upnpreplyparse.c" />
147   </ItemGroup>
148   <ItemGroup>
149     <ClInclude Include="..\bsdqueue.h" />
150     <ClInclude Include="..\connecthostport.h" />
151     <ClInclude Include="..\declspec.h" />
152     <ClInclude Include="..\igd_desc_parse.h" />
153     <ClInclude Include="..\minisoap.h" />
154     <ClInclude Include="..\miniupnpc.h" />
155     <ClInclude Include="..\miniupnpcstrings.h" />
156     <ClInclude Include="..\miniupnpctypes.h" />
157     <ClInclude Include="..\miniwget.h" />
158     <ClInclude Include="..\minixml.h" />
159     <ClInclude Include="..\portlistingparse.h" />
160     <ClInclude Include="..\receivedata.h" />
161     <ClInclude Include="..\upnpcommands.h" />
162     <ClInclude Include="..\upnperrors.h" />
163     <ClInclude Include="..\upnpreplyparse.h" />
164   </ItemGroup>
165   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
166   <ImportGroup Label="ExtensionTargets">
167   </ImportGroup>
168 </Project>