-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAITest.vcxproj.filters
56 lines (56 loc) · 1.99 KB
/
NAITest.vcxproj.filters
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
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ClCompile Include="goap\ActionTest.cpp">
<Filter>goap</Filter>
</ClCompile>
<ClCompile Include="goap\AgentTest.cpp">
<Filter>goap</Filter>
</ClCompile>
<ClCompile Include="$(MSBuildThisFileDirectory)..\..\lib\native\src\gtest\gtest-all.cc" />
<ClCompile Include="$(MSBuildThisFileDirectory)..\..\lib\native\src\gmock\gmock-all.cc" />
<ClCompile Include="pchTest.cpp" />
<ClCompile Include="..\NGenius\packages\gmock.1.10.0\lib\native\src\gtest\src\gtest_main.cc" />
<ClCompile Include="goap\GoToGoalTest.cpp">
<Filter>goap</Filter>
</ClCompile>
<ClCompile Include="goap\DirectPlannerTest.cpp">
<Filter>goap</Filter>
</ClCompile>
<ClCompile Include="goap\TreePlannerTest.cpp">
<Filter>goap</Filter>
</ClCompile>
<ClCompile Include="goap\PredicatesHandlerTest.cpp">
<Filter>goap</Filter>
</ClCompile>
<ClCompile Include="goap\SensorySystemTest.cpp">
<Filter>goap</Filter>
</ClCompile>
<ClCompile Include="goap\MemoryTest.cpp">
<Filter>goap</Filter>
</ClCompile>
<ClCompile Include="goap\PerceptionSystemTest.cpp">
<Filter>goap</Filter>
</ClCompile>
<ClCompile Include="utils\subscriber\PublisherSubscriberTest.cpp">
<Filter>utils\subscriber</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<Filter Include="goap">
<UniqueIdentifier>{593522ff-5a2f-4f35-af5c-632d8ef0a2a7}</UniqueIdentifier>
</Filter>
<Filter Include="utils">
<UniqueIdentifier>{57955364-9432-4a3d-9681-ab0ce3d27550}</UniqueIdentifier>
</Filter>
<Filter Include="utils\subscriber">
<UniqueIdentifier>{c4c43b0c-890f-41d1-9a02-a7af727b3dcd}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<ClInclude Include="pchTest.h" />
</ItemGroup>
</Project>