-
Notifications
You must be signed in to change notification settings - Fork 1
/
NetCoreStack.Common.sln
42 lines (42 loc) · 2.2 KB
/
NetCoreStack.Common.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{2E959652-48F1-4FD1-8919-66D5C4D58154}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{72F2A51A-CEA6-45C1-BCBA-5323729AF947}"
ProjectSection(SolutionItems) = preProject
NuGet.config = NuGet.config
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{96965F0E-091D-4741-A8A4-925868C196EB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetCoreStack.Common", "src\NetCoreStack.Common\NetCoreStack.Common.csproj", "{765EEE5D-4716-4880-AAAD-E37A50D00CC4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetCoreStack.Common.Tests", "test\NetCoreStack.Common.Tests\NetCoreStack.Common.Tests.csproj", "{A02AE155-5CC4-4BB5-AB71-D21F940211BD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{765EEE5D-4716-4880-AAAD-E37A50D00CC4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{765EEE5D-4716-4880-AAAD-E37A50D00CC4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{765EEE5D-4716-4880-AAAD-E37A50D00CC4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{765EEE5D-4716-4880-AAAD-E37A50D00CC4}.Release|Any CPU.Build.0 = Release|Any CPU
{A02AE155-5CC4-4BB5-AB71-D21F940211BD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A02AE155-5CC4-4BB5-AB71-D21F940211BD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A02AE155-5CC4-4BB5-AB71-D21F940211BD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A02AE155-5CC4-4BB5-AB71-D21F940211BD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{765EEE5D-4716-4880-AAAD-E37A50D00CC4} = {2E959652-48F1-4FD1-8919-66D5C4D58154}
{A02AE155-5CC4-4BB5-AB71-D21F940211BD} = {96965F0E-091D-4741-A8A4-925868C196EB}
EndGlobalSection
EndGlobal