forked from Priya91/CosmosDBLiveETLSample
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MigrationService.sln
49 lines (49 loc) · 3.08 KB
/
MigrationService.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
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2018
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MigrationExecutorApp", "MigrationExecutorApp\MigrationExecutorApp.csproj", "{00FBED19-F419-48CE-A1CC-ACD5E1299814}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MigrationMonitorApp", "MigrationProgressApp\MigrationMonitorApp.csproj", "{DDDAE60F-DC62-43D1-8812-8446AFF76150}"
EndProject
Project("{151D2E53-A2C4-4D7D-83FE-D05416EBD58E}") = "MigrationAppResourceGroup", "MigrationAppResourceGroup\MigrationAppResourceGroup.deployproj", "{0924B903-2A1E-4617-8F6C-7C18B6FB141B}"
EndProject
Project("{9092AA53-FB77-4645-B42D-1CCCA6BD08BD}") = "MigrationWebClient", "MigrationWebClient\MigrationWebClient.njsproj", "{80CD0F27-9B65-4BC2-A16A-F660E416B222}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EmptyWebApp", "EmptyWebApp\EmptyWebApp.csproj", "{3959E584-96A2-4840-A9D2-67B4F36FF351}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{00FBED19-F419-48CE-A1CC-ACD5E1299814}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{00FBED19-F419-48CE-A1CC-ACD5E1299814}.Debug|Any CPU.Build.0 = Debug|Any CPU
{00FBED19-F419-48CE-A1CC-ACD5E1299814}.Release|Any CPU.ActiveCfg = Release|Any CPU
{00FBED19-F419-48CE-A1CC-ACD5E1299814}.Release|Any CPU.Build.0 = Release|Any CPU
{DDDAE60F-DC62-43D1-8812-8446AFF76150}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DDDAE60F-DC62-43D1-8812-8446AFF76150}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DDDAE60F-DC62-43D1-8812-8446AFF76150}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DDDAE60F-DC62-43D1-8812-8446AFF76150}.Release|Any CPU.Build.0 = Release|Any CPU
{0924B903-2A1E-4617-8F6C-7C18B6FB141B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0924B903-2A1E-4617-8F6C-7C18B6FB141B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0924B903-2A1E-4617-8F6C-7C18B6FB141B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0924B903-2A1E-4617-8F6C-7C18B6FB141B}.Release|Any CPU.Build.0 = Release|Any CPU
{80CD0F27-9B65-4BC2-A16A-F660E416B222}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{80CD0F27-9B65-4BC2-A16A-F660E416B222}.Debug|Any CPU.Build.0 = Debug|Any CPU
{80CD0F27-9B65-4BC2-A16A-F660E416B222}.Release|Any CPU.ActiveCfg = Release|Any CPU
{80CD0F27-9B65-4BC2-A16A-F660E416B222}.Release|Any CPU.Build.0 = Release|Any CPU
{3959E584-96A2-4840-A9D2-67B4F36FF351}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3959E584-96A2-4840-A9D2-67B4F36FF351}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3959E584-96A2-4840-A9D2-67B4F36FF351}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3959E584-96A2-4840-A9D2-67B4F36FF351}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {96B1572B-F27A-4BA4-AF0E-B0B1AEC7C661}
EndGlobalSection
EndGlobal