-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWebCockpit.sln
40 lines (40 loc) · 2.26 KB
/
WebCockpit.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30503.244
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebCockpit.Infrastructure", "WebCockpit.Infrastructure\WebCockpit.Infrastructure.csproj", "{432678ED-18F6-4C5D-9533-AC4699A8CD5F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebCockpit.API", "WebCockpit.API\WebCockpit.API.csproj", "{C758B342-221B-4F71-BF40-FA3AFE03893A}"
ProjectSection(ProjectDependencies) = postProject
{432678ED-18F6-4C5D-9533-AC4699A8CD5F} = {432678ED-18F6-4C5D-9533-AC4699A8CD5F}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebCockpit.Application", "WebCockpit.Application\WebCockpit.Application.csproj", "{3B8AFA6E-874F-4302-B1BA-2A0CC29B3E85}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{432678ED-18F6-4C5D-9533-AC4699A8CD5F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{432678ED-18F6-4C5D-9533-AC4699A8CD5F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{432678ED-18F6-4C5D-9533-AC4699A8CD5F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{432678ED-18F6-4C5D-9533-AC4699A8CD5F}.Release|Any CPU.Build.0 = Release|Any CPU
{C758B342-221B-4F71-BF40-FA3AFE03893A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C758B342-221B-4F71-BF40-FA3AFE03893A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C758B342-221B-4F71-BF40-FA3AFE03893A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C758B342-221B-4F71-BF40-FA3AFE03893A}.Release|Any CPU.Build.0 = Release|Any CPU
{3B8AFA6E-874F-4302-B1BA-2A0CC29B3E85}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3B8AFA6E-874F-4302-B1BA-2A0CC29B3E85}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3B8AFA6E-874F-4302-B1BA-2A0CC29B3E85}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3B8AFA6E-874F-4302-B1BA-2A0CC29B3E85}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F5BE05B4-C87D-4596-B7FA-8F09ABD427AA}
EndGlobalSection
EndGlobal