-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNewBackend.sln
49 lines (49 loc) · 2.96 KB
/
NewBackend.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
38
39
40
41
42
43
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2026
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NewBackend", "NewBackend\NewBackend.csproj", "{BA758A0A-E880-4997-BFD9-3FA3D6107972}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Repositories", "Repositories\Repositories.csproj", "{8C75ABF3-C88A-4814-9D76-2335D1979DEC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Share", "Share.Intefaces\Share.csproj", "{9C5E2B09-CEC4-4A72-8C6A-0146619267E9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Services", "Services\Services.csproj", "{BC60CD98-9960-4B7B-BD87-BC8ECD3A0AD7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebApplication1", "WebApplication1\WebApplication1.csproj", "{0C80CC3D-ECB3-4A6A-84F5-2735483CB584}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BA758A0A-E880-4997-BFD9-3FA3D6107972}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BA758A0A-E880-4997-BFD9-3FA3D6107972}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BA758A0A-E880-4997-BFD9-3FA3D6107972}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BA758A0A-E880-4997-BFD9-3FA3D6107972}.Release|Any CPU.Build.0 = Release|Any CPU
{8C75ABF3-C88A-4814-9D76-2335D1979DEC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8C75ABF3-C88A-4814-9D76-2335D1979DEC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8C75ABF3-C88A-4814-9D76-2335D1979DEC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8C75ABF3-C88A-4814-9D76-2335D1979DEC}.Release|Any CPU.Build.0 = Release|Any CPU
{9C5E2B09-CEC4-4A72-8C6A-0146619267E9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9C5E2B09-CEC4-4A72-8C6A-0146619267E9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9C5E2B09-CEC4-4A72-8C6A-0146619267E9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9C5E2B09-CEC4-4A72-8C6A-0146619267E9}.Release|Any CPU.Build.0 = Release|Any CPU
{BC60CD98-9960-4B7B-BD87-BC8ECD3A0AD7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BC60CD98-9960-4B7B-BD87-BC8ECD3A0AD7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BC60CD98-9960-4B7B-BD87-BC8ECD3A0AD7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BC60CD98-9960-4B7B-BD87-BC8ECD3A0AD7}.Release|Any CPU.Build.0 = Release|Any CPU
{0C80CC3D-ECB3-4A6A-84F5-2735483CB584}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0C80CC3D-ECB3-4A6A-84F5-2735483CB584}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C80CC3D-ECB3-4A6A-84F5-2735483CB584}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0C80CC3D-ECB3-4A6A-84F5-2735483CB584}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E33714E9-75ED-434A-B098-B712D734214A}
EndGlobalSection
EndGlobal