forked from ardalis/pluralsight-ddd-fundamentals
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSharedKernel.sln
39 lines (39 loc) · 2.15 KB
/
SharedKernel.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30914.41
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{D1E74835-F6E4-40C4-A30E-D3AA302F8FEB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PluralsightDdd.SharedKernel", "src\PluralsightDdd.SharedKernel\PluralsightDdd.SharedKernel.csproj", "{1B00F252-C484-4B6B-8D97-446BD59524EC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{60E34973-F9FB-4919-A6EC-58B747BBD3F6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PluralsightDdd.SharedKernel.UnitTests", "tests\PluralsightDdd.SharedKernel.UnitTests\PluralsightDdd.SharedKernel.UnitTests.csproj", "{8B203C8A-A69A-44FD-A687-55934306EFFD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1B00F252-C484-4B6B-8D97-446BD59524EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1B00F252-C484-4B6B-8D97-446BD59524EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1B00F252-C484-4B6B-8D97-446BD59524EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1B00F252-C484-4B6B-8D97-446BD59524EC}.Release|Any CPU.Build.0 = Release|Any CPU
{8B203C8A-A69A-44FD-A687-55934306EFFD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8B203C8A-A69A-44FD-A687-55934306EFFD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8B203C8A-A69A-44FD-A687-55934306EFFD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8B203C8A-A69A-44FD-A687-55934306EFFD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{1B00F252-C484-4B6B-8D97-446BD59524EC} = {D1E74835-F6E4-40C4-A30E-D3AA302F8FEB}
{8B203C8A-A69A-44FD-A687-55934306EFFD} = {60E34973-F9FB-4919-A6EC-58B747BBD3F6}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {852D94AE-2E71-4DC5-9D22-B59BC08C2634}
EndGlobalSection
EndGlobal