diff options
Diffstat (limited to 'unit_tests/UnitTests.vcxproj.filters')
-rw-r--r-- | unit_tests/UnitTests.vcxproj.filters | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/unit_tests/UnitTests.vcxproj.filters b/unit_tests/UnitTests.vcxproj.filters index 64c2a73..45ae229 100644 --- a/unit_tests/UnitTests.vcxproj.filters +++ b/unit_tests/UnitTests.vcxproj.filters | |||
@@ -15,6 +15,9 @@ | |||
15 | <ClCompile Include="..\src\deep.cpp"> | 15 | <ClCompile Include="..\src\deep.cpp"> |
16 | <Filter>Lanes</Filter> | 16 | <Filter>Lanes</Filter> |
17 | </ClCompile> | 17 | </ClCompile> |
18 | <ClCompile Include="catch_amalgamated.cpp"> | ||
19 | <Filter>Catch2</Filter> | ||
20 | </ClCompile> | ||
18 | </ItemGroup> | 21 | </ItemGroup> |
19 | <ItemGroup> | 22 | <ItemGroup> |
20 | <ClInclude Include="_pch.hpp" /> | 23 | <ClInclude Include="_pch.hpp" /> |
@@ -25,6 +28,9 @@ | |||
25 | <ClInclude Include="..\src\compat.hpp"> | 28 | <ClInclude Include="..\src\compat.hpp"> |
26 | <Filter>Lanes</Filter> | 29 | <Filter>Lanes</Filter> |
27 | </ClInclude> | 30 | </ClInclude> |
31 | <ClInclude Include="catch_amalgamated.hpp"> | ||
32 | <Filter>Catch2</Filter> | ||
33 | </ClInclude> | ||
28 | </ItemGroup> | 34 | </ItemGroup> |
29 | <ItemGroup> | 35 | <ItemGroup> |
30 | <Filter Include="Scripts"> | 36 | <Filter Include="Scripts"> |
@@ -42,6 +48,9 @@ | |||
42 | <Filter Include="Scripts\coro"> | 48 | <Filter Include="Scripts\coro"> |
43 | <UniqueIdentifier>{3cf4f618-1863-4de0-8761-5fca21e6b07c}</UniqueIdentifier> | 49 | <UniqueIdentifier>{3cf4f618-1863-4de0-8761-5fca21e6b07c}</UniqueIdentifier> |
44 | </Filter> | 50 | </Filter> |
51 | <Filter Include="Catch2"> | ||
52 | <UniqueIdentifier>{2e1bf85c-7722-42ba-86f8-ac0f5a494ac5}</UniqueIdentifier> | ||
53 | </Filter> | ||
45 | </ItemGroup> | 54 | </ItemGroup> |
46 | <ItemGroup> | 55 | <ItemGroup> |
47 | <None Include="scripts\linda\send_receive.lua"> | 56 | <None Include="scripts\linda\send_receive.lua"> |
@@ -95,5 +104,8 @@ | |||
95 | <None Include="scripts\linda\send_registered_userdata.lua"> | 104 | <None Include="scripts\linda\send_registered_userdata.lua"> |
96 | <Filter>Scripts\linda</Filter> | 105 | <Filter>Scripts\linda</Filter> |
97 | </None> | 106 | </None> |
107 | <None Include="Catch2.runsettings"> | ||
108 | <Filter>Catch2</Filter> | ||
109 | </None> | ||
98 | </ItemGroup> | 110 | </ItemGroup> |
99 | </Project> \ No newline at end of file | 111 | </Project> \ No newline at end of file |