aboutsummaryrefslogtreecommitdiffhomepage
path: root/vsprojects/vcxproj/test/json_stream_error_test/json_stream_error_test.vcxproj.filters
blob: 40fb50b1d82af9b7bc02bb9a42cd270b2fc25d23 (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\json\json_stream_error_test.c">
      <Filter>test\core\json</Filter>
    </ClCompile>
  </ItemGroup>

  <ItemGroup>
    <Filter Include="test">
      <UniqueIdentifier>{fd91a9af-e842-2b41-84be-97fc19f73292}</UniqueIdentifier>
    </Filter>
    <Filter Include="test\core">
      <UniqueIdentifier>{56d5be7e-42c2-34ee-ca67-9ab497e51c0e}</UniqueIdentifier>
    </Filter>
    <Filter Include="test\core\json">
      <UniqueIdentifier>{ba28edc3-5711-9a3c-72ee-9adeebd0ce9d}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
</Project>