This repository was archived by the owner on Dec 6, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathRepositoryPattern_UnitOfWork.sln
More file actions
37 lines (37 loc) · 2 KB
/
RepositoryPattern_UnitOfWork.sln
File metadata and controls
37 lines (37 loc) · 2 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34031.279
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataAccess", "DataAccess\DataAccess.csproj", "{B239FB66-45BA-437B-879F-DF3ECF58B9D6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Domain", "Domain\Domain.csproj", "{85DFFD9D-FCF3-4EC8-AAC0-4184F44B2F7F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebApi", "WebApi\WebApi.csproj", "{0018265D-C3F4-4BCB-AA0A-F287F65D9396}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B239FB66-45BA-437B-879F-DF3ECF58B9D6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B239FB66-45BA-437B-879F-DF3ECF58B9D6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B239FB66-45BA-437B-879F-DF3ECF58B9D6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B239FB66-45BA-437B-879F-DF3ECF58B9D6}.Release|Any CPU.Build.0 = Release|Any CPU
{85DFFD9D-FCF3-4EC8-AAC0-4184F44B2F7F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{85DFFD9D-FCF3-4EC8-AAC0-4184F44B2F7F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{85DFFD9D-FCF3-4EC8-AAC0-4184F44B2F7F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{85DFFD9D-FCF3-4EC8-AAC0-4184F44B2F7F}.Release|Any CPU.Build.0 = Release|Any CPU
{0018265D-C3F4-4BCB-AA0A-F287F65D9396}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0018265D-C3F4-4BCB-AA0A-F287F65D9396}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0018265D-C3F4-4BCB-AA0A-F287F65D9396}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0018265D-C3F4-4BCB-AA0A-F287F65D9396}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {41445BC4-6BC4-40FB-BE22-D4BD7BCE9C64}
EndGlobalSection
EndGlobal