-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathanimal-ai-unity.sln
25 lines (25 loc) · 1.28 KB
/
animal-ai-unity.sln
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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "YamlDotNet", "YamlDotNet.csproj", "{c5669da5-14ae-7753-4f48-16c137875402}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp", "Assembly-CSharp.csproj", "{17f1d71b-73ce-7c86-c9e3-fbf811561d56}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "YamlDotNet.Examples", "YamlDotNet.Examples.csproj", "{bf9f0105-b32c-3a54-e123-7859aaf8d854}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{c5669da5-14ae-7753-4f48-16c137875402}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{c5669da5-14ae-7753-4f48-16c137875402}.Debug|Any CPU.Build.0 = Debug|Any CPU
{17f1d71b-73ce-7c86-c9e3-fbf811561d56}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{17f1d71b-73ce-7c86-c9e3-fbf811561d56}.Debug|Any CPU.Build.0 = Debug|Any CPU
{bf9f0105-b32c-3a54-e123-7859aaf8d854}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{bf9f0105-b32c-3a54-e123-7859aaf8d854}.Debug|Any CPU.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal