mirror of https://github.com/PCSX2/pcsx2.git
27 lines
835 B
XML
27 lines
835 B
XML
<?xml version="1.0" encoding="windows-1250"?>
|
|
<VisualStudioPropertySheet
|
|
ProjectType="Visual C++"
|
|
Version="8.00"
|
|
Name="3rdpartyDLL"
|
|
OutputDirectory="$(SvnRootDir)\deps\$(PlatformName)\$(ConfigurationName)"
|
|
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalIncludeDirectories=""$(ProjectDir)""
|
|
PreprocessorDefinitions="__WIN32__;WIN32;_WINDOWS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE"
|
|
StructMemberAlignment="5"
|
|
RuntimeTypeInfo="false"
|
|
WarningLevel="3"
|
|
DebugInformationFormat="3"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
OutputFile="$(SolutionDir)\bin\$(ProjectName).dll"
|
|
LinkIncremental="1"
|
|
GenerateDebugInformation="true"
|
|
SubSystem="2"
|
|
ImportLibrary="$(OutDir)\$(ProjectName).lib"
|
|
/>
|
|
</VisualStudioPropertySheet>
|