2009-02-06 19:15:15 +00:00
|
|
|
<?xml version="1.0" encoding="windows-1250"?>
|
|
|
|
<VisualStudioPropertySheet
|
|
|
|
ProjectType="Visual C++"
|
|
|
|
Version="8.00"
|
|
|
|
Name="common"
|
|
|
|
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"
|
2009-02-22 16:28:39 +00:00
|
|
|
AdditionalDependencies="JITProfiling.lib d3d10.lib d3dx10.lib d3d9.lib d3dx9.lib ddraw.lib dxguid.lib winmm.lib strmiids.lib xinput.lib"
|
|
|
|
AdditionalLibraryDirectories="./vtune"
|
2009-03-31 14:28:23 +00:00
|
|
|
DelayLoadDLLs="d3d9.dll;d3dx9_41.dll;d3d10.dll;d3dx10_41.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"
|
|
|
|
CommandLine=".\postBuild.cmd "$(TargetPath)" "$(TargetName)" $(TargetExt) plugins"
|
2009-02-06 19:15:15 +00:00
|
|
|
/>
|
|
|
|
</VisualStudioPropertySheet>
|