Files
llamaplayer/src/common-tests/common-tests.vcxproj.filters
Connor McLaughlin cb127b6412 Common: Remove Event
2022-07-30 21:55:12 +10:00

10 lines
425 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ClCompile Include="..\..\dep\googletest\src\gtest_main.cc" />
<ClCompile Include="rectangle_tests.cpp" />
<ClCompile Include="bitutils_tests.cpp" />
<ClCompile Include="file_system_tests.cpp" />
<ClCompile Include="path_tests.cpp" />
</ItemGroup>
</Project>