summaryrefslogtreecommitdiffstats
path: root/PCbuild/x64.vsprops
diff options
context:
space:
mode:
Diffstat (limited to 'PCbuild/x64.vsprops')
-rw-r--r--PCbuild/x64.vsprops18
1 files changed, 18 insertions, 0 deletions
diff --git a/PCbuild/x64.vsprops b/PCbuild/x64.vsprops
new file mode 100644
index 0000000..c7eabbe
--- /dev/null
+++ b/PCbuild/x64.vsprops
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioPropertySheet
+ ProjectType="Visual C++"
+ Version="8.00"
+ Name="amd64"
+ OutputDirectory="$(SolutionDir)\amd64\"
+ IntermediateDirectory="$(SolutionDir)$(PlatformName)-temp-$(ConfigurationName)\$(ProjectName)\"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/USECL:MS_OPTERON /GS-"
+ PreprocessorDefinitions="_WIN64;_M_X64"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ TargetMachine="17"
+ />
+</VisualStudioPropertySheet>