From 597cc5edd624525563e6549dc0057eca2a51c81d Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Tue, 11 Nov 2014 13:30:46 -0500 Subject: upgrade to new version --- builds/msvc/properties/Dynamic.props | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 builds/msvc/properties/Dynamic.props (limited to 'builds/msvc/properties/Dynamic.props') diff --git a/builds/msvc/properties/Dynamic.props b/builds/msvc/properties/Dynamic.props new file mode 100644 index 0000000..f0a4ca2 --- /dev/null +++ b/builds/msvc/properties/Dynamic.props @@ -0,0 +1,20 @@ + + + + + + + <_ProjectFileVersion>10.0.30319.1 + <_PropertySheetDisplayName>Dynamic Link Library + + + + _WINDOWS;_USRDLL;%(PreprocessorDefinitions) + + + $(TargetDir)../../lib/$(PlatformName);%(AdditionalLibraryDirectories) + Windows + $(TargetDir)../../lib/$(PlatformName)/$(TargetName).lib + + + \ No newline at end of file -- cgit v1.2.3