-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGardenDefenseSystem.sln
More file actions
47 lines (47 loc) · 2.77 KB
/
GardenDefenseSystem.sln
File metadata and controls
47 lines (47 loc) · 2.77 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32526.322
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GardenDefenseSystem.Android", "GardenDefenseSystem\GardenDefenseSystem.Android\GardenDefenseSystem.Android.csproj", "{5BBE304C-CA1B-42A5-A66B-4E92CDA8334B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GardenDefenseSystem", "GardenDefenseSystem\GardenDefenseSystem\GardenDefenseSystem.csproj", "{A7C384E9-C466-4483-B7C9-D1FD4FF88449}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GardenDefenseSystemTests", "GardenDefenseSystemTests\GardenDefenseSystemTests.csproj", "{C3EF8E6C-B609-4028-BBD4-33ACC59FF927}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{05E91780-E6AF-4D96-979C-286962B30ABC}"
ProjectSection(SolutionItems) = preProject
appsettings.json = appsettings.json
buildtools.json = buildtools.json
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5BBE304C-CA1B-42A5-A66B-4E92CDA8334B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5BBE304C-CA1B-42A5-A66B-4E92CDA8334B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5BBE304C-CA1B-42A5-A66B-4E92CDA8334B}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{5BBE304C-CA1B-42A5-A66B-4E92CDA8334B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5BBE304C-CA1B-42A5-A66B-4E92CDA8334B}.Release|Any CPU.Build.0 = Release|Any CPU
{5BBE304C-CA1B-42A5-A66B-4E92CDA8334B}.Release|Any CPU.Deploy.0 = Release|Any CPU
{A7C384E9-C466-4483-B7C9-D1FD4FF88449}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A7C384E9-C466-4483-B7C9-D1FD4FF88449}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A7C384E9-C466-4483-B7C9-D1FD4FF88449}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{A7C384E9-C466-4483-B7C9-D1FD4FF88449}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A7C384E9-C466-4483-B7C9-D1FD4FF88449}.Release|Any CPU.Build.0 = Release|Any CPU
{A7C384E9-C466-4483-B7C9-D1FD4FF88449}.Release|Any CPU.Deploy.0 = Release|Any CPU
{C3EF8E6C-B609-4028-BBD4-33ACC59FF927}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C3EF8E6C-B609-4028-BBD4-33ACC59FF927}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C3EF8E6C-B609-4028-BBD4-33ACC59FF927}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C3EF8E6C-B609-4028-BBD4-33ACC59FF927}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3CDAF094-B393-47C3-9CE1-DD492656B9F4}
EndGlobalSection
EndGlobal