-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTeamProject.sln
More file actions
43 lines (43 loc) · 2.46 KB
/
Copy pathTeamProject.sln
File metadata and controls
43 lines (43 loc) · 2.46 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
40
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32929.385
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TeamProject", "TeamProject\TeamProject.csproj", "{FA442C04-559A-4E11-BA7F-1A4A8FC2BE88}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Mock", "Mock\Mock.csproj", "{3215CA55-FF03-4DD0-AACA-3F330E64E743}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Repository", "Repository\Repository.csproj", "{92773BF6-A761-45B0-B09D-030272C60F68}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Service", "Service\Service.csproj", "{C5651C74-A62D-403A-9C58-28926FE401C7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FA442C04-559A-4E11-BA7F-1A4A8FC2BE88}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FA442C04-559A-4E11-BA7F-1A4A8FC2BE88}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FA442C04-559A-4E11-BA7F-1A4A8FC2BE88}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FA442C04-559A-4E11-BA7F-1A4A8FC2BE88}.Release|Any CPU.Build.0 = Release|Any CPU
{3215CA55-FF03-4DD0-AACA-3F330E64E743}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3215CA55-FF03-4DD0-AACA-3F330E64E743}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3215CA55-FF03-4DD0-AACA-3F330E64E743}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3215CA55-FF03-4DD0-AACA-3F330E64E743}.Release|Any CPU.Build.0 = Release|Any CPU
{92773BF6-A761-45B0-B09D-030272C60F68}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{92773BF6-A761-45B0-B09D-030272C60F68}.Debug|Any CPU.Build.0 = Debug|Any CPU
{92773BF6-A761-45B0-B09D-030272C60F68}.Release|Any CPU.ActiveCfg = Release|Any CPU
{92773BF6-A761-45B0-B09D-030272C60F68}.Release|Any CPU.Build.0 = Release|Any CPU
{C5651C74-A62D-403A-9C58-28926FE401C7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C5651C74-A62D-403A-9C58-28926FE401C7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C5651C74-A62D-403A-9C58-28926FE401C7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C5651C74-A62D-403A-9C58-28926FE401C7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {217A9A52-7905-429A-A8AB-5ED8B9DA1EC1}
EndGlobalSection
EndGlobal