mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2024-11-14 17:01:22 +00:00
22 lines
654 B
Text
22 lines
654 B
Text
|
<?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>
|