mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-24 08:32:34 +02:00
12 lines
432 B
Plaintext
12 lines
432 B
Plaintext
|
<?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" />
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<ClInclude Include="CVcmiTestConfig.h" />
|
||
|
<ClInclude Include="StdInc.h" />
|
||
|
</ItemGroup>
|
||
|
</Project>
|