summaryrefslogtreecommitdiff
path: root/builds/msvc/properties/DLL.props
diff options
context:
space:
mode:
Diffstat (limited to 'builds/msvc/properties/DLL.props')
-rw-r--r--builds/msvc/properties/DLL.props16
1 files changed, 16 insertions, 0 deletions
diff --git a/builds/msvc/properties/DLL.props b/builds/msvc/properties/DLL.props
new file mode 100644
index 0000000..b5aa1f0
--- /dev/null
+++ b/builds/msvc/properties/DLL.props
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+
+ <PropertyGroup>
+ <_PropertySheetDisplayName>Dynamic Library</_PropertySheetDisplayName>
+ <DefaultLinkage>dynamic</DefaultLinkage>
+ <TargetExt>.dll</TargetExt>
+ </PropertyGroup>
+
+ <ItemDefinitionGroup>
+ <ClCompile>
+ <PreprocessorDefinitions>_DLL;_WINDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ </ClCompile>
+ </ItemDefinitionGroup>
+
+</Project> \ No newline at end of file