-
Notifications
You must be signed in to change notification settings - Fork 0
/
planrbot.sln
59 lines (59 loc) · 3.47 KB
/
planrbot.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A09DA6A1-C47F-442F-9582-DDB7D7C9DAFA}"
ProjectSection(SolutionItems) = preProject
.dockerignore = .dockerignore
.editorconfig = .editorconfig
.gitignore = .gitignore
src\Directory.Build.props = src\Directory.Build.props
global.json = global.json
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Planrbot.Models", "src\Planrbot.Models\Planrbot.Models.csproj", "{9CFDE352-55A6-4BF6-93DC-3CFA2A51CB90}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Planrbot.Server", "src\Planrbot.Server\Planrbot.Server.csproj", "{5E8ECCA9-1138-4B4A-BF96-B1918737489F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Planrbot.Frontend", "src\Planrbot.Frontend\Planrbot.Frontend.csproj", "{DC0B600F-B246-48F3-A60B-8FCD7083C0E6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Planrbot.Server.UnitTests", "test\Planrbot.Server.UnitTests\Planrbot.Server.UnitTests.csproj", "{F83BA794-A3E5-41DE-B9F1-DAF2768F082B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Planrbot.Common", "src\Planrbot.Common\Planrbot.Common.csproj", "{B0FE1CA0-1B1B-4EF1-BB04-DF2FC437AEDB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9CFDE352-55A6-4BF6-93DC-3CFA2A51CB90}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9CFDE352-55A6-4BF6-93DC-3CFA2A51CB90}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9CFDE352-55A6-4BF6-93DC-3CFA2A51CB90}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9CFDE352-55A6-4BF6-93DC-3CFA2A51CB90}.Release|Any CPU.Build.0 = Release|Any CPU
{5E8ECCA9-1138-4B4A-BF96-B1918737489F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5E8ECCA9-1138-4B4A-BF96-B1918737489F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5E8ECCA9-1138-4B4A-BF96-B1918737489F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5E8ECCA9-1138-4B4A-BF96-B1918737489F}.Release|Any CPU.Build.0 = Release|Any CPU
{DC0B600F-B246-48F3-A60B-8FCD7083C0E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DC0B600F-B246-48F3-A60B-8FCD7083C0E6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DC0B600F-B246-48F3-A60B-8FCD7083C0E6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DC0B600F-B246-48F3-A60B-8FCD7083C0E6}.Release|Any CPU.Build.0 = Release|Any CPU
{F83BA794-A3E5-41DE-B9F1-DAF2768F082B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F83BA794-A3E5-41DE-B9F1-DAF2768F082B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F83BA794-A3E5-41DE-B9F1-DAF2768F082B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F83BA794-A3E5-41DE-B9F1-DAF2768F082B}.Release|Any CPU.Build.0 = Release|Any CPU
{B0FE1CA0-1B1B-4EF1-BB04-DF2FC437AEDB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B0FE1CA0-1B1B-4EF1-BB04-DF2FC437AEDB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B0FE1CA0-1B1B-4EF1-BB04-DF2FC437AEDB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B0FE1CA0-1B1B-4EF1-BB04-DF2FC437AEDB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FB100C26-D8FA-4EE2-9C6A-DBAB60BBC2BE}
EndGlobalSection
EndGlobal