2009-02-06 19:15:15 +00:00
|
|
|
<?xml version="1.0" encoding="windows-1250"?>
|
|
|
|
<VisualStudioPropertySheet
|
|
|
|
ProjectType="Visual C++"
|
|
|
|
Version="8.00"
|
|
|
|
Name="common"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
EnableIntrinsicFunctions="true"
|
2009-09-18 16:21:33 +00:00
|
|
|
PreprocessorDefinitions="WIN32;_WINDOWS;_WIN32_WINNT=0x500;GLEW_STATIC"
|
2009-02-06 19:15:15 +00:00
|
|
|
FloatingPointModel="2"
|
|
|
|
RuntimeTypeInfo="false"
|
|
|
|
WarningLevel="4"
|
|
|
|
DebugInformationFormat="3"
|
|
|
|
DisableSpecificWarnings="4995;4324"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
2009-12-01 05:59:43 +00:00
|
|
|
AdditionalDependencies="JITProfiling.lib d3d11.lib d3dx11.lib d3d10_1.lib d3dx10.lib d3d9.lib d3dx9.lib dxgi.lib ddraw.lib dxguid.lib winmm.lib strmiids.lib xinput.lib cg.lib cgGL.lib glut32.lib glew_static.lib"
|
2009-07-24 09:24:09 +00:00
|
|
|
OutputFile="$(OutDir)\$(ProjectName)-$(SSEtype).dll"
|
2009-02-22 16:28:39 +00:00
|
|
|
AdditionalLibraryDirectories="./vtune"
|
2009-09-22 00:49:02 +00:00
|
|
|
DelayLoadDLLs="d3d9.dll;d3dx9_42.dll;d3d10.dll;d3d10_1.dll;d3dx10_42.dll;d3d11.dll;d3dx11_42.dll;cg.dll;cgGL.dll;glut32.dll"
|
2009-02-06 19:15:15 +00:00
|
|
|
GenerateDebugInformation="true"
|
|
|
|
SubSystem="2"
|
|
|
|
RandomizedBaseAddress="1"
|
|
|
|
/>
|
|
|
|
<Tool
|
2009-02-24 02:08:37 +00:00
|
|
|
Name="VCPostBuildEventTool"
|
2009-06-04 09:30:35 +00:00
|
|
|
CommandLine=".\postBuild.cmd "$(TargetPath)" "$(TargetName)" $(TargetExt) $(PcsxSubsection)"
|
2009-05-22 01:22:52 +00:00
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"
|
|
|
|
CommandLine=""$(SvnCommonDir)\vsprops\preBuild.cmd" "$(ProjectRootDir)""
|
2009-02-06 19:15:15 +00:00
|
|
|
/>
|
|
|
|
</VisualStudioPropertySheet>
|