gtkradiant/plugins/entity/entity.vcxproj.filters

34 lines
1000 B
Plaintext
Raw Normal View History

2013-05-24 01:44:41 +00:00
<?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>