mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2024-11-10 07:11:54 +00:00
34 lines
No EOL
1,000 B
XML
34 lines
No EOL
1,000 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>{109e1292-2d14-47ea-bbac-1296c682ddbe}</UniqueIdentifier>
|
|
<Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
|
|
</Filter>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="eclassmodel.cpp">
|
|
<Filter>src</Filter>
|
|
</ClCompile>
|
|
<ClCompile Include="entity.cpp">
|
|
<Filter>src</Filter>
|
|
</ClCompile>
|
|
<ClCompile Include="entity_entitymodel.cpp">
|
|
<Filter>src</Filter>
|
|
</ClCompile>
|
|
<ClCompile Include="light.cpp">
|
|
<Filter>src</Filter>
|
|
</ClCompile>
|
|
<ClCompile Include="miscmodel.cpp">
|
|
<Filter>src</Filter>
|
|
</ClCompile>
|
|
<ClCompile Include="plugin.cpp">
|
|
<Filter>src</Filter>
|
|
</ClCompile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="entity.def">
|
|
<Filter>src</Filter>
|
|
</None>
|
|
</ItemGroup>
|
|
</Project> |