-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDevTeam.GenericRepository.sln
More file actions
37 lines (37 loc) · 2.2 KB
/
Copy pathDevTeam.GenericRepository.sln
File metadata and controls
37 lines (37 loc) · 2.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.0.31612.314
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DevTeam.GenericRepository", "DevTeam.GenericRepository\DevTeam.GenericRepository.csproj", "{3F021456-E285-4728-A780-0774DC014B94}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DevTeam.GenericRepository.AspNetCore", "DevTeam.GenericRepository.AspNetCore\DevTeam.GenericRepository.AspNetCore.csproj", "{9BA70263-55C0-4697-8B07-05894FDDDFDC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DevTeam.GenericRepository.Tests", "DevTeam.GenericRepository.Tests\DevTeam.GenericRepository.Tests.csproj", "{1C4DF875-785E-428D-A7DB-3C42D7286A27}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3F021456-E285-4728-A780-0774DC014B94}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3F021456-E285-4728-A780-0774DC014B94}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3F021456-E285-4728-A780-0774DC014B94}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3F021456-E285-4728-A780-0774DC014B94}.Release|Any CPU.Build.0 = Release|Any CPU
{9BA70263-55C0-4697-8B07-05894FDDDFDC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9BA70263-55C0-4697-8B07-05894FDDDFDC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9BA70263-55C0-4697-8B07-05894FDDDFDC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9BA70263-55C0-4697-8B07-05894FDDDFDC}.Release|Any CPU.Build.0 = Release|Any CPU
{1C4DF875-785E-428D-A7DB-3C42D7286A27}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1C4DF875-785E-428D-A7DB-3C42D7286A27}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1C4DF875-785E-428D-A7DB-3C42D7286A27}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1C4DF875-785E-428D-A7DB-3C42D7286A27}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A1F0587C-936A-4D47-81C1-33CAB2E3010F}
EndGlobalSection
EndGlobal