-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAzureUtilities.sln
More file actions
52 lines (52 loc) · 2.94 KB
/
Copy pathAzureUtilities.sln
File metadata and controls
52 lines (52 loc) · 2.94 KB
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
50
51
52
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29306.81
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AzureUtilities.DataCleanup", "DataCleanup\AzureUtilities.DataCleanup.csproj", "{DFE77252-1CC6-456F-91AB-F9576543C208}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "IntegrationTests", "IntegrationTests", "{8DCA927E-CF05-47E1-8713-6E8F7CCBFB45}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "UnitTests", "UnitTests", "{8E62EF8F-A069-4669-969F-09CD06A91632}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DataCleanup_UnitTests", "DataCleanup\UnitTests\DataCleanup_UnitTests\DataCleanup_UnitTests.csproj", "{218A7E0E-BC22-4D2C-B45E-1E91B156DB01}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Files", "Files", "{10F945F9-BF5A-47DF-8B54-63513C4DAEE5}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DataCleanup_IntegrationTests", "DataCleanup\IntegrationTests\DataCleanup_IntegrationTests\DataCleanup_IntegrationTests.csproj", "{C116FF53-FDAA-47D9-9107-3A3ECE651AE6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DFE77252-1CC6-456F-91AB-F9576543C208}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DFE77252-1CC6-456F-91AB-F9576543C208}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DFE77252-1CC6-456F-91AB-F9576543C208}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DFE77252-1CC6-456F-91AB-F9576543C208}.Release|Any CPU.Build.0 = Release|Any CPU
{218A7E0E-BC22-4D2C-B45E-1E91B156DB01}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{218A7E0E-BC22-4D2C-B45E-1E91B156DB01}.Debug|Any CPU.Build.0 = Debug|Any CPU
{218A7E0E-BC22-4D2C-B45E-1E91B156DB01}.Release|Any CPU.ActiveCfg = Release|Any CPU
{218A7E0E-BC22-4D2C-B45E-1E91B156DB01}.Release|Any CPU.Build.0 = Release|Any CPU
{C116FF53-FDAA-47D9-9107-3A3ECE651AE6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C116FF53-FDAA-47D9-9107-3A3ECE651AE6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C116FF53-FDAA-47D9-9107-3A3ECE651AE6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C116FF53-FDAA-47D9-9107-3A3ECE651AE6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{218A7E0E-BC22-4D2C-B45E-1E91B156DB01} = {8E62EF8F-A069-4669-969F-09CD06A91632}
{C116FF53-FDAA-47D9-9107-3A3ECE651AE6} = {8DCA927E-CF05-47E1-8713-6E8F7CCBFB45}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {207D4DB9-E360-4D69-8869-E214C39F3430}
EndGlobalSection
EndGlobal