forked from hassanhabib/OtripleS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
OtripleS.sln
43 lines (43 loc) · 2.7 KB
/
OtripleS.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31423.177
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OtripleS.Web.Api", "OtripleS.Web.Api\OtripleS.Web.Api.csproj", "{2101194B-3C5D-4484-8C28-64F4FD748B4C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OtripleS.Web.Api.Tests.Unit", "OtripleS.Web.Api.Tests.Unit\OtripleS.Web.Api.Tests.Unit.csproj", "{8C68DB6C-CD89-4921-9D05-3DE808397E7A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OtripleS.Web.Api.Tests.Acceptance", "OtripleS.Web.Api.Tests.Acceptance\OtripleS.Web.Api.Tests.Acceptance.csproj", "{E651A18B-517E-4D75-B6BB-6AF9782FA1F9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OtripleS.Web.Api.Infrastructure.Build", "OtripleS.Web.Api.Infrastructure.Build\OtripleS.Web.Api.Infrastructure.Build.csproj", "{801E79E8-238B-434F-8E78-A980E6C72E57}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2101194B-3C5D-4484-8C28-64F4FD748B4C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2101194B-3C5D-4484-8C28-64F4FD748B4C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2101194B-3C5D-4484-8C28-64F4FD748B4C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2101194B-3C5D-4484-8C28-64F4FD748B4C}.Release|Any CPU.Build.0 = Release|Any CPU
{8C68DB6C-CD89-4921-9D05-3DE808397E7A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8C68DB6C-CD89-4921-9D05-3DE808397E7A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8C68DB6C-CD89-4921-9D05-3DE808397E7A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8C68DB6C-CD89-4921-9D05-3DE808397E7A}.Release|Any CPU.Build.0 = Release|Any CPU
{E651A18B-517E-4D75-B6BB-6AF9782FA1F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E651A18B-517E-4D75-B6BB-6AF9782FA1F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E651A18B-517E-4D75-B6BB-6AF9782FA1F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E651A18B-517E-4D75-B6BB-6AF9782FA1F9}.Release|Any CPU.Build.0 = Release|Any CPU
{801E79E8-238B-434F-8E78-A980E6C72E57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{801E79E8-238B-434F-8E78-A980E6C72E57}.Debug|Any CPU.Build.0 = Debug|Any CPU
{801E79E8-238B-434F-8E78-A980E6C72E57}.Release|Any CPU.ActiveCfg = Release|Any CPU
{801E79E8-238B-434F-8E78-A980E6C72E57}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E3E0FFC0-00D2-4589-9D2B-6E554C244958}
EndGlobalSection
EndGlobal