aboutsummaryrefslogtreecommitdiffhomepage
path: root/vsprojects/vcxproj/test/health_service_end2end_test/health_service_end2end_test.vcxproj.filters
blob: cccf96828693e2a6619eb61cad3c278abe95eb93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemGroup>
    <ClCompile Include="$(SolutionDir)\..\test\cpp\end2end\health_service_end2end_test.cc">
      <Filter>test\cpp\end2end</Filter>
    </ClCompile>
  </ItemGroup>

  <ItemGroup>
    <Filter Include="test">
      <UniqueIdentifier>{00d750b2-db02-2106-d9b7-1d3b2ca58604}</UniqueIdentifier>
    </Filter>
    <Filter Include="test\cpp">
      <UniqueIdentifier>{02e29b2f-d68a-4474-8483-621ecfd7fa9d}</UniqueIdentifier>
    </Filter>
    <Filter Include="test\cpp\end2end">
      <UniqueIdentifier>{b0de697a-d73a-23e1-c9af-fa0edf011d4d}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
</Project>