From 6d5c9381c763b1df70bba0c4d7f8a913b08282a9 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Thu, 16 Feb 2012 10:03:18 +0900 Subject: MSVC build: ZeroMQ renamed to Crossroads Signed-off-by: Martin Sustrik --- builds/msvc/libxs/libxs.vcxproj | 241 ++++++++++++++++++++++++++++++++ builds/msvc/libxs/libxs.vcxproj.filters | 13 ++ 2 files changed, 254 insertions(+) create mode 100644 builds/msvc/libxs/libxs.vcxproj create mode 100644 builds/msvc/libxs/libxs.vcxproj.filters (limited to 'builds/msvc/libxs') diff --git a/builds/msvc/libxs/libxs.vcxproj b/builds/msvc/libxs/libxs.vcxproj new file mode 100644 index 0000000..a3f361e --- /dev/null +++ b/builds/msvc/libxs/libxs.vcxproj @@ -0,0 +1,241 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + WithOpenPGM + Win32 + + + WithOpenPGM + x64 + + + + {641C5F36-32EE-4323-B740-992B651CF9D6} + libxs + + + + DynamicLibrary + MultiByte + true + + + DynamicLibrary + MultiByte + true + + + DynamicLibrary + MultiByte + true + + + DynamicLibrary + MultiByte + true + + + DynamicLibrary + MultiByte + + + DynamicLibrary + MultiByte + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + AllRules.ruleset + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Create + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/builds/msvc/libxs/libxs.vcxproj.filters b/builds/msvc/libxs/libxs.vcxproj.filters new file mode 100644 index 0000000..2946022 --- /dev/null +++ b/builds/msvc/libxs/libxs.vcxproj.filters @@ -0,0 +1,13 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + \ No newline at end of file -- cgit v1.2.3