diff options
author | Stuart Webster <sw_webster@hotmail.com> | 2011-12-15 14:03:43 +0100 |
---|---|---|
committer | unknown <sustrik@turist.(none)> | 2011-12-15 14:03:43 +0100 |
commit | 3fb5c11b03119a157db8dc024809943f88f87320 (patch) | |
tree | e3463dbfd8961f6ce9432b801fc6577cec4d500b /builds/msvc/libzmq/libzmq.vcxproj.filters | |
parent | a9e03336b020d2e6a83338b111092e65aa812f95 (diff) |
Added MSVC10 solution and project files for Windows
These include configurations for both Win32 and x64 platforms. All project
settings have been normalised in property sheets (the ".props" files under
builds/msvc/properties) to simplify maintenance. Build artefacts are all
generated in platform-specific subfolders of bin, lib and obj directories.
Also enables the use of precompiled headers with MSVC10.
This significantly reduces the time required to compile libzmq with Visual
Studio on Windows. It should have no impact on other platforms.
Signed-off-by: Stuart Webster <sw_webster@hotmail.com>
Diffstat (limited to 'builds/msvc/libzmq/libzmq.vcxproj.filters')
-rw-r--r-- | builds/msvc/libzmq/libzmq.vcxproj.filters | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/builds/msvc/libzmq/libzmq.vcxproj.filters b/builds/msvc/libzmq/libzmq.vcxproj.filters new file mode 100644 index 0000000..2946022 --- /dev/null +++ b/builds/msvc/libzmq/libzmq.vcxproj.filters @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup> + <Filter Include="Source Files"> + <UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier> + <Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions> + </Filter> + <Filter Include="Header Files"> + <UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier> + <Extensions>h;hpp;hxx;hm;inl;inc;xsd</Extensions> + </Filter> + </ItemGroup> +</Project>
\ No newline at end of file |