mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2024-11-22 13:55:38 +00:00
237 lines
12 KiB
XML
237 lines
12 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
|||
|
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|||
|
<ItemGroup Label="ProjectConfigurations">
|
|||
|
<ProjectConfiguration Include="Debug|Win32">
|
|||
|
<Configuration>Debug</Configuration>
|
|||
|
<Platform>Win32</Platform>
|
|||
|
</ProjectConfiguration>
|
|||
|
<ProjectConfiguration Include="Debug|x64">
|
|||
|
<Configuration>Debug</Configuration>
|
|||
|
<Platform>x64</Platform>
|
|||
|
</ProjectConfiguration>
|
|||
|
<ProjectConfiguration Include="Release|Win32">
|
|||
|
<Configuration>Release</Configuration>
|
|||
|
<Platform>Win32</Platform>
|
|||
|
</ProjectConfiguration>
|
|||
|
<ProjectConfiguration Include="Release|x64">
|
|||
|
<Configuration>Release</Configuration>
|
|||
|
<Platform>x64</Platform>
|
|||
|
</ProjectConfiguration>
|
|||
|
</ItemGroup>
|
|||
|
<PropertyGroup Label="Globals">
|
|||
|
<ProjectGuid>{248D61E0-2E9B-4C73-8839-A31FBCB7D109}</ProjectGuid>
|
|||
|
<RootNamespace>zlib</RootNamespace>
|
|||
|
</PropertyGroup>
|
|||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|||
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|||
|
<PlatformToolset>v120</PlatformToolset>
|
|||
|
<UseOfMfc>false</UseOfMfc>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|||
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|||
|
<PlatformToolset>v120</PlatformToolset>
|
|||
|
<UseOfMfc>false</UseOfMfc>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|||
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|||
|
<PlatformToolset>v120</PlatformToolset>
|
|||
|
<UseOfMfc>false</UseOfMfc>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|||
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|||
|
<PlatformToolset>v120</PlatformToolset>
|
|||
|
<UseOfMfc>false</UseOfMfc>
|
|||
|
</PropertyGroup>
|
|||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|||
|
<ImportGroup Label="ExtensionSettings">
|
|||
|
</ImportGroup>
|
|||
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
|||
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|||
|
<Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
|
|||
|
</ImportGroup>
|
|||
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
|
|||
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|||
|
<Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
|
|||
|
</ImportGroup>
|
|||
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
|||
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|||
|
<Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
|
|||
|
</ImportGroup>
|
|||
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
|
|||
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|||
|
<Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
|
|||
|
</ImportGroup>
|
|||
|
<PropertyGroup Label="UserMacros" />
|
|||
|
<PropertyGroup>
|
|||
|
<_ProjectFileVersion>12.0.30501.0</_ProjectFileVersion>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|||
|
<OutDir>$(Platform)\$(Configuration)\</OutDir>
|
|||
|
<IntDir>$(Platform)\$(Configuration)\</IntDir>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|||
|
<OutDir>$(Platform)\$(Configuration)\</OutDir>
|
|||
|
<IntDir>$(Platform)\$(Configuration)\</IntDir>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|||
|
<OutDir>$(Platform)\$(Configuration)\</OutDir>
|
|||
|
<IntDir>$(Platform)\$(Configuration)\</IntDir>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|||
|
<OutDir>$(Platform)\$(Configuration)\</OutDir>
|
|||
|
<IntDir>$(Platform)\$(Configuration)\</IntDir>
|
|||
|
</PropertyGroup>
|
|||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|||
|
<ClCompile>
|
|||
|
<Optimization>Disabled</Optimization>
|
|||
|
<PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|||
|
<MinimalRebuild>true</MinimalRebuild>
|
|||
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|||
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|||
|
<PrecompiledHeaderOutputFile>$(Platform)\$(Configuration)/zlib.pch</PrecompiledHeaderOutputFile>
|
|||
|
<AssemblerListingLocation>$(Platform)\$(Configuration)/</AssemblerListingLocation>
|
|||
|
<ObjectFileName>$(Platform)\$(Configuration)/</ObjectFileName>
|
|||
|
<ProgramDataBaseFileName>$(Platform)\$(Configuration)/</ProgramDataBaseFileName>
|
|||
|
<BrowseInformation>true</BrowseInformation>
|
|||
|
<WarningLevel>Level3</WarningLevel>
|
|||
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|||
|
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
|||
|
</ClCompile>
|
|||
|
<ResourceCompile>
|
|||
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|||
|
<Culture>0x0409</Culture>
|
|||
|
</ResourceCompile>
|
|||
|
<Lib>
|
|||
|
<OutputFile>$(OutDir)$(ProjectName).lib</OutputFile>
|
|||
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|||
|
</Lib>
|
|||
|
<Bscmake>
|
|||
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|||
|
<OutputFile>$(Platform)\$(Configuration)/zlib.bsc</OutputFile>
|
|||
|
</Bscmake>
|
|||
|
</ItemDefinitionGroup>
|
|||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|||
|
<Midl>
|
|||
|
<TargetEnvironment>X64</TargetEnvironment>
|
|||
|
</Midl>
|
|||
|
<ClCompile>
|
|||
|
<Optimization>Disabled</Optimization>
|
|||
|
<PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|||
|
<MinimalRebuild>true</MinimalRebuild>
|
|||
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|||
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|||
|
<PrecompiledHeaderOutputFile>$(Platform)\$(Configuration)/zlib.pch</PrecompiledHeaderOutputFile>
|
|||
|
<AssemblerListingLocation>$(Platform)\$(Configuration)/</AssemblerListingLocation>
|
|||
|
<ObjectFileName>$(Platform)\$(Configuration)/</ObjectFileName>
|
|||
|
<ProgramDataBaseFileName>$(Platform)\$(Configuration)/</ProgramDataBaseFileName>
|
|||
|
<BrowseInformation>true</BrowseInformation>
|
|||
|
<WarningLevel>Level3</WarningLevel>
|
|||
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|||
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|||
|
</ClCompile>
|
|||
|
<ResourceCompile>
|
|||
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|||
|
<Culture>0x0409</Culture>
|
|||
|
</ResourceCompile>
|
|||
|
<Lib>
|
|||
|
<OutputFile>$(OutDir)$(ProjectName).lib</OutputFile>
|
|||
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|||
|
</Lib>
|
|||
|
<Bscmake>
|
|||
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|||
|
<OutputFile>$(Platform)\$(Configuration)/zlib.bsc</OutputFile>
|
|||
|
</Bscmake>
|
|||
|
</ItemDefinitionGroup>
|
|||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|||
|
<ClCompile>
|
|||
|
<Optimization>MaxSpeed</Optimization>
|
|||
|
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|||
|
<PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|||
|
<StringPooling>true</StringPooling>
|
|||
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|||
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|||
|
<PrecompiledHeaderOutputFile>$(Platform)\$(Configuration)/zlib.pch</PrecompiledHeaderOutputFile>
|
|||
|
<AssemblerListingLocation>$(Platform)\$(Configuration)/</AssemblerListingLocation>
|
|||
|
<ObjectFileName>$(Platform)\$(Configuration)/</ObjectFileName>
|
|||
|
<ProgramDataBaseFileName>$(Platform)\$(Configuration)/</ProgramDataBaseFileName>
|
|||
|
<WarningLevel>Level3</WarningLevel>
|
|||
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|||
|
</ClCompile>
|
|||
|
<ResourceCompile>
|
|||
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|||
|
<Culture>0x0409</Culture>
|
|||
|
</ResourceCompile>
|
|||
|
<Lib>
|
|||
|
<OutputFile>$(OutDir)$(ProjectName).lib</OutputFile>
|
|||
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|||
|
</Lib>
|
|||
|
<Bscmake>
|
|||
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|||
|
<OutputFile>$(Platform)\$(Configuration)/zlib.bsc</OutputFile>
|
|||
|
</Bscmake>
|
|||
|
</ItemDefinitionGroup>
|
|||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|||
|
<Midl>
|
|||
|
<TargetEnvironment>X64</TargetEnvironment>
|
|||
|
</Midl>
|
|||
|
<ClCompile>
|
|||
|
<Optimization>MaxSpeed</Optimization>
|
|||
|
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|||
|
<PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|||
|
<StringPooling>true</StringPooling>
|
|||
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|||
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|||
|
<PrecompiledHeaderOutputFile>$(Platform)\$(Configuration)/zlib.pch</PrecompiledHeaderOutputFile>
|
|||
|
<AssemblerListingLocation>$(Platform)\$(Configuration)/</AssemblerListingLocation>
|
|||
|
<ObjectFileName>$(Platform)\$(Configuration)/</ObjectFileName>
|
|||
|
<ProgramDataBaseFileName>$(Platform)\$(Configuration)/</ProgramDataBaseFileName>
|
|||
|
<WarningLevel>Level3</WarningLevel>
|
|||
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|||
|
</ClCompile>
|
|||
|
<ResourceCompile>
|
|||
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|||
|
<Culture>0x0409</Culture>
|
|||
|
</ResourceCompile>
|
|||
|
<Lib>
|
|||
|
<OutputFile>$(OutDir)$(ProjectName).lib</OutputFile>
|
|||
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|||
|
</Lib>
|
|||
|
<Bscmake>
|
|||
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|||
|
<OutputFile>$(Platform)\$(Configuration)/zlib.bsc</OutputFile>
|
|||
|
</Bscmake>
|
|||
|
</ItemDefinitionGroup>
|
|||
|
<ItemGroup>
|
|||
|
<ClCompile Include="..\..\Libraries\zlib-1.2.4\adler32.c" />
|
|||
|
<ClCompile Include="..\..\Libraries\zlib-1.2.4\compress.c" />
|
|||
|
<ClCompile Include="..\..\Libraries\zlib-1.2.4\crc32.c" />
|
|||
|
<ClCompile Include="..\..\Libraries\zlib-1.2.4\deflate.c" />
|
|||
|
<ClCompile Include="..\..\Libraries\zlib-1.2.4\gzclose.c" />
|
|||
|
<ClCompile Include="..\..\Libraries\zlib-1.2.4\gzlib.c" />
|
|||
|
<ClCompile Include="..\..\Libraries\zlib-1.2.4\gzread.c" />
|
|||
|
<ClCompile Include="..\..\Libraries\zlib-1.2.4\gzwrite.c" />
|
|||
|
<ClCompile Include="..\..\Libraries\zlib-1.2.4\infback.c" />
|
|||
|
<ClCompile Include="..\..\Libraries\zlib-1.2.4\inffast.c" />
|
|||
|
<ClCompile Include="..\..\Libraries\zlib-1.2.4\inflate.c" />
|
|||
|
<ClCompile Include="..\..\Libraries\zlib-1.2.4\inftrees.c" />
|
|||
|
<ClCompile Include="..\..\Libraries\zlib-1.2.4\trees.c" />
|
|||
|
<ClCompile Include="..\..\Libraries\zlib-1.2.4\uncompr.c" />
|
|||
|
<ClCompile Include="..\..\Libraries\zlib-1.2.4\zutil.c" />
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<ClInclude Include="..\..\Libraries\zlib-1.2.4\crc32.h" />
|
|||
|
<ClInclude Include="..\..\Libraries\zlib-1.2.4\deflate.h" />
|
|||
|
<ClInclude Include="..\..\Libraries\zlib-1.2.4\inffast.h" />
|
|||
|
<ClInclude Include="..\..\Libraries\zlib-1.2.4\inffixed.h" />
|
|||
|
<ClInclude Include="..\..\Libraries\zlib-1.2.4\inflate.h" />
|
|||
|
<ClInclude Include="..\..\Libraries\zlib-1.2.4\inftrees.h" />
|
|||
|
<ClInclude Include="..\..\Libraries\zlib-1.2.4\trees.h" />
|
|||
|
<ClInclude Include="..\..\Libraries\zlib-1.2.4\zconf.h" />
|
|||
|
<ClInclude Include="..\..\Libraries\zlib-1.2.4\zlib.h" />
|
|||
|
<ClInclude Include="..\..\Libraries\zlib-1.2.4\zutil.h" />
|
|||
|
</ItemGroup>
|
|||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|||
|
<ImportGroup Label="ExtensionTargets">
|
|||
|
</ImportGroup>
|
|||
|
</Project>
|