mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-24 08:32:34 +02:00
84bdc5c994
Apparently it doesn't like structs converted to class, needs more investigation.
13 lines
477 B
XML
13 lines
477 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ItemGroup>
|
|
<ClCompile Include="CMapEditManagerTest.cpp" />
|
|
<ClCompile Include="CVcmiTestConfig.cpp" />
|
|
<ClCompile Include="StdInc.cpp" />
|
|
<ClCompile Include="Battlefield.cpp" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="CVcmiTestConfig.h" />
|
|
<ClInclude Include="StdInc.h" />
|
|
</ItemGroup>
|
|
</Project> |