comparison dep/pugixml/scripts/pugixml_vs2010_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 </PropertyGroup>
32 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
33 <ConfigurationType>StaticLibrary</ConfigurationType>
34 <CharacterSet>MultiByte</CharacterSet>
35 <UseDebugLibraries>true</UseDebugLibraries>
36 </PropertyGroup>
37 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
38 <ConfigurationType>StaticLibrary</ConfigurationType>
39 <CharacterSet>MultiByte</CharacterSet>
40 <WholeProgramOptimization>true</WholeProgramOptimization>
41 <UseDebugLibraries>false</UseDebugLibraries>
42 </PropertyGroup>
43 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
44 <ConfigurationType>StaticLibrary</ConfigurationType>
45 <CharacterSet>MultiByte</CharacterSet>
46 <WholeProgramOptimization>true</WholeProgramOptimization>
47 <UseDebugLibraries>false</UseDebugLibraries>
48 </PropertyGroup>
49 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
50 <ImportGroup Label="ExtensionSettings">
51 </ImportGroup>
52 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|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)'=='Debug|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)'=='Release|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)'=='Release|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>10.0.30319.1</_ProjectFileVersion>
67 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">vs2010\Win32_DebugStatic\</OutDir>
68 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">vs2010\Win32_DebugStatic\</IntDir>
69 <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">pugixml</TargetName>
70 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">vs2010\x64_DebugStatic\</OutDir>
71 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">vs2010\x64_DebugStatic\</IntDir>
72 <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">pugixml</TargetName>
73 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">vs2010\Win32_ReleaseStatic\</OutDir>
74 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">vs2010\Win32_ReleaseStatic\</IntDir>
75 <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">pugixml</TargetName>
76 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">vs2010\x64_ReleaseStatic\</OutDir>
77 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">vs2010\x64_ReleaseStatic\</IntDir>
78 <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">pugixml</TargetName>
79 </PropertyGroup>
80 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
81 <ClCompile>
82 <Optimization>Disabled</Optimization>
83 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
84 <MinimalRebuild>false</MinimalRebuild>
85 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
86 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
87 <FunctionLevelLinking>true</FunctionLevelLinking>
88 <PrecompiledHeader></PrecompiledHeader>
89 <WarningLevel>Level3</WarningLevel>
90 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
91 </ClCompile>
92 <ResourceCompile>
93 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
94 </ResourceCompile>
95 <Lib>
96 <OutputFile>$(OutDir)pugixml.lib</OutputFile>
97 </Lib>
98 <Link>
99 <SubSystem>Windows</SubSystem>
100 <GenerateDebugInformation>true</GenerateDebugInformation>
101 <ProgramDataBaseFileName>$(OutDir)pugixml.pdb</ProgramDataBaseFileName>
102 </Link>
103 </ItemDefinitionGroup>
104 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
105 <ClCompile>
106 <Optimization>Disabled</Optimization>
107 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
108 <MinimalRebuild>false</MinimalRebuild>
109 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
110 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
111 <FunctionLevelLinking>true</FunctionLevelLinking>
112 <PrecompiledHeader></PrecompiledHeader>
113 <WarningLevel>Level3</WarningLevel>
114 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
115 </ClCompile>
116 <ResourceCompile>
117 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
118 </ResourceCompile>
119 <Lib>
120 <OutputFile>$(OutDir)pugixml.lib</OutputFile>
121 </Lib>
122 <Link>
123 <SubSystem>Windows</SubSystem>
124 <GenerateDebugInformation>true</GenerateDebugInformation>
125 <ProgramDataBaseFileName>$(OutDir)pugixml.pdb</ProgramDataBaseFileName>
126 </Link>
127 </ItemDefinitionGroup>
128 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
129 <ClCompile>
130 <Optimization>Full</Optimization>
131 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
132 <MinimalRebuild>false</MinimalRebuild>
133 <StringPooling>true</StringPooling>
134 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
135 <FunctionLevelLinking>true</FunctionLevelLinking>
136 <PrecompiledHeader></PrecompiledHeader>
137 <WarningLevel>Level3</WarningLevel>
138 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
139 </ClCompile>
140 <ResourceCompile>
141 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
142 </ResourceCompile>
143 <Lib>
144 <OutputFile>$(OutDir)pugixml.lib</OutputFile>
145 </Lib>
146 <Link>
147 <SubSystem>Windows</SubSystem>
148 <GenerateDebugInformation>true</GenerateDebugInformation>
149 <OptimizeReferences>true</OptimizeReferences>
150 <EnableCOMDATFolding>true</EnableCOMDATFolding>
151 <ProgramDataBaseFileName>$(OutDir)pugixml.pdb</ProgramDataBaseFileName>
152 </Link>
153 </ItemDefinitionGroup>
154 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
155 <ClCompile>
156 <Optimization>Full</Optimization>
157 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
158 <MinimalRebuild>false</MinimalRebuild>
159 <StringPooling>true</StringPooling>
160 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
161 <FunctionLevelLinking>true</FunctionLevelLinking>
162 <PrecompiledHeader></PrecompiledHeader>
163 <WarningLevel>Level3</WarningLevel>
164 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
165 </ClCompile>
166 <ResourceCompile>
167 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
168 </ResourceCompile>
169 <Lib>
170 <OutputFile>$(OutDir)pugixml.lib</OutputFile>
171 </Lib>
172 <Link>
173 <SubSystem>Windows</SubSystem>
174 <GenerateDebugInformation>true</GenerateDebugInformation>
175 <OptimizeReferences>true</OptimizeReferences>
176 <EnableCOMDATFolding>true</EnableCOMDATFolding>
177 <ProgramDataBaseFileName>$(OutDir)pugixml.pdb</ProgramDataBaseFileName>
178 </Link>
179 </ItemDefinitionGroup>
180 <ItemGroup>
181 <ClInclude Include="..\src\pugixml.hpp" />
182 <ClInclude Include="..\src\pugiconfig.hpp" />
183 </ItemGroup>
184 <ItemGroup>
185 <ClCompile Include="..\src\pugixml.cpp">
186 </ClCompile>
187 </ItemGroup>
188 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
189 <ImportGroup Label="ExtensionTargets">
190 </ImportGroup>
191 </Project>