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

  <ItemGroup>
    <Filter Include="test">
      <UniqueIdentifier>{05f58640-4b7c-c233-bf86-f119fe270ba1}</UniqueIdentifier>
    </Filter>
    <Filter Include="test\core">
      <UniqueIdentifier>{caeef88d-baf6-603c-83b0-84b1009be480}</UniqueIdentifier>
    </Filter>
    <Filter Include="test\core\client_channel">
      <UniqueIdentifier>{c5bba556-fd85-f7b4-99b7-8b1eeb4dfcb2}</UniqueIdentifier>
    </Filter>
    <Filter Include="test\core\client_channel\resolvers">
      <UniqueIdentifier>{eff74a86-6a4c-b68c-0330-6901d992c5c7}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
</Project>