diff options
author | chai <chaifix@163.com> | 2018-12-07 20:16:33 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-12-07 20:16:33 +0800 |
commit | a059088c90fafb9ef21840db338f6bd04023b096 (patch) | |
tree | 00d2a75f1237011209fe79f3422da9fcb8e39b53 /build/vs/Tests/Test/Test.vcxproj.filters | |
parent | f065d7884d353c3545535850e4e8bdf8e10025ca (diff) |
Diffstat (limited to 'build/vs/Tests/Test/Test.vcxproj.filters')
-rw-r--r-- | build/vs/Tests/Test/Test.vcxproj.filters | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/build/vs/Tests/Test/Test.vcxproj.filters b/build/vs/Tests/Test/Test.vcxproj.filters new file mode 100644 index 0000000..8f3de10 --- /dev/null +++ b/build/vs/Tests/Test/Test.vcxproj.filters @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup> + <ClCompile Include="..\..\..\..\tests\main.cpp" /> + </ItemGroup> +</Project>
\ No newline at end of file |