-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathCreatingGanttComponent.sln
37 lines (37 loc) · 2.12 KB
/
CreatingGanttComponent.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33213.308
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CreatingGanttComponent.Server", "Server\CreatingGanttComponent.Server.csproj", "{A4131D94-10DE-466E-B05C-D883CC35EB44}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CreatingGanttComponent.Client", "Client\CreatingGanttComponent.Client.csproj", "{C38A05FE-7561-4E64-8081-8065E541977F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CreatingGanttComponent.Shared", "Shared\CreatingGanttComponent.Shared.csproj", "{2A333EDC-0C45-4E55-971F-A21EFA89F0EB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A4131D94-10DE-466E-B05C-D883CC35EB44}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A4131D94-10DE-466E-B05C-D883CC35EB44}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A4131D94-10DE-466E-B05C-D883CC35EB44}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A4131D94-10DE-466E-B05C-D883CC35EB44}.Release|Any CPU.Build.0 = Release|Any CPU
{C38A05FE-7561-4E64-8081-8065E541977F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C38A05FE-7561-4E64-8081-8065E541977F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C38A05FE-7561-4E64-8081-8065E541977F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C38A05FE-7561-4E64-8081-8065E541977F}.Release|Any CPU.Build.0 = Release|Any CPU
{2A333EDC-0C45-4E55-971F-A21EFA89F0EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2A333EDC-0C45-4E55-971F-A21EFA89F0EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2A333EDC-0C45-4E55-971F-A21EFA89F0EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2A333EDC-0C45-4E55-971F-A21EFA89F0EB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7037037E-C860-41FD-8FB0-AA0F321AA312}
EndGlobalSection
EndGlobal