mirror of https://github.com/PCSX2/pcsx2.git
36 lines
1.2 KiB
XML
36 lines
1.2 KiB
XML
<?xml version="1.0" encoding="windows-1250"?>
|
|
<VisualStudioPropertySheet
|
|
ProjectType="Visual C++"
|
|
Version="8.00"
|
|
Name="common"
|
|
OutputDirectory="$(SolutionDir)bin\$(PcsxSubsection)"
|
|
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
EnableIntrinsicFunctions="true"
|
|
PreprocessorDefinitions="_WINDOWS;_WIN32_WINNT=0x500"
|
|
FloatingPointModel="2"
|
|
RuntimeTypeInfo="false"
|
|
WarningLevel="4"
|
|
DebugInformationFormat="3"
|
|
DisableSpecificWarnings="4996;4995;4324;4100;4101;4201;4556"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies="JITProfiling.lib d3d11.lib d3dx11.lib d3d10_1.lib d3dx10.lib d3d9.lib d3dx9.lib dxguid.lib winmm.lib strmiids.lib xinput.lib"
|
|
DelayLoadDLLs="d3d9.dll;d3dx9_43.dll;d3d11.dll;d3dx11_43.dll"
|
|
GenerateDebugInformation="true"
|
|
SubSystem="2"
|
|
RandomizedBaseAddress="1"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
CommandLine=".\postBuild.cmd "$(TargetPath)" "$(TargetName)" $(TargetExt) $(PcsxSubsection)"
|
|
/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
CommandLine=""$(SvnCommonDir)\vsprops\preBuild.cmd" "$(ProjectRootDir)""
|
|
/>
|
|
</VisualStudioPropertySheet>
|