aboutsummaryrefslogtreecommitdiff
path: root/ports/winnt/vs2008/common.vsprops
diff options
context:
space:
mode:
Diffstat (limited to 'ports/winnt/vs2008/common.vsprops')
-rw-r--r--ports/winnt/vs2008/common.vsprops53
1 files changed, 53 insertions, 0 deletions
diff --git a/ports/winnt/vs2008/common.vsprops b/ports/winnt/vs2008/common.vsprops
new file mode 100644
index 000000000000..53edd64ab217
--- /dev/null
+++ b/ports/winnt/vs2008/common.vsprops
@@ -0,0 +1,53 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioPropertySheet
+ ProjectType="Visual C++"
+ Version="8.00"
+ Name="common"
+ OutputDirectory="$(OutBaseDir)"
+ IntermediateDirectory="$(TmpBaseDir)\$(TargetName)"
+ BuildLogFile="$(IntDir)\BuildLog.htm"
+ EnableManagedIncrementalBuild="0"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="..\..\include;..\..\..\..\lib\isc\win32\include;..\..\..\..\include;..\..\..\..\lib\isc\include;..\..\..\..\sntp\libopts"
+ PreprocessorDefinitions="_CONSOLE;_WINDOWS;WIN32;SYS_WINNT;HAVE_CONFIG_H;HAVE_ARC4RANDOM_BUF;_CRT_SECURE_NO_WARNINGS"
+ StringPooling="true"
+ ExceptionHandling="0"
+ EnableFunctionLevelLinking="true"
+ RuntimeTypeInfo="false"
+ AssemblerListingLocation="$(IntDir)\"
+ ObjectFile="$(IntDir)\"
+ XMLDocumentationFileName="$(IntDir)\"
+ BrowseInformation="1"
+ WarningLevel="3"
+ SuppressStartupBanner="true"
+ DebugInformationFormat="3"
+ CompileAs="1"
+ DisableSpecificWarnings="4996"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="ws2_32.lib"
+ Version="4.2"
+ LinkIncremental="1"
+ SuppressStartupBanner="true"
+ AdditionalLibraryDirectories="$(TmpBaseDir)"
+ GenerateDebugInformation="true"
+ ProgramDatabaseFile="$(OutDir)\$(ProjectName).pdb"
+ SubSystem="1"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ LinkTimeCodeGeneration="1"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="1"
+ />
+ <UserMacro
+ Name="OutBaseDir"
+ Value="$(SolutionDir)\$(PlatformName)-out\$(ConfigurationName)"
+ />
+ <UserMacro
+ Name="TmpBaseDir"
+ Value="$(SolutionDir)\$(PlatformName)-tmp\$(ConfigurationName)"
+ />
+</VisualStudioPropertySheet>