-
Notifications
You must be signed in to change notification settings - Fork 0
/
CustomerAPI01.sln
37 lines (37 loc) · 2.07 KB
/
CustomerAPI01.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}") = "CustomerAPI01", "CustomerAPI01\CustomerAPI01.csproj", "{54128E72-29B9-4E7A-970A-76B247E823E0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomerAPI01.Test", "CustomerAPI01.Test\CustomerAPI01.Test.csproj", "{46416942-5434-4D8D-A499-8111126FE023}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomerAPI01.Data", "CustomerAPI01.Data\CustomerAPI01.Data.csproj", "{50D2809F-E3CF-4295-B1A1-EB61396FBA0E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{54128E72-29B9-4E7A-970A-76B247E823E0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{54128E72-29B9-4E7A-970A-76B247E823E0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{54128E72-29B9-4E7A-970A-76B247E823E0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{54128E72-29B9-4E7A-970A-76B247E823E0}.Release|Any CPU.Build.0 = Release|Any CPU
{46416942-5434-4D8D-A499-8111126FE023}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{46416942-5434-4D8D-A499-8111126FE023}.Debug|Any CPU.Build.0 = Debug|Any CPU
{46416942-5434-4D8D-A499-8111126FE023}.Release|Any CPU.ActiveCfg = Release|Any CPU
{46416942-5434-4D8D-A499-8111126FE023}.Release|Any CPU.Build.0 = Release|Any CPU
{50D2809F-E3CF-4295-B1A1-EB61396FBA0E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{50D2809F-E3CF-4295-B1A1-EB61396FBA0E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{50D2809F-E3CF-4295-B1A1-EB61396FBA0E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{50D2809F-E3CF-4295-B1A1-EB61396FBA0E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B21F84C3-AE76-444B-A521-8CBAD1CBA2FD}
EndGlobalSection
EndGlobal