-
Notifications
You must be signed in to change notification settings - Fork 0
/
HamedStack.Repository.sln
37 lines (37 loc) · 2.23 KB
/
HamedStack.Repository.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 17
VisualStudioVersion = 17.9.34607.119
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HamedStack.Repository", "HamedStack.Repository\HamedStack.Repository.csproj", "{1E444FC9-AD64-4522-AC12-8F0E3F06AA9E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HamedStack.Repository.EntityFrameworkCore", "HamedStack.Repository.EntityFrameworkCore\HamedStack.Repository.EntityFrameworkCore.csproj", "{E81C40D7-A67B-4F96-9622-84343626601F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HamedStack.Repository.ServiceCollection", "HamedStack.Repository.ServiceCollection\HamedStack.Repository.ServiceCollection.csproj", "{84F2587A-8E11-40CD-B87F-C80AF9BE5991}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1E444FC9-AD64-4522-AC12-8F0E3F06AA9E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1E444FC9-AD64-4522-AC12-8F0E3F06AA9E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1E444FC9-AD64-4522-AC12-8F0E3F06AA9E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1E444FC9-AD64-4522-AC12-8F0E3F06AA9E}.Release|Any CPU.Build.0 = Release|Any CPU
{E81C40D7-A67B-4F96-9622-84343626601F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E81C40D7-A67B-4F96-9622-84343626601F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E81C40D7-A67B-4F96-9622-84343626601F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E81C40D7-A67B-4F96-9622-84343626601F}.Release|Any CPU.Build.0 = Release|Any CPU
{84F2587A-8E11-40CD-B87F-C80AF9BE5991}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{84F2587A-8E11-40CD-B87F-C80AF9BE5991}.Debug|Any CPU.Build.0 = Debug|Any CPU
{84F2587A-8E11-40CD-B87F-C80AF9BE5991}.Release|Any CPU.ActiveCfg = Release|Any CPU
{84F2587A-8E11-40CD-B87F-C80AF9BE5991}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D3470667-56CC-4872-85B5-51A92B7F25D9}
EndGlobalSection
EndGlobal