-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Expand file tree
/
Copy pathReact.Windows.Desktop.ABITests.vcxproj.filters
More file actions
57 lines (57 loc) · 2.37 KB
/
React.Windows.Desktop.ABITests.vcxproj.filters
File metadata and controls
57 lines (57 loc) · 2.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="Utilities">
<UniqueIdentifier>{dd007ef2-0241-4f4c-bac8-916c537375a3}</UniqueIdentifier>
</Filter>
<Filter Include="Other files">
<UniqueIdentifier>{8af93322-e15d-4a04-af2f-d9012ef7b089}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<ClCompile Include="DynamicReaderWriterTests.cpp" />
<ClCompile Include="PerfTests.cpp" />
<ClCompile Include="ReactContextTests.cpp" />
<ClCompile Include="ReactDispatcherTests.cpp" />
<ClCompile Include="..\Microsoft.ReactNative.IntegrationTests\ReactInstanceSettingsTests.cpp" />
<ClCompile Include="ReactModuleBuilderTests.cpp" />
<ClCompile Include="..\Microsoft.ReactNative.IntegrationTests\ReactNativeHostTests.cpp" />
<ClCompile Include="ReactNonAbiValueTests.cpp" />
<ClCompile Include="..\Microsoft.ReactNative.IntegrationTests\ReactNotificationServiceTests.cpp" />
<ClCompile Include="ReactPackageBuilderTests.cpp" />
<ClCompile Include="ReactPackageProviderTests.cpp" />
<ClCompile Include="..\Microsoft.ReactNative.IntegrationTests\ReactPropertyBagTests.cpp" />
<ClCompile Include="RedBoxTests.cpp" />
<ClCompile Include="..\Microsoft.ReactNative.IntegrationTests\TestEventService.cpp">
<Filter>Utilities</Filter>
</ClCompile>
<ClCompile Include="..\Microsoft.ReactNative.IntegrationTests\TestReactNativeHostHolder.cpp">
<Filter>Utilities</Filter>
</ClCompile>
<ClCompile Include="pch.cpp">
<Filter>Utilities</Filter>
</ClCompile>
<ClCompile Include="main.cpp">
<Filter>Utilities</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="pch.h">
<Filter>Utilities</Filter>
</ClInclude>
<ClInclude Include="..\Microsoft.ReactNative.IntegrationTests\TestEventService.h">
<Filter>Utilities</Filter>
</ClInclude>
<ClInclude Include="..\Microsoft.ReactNative.IntegrationTests\TestReactNativeHostHolder.h">
<Filter>Utilities</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<Manifest Include="Application.manifest">
<Filter>Other files</Filter>
</Manifest>
</ItemGroup>
<ItemGroup>
<None Include="..\Microsoft.ReactNative.IntegrationTests\ReactNativeHostTests.js" />
</ItemGroup>
</Project>