mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2024-11-10 07:11:54 +00:00
22 lines
No EOL
673 B
XML
22 lines
No EOL
673 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>{4714147c-2cf5-4549-9975-bbba399fa909}</UniqueIdentifier>
|
|
<Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
|
|
</Filter>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="surface.def">
|
|
<Filter>src</Filter>
|
|
</None>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="surfacedialog.cpp">
|
|
<Filter>src</Filter>
|
|
</ClCompile>
|
|
<ClCompile Include="surfdlg_plugin.cpp">
|
|
<Filter>src</Filter>
|
|
</ClCompile>
|
|
</ItemGroup>
|
|
</Project> |