summaryrefslogtreecommitdiff
path: root/builds/msvc/properties/DebugDEXE.props
diff options
context:
space:
mode:
Diffstat (limited to 'builds/msvc/properties/DebugDEXE.props')
-rw-r--r--builds/msvc/properties/DebugDEXE.props21
1 files changed, 21 insertions, 0 deletions
diff --git a/builds/msvc/properties/DebugDEXE.props b/builds/msvc/properties/DebugDEXE.props
new file mode 100644
index 0000000..fe8b577
--- /dev/null
+++ b/builds/msvc/properties/DebugDEXE.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>Console Debug Dynamic</_PropertySheetDisplayName>
+ <DefaultLinkage>dynamic</DefaultLinkage>
+ </PropertyGroup>
+
+ <ImportGroup Label="PropertySheets">
+ <Import Project="Debug.props" />
+ <Import Project="EXE.props" />
+ </ImportGroup>
+
+ <ItemDefinitionGroup>
+ <ClCompile>
+ <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
+ <LinkIncremental>true</LinkIncremental>
+ </ClCompile>
+ </ItemDefinitionGroup>
+
+</Project> \ No newline at end of file