diff options
Diffstat (limited to 'ports/winnt/vs2008/debug-x64.vsprops')
-rw-r--r-- | ports/winnt/vs2008/debug-x64.vsprops | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/ports/winnt/vs2008/debug-x64.vsprops b/ports/winnt/vs2008/debug-x64.vsprops new file mode 100644 index 0000000000000..06f6f204e1978 --- /dev/null +++ b/ports/winnt/vs2008/debug-x64.vsprops @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioPropertySheet + ProjectType="Visual C++" + Version="8.00" + Name="debug-x64" + > + <Tool + Name="VCCLCompilerTool" + Optimization="0" + EnableIntrinsicFunctions="true" + AdditionalIncludeDirectories=""$(OPENSSL64_INC)"" + PreprocessorDefinitions="_DEBUG;OPENSSL" + RuntimeLibrary="1" + /> + <Tool + Name="VCLinkerTool" + AdditionalDependencies=" $(OPENSSL64_LIB)\libeay32.lib" + TargetMachine="17" +/> +</VisualStudioPropertySheet> |