-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathAOLadderer.sln
61 lines (61 loc) · 3.33 KB
/
AOLadderer.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
51
52
53
54
55
56
57
58
59
60
61
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.16
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4E93CFE3-4573-4A07-BD08-3211B0FD1266}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
48Keeper.ladd = 48Keeper.ladd
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AOLadderer", "AOLadderer\AOLadderer.csproj", "{93237129-659A-4A6A-AB16-8CAB6D3E9FAC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AOLadderer.UnitTests", "AOLadderer.UnitTests\AOLadderer.UnitTests.csproj", "{9B26C7F3-5E90-469E-9FC7-C96FD160DBBC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AOLadderer.UI", "AOLadderer.UI\AOLadderer.UI.csproj", "{B0F6E70A-3D59-450C-88F7-648710885453}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Screenshots", "Screenshots", "{19A18E1F-ECB0-4FAF-9069-58B436D7EFA2}"
ProjectSection(SolutionItems) = preProject
Screenshots\BasicLadder.png = Screenshots\BasicLadder.png
Screenshots\BasicShopping.png = Screenshots\BasicShopping.png
Screenshots\Build.png = Screenshots\Build.png
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AOLadderer.Blazor", "AOLadderer.Blazor\AOLadderer.Blazor.csproj", "{F0D2B235-4FA4-4EE4-84F5-3B3634EAA01F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{93237129-659A-4A6A-AB16-8CAB6D3E9FAC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{93237129-659A-4A6A-AB16-8CAB6D3E9FAC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{93237129-659A-4A6A-AB16-8CAB6D3E9FAC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{93237129-659A-4A6A-AB16-8CAB6D3E9FAC}.Release|Any CPU.Build.0 = Release|Any CPU
{9B26C7F3-5E90-469E-9FC7-C96FD160DBBC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9B26C7F3-5E90-469E-9FC7-C96FD160DBBC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9B26C7F3-5E90-469E-9FC7-C96FD160DBBC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9B26C7F3-5E90-469E-9FC7-C96FD160DBBC}.Release|Any CPU.Build.0 = Release|Any CPU
{B0F6E70A-3D59-450C-88F7-648710885453}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B0F6E70A-3D59-450C-88F7-648710885453}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B0F6E70A-3D59-450C-88F7-648710885453}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B0F6E70A-3D59-450C-88F7-648710885453}.Release|Any CPU.Build.0 = Release|Any CPU
{F0D2B235-4FA4-4EE4-84F5-3B3634EAA01F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F0D2B235-4FA4-4EE4-84F5-3B3634EAA01F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F0D2B235-4FA4-4EE4-84F5-3B3634EAA01F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F0D2B235-4FA4-4EE4-84F5-3B3634EAA01F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{19A18E1F-ECB0-4FAF-9069-58B436D7EFA2} = {4E93CFE3-4573-4A07-BD08-3211B0FD1266}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {13759963-298B-4E09-A023-2C4BF0C75851}
EndGlobalSection
EndGlobal