diff options
author | Micah Anderson <micah@riseup.net> | 2014-08-11 13:49:21 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2014-08-11 13:49:21 -0400 |
commit | 2e59f9740a29439df7c7a56cf0ae83dec3081d31 (patch) | |
tree | d5e7c4e74c9a0f1ea999327d2e68b1dd27be00e0 /builds/msvc/properties/Common.props |
initial import of debian version from mentors0.6.1
Diffstat (limited to 'builds/msvc/properties/Common.props')
-rw-r--r-- | builds/msvc/properties/Common.props | 21 |
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..72588d6 --- /dev/null +++ b/builds/msvc/properties/Common.props @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + + <PropertyGroup> + <_PropertySheetDisplayName>Common Settings</_PropertySheetDisplayName> + <CharacterSet>Unicode</CharacterSet> + </PropertyGroup> + + <ImportGroup Label="PropertySheets"> + <Import Project="$(Platform).props" /> + </ImportGroup> + + <ItemDefinitionGroup> + <ClCompile> + <MultiProcessorCompilation>true</MultiProcessorCompilation> + <PreprocessorDefinitions>UNICODE;_UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <WarningLevel>Level3</WarningLevel> + </ClCompile> + </ItemDefinitionGroup> + +</Project>
\ No newline at end of file |