-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathWebScheduler.FrontEnd.sln
56 lines (56 loc) · 2.74 KB
/
WebScheduler.FrontEnd.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32112.339
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2C9A0C53-B6D5-47B7-95DD-295560CDA64D}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
build.cake = build.cake
cspell.json = cspell.json
Directory.Build.props = Directory.Build.props
dotnet-tools.json = dotnet-tools.json
global.json = global.json
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebScheduler.FrontEnd.BlazorApp", "Source\WebScheduler.FrontEnd.BlazorApp\WebScheduler.FrontEnd.BlazorApp.csproj", "{241E519F-8EEE-4A96-9F97-AFF26B96A0FC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebScheduler.FrontEnd.Tests", "Tests\WebScheduler.FrontEnd.Tests\WebScheduler.FrontEnd.Tests.csproj", "{BB0AD341-8DA1-4330-8C30-F4731F010717}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{34655ACA-B24E-4B1A-8E67-5CEBB97E2A85}"
ProjectSection(SolutionItems) = preProject
Tests\.editorconfig = Tests\.editorconfig
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Source", "Source", "{C3BE8239-1F38-459C-A022-CA7E35A39AFD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{241E519F-8EEE-4A96-9F97-AFF26B96A0FC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{241E519F-8EEE-4A96-9F97-AFF26B96A0FC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{241E519F-8EEE-4A96-9F97-AFF26B96A0FC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{241E519F-8EEE-4A96-9F97-AFF26B96A0FC}.Release|Any CPU.Build.0 = Release|Any CPU
{BB0AD341-8DA1-4330-8C30-F4731F010717}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BB0AD341-8DA1-4330-8C30-F4731F010717}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BB0AD341-8DA1-4330-8C30-F4731F010717}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BB0AD341-8DA1-4330-8C30-F4731F010717}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{241E519F-8EEE-4A96-9F97-AFF26B96A0FC} = {C3BE8239-1F38-459C-A022-CA7E35A39AFD}
{BB0AD341-8DA1-4330-8C30-F4731F010717} = {34655ACA-B24E-4B1A-8E67-5CEBB97E2A85}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {574AAFA6-1E77-4F9D-80DB-604AFD622022}
EndGlobalSection
EndGlobal