-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOctarines.ServiceResultPoc.sln
37 lines (37 loc) · 2.22 KB
/
Octarines.ServiceResultPoc.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 16
VisualStudioVersion = 16.0.31129.286
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Octarines.ServiceResultPoc.Api", "Octarines.ServiceResultPoc.Api\Octarines.ServiceResultPoc.Api.csproj", "{B4E75644-8AAB-4516-A672-B4AE8F578DFB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Octarines.ServiceResultPoc.Services", "Octarines.ServiceResultPoc.Services\Octarines.ServiceResultPoc.Services.csproj", "{85F7FA52-5FBF-48CB-BD07-74E6098B1FB0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Octarines.ServiceResultPoc.Models", "Octarines.ServiceResultPoc.Models\Octarines.ServiceResultPoc.Models.csproj", "{D0F9F10A-64AF-4829-9D95-2A73F598CD89}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B4E75644-8AAB-4516-A672-B4AE8F578DFB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B4E75644-8AAB-4516-A672-B4AE8F578DFB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B4E75644-8AAB-4516-A672-B4AE8F578DFB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B4E75644-8AAB-4516-A672-B4AE8F578DFB}.Release|Any CPU.Build.0 = Release|Any CPU
{85F7FA52-5FBF-48CB-BD07-74E6098B1FB0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{85F7FA52-5FBF-48CB-BD07-74E6098B1FB0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{85F7FA52-5FBF-48CB-BD07-74E6098B1FB0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{85F7FA52-5FBF-48CB-BD07-74E6098B1FB0}.Release|Any CPU.Build.0 = Release|Any CPU
{D0F9F10A-64AF-4829-9D95-2A73F598CD89}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D0F9F10A-64AF-4829-9D95-2A73F598CD89}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D0F9F10A-64AF-4829-9D95-2A73F598CD89}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D0F9F10A-64AF-4829-9D95-2A73F598CD89}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B9515D86-5C6C-4563-BC89-9934CE9F0FAF}
EndGlobalSection
EndGlobal