summaryrefslogtreecommitdiff
path: root/builds/msvc/properties/WithOpenPGM.props
diff options
context:
space:
mode:
Diffstat (limited to 'builds/msvc/properties/WithOpenPGM.props')
-rw-r--r--builds/msvc/properties/WithOpenPGM.props12
1 files changed, 12 insertions, 0 deletions
diff --git a/builds/msvc/properties/WithOpenPGM.props b/builds/msvc/properties/WithOpenPGM.props
new file mode 100644
index 0000000..c920f58
--- /dev/null
+++ b/builds/msvc/properties/WithOpenPGM.props
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
+ <_PropertySheetDisplayName>OpenPGM Settings</_PropertySheetDisplayName>
+ </PropertyGroup>
+ <ItemDefinitionGroup>
+ <ClCompile>
+ <PreprocessorDefinitions>ZMQ_HAVE_OPENPGM;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ </ClCompile>
+ </ItemDefinitionGroup>
+</Project> \ No newline at end of file