aboutsummaryrefslogtreecommitdiffhomepage
path: root/vsprojects/vcxproj/test/gpr_load_file_test/gpr_load_file_test.vcxproj.filters
blob: 0edd0fe299c9852097b16df0e88bc6286857e308 (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\support\load_file_test.c">
      <Filter>test\core\support</Filter>
    </ClCompile>
  </ItemGroup>

  <ItemGroup>
    <Filter Include="test">
      <UniqueIdentifier>{7defb822-a4cc-a221-8900-1041a6c2c134}</UniqueIdentifier>
    </Filter>
    <Filter Include="test\core">
      <UniqueIdentifier>{3f3cae49-1efd-7015-0fa1-5621168945d5}</UniqueIdentifier>
    </Filter>
    <Filter Include="test\core\support">
      <UniqueIdentifier>{54e9b9b9-021a-139b-53f2-2f8b7173306c}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
</Project>