mirror of
https://github.com/libretro/pcsx2.git
synced 2024-12-22 09:48:17 +00:00
9528571ea3
Applied new property sheets to Pcsx2, SPU2-X, ZeroStuff, and NULLs. git-svn-id: http://pcsx2.googlecode.com/svn/trunk@829 96395faa-99c1-11dd-bbfe-3dabce05a288
38 lines
1.2 KiB
XML
38 lines
1.2 KiB
XML
<?xml version="1.0" encoding="windows-1250"?>
|
|
<VisualStudioPropertySheet
|
|
ProjectType="Visual C++"
|
|
Version="8.00"
|
|
Name="PcsxBaseProperties"
|
|
OutputDirectory="$(SolutionDir)\bin\$(PcsxSubsection)"
|
|
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
EnableIntrinsicFunctions="true"
|
|
AdditionalIncludeDirectories=""$(SvnRootDir)\common\include""
|
|
PreprocessorDefinitions="__WIN32__;WIN32;_WINDOWS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE"
|
|
StructMemberAlignment="5"
|
|
RuntimeTypeInfo="false"
|
|
WarningLevel="3"
|
|
DebugInformationFormat="3"
|
|
CompileAs="0"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
GenerateDebugInformation="true"
|
|
SubSystem="2"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
CommandLine=".\postBuild.cmd "$(TargetPath)" "$(TargetName)" $(TargetExt) $(PcsxSubsection)"
|
|
/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
CommandLine=""$(SvnCommonDir)\vsprops\preBuild.cmd" "$(ProjectRootDir)""
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
AdditionalIncludeDirectories=""$(SvnRootDir)\common\include""
|
|
/>
|
|
</VisualStudioPropertySheet>
|