mirror of https://github.com/PCSX2/pcsx2.git
35 lines
1.0 KiB
Plaintext
35 lines
1.0 KiB
Plaintext
|
<?xml version="1.0" encoding="windows-1250"?>
|
||
|
<VisualStudioPropertySheet
|
||
|
ProjectType="Visual C++"
|
||
|
Version="8.00"
|
||
|
Name="plugins"
|
||
|
OutputDirectory="$(ProjectDir)\bin"
|
||
|
IntermediateDirectory="$(ConfigurationName)"
|
||
|
>
|
||
|
|
||
|
<Tool
|
||
|
Name="VCPreBuildEventTool"
|
||
|
CommandLine=".\vsprops\preBuild.cmd "$(ProjectDir)\.." "$(ProjectDir)vsprops""
|
||
|
/>
|
||
|
<Tool
|
||
|
Name="VCPostBuildEventTool"
|
||
|
CommandLine=".\vsprops\postBuild.cmd "$(TargetPath)" "$(SolutionDir)" "$(TargetName)" $(TargetExt)"
|
||
|
/>
|
||
|
<Tool
|
||
|
Name="VCCLCompilerTool"
|
||
|
AdditionalIncludeDirectories="..\;"$(ProjectDir)";..\common;..\3rdparty"
|
||
|
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"
|
||
|
LinkIncremental="1"
|
||
|
GenerateDebugInformation="true"
|
||
|
SubSystem="2"
|
||
|
/>
|
||
|
</VisualStudioPropertySheet>
|