-
Notifications
You must be signed in to change notification settings - Fork 68
/
Ardalis.SharedKernel.sln
46 lines (46 loc) · 2.43 KB
/
Ardalis.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
40
41
42
43
44
45
46
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{CAF15053-4898-4232-880C-2DBFA5C70A82}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ardalis.SharedKernel", "src\Ardalis.SharedKernel\Ardalis.SharedKernel.csproj", "{231F7943-1673-496B-96D3-6DB1A7604DAE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7B9C7723-AC13-45ED-B5A4-0B9400BB5260}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Directory.Build.props = Directory.Build.props
Directory.Packages.props = Directory.Packages.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{B12F4EBB-7E78-4F86-835B-DD5A7AA9628C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ardalis.SharedKernel.UnitTests", "tests\Ardalis.SharedKernel.UnitTests\Ardalis.SharedKernel.UnitTests.csproj", "{51903321-9FFE-419B-9381-7D27EC9A2818}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{231F7943-1673-496B-96D3-6DB1A7604DAE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{231F7943-1673-496B-96D3-6DB1A7604DAE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{231F7943-1673-496B-96D3-6DB1A7604DAE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{231F7943-1673-496B-96D3-6DB1A7604DAE}.Release|Any CPU.Build.0 = Release|Any CPU
{51903321-9FFE-419B-9381-7D27EC9A2818}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{51903321-9FFE-419B-9381-7D27EC9A2818}.Debug|Any CPU.Build.0 = Debug|Any CPU
{51903321-9FFE-419B-9381-7D27EC9A2818}.Release|Any CPU.ActiveCfg = Release|Any CPU
{51903321-9FFE-419B-9381-7D27EC9A2818}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{231F7943-1673-496B-96D3-6DB1A7604DAE} = {CAF15053-4898-4232-880C-2DBFA5C70A82}
{51903321-9FFE-419B-9381-7D27EC9A2818} = {B12F4EBB-7E78-4F86-835B-DD5A7AA9628C}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B9F29213-0824-456F-9DFA-042AC0A9B0AC}
EndGlobalSection
EndGlobal