comparison dep/pugixml/scripts/pugixml_vs2013_static.vcxproj @ 55:d10b6c6b432e

add xml lib, we will need to use it eventually
author Paper <mrpapersonic@gmail.com>
date Tue, 26 Sep 2023 12:37:08 -0400
parents
children
comparison
equal deleted inserted replaced
54:466ac9870df9 55:d10b6c6b432e
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="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>{89A1E353-E2DC-495C-B403-742BE206ACED}</ProjectGuid>
23 <RootNamespace>pugixml</RootNamespace>
24 <Keyword>Win32Proj</Keyword>
25 </PropertyGroup>
26 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
27 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
28 <ConfigurationType>StaticLibrary</ConfigurationType>
29 <CharacterSet>MultiByte</CharacterSet>
30 <UseDebugLibraries>true</UseDebugLibraries>
31 <PlatformToolset>v120</PlatformToolset>
32 </PropertyGroup>
33 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
34 <ConfigurationType>StaticLibrary</ConfigurationType>
35 <CharacterSet>MultiByte</CharacterSet>
36 <UseDebugLibraries>true</UseDebugLibraries>
37 <PlatformToolset>v120</PlatformToolset>
38 </PropertyGroup>
39 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
40 <ConfigurationType>StaticLibrary</ConfigurationType>
41 <CharacterSet>MultiByte</CharacterSet>
42 <WholeProgramOptimization>true</WholeProgramOptimization>
43 <UseDebugLibraries>false</UseDebugLibraries>
44 <PlatformToolset>v120</PlatformToolset>
45 </PropertyGroup>
46 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
47 <ConfigurationType>StaticLibrary</ConfigurationType>
48 <CharacterSet>MultiByte</CharacterSet>
49 <WholeProgramOptimization>true</WholeProgramOptimization>
50 <UseDebugLibraries>false</UseDebugLibraries>
51 <PlatformToolset>v120</PlatformToolset>
52 </PropertyGroup>
53 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
54 <ImportGroup Label="ExtensionSettings">
55 </ImportGroup>
56 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
57 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
58 </ImportGroup>
59 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
60 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
61 </ImportGroup>
62 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
63 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
64 </ImportGroup>
65 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
66 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
67 </ImportGroup>
68 <PropertyGroup Label="UserMacros" />
69 <PropertyGroup>
70 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
71 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">vs2013\Win32_DebugStatic\</OutDir>
72 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">vs2013\Win32_DebugStatic\</IntDir>
73 <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">pugixml</TargetName>
74 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">vs2013\x64_DebugStatic\</OutDir>
75 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">vs2013\x64_DebugStatic\</IntDir>
76 <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">pugixml</TargetName>
77 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">vs2013\Win32_ReleaseStatic\</OutDir>
78 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">vs2013\Win32_ReleaseStatic\</IntDir>
79 <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">pugixml</TargetName>
80 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">vs2013\x64_ReleaseStatic\</OutDir>
81 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">vs2013\x64_ReleaseStatic\</IntDir>
82 <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">pugixml</TargetName>
83 </PropertyGroup>
84 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
85 <ClCompile>
86 <Optimization>Disabled</Optimization>
87 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
88 <MinimalRebuild>false</MinimalRebuild>
89 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
90 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
91 <FunctionLevelLinking>true</FunctionLevelLinking>
92 <PrecompiledHeader>
93 </PrecompiledHeader>
94 <WarningLevel>Level3</WarningLevel>
95 <DebugInformationFormat>OldStyle</DebugInformationFormat>
96 </ClCompile>
97 <ResourceCompile>
98 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
99 </ResourceCompile>
100 <Lib>
101 <OutputFile>$(OutDir)pugixml.lib</OutputFile>
102 </Lib>
103 <Link>
104 <SubSystem>Windows</SubSystem>
105 <GenerateDebugInformation>true</GenerateDebugInformation>
106 <ProgramDataBaseFileName>$(OutDir)pugixml.pdb</ProgramDataBaseFileName>
107 </Link>
108 </ItemDefinitionGroup>
109 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
110 <ClCompile>
111 <Optimization>Disabled</Optimization>
112 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
113 <MinimalRebuild>false</MinimalRebuild>
114 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
115 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
116 <FunctionLevelLinking>true</FunctionLevelLinking>
117 <PrecompiledHeader>
118 </PrecompiledHeader>
119 <WarningLevel>Level3</WarningLevel>
120 <DebugInformationFormat>OldStyle</DebugInformationFormat>
121 </ClCompile>
122 <ResourceCompile>
123 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
124 </ResourceCompile>
125 <Lib>
126 <OutputFile>$(OutDir)pugixml.lib</OutputFile>
127 </Lib>
128 <Link>
129 <SubSystem>Windows</SubSystem>
130 <GenerateDebugInformation>true</GenerateDebugInformation>
131 <ProgramDataBaseFileName>$(OutDir)pugixml.pdb</ProgramDataBaseFileName>
132 </Link>
133 </ItemDefinitionGroup>
134 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
135 <ClCompile>
136 <Optimization>Full</Optimization>
137 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
138 <MinimalRebuild>false</MinimalRebuild>
139 <StringPooling>true</StringPooling>
140 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
141 <FunctionLevelLinking>true</FunctionLevelLinking>
142 <PrecompiledHeader>
143 </PrecompiledHeader>
144 <WarningLevel>Level3</WarningLevel>
145 <DebugInformationFormat>OldStyle</DebugInformationFormat>
146 </ClCompile>
147 <ResourceCompile>
148 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
149 </ResourceCompile>
150 <Lib>
151 <OutputFile>$(OutDir)pugixml.lib</OutputFile>
152 </Lib>
153 <Link>
154 <SubSystem>Windows</SubSystem>
155 <GenerateDebugInformation>true</GenerateDebugInformation>
156 <OptimizeReferences>true</OptimizeReferences>
157 <EnableCOMDATFolding>true</EnableCOMDATFolding>
158 <ProgramDataBaseFileName>$(OutDir)pugixml.pdb</ProgramDataBaseFileName>
159 </Link>
160 </ItemDefinitionGroup>
161 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
162 <ClCompile>
163 <Optimization>Full</Optimization>
164 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
165 <MinimalRebuild>false</MinimalRebuild>
166 <StringPooling>true</StringPooling>
167 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
168 <FunctionLevelLinking>true</FunctionLevelLinking>
169 <PrecompiledHeader>
170 </PrecompiledHeader>
171 <WarningLevel>Level3</WarningLevel>
172 <DebugInformationFormat>OldStyle</DebugInformationFormat>
173 </ClCompile>
174 <ResourceCompile>
175 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
176 </ResourceCompile>
177 <Lib>
178 <OutputFile>$(OutDir)pugixml.lib</OutputFile>
179 </Lib>
180 <Link>
181 <SubSystem>Windows</SubSystem>
182 <GenerateDebugInformation>true</GenerateDebugInformation>
183 <OptimizeReferences>true</OptimizeReferences>
184 <EnableCOMDATFolding>true</EnableCOMDATFolding>
185 <ProgramDataBaseFileName>$(OutDir)pugixml.pdb</ProgramDataBaseFileName>
186 </Link>
187 </ItemDefinitionGroup>
188 <ItemGroup>
189 <ClInclude Include="..\src\pugixml.hpp" />
190 <ClInclude Include="..\src\pugiconfig.hpp" />
191 </ItemGroup>
192 <ItemGroup>
193 <ClCompile Include="..\src\pugixml.cpp">
194 </ClCompile>
195 </ItemGroup>
196 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
197 <ImportGroup Label="ExtensionTargets">
198 </ImportGroup>
199 </Project>