diff options
Diffstat (limited to 'src/compat/Debug.props')
-rw-r--r-- | src/compat/Debug.props | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/compat/Debug.props b/src/compat/Debug.props new file mode 100644 index 0000000..31bb9d9 --- /dev/null +++ b/src/compat/Debug.props @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ImportGroup Label="PropertySheets"> + <Import Project="PropertySheet.props" /> + </ImportGroup> + <PropertyGroup Label="UserMacros" /> + <PropertyGroup> + <_PropertySheetDisplayName>compat-Debug</_PropertySheetDisplayName> + <LinkIncremental>true</LinkIncremental> + </PropertyGroup> + <ItemDefinitionGroup> + <ClCompile> + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> + <Optimization>Disabled</Optimization> + <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> + <DebugInformationFormat>EditAndContinue</DebugInformationFormat> + </ClCompile> + </ItemDefinitionGroup> + <ItemGroup /> +</Project>
\ No newline at end of file |