summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/contrib/Common.vsprops
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/contrib/Common.vsprops')
-rw-r--r--crawl-ref/source/contrib/Common.vsprops26
1 files changed, 26 insertions, 0 deletions
diff --git a/crawl-ref/source/contrib/Common.vsprops b/crawl-ref/source/contrib/Common.vsprops
new file mode 100644
index 0000000000..3c63883009
--- /dev/null
+++ b/crawl-ref/source/contrib/Common.vsprops
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioPropertySheet
+ ProjectType="Visual C++"
+ Version="8.00"
+ Name="Common"
+ OutputDirectory="$(SolutionDir)\bin\8.0\$(PlatformName)"
+ IntermediateDirectory="$(SolutionDir)\obj\$(ProjectName)\$(ConfigurationName)"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="C:\SDKs\DirectX\Include;C:\SDKs\Windows\v6.1\Include;C:\SDKs\OpenAL\include;C:\SDKs\OpenGL\include"
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE"
+ StringPooling="true"
+ MinimalRebuild="true"
+ ExceptionHandling="0"
+ BufferSecurityCheck="false"
+ ProgramDataBaseFileName="$(TargetDir)$(TargetName).pdb"
+ WarningLevel="3"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalLibraryDirectories="../../contrib/bin/8.0/$(PlatformName)"
+ GenerateDebugInformation="true"
+ />
+</VisualStudioPropertySheet>