-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCodeSnippetManager.sln
More file actions
45 lines (45 loc) · 2.83 KB
/
Copy pathCodeSnippetManager.sln
File metadata and controls
45 lines (45 loc) · 2.83 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
41
42
43
44
45
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.14.36518.9
MinimumVisualStudioVersion = 10.0.40219.1
Project("{54A90642-561A-4BB1-A94E-469ADEE60C69}") = "snippet-manager-ui", "client\snippet-manager-ui\snippet-manager-ui.esproj", "{A54107DC-3265-719D-EAE6-62B236CBF983}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeSnippetManager.Core", "src\CodeSnippetManager.Core\CodeSnippetManager.Core.csproj", "{048DA28E-E968-4EE8-9231-26BA22D4E863}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeSnippetManager.API", "src\CodeSnippetManager.API\CodeSnippetManager.API.csproj", "{2CCF0AE5-920A-47F1-924E-757A672A3440}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeSnippetManager.Infrastructure", "src\CodeSnippetManager.Infrastructure\CodeSnippetManager.Infrastructure.csproj", "{4DE9AE5C-705C-48CC-A62F-147800C37A35}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A54107DC-3265-719D-EAE6-62B236CBF983}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A54107DC-3265-719D-EAE6-62B236CBF983}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A54107DC-3265-719D-EAE6-62B236CBF983}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{A54107DC-3265-719D-EAE6-62B236CBF983}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A54107DC-3265-719D-EAE6-62B236CBF983}.Release|Any CPU.Build.0 = Release|Any CPU
{A54107DC-3265-719D-EAE6-62B236CBF983}.Release|Any CPU.Deploy.0 = Release|Any CPU
{048DA28E-E968-4EE8-9231-26BA22D4E863}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{048DA28E-E968-4EE8-9231-26BA22D4E863}.Debug|Any CPU.Build.0 = Debug|Any CPU
{048DA28E-E968-4EE8-9231-26BA22D4E863}.Release|Any CPU.ActiveCfg = Release|Any CPU
{048DA28E-E968-4EE8-9231-26BA22D4E863}.Release|Any CPU.Build.0 = Release|Any CPU
{2CCF0AE5-920A-47F1-924E-757A672A3440}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2CCF0AE5-920A-47F1-924E-757A672A3440}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2CCF0AE5-920A-47F1-924E-757A672A3440}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2CCF0AE5-920A-47F1-924E-757A672A3440}.Release|Any CPU.Build.0 = Release|Any CPU
{4DE9AE5C-705C-48CC-A62F-147800C37A35}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4DE9AE5C-705C-48CC-A62F-147800C37A35}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4DE9AE5C-705C-48CC-A62F-147800C37A35}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4DE9AE5C-705C-48CC-A62F-147800C37A35}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C72C8AEB-2854-49B0-9A79-1F047A4E0699}
EndGlobalSection
EndGlobal