-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDotnetCore.RepositoryPattern.Examples.sln
37 lines (37 loc) · 2.14 KB
/
DotnetCore.RepositoryPattern.Examples.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.156
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DotnetCore.UnitOfWork", "DotnetCore.UnitOfWork\DotnetCore.UnitOfWork.csproj", "{59808C73-B80F-4B74-9948-8F800038DAC9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RepositoryPattern.Tests", "RepositoryPattern.Tests\RepositoryPattern.Tests.csproj", "{8635889A-2E70-41E9-AF98-8A97728D8ECE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DotnetCore.RepositoryPattern", "DotnetCore.RepositoryPattern\DotnetCore.RepositoryPattern.csproj", "{68DB279F-4393-4AAF-A0C0-EF241C9742D0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{59808C73-B80F-4B74-9948-8F800038DAC9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{59808C73-B80F-4B74-9948-8F800038DAC9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{59808C73-B80F-4B74-9948-8F800038DAC9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{59808C73-B80F-4B74-9948-8F800038DAC9}.Release|Any CPU.Build.0 = Release|Any CPU
{8635889A-2E70-41E9-AF98-8A97728D8ECE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8635889A-2E70-41E9-AF98-8A97728D8ECE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8635889A-2E70-41E9-AF98-8A97728D8ECE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8635889A-2E70-41E9-AF98-8A97728D8ECE}.Release|Any CPU.Build.0 = Release|Any CPU
{68DB279F-4393-4AAF-A0C0-EF241C9742D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{68DB279F-4393-4AAF-A0C0-EF241C9742D0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{68DB279F-4393-4AAF-A0C0-EF241C9742D0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{68DB279F-4393-4AAF-A0C0-EF241C9742D0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {329BD2BE-400C-43CD-9B90-3A00BA63E4E5}
EndGlobalSection
EndGlobal