summaryrefslogtreecommitdiff
path: root/build/win32/vs10/foo.vcxproj.filters
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2014-07-04 12:50:28 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2014-07-04 12:50:28 +0800
commitffb96e681476f693b5027790c69f7b9e3628f0b7 (patch)
treed7b817b2774c75e098d544947898e6a8fada3f38 /build/win32/vs10/foo.vcxproj.filters
parentab3d211144721cd110b19d2dad8c6ab545725e79 (diff)
downloadgobject-introspection-ffb96e681476f693b5027790c69f7b9e3628f0b7.tar.gz
MSVC Builds: Drop Test DLL Projects
This drops Visual Studio projects that does the build of the Test DLLs, as the new NMake Makefiles will cover the building of them. Please note that the cmph test program is still built with the Visual Studio projects though.
Diffstat (limited to 'build/win32/vs10/foo.vcxproj.filters')
-rw-r--r--build/win32/vs10/foo.vcxproj.filters22
1 files changed, 0 insertions, 22 deletions
diff --git a/build/win32/vs10/foo.vcxproj.filters b/build/win32/vs10/foo.vcxproj.filters
deleted file mode 100644
index df097fef..00000000
--- a/build/win32/vs10/foo.vcxproj.filters
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup>
- <Filter Include="Sources">
- <UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
- <Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
- </Filter>
- <Filter Include="Headers">
- <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;tiff;tif;png;wav</Extensions>
- </Filter>
- </ItemGroup>
- <ItemGroup>
- <ClCompile Include="..\..\..\tests\scanner\foo.c">
- <Filter>Sources</Filter>
- </ClCompile>
- </ItemGroup>
-</Project> \ No newline at end of file