-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSimonWaite.BehaviourTree.sln
More file actions
29 lines (28 loc) · 1.92 KB
/
SimonWaite.BehaviourTree.sln
File metadata and controls
29 lines (28 loc) · 1.92 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimonWaite.BehaviourTree", "SimonWaite.BehaviourTree\SimonWaite.BehaviourTree.csproj", "{9DDACE01-4AE2-481D-BA00-5592DC45A9D0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimonWaite.BehaviourTree.Test", "SimonWaite.BehaviourTree.Test\SimonWaite.BehaviourTree.Test.csproj", "{3182866C-01FC-4332-BC95-0FCBF4BBF195}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimonWaite.BehaviourTree.TestRunner", "SimonWaite.BehaviourTree.TestRunner\SimonWaite.BehaviourTree.TestRunner.csproj", "{44D123EF-E77C-4190-A135-2A6C56E67DEC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9DDACE01-4AE2-481D-BA00-5592DC45A9D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9DDACE01-4AE2-481D-BA00-5592DC45A9D0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9DDACE01-4AE2-481D-BA00-5592DC45A9D0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9DDACE01-4AE2-481D-BA00-5592DC45A9D0}.Release|Any CPU.Build.0 = Release|Any CPU
{3182866C-01FC-4332-BC95-0FCBF4BBF195}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3182866C-01FC-4332-BC95-0FCBF4BBF195}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3182866C-01FC-4332-BC95-0FCBF4BBF195}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3182866C-01FC-4332-BC95-0FCBF4BBF195}.Release|Any CPU.Build.0 = Release|Any CPU
{44D123EF-E77C-4190-A135-2A6C56E67DEC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{44D123EF-E77C-4190-A135-2A6C56E67DEC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{44D123EF-E77C-4190-A135-2A6C56E67DEC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{44D123EF-E77C-4190-A135-2A6C56E67DEC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal