-
Notifications
You must be signed in to change notification settings - Fork 0
/
MigrationApp.sln
59 lines (59 loc) · 3.32 KB
/
MigrationApp.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
50
51
52
53
54
55
56
57
58
59
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tableau.Migration.App.Core", "src\Tableau.Migration.App.Core\Tableau.Migration.App.Core.csproj", "{BD24867E-3251-4014-B5E7-AD1ABED4EB1A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tableau.Migration.App.GUI", "src\Tableau.Migration.App.GUI\Tableau.Migration.App.GUI.csproj", "{AA14EDF6-7994-4CF3-970C-1136DD2491A3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tableau.Migration.App.Core.Tests", "tests\Tableau.Migration.App.Core.Tests\Tableau.Migration.App.Core.Tests.csproj", "{E9180159-E6A0-4BF9-BA42-EFF6281D72CC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tableau.Migration.App.GUI.Tests", "tests\Tableau.Migration.App.GUI.Tests\Tableau.Migration.App.GUI.Tests.csproj", "{C172CFCB-62C3-46E6-AF02-F0DC55D79DE5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{521DF08B-3474-4734-8052-93568EA6163F}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
BUILD.md = BUILD.md
CODEOWNERS = CODEOWNERS
CODE_OF_CONDUCT.md = CODE_OF_CONDUCT.md
CONTRIBUTING.md = CONTRIBUTING.md
Dockerfile = Dockerfile
global.json = global.json
LICENSE.txt = LICENSE.txt
README.md = README.md
SECURITY.md = SECURITY.md
stylecop.json = stylecop.json
THIRD-PARTY.md = THIRD-PARTY.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BD24867E-3251-4014-B5E7-AD1ABED4EB1A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BD24867E-3251-4014-B5E7-AD1ABED4EB1A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BD24867E-3251-4014-B5E7-AD1ABED4EB1A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BD24867E-3251-4014-B5E7-AD1ABED4EB1A}.Release|Any CPU.Build.0 = Release|Any CPU
{AA14EDF6-7994-4CF3-970C-1136DD2491A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AA14EDF6-7994-4CF3-970C-1136DD2491A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AA14EDF6-7994-4CF3-970C-1136DD2491A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AA14EDF6-7994-4CF3-970C-1136DD2491A3}.Release|Any CPU.Build.0 = Release|Any CPU
{E9180159-E6A0-4BF9-BA42-EFF6281D72CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E9180159-E6A0-4BF9-BA42-EFF6281D72CC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E9180159-E6A0-4BF9-BA42-EFF6281D72CC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E9180159-E6A0-4BF9-BA42-EFF6281D72CC}.Release|Any CPU.Build.0 = Release|Any CPU
{C172CFCB-62C3-46E6-AF02-F0DC55D79DE5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C172CFCB-62C3-46E6-AF02-F0DC55D79DE5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C172CFCB-62C3-46E6-AF02-F0DC55D79DE5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C172CFCB-62C3-46E6-AF02-F0DC55D79DE5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8900745D-474C-4BE7-8745-A24DDD64DF2B}
EndGlobalSection
EndGlobal