mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2024-11-10 07:11:54 +00:00
28 lines
No EOL
835 B
XML
28 lines
No EOL
835 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>{d32b8194-f1be-4a05-a303-de03bbcb8087}</UniqueIdentifier>
|
|
<Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
|
|
</Filter>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="2DView.cpp">
|
|
<Filter>src</Filter>
|
|
</ClCompile>
|
|
<ClCompile Include="ControlPointsManager.cpp">
|
|
<Filter>src</Filter>
|
|
</ClCompile>
|
|
<ClCompile Include="StdAfx.cpp">
|
|
<Filter>src</Filter>
|
|
</ClCompile>
|
|
<ClCompile Include="TexTool.cpp">
|
|
<Filter>src</Filter>
|
|
</ClCompile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="textool.def">
|
|
<Filter>src</Filter>
|
|
</None>
|
|
</ItemGroup>
|
|
</Project> |