fix 'ret' have not initialized
[mfgtools.git] / msvc / tinyxml2.vcxproj
blobef2d848cde4dacb27a3d756e92cd9198d8fe5ae4
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="15.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 <ItemGroup>
22 <ClInclude Include="..\tinyxml2\tinyxml2.h" />
23 </ItemGroup>
24 <ItemGroup>
25 <ClCompile Include="..\tinyxml2\tinyxml2.cpp" />
26 </ItemGroup>
27 <PropertyGroup Label="Globals">
28 <VCProjectVersion>15.0</VCProjectVersion>
29 <Keyword>Win32Proj</Keyword>
30 <ProjectGuid>{1e79162b-c055-462b-9f6b-3b03507d3703}</ProjectGuid>
31 <RootNamespace>tinyxml2</RootNamespace>
32 <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
33 </PropertyGroup>
34 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
35 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
36 <ConfigurationType>StaticLibrary</ConfigurationType>
37 <UseDebugLibraries>true</UseDebugLibraries>
38 <CharacterSet>MultiByte</CharacterSet>
39 <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
40 </PropertyGroup>
41 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
42 <ConfigurationType>StaticLibrary</ConfigurationType>
43 <UseDebugLibraries>false</UseDebugLibraries>
44 <WholeProgramOptimization>true</WholeProgramOptimization>
45 <CharacterSet>MultiByte</CharacterSet>
46 <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
47 </PropertyGroup>
48 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
49 <ConfigurationType>StaticLibrary</ConfigurationType>
50 <UseDebugLibraries>true</UseDebugLibraries>
51 <CharacterSet>MultiByte</CharacterSet>
52 <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
53 </PropertyGroup>
54 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
55 <ConfigurationType>StaticLibrary</ConfigurationType>
56 <UseDebugLibraries>false</UseDebugLibraries>
57 <WholeProgramOptimization>true</WholeProgramOptimization>
58 <CharacterSet>MultiByte</CharacterSet>
59 <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
60 </PropertyGroup>
61 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
62 <ImportGroup Label="ExtensionSettings">
63 </ImportGroup>
64 <ImportGroup Label="Shared">
65 </ImportGroup>
66 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
67 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
68 </ImportGroup>
69 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
70 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
71 </ImportGroup>
72 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
73 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
74 </ImportGroup>
75 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
76 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
77 </ImportGroup>
78 <PropertyGroup Label="UserMacros" />
79 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
80 <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
81 </PropertyGroup>
82 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
83 <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
84 </PropertyGroup>
85 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
86 <ClCompile>
87 <PrecompiledHeader>NotUsing</PrecompiledHeader>
88 <WarningLevel>Level3</WarningLevel>
89 <Optimization>Disabled</Optimization>
90 <SDLCheck>true</SDLCheck>
91 <PreprocessorDefinitions>_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
92 <ConformanceMode>true</ConformanceMode>
93 <BufferSecurityCheck>false</BufferSecurityCheck>
94 </ClCompile>
95 <Link>
96 <SubSystem>Windows</SubSystem>
97 <GenerateDebugInformation>true</GenerateDebugInformation>
98 </Link>
99 <Lib>
100 <IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
101 </Lib>
102 </ItemDefinitionGroup>
103 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
104 <ClCompile>
105 <PrecompiledHeader>NotUsing</PrecompiledHeader>
106 <WarningLevel>Level3</WarningLevel>
107 <Optimization>Disabled</Optimization>
108 <SDLCheck>true</SDLCheck>
109 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
110 <ConformanceMode>true</ConformanceMode>
111 <BufferSecurityCheck>false</BufferSecurityCheck>
112 </ClCompile>
113 <Link>
114 <SubSystem>Windows</SubSystem>
115 <GenerateDebugInformation>true</GenerateDebugInformation>
116 </Link>
117 <Lib>
118 <IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
119 </Lib>
120 </ItemDefinitionGroup>
121 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
122 <ClCompile>
123 <PrecompiledHeader>NotUsing</PrecompiledHeader>
124 <WarningLevel>Level3</WarningLevel>
125 <Optimization>MaxSpeed</Optimization>
126 <FunctionLevelLinking>true</FunctionLevelLinking>
127 <IntrinsicFunctions>true</IntrinsicFunctions>
128 <SDLCheck>true</SDLCheck>
129 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
130 <ConformanceMode>true</ConformanceMode>
131 <BufferSecurityCheck>false</BufferSecurityCheck>
132 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
133 </ClCompile>
134 <Link>
135 <SubSystem>Windows</SubSystem>
136 <EnableCOMDATFolding>true</EnableCOMDATFolding>
137 <OptimizeReferences>true</OptimizeReferences>
138 <GenerateDebugInformation>true</GenerateDebugInformation>
139 </Link>
140 <Lib>
141 <IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
142 </Lib>
143 </ItemDefinitionGroup>
144 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
145 <ClCompile>
146 <PrecompiledHeader>NotUsing</PrecompiledHeader>
147 <WarningLevel>Level3</WarningLevel>
148 <Optimization>MaxSpeed</Optimization>
149 <FunctionLevelLinking>true</FunctionLevelLinking>
150 <IntrinsicFunctions>true</IntrinsicFunctions>
151 <SDLCheck>true</SDLCheck>
152 <PreprocessorDefinitions>NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
153 <ConformanceMode>true</ConformanceMode>
154 <BufferSecurityCheck>false</BufferSecurityCheck>
155 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
156 </ClCompile>
157 <Link>
158 <SubSystem>Windows</SubSystem>
159 <EnableCOMDATFolding>true</EnableCOMDATFolding>
160 <OptimizeReferences>true</OptimizeReferences>
161 <GenerateDebugInformation>true</GenerateDebugInformation>
162 </Link>
163 <Lib>
164 <IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
165 </Lib>
166 </ItemDefinitionGroup>
167 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
168 <ImportGroup Label="ExtensionTargets">
169 </ImportGroup>
170 </Project>