-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSecretCommunication-API.sln
More file actions
40 lines (40 loc) · 2.34 KB
/
Copy pathSecretCommunication-API.sln
File metadata and controls
40 lines (40 loc) · 2.34 KB
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 17
VisualStudioVersion = 17.9.34728.123
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SecretCommunication-API", "SecretCommunication-API\SecretCommunication-API.csproj", "{276181FB-435C-488D-AECE-181F545D9DD2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SecretCommunication-API.BusinessLayer", "SecretCommunication.BusinessLayer\SecretCommunication-API.BusinessLayer.csproj", "{7FCB84CF-62B7-48F2-89A6-1E3DF86235DE}"
ProjectSection(ProjectDependencies) = postProject
{FC3F3153-2C09-4380-88D8-F94F093A2B0E} = {FC3F3153-2C09-4380-88D8-F94F093A2B0E}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SecretCommunication-API.Models", "SecretCommunication-API.Models\SecretCommunication-API.Models.csproj", "{FC3F3153-2C09-4380-88D8-F94F093A2B0E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{276181FB-435C-488D-AECE-181F545D9DD2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{276181FB-435C-488D-AECE-181F545D9DD2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{276181FB-435C-488D-AECE-181F545D9DD2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{276181FB-435C-488D-AECE-181F545D9DD2}.Release|Any CPU.Build.0 = Release|Any CPU
{7FCB84CF-62B7-48F2-89A6-1E3DF86235DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7FCB84CF-62B7-48F2-89A6-1E3DF86235DE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7FCB84CF-62B7-48F2-89A6-1E3DF86235DE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7FCB84CF-62B7-48F2-89A6-1E3DF86235DE}.Release|Any CPU.Build.0 = Release|Any CPU
{FC3F3153-2C09-4380-88D8-F94F093A2B0E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FC3F3153-2C09-4380-88D8-F94F093A2B0E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FC3F3153-2C09-4380-88D8-F94F093A2B0E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FC3F3153-2C09-4380-88D8-F94F093A2B0E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {14FA2FBC-642D-42C1-BD8D-6A41300498CB}
EndGlobalSection
EndGlobal