This repository has been archived by the owner on Oct 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUOW.sln
36 lines (36 loc) · 1.77 KB
/
UOW.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.21005.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitOfWork", "UnitOfWork\UnitOfWork.csproj", "{1E35341D-61E0-4219-9369-621B6893B8EE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitOfWorkTests", "UnitOfWorkTests\UnitOfWorkTests.csproj", "{D7049EA3-E312-49CF-B7DE-A039D0864705}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C5E581EC-2F1A-4ABB-B708-A1CCA037EA04}"
ProjectSection(SolutionItems) = preProject
AppVeyor.Tests.BeforeTests.ps1 = AppVeyor.Tests.BeforeTests.ps1
appveyor.yml = appveyor.yml
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1E35341D-61E0-4219-9369-621B6893B8EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1E35341D-61E0-4219-9369-621B6893B8EE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1E35341D-61E0-4219-9369-621B6893B8EE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1E35341D-61E0-4219-9369-621B6893B8EE}.Release|Any CPU.Build.0 = Release|Any CPU
{D7049EA3-E312-49CF-B7DE-A039D0864705}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D7049EA3-E312-49CF-B7DE-A039D0864705}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D7049EA3-E312-49CF-B7DE-A039D0864705}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D7049EA3-E312-49CF-B7DE-A039D0864705}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal