-
Notifications
You must be signed in to change notification settings - Fork 1
/
SteeringBehaviorsNez.sln
50 lines (50 loc) · 3.06 KB
/
SteeringBehaviorsNez.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
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31112.23
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SteeringBehaviorsNez", "SteeringBehaviorsNez\SteeringBehaviorsNez.csproj", "{D20CE6B6-45B9-4994-B930-5587A3480ABA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Lib", "Lib", "{5DBDAAFA-9C73-4A6E-BCD4-580348A362DB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nez.Monogame.Standard", "Lib\Nez\Nez.Portable\Nez.Monogame.Standard.csproj", "{2CC97AFD-AD53-4093-9631-162240C796B3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nez.Monogame.Standard.ImGui", "Lib\Nez\Nez.ImGui\Nez.Monogame.Standard.ImGui.csproj", "{60BEF4A5-A206-47EB-8083-5D5C5D085770}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nez.Monogame.Standard.Persistence", "Lib\Nez\Nez.Persistence\Nez.Monogame.Standard.Persistence.csproj", "{79BF13B4-115D-41AE-B94D-83B8FA680B7E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D20CE6B6-45B9-4994-B930-5587A3480ABA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D20CE6B6-45B9-4994-B930-5587A3480ABA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D20CE6B6-45B9-4994-B930-5587A3480ABA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D20CE6B6-45B9-4994-B930-5587A3480ABA}.Release|Any CPU.Build.0 = Release|Any CPU
{2CC97AFD-AD53-4093-9631-162240C796B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2CC97AFD-AD53-4093-9631-162240C796B3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2CC97AFD-AD53-4093-9631-162240C796B3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2CC97AFD-AD53-4093-9631-162240C796B3}.Release|Any CPU.Build.0 = Release|Any CPU
{60BEF4A5-A206-47EB-8083-5D5C5D085770}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{60BEF4A5-A206-47EB-8083-5D5C5D085770}.Debug|Any CPU.Build.0 = Debug|Any CPU
{60BEF4A5-A206-47EB-8083-5D5C5D085770}.Release|Any CPU.ActiveCfg = Release|Any CPU
{60BEF4A5-A206-47EB-8083-5D5C5D085770}.Release|Any CPU.Build.0 = Release|Any CPU
{79BF13B4-115D-41AE-B94D-83B8FA680B7E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{79BF13B4-115D-41AE-B94D-83B8FA680B7E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{79BF13B4-115D-41AE-B94D-83B8FA680B7E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{79BF13B4-115D-41AE-B94D-83B8FA680B7E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{2CC97AFD-AD53-4093-9631-162240C796B3} = {5DBDAAFA-9C73-4A6E-BCD4-580348A362DB}
{60BEF4A5-A206-47EB-8083-5D5C5D085770} = {5DBDAAFA-9C73-4A6E-BCD4-580348A362DB}
{79BF13B4-115D-41AE-B94D-83B8FA680B7E} = {5DBDAAFA-9C73-4A6E-BCD4-580348A362DB}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9D9BA550-160A-4454-AF73-1C712684800F}
EndGlobalSection
EndGlobal