forked from arch/UnitOfWork
-
Notifications
You must be signed in to change notification settings - Fork 0
/
UnitOfWork.sln
44 lines (44 loc) · 2.44 KB
/
UnitOfWork.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.4
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitOfWork", "UnitOfWork\UnitOfWork.csproj", "{18AE36B2-932C-4B16-BE27-B6AB25037F6F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitOfWork.Host", "UnitOfWork.Host\UnitOfWork.Host.csproj", "{A1816206-BBF2-40D2-BC3B-0956011BAA53}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7134BBDC-D68D-4FD4-85B5-5A39EDD5BFD9}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitOfWork.Tests", "UnitOfWork.Tests\UnitOfWork.Tests.csproj", "{403BEC49-090B-4992-9E9C-62C33A5B8F7D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{18AE36B2-932C-4B16-BE27-B6AB25037F6F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{18AE36B2-932C-4B16-BE27-B6AB25037F6F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{18AE36B2-932C-4B16-BE27-B6AB25037F6F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{18AE36B2-932C-4B16-BE27-B6AB25037F6F}.Release|Any CPU.Build.0 = Release|Any CPU
{A1816206-BBF2-40D2-BC3B-0956011BAA53}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A1816206-BBF2-40D2-BC3B-0956011BAA53}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A1816206-BBF2-40D2-BC3B-0956011BAA53}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A1816206-BBF2-40D2-BC3B-0956011BAA53}.Release|Any CPU.Build.0 = Release|Any CPU
{403BEC49-090B-4992-9E9C-62C33A5B8F7D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{403BEC49-090B-4992-9E9C-62C33A5B8F7D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{403BEC49-090B-4992-9E9C-62C33A5B8F7D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{403BEC49-090B-4992-9E9C-62C33A5B8F7D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{18AE36B2-932C-4B16-BE27-B6AB25037F6F} = {A306ECD5-FA8B-47D0-8455-933FB16DA526}
{A1816206-BBF2-40D2-BC3B-0956011BAA53} = {A306ECD5-FA8B-47D0-8455-933FB16DA526}
{403BEC49-090B-4992-9E9C-62C33A5B8F7D} = {EBB11051-E5B2-4EBB-970B-938D28A77CA6}
EndGlobalSection
EndGlobal