-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathUniversityOrderAPI.sln
40 lines (40 loc) · 2.85 KB
/
UniversityOrderAPI.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UniversityOrderAPI.API", "UniversityOrderAPI.API\UniversityOrderAPI.API.csproj", "{47BC5142-EA26-4281-BE30-067578207DA4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UniversityOrderAPI.DAL", "UniversityOrderAPI.DAL\UniversityOrderAPI.DAL.csproj", "{54EFDBCB-B7BD-4F5B-B21F-0DB050B0BC04}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UniversityOrderAPI.BLL", "UniversityOrderAPI.BLL\UniversityOrderAPI.BLL.csproj", "{88B1CBC4-B2BD-4FEA-B2F9-CE53A164E5D3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UniversityOrderAPI.UnitTests", "UniversityOrderAPI.UnitTests\UniversityOrderAPI.UnitTests.csproj", "{40976E5A-6147-4620-88D1-D5C67BF709F4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UniversityOrderAPI.HttpClient", "UniversityOrderAPI.HttpClient\UniversityOrderAPI.HttpClient.csproj", "{7B26230A-6361-4FC2-B714-F55BFC8F01CD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{47BC5142-EA26-4281-BE30-067578207DA4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{47BC5142-EA26-4281-BE30-067578207DA4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{47BC5142-EA26-4281-BE30-067578207DA4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{47BC5142-EA26-4281-BE30-067578207DA4}.Release|Any CPU.Build.0 = Release|Any CPU
{54EFDBCB-B7BD-4F5B-B21F-0DB050B0BC04}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{54EFDBCB-B7BD-4F5B-B21F-0DB050B0BC04}.Debug|Any CPU.Build.0 = Debug|Any CPU
{54EFDBCB-B7BD-4F5B-B21F-0DB050B0BC04}.Release|Any CPU.ActiveCfg = Release|Any CPU
{54EFDBCB-B7BD-4F5B-B21F-0DB050B0BC04}.Release|Any CPU.Build.0 = Release|Any CPU
{88B1CBC4-B2BD-4FEA-B2F9-CE53A164E5D3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{88B1CBC4-B2BD-4FEA-B2F9-CE53A164E5D3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{88B1CBC4-B2BD-4FEA-B2F9-CE53A164E5D3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{88B1CBC4-B2BD-4FEA-B2F9-CE53A164E5D3}.Release|Any CPU.Build.0 = Release|Any CPU
{40976E5A-6147-4620-88D1-D5C67BF709F4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{40976E5A-6147-4620-88D1-D5C67BF709F4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{40976E5A-6147-4620-88D1-D5C67BF709F4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{40976E5A-6147-4620-88D1-D5C67BF709F4}.Release|Any CPU.Build.0 = Release|Any CPU
{7B26230A-6361-4FC2-B714-F55BFC8F01CD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7B26230A-6361-4FC2-B714-F55BFC8F01CD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7B26230A-6361-4FC2-B714-F55BFC8F01CD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7B26230A-6361-4FC2-B714-F55BFC8F01CD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal