mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2024-11-09 23:01:55 +00:00
22 lines
No EOL
654 B
XML
22 lines
No EOL
654 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ItemGroup>
|
|
<Filter Include="src">
|
|
<UniqueIdentifier>{622f4d25-31dc-4aa2-9b1e-afd96657bc09}</UniqueIdentifier>
|
|
<Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
|
|
</Filter>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="vfs.cpp">
|
|
<Filter>src</Filter>
|
|
</ClCompile>
|
|
<ClCompile Include="vfspak.cpp">
|
|
<Filter>src</Filter>
|
|
</ClCompile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="vfspak.def">
|
|
<Filter>src</Filter>
|
|
</None>
|
|
</ItemGroup>
|
|
</Project> |