generated from staticwebdev/blazor-starter
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Bergfest.sln
55 lines (55 loc) · 3.23 KB
/
Bergfest.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Client", "Client\Client.csproj", "{F4B1375B-C892-424D-9CB2-9FE2B5B47EDF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Api", "Api\Api.csproj", "{491BFBAF-7032-4ED7-BF3A-33595531E18A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Shared", "Shared\Shared.csproj", "{DA2371A3-4788-4B2A-A0F0-0FF8EBB4C948}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bergfest-Webhook", "Bergfest-Webhook\Bergfest-Webhook.csproj", "{AB79612A-8378-472A-81B9-8644F30D3321}"
ProjectSection(ProjectDependencies) = postProject
{DA2371A3-4788-4B2A-A0F0-0FF8EBB4C948} = {DA2371A3-4788-4B2A-A0F0-0FF8EBB4C948}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BackendLibrary", "BackendLibrary\BackendLibrary.csproj", "{C3B64DE7-3643-46D4-BE3B-D25D7C34FF0E}"
ProjectSection(ProjectDependencies) = postProject
{DA2371A3-4788-4B2A-A0F0-0FF8EBB4C948} = {DA2371A3-4788-4B2A-A0F0-0FF8EBB4C948}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F4B1375B-C892-424D-9CB2-9FE2B5B47EDF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F4B1375B-C892-424D-9CB2-9FE2B5B47EDF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F4B1375B-C892-424D-9CB2-9FE2B5B47EDF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F4B1375B-C892-424D-9CB2-9FE2B5B47EDF}.Release|Any CPU.Build.0 = Release|Any CPU
{491BFBAF-7032-4ED7-BF3A-33595531E18A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{491BFBAF-7032-4ED7-BF3A-33595531E18A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{491BFBAF-7032-4ED7-BF3A-33595531E18A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{491BFBAF-7032-4ED7-BF3A-33595531E18A}.Release|Any CPU.Build.0 = Release|Any CPU
{DA2371A3-4788-4B2A-A0F0-0FF8EBB4C948}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DA2371A3-4788-4B2A-A0F0-0FF8EBB4C948}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DA2371A3-4788-4B2A-A0F0-0FF8EBB4C948}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DA2371A3-4788-4B2A-A0F0-0FF8EBB4C948}.Release|Any CPU.Build.0 = Release|Any CPU
{AB79612A-8378-472A-81B9-8644F30D3321}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AB79612A-8378-472A-81B9-8644F30D3321}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AB79612A-8378-472A-81B9-8644F30D3321}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AB79612A-8378-472A-81B9-8644F30D3321}.Release|Any CPU.Build.0 = Release|Any CPU
{C3B64DE7-3643-46D4-BE3B-D25D7C34FF0E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C3B64DE7-3643-46D4-BE3B-D25D7C34FF0E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C3B64DE7-3643-46D4-BE3B-D25D7C34FF0E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C3B64DE7-3643-46D4-BE3B-D25D7C34FF0E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CAEC77B5-1FF5-4E89-86CD-620314C521C4}
EndGlobalSection
EndGlobal