forked from nkdAgility/azure-devops-migration-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathVstsSyncMigrator.sln
120 lines (120 loc) · 7.72 KB
/
VstsSyncMigrator.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29006.145
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VstsSyncMigrator.Console", "src\VstsSyncMigrator.Console\VstsSyncMigrator.Console.csproj", "{033EB332-4A50-4C73-9B7D-A35D9F3C0513}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VstsSyncMigrator.Core", "src\VstsSyncMigrator.Core\VstsSyncMigrator.Core.csproj", "{68BAF6BA-2BC0-48D0-B892-1D9F93D7003A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Chocolatey", "Chocolatey", "{89434800-3004-4621-8677-C14C1D1AA4AF}"
ProjectSection(SolutionItems) = preProject
src\VstsSyncMigrator.Chocolatey\chocolateyInstall.ps1 = src\VstsSyncMigrator.Chocolatey\chocolateyInstall.ps1
src\VstsSyncMigrator.Chocolatey\chocolateyUninstall.ps1 = src\VstsSyncMigrator.Chocolatey\chocolateyUninstall.ps1
src\VstsSyncMigrator.Chocolatey\vstssyncmigration.nuspec = src\VstsSyncMigrator.Chocolatey\vstssyncmigration.nuspec
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VstsSyncMigrator.Core.Tests", "src\VstsSyncMigrator.Core.Tests\VstsSyncMigrator.Core.Tests.csproj", "{AB3922F0-E801-474A-A498-892C3EA99799}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VstsSyncMigrator.Console.Tests", "src\VstsSyncMigrator.Console.Tests\VstsSyncMigrator.Console.Tests.csproj", "{985259EA-C475-4918-9342-50AB744F52AF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{4D45177B-5CEA-406F-8C35-2125278BACA0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Extension", "Extension", "{243265E4-0E5A-4E95-BE7C-B92B7666FF79}"
ProjectSection(SolutionItems) = preProject
src\VstsSyncMigrator.Extension\LICENSE.txt = src\VstsSyncMigrator.Extension\LICENSE.txt
src\VstsSyncMigrator.Extension\README.md = src\VstsSyncMigrator.Extension\README.md
src\VstsSyncMigrator.Extension\vss-extension.json = src\VstsSyncMigrator.Extension\vss-extension.json
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{2BC0808B-6F4D-4635-82FE-1118181DD64F}"
ProjectSection(SolutionItems) = preProject
docs\_config.yml = docs\_config.yml
docs\changeset-migration.md = docs\changeset-migration.md
docs\configuration.md = docs\configuration.md
docs\faq.md = docs\faq.md
docs\getting-started.md = docs\getting-started.md
docs\index.md = docs\index.md
docs\server-configuration.md = docs\server-configuration.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Engine", "Engine", "{1BC94A7E-4A43-4388-97BE-DCCF62797DA8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Console", "Console", "{FA574C5F-498D-4C1B-BA57-FC28E534C6B6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A05A7847-4C75-4E92-B156-F529483688CC}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
GitVersion.yml = GitVersion.yml
mkdocs.yml = mkdocs.yml
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Processors", "Processors", "{E9399C6D-A5E0-43ED-8412-6C4A6BC86EC8}"
ProjectSection(SolutionItems) = preProject
docs\Processors\ImportProfilePictureConfig.md = docs\Processors\ImportProfilePictureConfig.md
docs\Processors\NodeStructuresMigrationConfig.md = docs\Processors\NodeStructuresMigrationConfig.md
docs\Processors\TeamMigrationConfig.md = docs\Processors\TeamMigrationConfig.md
docs\Processors\TestConfigurationsMigrationConfig.md = docs\Processors\TestConfigurationsMigrationConfig.md
docs\Processors\TestPlansAndSuitesMigrationConfig.md = docs\Processors\TestPlansAndSuitesMigrationConfig.md
docs\Processors\TestVeriablesMigrationConfig.md = docs\Processors\TestVeriablesMigrationConfig.md
docs\Processors\WorkItemDeleteConfig.md = docs\Processors\WorkItemDeleteConfig.md
docs\Processors\WorkItemMigrationConfig.md = docs\Processors\WorkItemMigrationConfig.md
docs\Processors\WorkItemPostProcessingConfig.md = docs\Processors\WorkItemPostProcessingConfig.md
docs\Processors\WorkItemQueryMigrationConfig.md = docs\Processors\WorkItemQueryMigrationConfig.md
docs\Processors\WorkItemUpdateAreasAsTagsConfig.md = docs\Processors\WorkItemUpdateAreasAsTagsConfig.md
docs\Processors\WorkItemUpdateConfig.md = docs\Processors\WorkItemUpdateConfig.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "images", "images", "{F29B9C2E-7EE3-49A5-8341-1277FA8BE0DB}"
ProjectSection(SolutionItems) = preProject
src\VstsSyncMigrator.Extension\images\azure-devops-migration-tools-naked-agility-martin-hinshelwood.png = src\VstsSyncMigrator.Extension\images\azure-devops-migration-tools-naked-agility-martin-hinshelwood.png
src\VstsSyncMigrator.Extension\images\extension-icon.png = src\VstsSyncMigrator.Extension\images\extension-icon.png
src\VstsSyncMigrator.Extension\images\screenshot-01.png = src\VstsSyncMigrator.Extension\images\screenshot-01.png
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{033EB332-4A50-4C73-9B7D-A35D9F3C0513}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{033EB332-4A50-4C73-9B7D-A35D9F3C0513}.Debug|Any CPU.Build.0 = Debug|Any CPU
{033EB332-4A50-4C73-9B7D-A35D9F3C0513}.Release|Any CPU.ActiveCfg = Release|Any CPU
{033EB332-4A50-4C73-9B7D-A35D9F3C0513}.Release|Any CPU.Build.0 = Release|Any CPU
{68BAF6BA-2BC0-48D0-B892-1D9F93D7003A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{68BAF6BA-2BC0-48D0-B892-1D9F93D7003A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{68BAF6BA-2BC0-48D0-B892-1D9F93D7003A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{68BAF6BA-2BC0-48D0-B892-1D9F93D7003A}.Release|Any CPU.Build.0 = Release|Any CPU
{AB3922F0-E801-474A-A498-892C3EA99799}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AB3922F0-E801-474A-A498-892C3EA99799}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AB3922F0-E801-474A-A498-892C3EA99799}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AB3922F0-E801-474A-A498-892C3EA99799}.Release|Any CPU.Build.0 = Release|Any CPU
{985259EA-C475-4918-9342-50AB744F52AF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{985259EA-C475-4918-9342-50AB744F52AF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{985259EA-C475-4918-9342-50AB744F52AF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{985259EA-C475-4918-9342-50AB744F52AF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{033EB332-4A50-4C73-9B7D-A35D9F3C0513} = {FA574C5F-498D-4C1B-BA57-FC28E534C6B6}
{68BAF6BA-2BC0-48D0-B892-1D9F93D7003A} = {1BC94A7E-4A43-4388-97BE-DCCF62797DA8}
{89434800-3004-4621-8677-C14C1D1AA4AF} = {FA574C5F-498D-4C1B-BA57-FC28E534C6B6}
{AB3922F0-E801-474A-A498-892C3EA99799} = {1BC94A7E-4A43-4388-97BE-DCCF62797DA8}
{985259EA-C475-4918-9342-50AB744F52AF} = {FA574C5F-498D-4C1B-BA57-FC28E534C6B6}
{4D45177B-5CEA-406F-8C35-2125278BACA0} = {FA574C5F-498D-4C1B-BA57-FC28E534C6B6}
{243265E4-0E5A-4E95-BE7C-B92B7666FF79} = {FA574C5F-498D-4C1B-BA57-FC28E534C6B6}
{E9399C6D-A5E0-43ED-8412-6C4A6BC86EC8} = {2BC0808B-6F4D-4635-82FE-1118181DD64F}
{F29B9C2E-7EE3-49A5-8341-1277FA8BE0DB} = {243265E4-0E5A-4E95-BE7C-B92B7666FF79}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {62EE0B27-C55A-46EE-8D17-1691DE9BBD50}
EndGlobalSection
GlobalSection(CodealikeProperties) = postSolution
SolutionGuid = 51c92075-0694-476b-8366-efd65c9a9b77
EndGlobalSection
EndGlobal