mirror of https://github.com/PCSX2/pcsx2.git
109 lines
5.9 KiB
XML
109 lines
5.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" 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="Devel|Win32">
|
|
<Configuration>Devel</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Devel|x64">
|
|
<Configuration>Devel</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>
|
|
<Import Project="$(SolutionDir)common\vsprops\WinSDK.props" />
|
|
<PropertyGroup Label="Globals">
|
|
<ProjectGuid>{48329442-E41B-4A1F-8364-36EEE1B71343}</ProjectGuid>
|
|
<Keyword>Win32Proj</Keyword>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
<WholeProgramOptimization Condition="$(Configuration.Contains(Release))">true</WholeProgramOptimization>
|
|
<UseDebugLibraries Condition="$(Configuration.Contains(Debug))">true</UseDebugLibraries>
|
|
<UseDebugLibraries Condition="!$(Configuration.Contains(Debug))">false</UseDebugLibraries>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
<ImportGroup Label="ExtensionSettings" />
|
|
<ImportGroup Label="PropertySheets">
|
|
<Import Project="..\DefaultProjectRootDir.props" />
|
|
<Import Project="..\3rdparty.props" />
|
|
<Import Condition="$(Configuration.Contains(Debug))" Project="..\..\common\vsprops\CodeGen_Debug.props" />
|
|
<Import Condition="$(Configuration.Contains(Devel))" Project="..\..\common\vsprops\CodeGen_Devel.props" />
|
|
<Import Condition="$(Configuration.Contains(Release))" Project="..\..\common\vsprops\CodeGen_Release.props" />
|
|
<Import Condition="!$(Configuration.Contains(Release))" Project="..\..\common\vsprops\IncrementalLinking.props" />
|
|
</ImportGroup>
|
|
<PropertyGroup Label="UserMacros" />
|
|
<PropertyGroup>
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup>
|
|
<ClCompile>
|
|
<PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<WarningLevel>TurnOffAllWarnings</WarningLevel>
|
|
<AdditionalIncludeDirectories>$(ProjectDir)/yaml-cpp/include/;$(ProjectDir)/yaml-cpp/src/;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<LanguageStandard>stdcpp17</LanguageStandard>
|
|
<Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">MaxSpeed</Optimization>
|
|
<FavorSizeOrSpeed Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Speed</FavorSizeOrSpeed>
|
|
<OmitFramePointers Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</OmitFramePointers>
|
|
<WholeProgramOptimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</WholeProgramOptimization>
|
|
<BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Default</BasicRuntimeChecks>
|
|
<MinimalRebuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</MinimalRebuild>
|
|
<MinimalRebuild Condition="'$(Configuration)|$(Platform)'=='Devel|Win32'">false</MinimalRebuild>
|
|
<MinimalRebuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</MinimalRebuild>
|
|
<MinimalRebuild Condition="'$(Configuration)|$(Platform)'=='Devel|x64'">false</MinimalRebuild>
|
|
</ClCompile>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="yaml-cpp\src\contrib\graphbuilder.cpp" />
|
|
<ClCompile Include="yaml-cpp\src\contrib\graphbuilderadapter.cpp" />
|
|
<ClCompile Include="yaml-cpp\src\binary.cpp" />
|
|
<ClCompile Include="yaml-cpp\src\convert.cpp" />
|
|
<ClCompile Include="yaml-cpp\src\depthguard.cpp" />
|
|
<ClCompile Include="yaml-cpp\src\directives.cpp" />
|
|
<ClCompile Include="yaml-cpp\src\emit.cpp" />
|
|
<ClCompile Include="yaml-cpp\src\emitfromevents.cpp" />
|
|
<ClCompile Include="yaml-cpp\src\emitter.cpp" />
|
|
<ClCompile Include="yaml-cpp\src\emitterstate.cpp" />
|
|
<ClCompile Include="yaml-cpp\src\emitterutils.cpp" />
|
|
<ClCompile Include="yaml-cpp\src\exceptions.cpp" />
|
|
<ClCompile Include="yaml-cpp\src\exp.cpp" />
|
|
<ClCompile Include="yaml-cpp\src\memory.cpp" />
|
|
<ClCompile Include="yaml-cpp\src\node.cpp" />
|
|
<ClCompile Include="yaml-cpp\src\node_data.cpp" />
|
|
<ClCompile Include="yaml-cpp\src\nodebuilder.cpp" />
|
|
<ClCompile Include="yaml-cpp\src\nodeevents.cpp" />
|
|
<ClCompile Include="yaml-cpp\src\null.cpp" />
|
|
<ClCompile Include="yaml-cpp\src\ostream_wrapper.cpp" />
|
|
<ClCompile Include="yaml-cpp\src\parse.cpp" />
|
|
<ClCompile Include="yaml-cpp\src\parser.cpp" />
|
|
<ClCompile Include="yaml-cpp\src\regex_yaml.cpp" />
|
|
<ClCompile Include="yaml-cpp\src\scanner.cpp" />
|
|
<ClCompile Include="yaml-cpp\src\scanscalar.cpp" />
|
|
<ClCompile Include="yaml-cpp\src\scantag.cpp" />
|
|
<ClCompile Include="yaml-cpp\src\scantoken.cpp" />
|
|
<ClCompile Include="yaml-cpp\src\simplekey.cpp" />
|
|
<ClCompile Include="yaml-cpp\src\singledocparser.cpp" />
|
|
<ClCompile Include="yaml-cpp\src\stream.cpp" />
|
|
<ClCompile Include="yaml-cpp\src\tag.cpp" />
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets" />
|
|
</Project> |