Mercurial > minori
comparison dep/pugixml/scripts/pugixml_vs2015.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="14.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="Release|Win32"> | |
9 <Configuration>Release</Configuration> | |
10 <Platform>Win32</Platform> | |
11 </ProjectConfiguration> | |
12 <ProjectConfiguration Include="Debug|x64"> | |
13 <Configuration>Debug</Configuration> | |
14 <Platform>x64</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>{07CF01C0-B887-499D-AD9C-799CB6A9FE64}</ProjectGuid> | |
23 <Keyword>Win32Proj</Keyword> | |
24 <RootNamespace>pugixml</RootNamespace> | |
25 <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion> | |
26 </PropertyGroup> | |
27 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |
28 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | |
29 <ConfigurationType>StaticLibrary</ConfigurationType> | |
30 <UseDebugLibraries>true</UseDebugLibraries> | |
31 <PlatformToolset>v140</PlatformToolset> | |
32 <CharacterSet>Unicode</CharacterSet> | |
33 </PropertyGroup> | |
34 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | |
35 <ConfigurationType>StaticLibrary</ConfigurationType> | |
36 <UseDebugLibraries>false</UseDebugLibraries> | |
37 <PlatformToolset>v140</PlatformToolset> | |
38 <WholeProgramOptimization>true</WholeProgramOptimization> | |
39 <CharacterSet>Unicode</CharacterSet> | |
40 </PropertyGroup> | |
41 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | |
42 <ConfigurationType>StaticLibrary</ConfigurationType> | |
43 <UseDebugLibraries>true</UseDebugLibraries> | |
44 <PlatformToolset>v140</PlatformToolset> | |
45 <CharacterSet>Unicode</CharacterSet> | |
46 </PropertyGroup> | |
47 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | |
48 <ConfigurationType>StaticLibrary</ConfigurationType> | |
49 <UseDebugLibraries>false</UseDebugLibraries> | |
50 <PlatformToolset>v140</PlatformToolset> | |
51 <WholeProgramOptimization>true</WholeProgramOptimization> | |
52 <CharacterSet>Unicode</CharacterSet> | |
53 </PropertyGroup> | |
54 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | |
55 <ImportGroup Label="ExtensionSettings"> | |
56 </ImportGroup> | |
57 <ImportGroup Label="Shared"> | |
58 </ImportGroup> | |
59 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
60 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
61 </ImportGroup> | |
62 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
63 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
64 </ImportGroup> | |
65 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |
66 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
67 </ImportGroup> | |
68 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |
69 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
70 </ImportGroup> | |
71 <PropertyGroup Label="UserMacros" /> | |
72 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
73 <OutDir>vs2015\$(Platform)_$(Configuration)\</OutDir> | |
74 <IntDir>vs2015\$(Platform)_$(Configuration)\</IntDir> | |
75 <TargetName>pugixml</TargetName> | |
76 </PropertyGroup> | |
77 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
78 <OutDir>vs2015\$(Platform)_$(Configuration)\</OutDir> | |
79 <IntDir>vs2015\$(Platform)_$(Configuration)\</IntDir> | |
80 <TargetName>pugixml</TargetName> | |
81 </PropertyGroup> | |
82 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |
83 <OutDir>vs2015\$(Platform)_$(Configuration)\</OutDir> | |
84 <IntDir>vs2015\$(Platform)_$(Configuration)\</IntDir> | |
85 <TargetName>pugixml</TargetName> | |
86 </PropertyGroup> | |
87 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |
88 <OutDir>vs2015\$(Platform)_$(Configuration)\</OutDir> | |
89 <IntDir>vs2015\$(Platform)_$(Configuration)\</IntDir> | |
90 <TargetName>pugixml</TargetName> | |
91 </PropertyGroup> | |
92 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
93 <ClCompile> | |
94 <PrecompiledHeader> | |
95 </PrecompiledHeader> | |
96 <WarningLevel>Level3</WarningLevel> | |
97 <Optimization>Disabled</Optimization> | |
98 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
99 <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName> | |
100 <DebugInformationFormat>OldStyle</DebugInformationFormat> | |
101 <MinimalRebuild>false</MinimalRebuild> | |
102 </ClCompile> | |
103 <Link> | |
104 <SubSystem>Windows</SubSystem> | |
105 <GenerateDebugInformation>true</GenerateDebugInformation> | |
106 </Link> | |
107 </ItemDefinitionGroup> | |
108 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |
109 <ClCompile> | |
110 <PrecompiledHeader> | |
111 </PrecompiledHeader> | |
112 <WarningLevel>Level3</WarningLevel> | |
113 <Optimization>Disabled</Optimization> | |
114 <PreprocessorDefinitions>_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
115 <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName> | |
116 <DebugInformationFormat>OldStyle</DebugInformationFormat> | |
117 <MinimalRebuild>false</MinimalRebuild> | |
118 </ClCompile> | |
119 <Link> | |
120 <SubSystem>Windows</SubSystem> | |
121 <GenerateDebugInformation>true</GenerateDebugInformation> | |
122 </Link> | |
123 </ItemDefinitionGroup> | |
124 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
125 <ClCompile> | |
126 <WarningLevel>Level3</WarningLevel> | |
127 <PrecompiledHeader> | |
128 </PrecompiledHeader> | |
129 <Optimization>MaxSpeed</Optimization> | |
130 <FunctionLevelLinking>true</FunctionLevelLinking> | |
131 <IntrinsicFunctions>true</IntrinsicFunctions> | |
132 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
133 <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName> | |
134 <DebugInformationFormat>OldStyle</DebugInformationFormat> | |
135 </ClCompile> | |
136 <Link> | |
137 <SubSystem>Windows</SubSystem> | |
138 <GenerateDebugInformation>true</GenerateDebugInformation> | |
139 <EnableCOMDATFolding>true</EnableCOMDATFolding> | |
140 <OptimizeReferences>true</OptimizeReferences> | |
141 </Link> | |
142 </ItemDefinitionGroup> | |
143 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |
144 <ClCompile> | |
145 <WarningLevel>Level3</WarningLevel> | |
146 <PrecompiledHeader> | |
147 </PrecompiledHeader> | |
148 <Optimization>MaxSpeed</Optimization> | |
149 <FunctionLevelLinking>true</FunctionLevelLinking> | |
150 <IntrinsicFunctions>true</IntrinsicFunctions> | |
151 <PreprocessorDefinitions>NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
152 <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName> | |
153 <DebugInformationFormat>OldStyle</DebugInformationFormat> | |
154 </ClCompile> | |
155 <Link> | |
156 <SubSystem>Windows</SubSystem> | |
157 <GenerateDebugInformation>true</GenerateDebugInformation> | |
158 <EnableCOMDATFolding>true</EnableCOMDATFolding> | |
159 <OptimizeReferences>true</OptimizeReferences> | |
160 </Link> | |
161 </ItemDefinitionGroup> | |
162 <ItemGroup> | |
163 <ClInclude Include="..\src\pugiconfig.hpp" /> | |
164 <ClInclude Include="..\src\pugixml.hpp" /> | |
165 </ItemGroup> | |
166 <ItemGroup> | |
167 <ClCompile Include="..\src\pugixml.cpp" /> | |
168 </ItemGroup> | |
169 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |
170 <ImportGroup Label="ExtensionTargets"> | |
171 </ImportGroup> | |
172 </Project> |