Files
glib/build/win32/vs10/glib-compile-resources.vcxproj.filters
Chun-wei Fan d01a075632 Visual Studio Projects: Use Unix Line Endings
...where possible, to make application of patches easier in the future.
The README.txt's and the .sln files are still in Windows/DOS line endings
as they need to be so.
2013-12-27 10:50:35 +08:00

17 lines
633 B
XML

<?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>
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\..\..\gio\glib-compile-resources.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\..\gio\gvdb\gvdb-builder.c">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
</Project>