aboutsummaryrefslogtreecommitdiffhomepage
path: root/vsprojects/vcxproj/test/census_log_test/census_log_test.vcxproj.filters
blob: 135c77847f926e6a334f3da7c8b76eb9a7863eea (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\core\census\log_test.c">
      <Filter>test\core\census</Filter>
    </ClCompile>
  </ItemGroup>

  <ItemGroup>
    <Filter Include="test">
      <UniqueIdentifier>{4d0aae38-6975-cafb-30a6-a7c2c87d22ff}</UniqueIdentifier>
    </Filter>
    <Filter Include="test\core">
      <UniqueIdentifier>{fb85321f-d3b5-ef2f-c5aa-34660a5e0c7b}</UniqueIdentifier>
    </Filter>
    <Filter Include="test\core\census">
      <UniqueIdentifier>{f23141da-cbe2-70fa-8207-858af868eb18}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
</Project>