summaryrefslogtreecommitdiff
path: root/builds/msvc/properties/Common.props
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2014-11-11 13:30:46 -0500
committerMicah Anderson <micah@riseup.net>2014-11-11 13:30:46 -0500
commit597cc5edd624525563e6549dc0057eca2a51c81d (patch)
treefc3b8b0ed54e304ea6d0b7da23df1fc67284b339 /builds/msvc/properties/Common.props
parent55a5e900b47474528fd6a04ee632164143b05380 (diff)
upgrade to new versiondebian/experimental
Diffstat (limited to 'builds/msvc/properties/Common.props')
-rw-r--r--builds/msvc/properties/Common.props21
1 files changed, 21 insertions, 0 deletions
diff --git a/builds/msvc/properties/Common.props b/builds/msvc/properties/Common.props
new file mode 100644
index 0000000..83741bc
--- /dev/null
+++ b/builds/msvc/properties/Common.props
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
+ <_PropertySheetDisplayName>Common Settings</_PropertySheetDisplayName>
+ <OutDir>$(ProjectDir)../../../bin/$(PlatformName)/</OutDir>
+ <IntDir>$(ProjectDir)../../../obj/$(PlatformName)/$(Configuration)/$(ProjectName)/</IntDir>
+ <LinkIncremental>false</LinkIncremental>
+ </PropertyGroup>
+ <ItemDefinitionGroup>
+ <ClCompile>
+ <WarningLevel>Level3</WarningLevel>
+ <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
+ <PreprocessorDefinitions>_BIND_TO_CURRENT_VCLIBS_VERSION=1;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <MultiProcessorCompilation>true</MultiProcessorCompilation>
+ </ClCompile>
+ <Link>
+ <GenerateDebugInformation>true</GenerateDebugInformation>
+ </Link>
+ </ItemDefinitionGroup>
+</Project> \ No newline at end of file