git subrepo pull (merge) --force deps/libchdr
[pcsx_rearmed.git] / deps / libchdr / deps / zstd-1.5.5 / build / VS2010 / datagen / datagen.vcxproj
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>{037E781E-81A6-494B-B1B3-438AB1200523}</ProjectGuid>
23     <Keyword>Win32Proj</Keyword>
24     <RootNamespace>datagen</RootNamespace>
25     <OutDir>$(SolutionDir)bin\$(Platform)_$(Configuration)\</OutDir>
26     <IntDir>$(SolutionDir)bin\obj\$(RootNamespace)_$(Platform)_$(Configuration)\</IntDir>
27   </PropertyGroup>
28   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
29   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
30     <ConfigurationType>Application</ConfigurationType>
31     <UseDebugLibraries>true</UseDebugLibraries>
32     <CharacterSet>MultiByte</CharacterSet>
33   </PropertyGroup>
34   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
35     <ConfigurationType>Application</ConfigurationType>
36     <UseDebugLibraries>true</UseDebugLibraries>
37     <CharacterSet>MultiByte</CharacterSet>
38   </PropertyGroup>
39   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
40     <ConfigurationType>Application</ConfigurationType>
41     <UseDebugLibraries>false</UseDebugLibraries>
42     <WholeProgramOptimization>true</WholeProgramOptimization>
43     <CharacterSet>MultiByte</CharacterSet>
44   </PropertyGroup>
45   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
46     <ConfigurationType>Application</ConfigurationType>
47     <UseDebugLibraries>false</UseDebugLibraries>
48     <WholeProgramOptimization>true</WholeProgramOptimization>
49     <CharacterSet>MultiByte</CharacterSet>
50   </PropertyGroup>
51   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
52   <ImportGroup Label="ExtensionSettings">
53   </ImportGroup>
54   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
55     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
56   </ImportGroup>
57   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
58     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
59   </ImportGroup>
60   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
61     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
62   </ImportGroup>
63   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
64     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
65   </ImportGroup>
66   <PropertyGroup Label="UserMacros" />
67   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
68     <LinkIncremental>true</LinkIncremental>
69     <RunCodeAnalysis>false</RunCodeAnalysis>
70     <IncludePath>$(IncludePath);$(SolutionDir)..\..\programs;$(SolutionDir)..\..\lib\legacy;$(SolutionDir)..\..\lib\common;$(UniversalCRT_IncludePath);</IncludePath>
71   </PropertyGroup>
72   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
73     <LinkIncremental>true</LinkIncremental>
74     <RunCodeAnalysis>false</RunCodeAnalysis>
75     <IncludePath>$(IncludePath);$(SolutionDir)..\..\programs;$(SolutionDir)..\..\lib\legacy;$(SolutionDir)..\..\lib\common;$(UniversalCRT_IncludePath);</IncludePath>
76   </PropertyGroup>
77   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
78     <LinkIncremental>false</LinkIncremental>
79     <RunCodeAnalysis>false</RunCodeAnalysis>
80     <IncludePath>$(IncludePath);$(SolutionDir)..\..\programs;$(SolutionDir)..\..\lib\legacy;$(SolutionDir)..\..\lib\common;$(UniversalCRT_IncludePath);</IncludePath>
81   </PropertyGroup>
82   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
83     <LinkIncremental>false</LinkIncremental>
84     <RunCodeAnalysis>false</RunCodeAnalysis>
85     <IncludePath>$(IncludePath);$(SolutionDir)..\..\programs;$(SolutionDir)..\..\lib\legacy;$(SolutionDir)..\..\lib\common;$(UniversalCRT_IncludePath);</IncludePath>
86   </PropertyGroup>
87   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
88     <ClCompile>
89       <PrecompiledHeader>
90       </PrecompiledHeader>
91       <WarningLevel>Level4</WarningLevel>
92       <Optimization>Disabled</Optimization>
93       <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
94       <TreatWarningAsError>true</TreatWarningAsError>
95       <EnablePREfast>false</EnablePREfast>
96     </ClCompile>
97     <Link>
98       <SubSystem>Console</SubSystem>
99       <GenerateDebugInformation>true</GenerateDebugInformation>
100     </Link>
101   </ItemDefinitionGroup>
102   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
103     <ClCompile>
104       <PrecompiledHeader>
105       </PrecompiledHeader>
106       <WarningLevel>Level4</WarningLevel>
107       <Optimization>Disabled</Optimization>
108       <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
109       <TreatWarningAsError>true</TreatWarningAsError>
110       <EnablePREfast>false</EnablePREfast>
111     </ClCompile>
112     <Link>
113       <SubSystem>Console</SubSystem>
114       <GenerateDebugInformation>true</GenerateDebugInformation>
115     </Link>
116   </ItemDefinitionGroup>
117   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
118     <ClCompile>
119       <WarningLevel>Level4</WarningLevel>
120       <PrecompiledHeader>
121       </PrecompiledHeader>
122       <Optimization>MaxSpeed</Optimization>
123       <FunctionLevelLinking>true</FunctionLevelLinking>
124       <IntrinsicFunctions>true</IntrinsicFunctions>
125       <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
126       <EnablePREfast>false</EnablePREfast>
127       <TreatWarningAsError>false</TreatWarningAsError>
128       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
129     </ClCompile>
130     <Link>
131       <SubSystem>Console</SubSystem>
132       <GenerateDebugInformation>true</GenerateDebugInformation>
133       <EnableCOMDATFolding>true</EnableCOMDATFolding>
134       <OptimizeReferences>true</OptimizeReferences>
135     </Link>
136   </ItemDefinitionGroup>
137   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
138     <ClCompile>
139       <WarningLevel>Level4</WarningLevel>
140       <PrecompiledHeader>
141       </PrecompiledHeader>
142       <Optimization>MaxSpeed</Optimization>
143       <FunctionLevelLinking>true</FunctionLevelLinking>
144       <IntrinsicFunctions>true</IntrinsicFunctions>
145       <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
146       <TreatWarningAsError>false</TreatWarningAsError>
147       <EnablePREfast>false</EnablePREfast>
148       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
149     </ClCompile>
150     <Link>
151       <SubSystem>Console</SubSystem>
152       <GenerateDebugInformation>true</GenerateDebugInformation>
153       <EnableCOMDATFolding>true</EnableCOMDATFolding>
154       <OptimizeReferences>true</OptimizeReferences>
155     </Link>
156   </ItemDefinitionGroup>
157   <ItemGroup>
158     <ClCompile Include="..\..\..\programs\util.c" />
159     <ClCompile Include="..\..\..\programs\datagen.c" />
160     <ClCompile Include="..\..\..\tests\datagencli.c" />
161   </ItemGroup>
162   <ItemGroup>
163     <ClInclude Include="..\..\..\programs\datagen.h" />
164   </ItemGroup>
165   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
166   <ImportGroup Label="ExtensionTargets">
167   </ImportGroup>
168 </Project>