mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Fixed msvc project files
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@434 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
parent
d1eed46173
commit
c999755ef8
7 changed files with 122 additions and 90 deletions
|
|
@ -18,26 +18,23 @@
|
|||
<Platform>x64</Platform>
|
||||
</ProjectConfiguration>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\..\src\tests\turtle_test\mock_error.hpp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\..\src\tests\turtle_test\constraints_test.cpp" />
|
||||
<ClCompile Include="..\..\src\tests\turtle_test\error_test.cpp" />
|
||||
<ClCompile Include="..\..\src\tests\turtle_test\format_test.cpp" />
|
||||
<ClCompile Include="..\..\src\tests\turtle_test\function_test.cpp" />
|
||||
<ClCompile Include="..\..\src\tests\turtle_test\integration_test.cpp" />
|
||||
<ClCompile Include="..\..\src\tests\turtle_test\invocation_test.cpp" />
|
||||
<ClCompile Include="..\..\src\tests\turtle_test\is_formattable_test.cpp" />
|
||||
<ClCompile Include="..\..\src\tests\turtle_test\is_functor_test.cpp" />
|
||||
<ClCompile Include="..\..\src\tests\turtle_test\is_serializable_test.cpp" />
|
||||
<ClCompile Include="..\..\src\tests\turtle_test\log_test.cpp" />
|
||||
<ClCompile Include="..\..\src\tests\turtle_test\max_args_test.cpp" />
|
||||
<ClCompile Include="..\..\src\tests\turtle_test\mock_test.cpp" />
|
||||
<ClCompile Include="..\..\src\tests\turtle_test\object_test.cpp" />
|
||||
<ClCompile Include="..\..\src\tests\turtle_test\sequence_test.cpp" />
|
||||
<ClCompile Include="..\..\src\tests\turtle_test\type_name_test.cpp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\..\src\tests\turtle_test\mock_error.hpp" />
|
||||
<ClInclude Include="..\..\src\tests\turtle_test\silent_error.hpp" />
|
||||
</ItemGroup>
|
||||
<PropertyGroup Label="Globals">
|
||||
<ProjectGuid>{74810A2A-33D8-47D6-9A50-71261F1683F5}</ProjectGuid>
|
||||
<RootNamespace>turtle_test</RootNamespace>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue