summaryrefslogtreecommitdiff
path: root/builds/msvc/properties/ReleaseDLL.props
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2014-08-11 13:49:21 -0400
committerMicah Anderson <micah@riseup.net>2014-08-11 13:49:21 -0400
commit2e59f9740a29439df7c7a56cf0ae83dec3081d31 (patch)
treed5e7c4e74c9a0f1ea999327d2e68b1dd27be00e0 /builds/msvc/properties/ReleaseDLL.props
initial import of debian version from mentors0.6.1
Diffstat (limited to 'builds/msvc/properties/ReleaseDLL.props')
-rw-r--r--builds/msvc/properties/ReleaseDLL.props19
1 files changed, 19 insertions, 0 deletions
diff --git a/builds/msvc/properties/ReleaseDLL.props b/builds/msvc/properties/ReleaseDLL.props
new file mode 100644
index 0000000..2071b33
--- /dev/null
+++ b/builds/msvc/properties/ReleaseDLL.props
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+
+ <PropertyGroup>
+ <_PropertySheetDisplayName>Dynamic Release Library</_PropertySheetDisplayName>
+ </PropertyGroup>
+
+ <ImportGroup Label="PropertySheets">
+ <Import Project="Release.props" />
+ <Import Project="DLL.props" />
+ </ImportGroup>
+
+ <ItemDefinitionGroup>
+ <ClCompile>
+ <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
+ </ClCompile>
+ </ItemDefinitionGroup>
+
+</Project> \ No newline at end of file