summaryrefslogtreecommitdiff
path: root/MSVC_Net2013/gendef.vcxproj.filters
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2015-09-09 17:28:38 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2015-09-09 17:28:38 +0800
commita26a33b8fa678acd7417c0cc992e55fca6fd0ffb (patch)
treefe6c995677b7bca72e1d62594f1b0b8af24f6717 /MSVC_Net2013/gendef.vcxproj.filters
parentf98a6d3e67aa7ef4b80339b4d981f97f4b756a1f (diff)
downloadglibmm-a26a33b8fa678acd7417c0cc992e55fca6fd0ffb.tar.gz
MSVC Builds: Move MSVC_Net2010 to MSVC_Net2013
This moves all the project files that were in MSVC_Net2010/ to MSVC_Net2013/, as we can't build glibmm with anything before Visual Studio 2013. Note that the project files themselves have already been updated to be Visual Studio 2013-compatible. Also drop the MSVC_Net2005 and MSVC_Net2008 directories as the projects there are simply not enough to build glibmm at all.
Diffstat (limited to 'MSVC_Net2013/gendef.vcxproj.filters')
-rw-r--r--MSVC_Net2013/gendef.vcxproj.filters20
1 files changed, 20 insertions, 0 deletions
diff --git a/MSVC_Net2013/gendef.vcxproj.filters b/MSVC_Net2013/gendef.vcxproj.filters
new file mode 100644
index 00000000..d8cb693f
--- /dev/null
+++ b/MSVC_Net2013/gendef.vcxproj.filters
@@ -0,0 +1,20 @@
+<?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;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>
+ <Filter Include="Resource Files">
+ <UniqueIdentifier>{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}</UniqueIdentifier>
+ <Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx</Extensions>
+ </Filter>
+ </ItemGroup>
+ <ItemGroup>
+ <ClCompile Include=".\gendef\gendef.cc"><Filter>Source Files</Filter></ClCompile>
+ </ItemGroup>
+</Project>