mirror of https://github.com/PCSX2/pcsx2.git
33 lines
1.0 KiB
XML
33 lines
1.0 KiB
XML
<?xml version="1.0" encoding="windows-1250"?>
|
|
<VisualStudioPropertySheet
|
|
ProjectType="Visual C++"
|
|
Version="8.00"
|
|
Name="common"
|
|
OutputDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
EnableIntrinsicFunctions="true"
|
|
PreprocessorDefinitions="WIN32;_WINDOWS;_WIN32_WINNT=0x500"
|
|
FloatingPointModel="2"
|
|
RuntimeTypeInfo="false"
|
|
WarningLevel="4"
|
|
DebugInformationFormat="3"
|
|
DisableSpecificWarnings="4995;4324"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies="d3d10.lib d3dx10.lib d3d9.lib d3dx9.lib ddraw.lib dxguid.lib winmm.lib strmiids.lib xinput.lib"
|
|
OutputFile="..\..\bin\plugins\$(ProjectName).dll"
|
|
DelayLoadDLLs="d3d9.dll;d3dx9_40.dll;d3d10.dll;d3dx10_40.dll"
|
|
GenerateDebugInformation="true"
|
|
SubSystem="2"
|
|
RandomizedBaseAddress="1"
|
|
/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
CommandLine="SubWCRev.exe $(ProjectDir) ..\..\common\tsvnrev\svnrev_template.h $(ProjectDir)svnrev.h"
|
|
/>
|
|
</VisualStudioPropertySheet>
|