-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
GordonBeemingCom.sln
57 lines (57 loc) · 3.2 KB
/
GordonBeemingCom.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33103.201
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F3E10F73-4415-4EF0-89CD-922F85496C2D}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
docker-compose.yaml = docker-compose.yaml
.config\dotnet-tools.json = .config\dotnet-tools.json
global.json = global.json
README.md = README.md
up.ps1 = up.ps1
.github\FUNDING.yml = .github\FUNDING.yml
Directory.Packages.props = Directory.Packages.props
Directory.Build.props = Directory.Build.props
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GordonBeemingCom", "src\GordonBeemingCom\GordonBeemingCom.csproj", "{8116AA4A-CD45-4964-BFFA-A5133079DC4B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GordonBeemingCom.Database", "src\GordonBeemingCom.Database\GordonBeemingCom.Database.csproj", "{F1BA1FAB-6E1A-4DB8-A5DC-DFAF935240AA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GordonBeemingCom.Editor", "src\GordonBeemingCom.Editor\GordonBeemingCom.Editor.csproj", "{497BA756-3A75-4702-AB4B-ECD0C9D32C8D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GordonBeemingCom.Shared", "src\GordonBeemingCom.Shared\GordonBeemingCom.Shared.csproj", "{9233A67A-E3F4-4D55-BDB8-63DE1ACE80A4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8116AA4A-CD45-4964-BFFA-A5133079DC4B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8116AA4A-CD45-4964-BFFA-A5133079DC4B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8116AA4A-CD45-4964-BFFA-A5133079DC4B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8116AA4A-CD45-4964-BFFA-A5133079DC4B}.Release|Any CPU.Build.0 = Release|Any CPU
{F1BA1FAB-6E1A-4DB8-A5DC-DFAF935240AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F1BA1FAB-6E1A-4DB8-A5DC-DFAF935240AA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F1BA1FAB-6E1A-4DB8-A5DC-DFAF935240AA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F1BA1FAB-6E1A-4DB8-A5DC-DFAF935240AA}.Release|Any CPU.Build.0 = Release|Any CPU
{497BA756-3A75-4702-AB4B-ECD0C9D32C8D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{497BA756-3A75-4702-AB4B-ECD0C9D32C8D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{497BA756-3A75-4702-AB4B-ECD0C9D32C8D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{497BA756-3A75-4702-AB4B-ECD0C9D32C8D}.Release|Any CPU.Build.0 = Release|Any CPU
{9233A67A-E3F4-4D55-BDB8-63DE1ACE80A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9233A67A-E3F4-4D55-BDB8-63DE1ACE80A4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9233A67A-E3F4-4D55-BDB8-63DE1ACE80A4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9233A67A-E3F4-4D55-BDB8-63DE1ACE80A4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B0764C38-471E-4AEA-B284-4DDA67987EEB}
EndGlobalSection
EndGlobal