-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRepository_Pattern.sln
More file actions
39 lines (39 loc) · 2.17 KB
/
Repository_Pattern.sln
File metadata and controls
39 lines (39 loc) · 2.17 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
38
39
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.12.35527.113
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Project.Model", "Project.Model\Project.Model.csproj", "{3A5685F5-F653-4E5D-986E-05157F1DB753}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6FA1D9F8-D31A-491E-9F0B-BA334C2D9CCC}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Project.Repository", "Project.Repository\Project.Repository.csproj", "{4BC37FD0-37C7-460B-9EB4-008DA5B34E95}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Project.Services", "Project.Services\Project.Services.csproj", "{74CC0023-307F-422A-89E8-784282151607}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3A5685F5-F653-4E5D-986E-05157F1DB753}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3A5685F5-F653-4E5D-986E-05157F1DB753}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3A5685F5-F653-4E5D-986E-05157F1DB753}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3A5685F5-F653-4E5D-986E-05157F1DB753}.Release|Any CPU.Build.0 = Release|Any CPU
{4BC37FD0-37C7-460B-9EB4-008DA5B34E95}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4BC37FD0-37C7-460B-9EB4-008DA5B34E95}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4BC37FD0-37C7-460B-9EB4-008DA5B34E95}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4BC37FD0-37C7-460B-9EB4-008DA5B34E95}.Release|Any CPU.Build.0 = Release|Any CPU
{74CC0023-307F-422A-89E8-784282151607}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{74CC0023-307F-422A-89E8-784282151607}.Debug|Any CPU.Build.0 = Debug|Any CPU
{74CC0023-307F-422A-89E8-784282151607}.Release|Any CPU.ActiveCfg = Release|Any CPU
{74CC0023-307F-422A-89E8-784282151607}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal