-
Notifications
You must be signed in to change notification settings - Fork 0
/
AppServicesPoc.sln
40 lines (39 loc) · 2.18 KB
/
AppServicesPoc.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
# Visual Studio Version 16
VisualStudioVersion = 16.0.30517.126
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AppServicesPoc", "src\AppServicesPoc\AppServicesPoc.csproj", "{7CB5F43C-2F60-4E62-9A66-F227293C4F25}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Deployment", "src\Deployment\Deployment.csproj", "{6F745A28-40E9-49C9-AB54-BCC05B8000AA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7CB5F43C-2F60-4E62-9A66-F227293C4F25}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7CB5F43C-2F60-4E62-9A66-F227293C4F25}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7CB5F43C-2F60-4E62-9A66-F227293C4F25}.Debug|x64.ActiveCfg = Debug|Any CPU
{7CB5F43C-2F60-4E62-9A66-F227293C4F25}.Debug|x64.Build.0 = Debug|Any CPU
{7CB5F43C-2F60-4E62-9A66-F227293C4F25}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7CB5F43C-2F60-4E62-9A66-F227293C4F25}.Release|Any CPU.Build.0 = Release|Any CPU
{7CB5F43C-2F60-4E62-9A66-F227293C4F25}.Release|x64.ActiveCfg = Release|Any CPU
{7CB5F43C-2F60-4E62-9A66-F227293C4F25}.Release|x64.Build.0 = Release|Any CPU
{6F745A28-40E9-49C9-AB54-BCC05B8000AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6F745A28-40E9-49C9-AB54-BCC05B8000AA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6F745A28-40E9-49C9-AB54-BCC05B8000AA}.Debug|x64.ActiveCfg = Debug|Any CPU
{6F745A28-40E9-49C9-AB54-BCC05B8000AA}.Debug|x64.Build.0 = Debug|Any CPU
{6F745A28-40E9-49C9-AB54-BCC05B8000AA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6F745A28-40E9-49C9-AB54-BCC05B8000AA}.Release|Any CPU.Build.0 = Release|Any CPU
{6F745A28-40E9-49C9-AB54-BCC05B8000AA}.Release|x64.ActiveCfg = Release|Any CPU
{6F745A28-40E9-49C9-AB54-BCC05B8000AA}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {034C7CED-1E52-45CE-AA65-0D1E1574275E}
EndGlobalSection
EndGlobal