forked from migratordotnet/Migrator.NET
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Migrator-vs2010.sln
63 lines (63 loc) · 3.66 KB
/
Migrator-vs2010.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Core", "Core", "{9844714F-717A-4C16-97A9-9995BB1B4A8B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Extras", "Extras", "{02B014BC-CC35-466F-A2F4-C5B5AC830653}"
ProjectSection(SolutionItems) = preProject
doc\CHANGES.txt = doc\CHANGES.txt
default.build = default.build
local.properties-example = local.properties-example
src\MigratorDotNet.snk = src\MigratorDotNet.snk
doc\README.txt = doc\README.txt
doc\TODO.txt = doc\TODO.txt
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Migrator-vs2010", "src\Migrator\Migrator-vs2010.csproj", "{1FEE70A4-AAD7-4C60-BE60-3F7DC03A8C4D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Migrator.Framework-vs2010", "src\Migrator.Framework\Migrator.Framework-vs2010.csproj", "{5270F048-E580-486C-B14C-E5B9F6E539D4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Migrator.Providers-vs2010", "src\Migrator.Providers\Migrator.Providers-vs2010.csproj", "{D58C68E4-D789-40F7-9078-C9F587D4363C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1FEE70A4-AAD7-4C60-BE60-3F7DC03A8C4D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1FEE70A4-AAD7-4C60-BE60-3F7DC03A8C4D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1FEE70A4-AAD7-4C60-BE60-3F7DC03A8C4D}.Debug|x86.ActiveCfg = Debug|x86
{1FEE70A4-AAD7-4C60-BE60-3F7DC03A8C4D}.Debug|x86.Build.0 = Debug|x86
{1FEE70A4-AAD7-4C60-BE60-3F7DC03A8C4D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1FEE70A4-AAD7-4C60-BE60-3F7DC03A8C4D}.Release|Any CPU.Build.0 = Release|Any CPU
{1FEE70A4-AAD7-4C60-BE60-3F7DC03A8C4D}.Release|x86.ActiveCfg = Release|x86
{1FEE70A4-AAD7-4C60-BE60-3F7DC03A8C4D}.Release|x86.Build.0 = Release|x86
{5270F048-E580-486C-B14C-E5B9F6E539D4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5270F048-E580-486C-B14C-E5B9F6E539D4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5270F048-E580-486C-B14C-E5B9F6E539D4}.Debug|x86.ActiveCfg = Debug|x86
{5270F048-E580-486C-B14C-E5B9F6E539D4}.Debug|x86.Build.0 = Debug|x86
{5270F048-E580-486C-B14C-E5B9F6E539D4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5270F048-E580-486C-B14C-E5B9F6E539D4}.Release|Any CPU.Build.0 = Release|Any CPU
{5270F048-E580-486C-B14C-E5B9F6E539D4}.Release|x86.ActiveCfg = Release|x86
{5270F048-E580-486C-B14C-E5B9F6E539D4}.Release|x86.Build.0 = Release|x86
{D58C68E4-D789-40F7-9078-C9F587D4363C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D58C68E4-D789-40F7-9078-C9F587D4363C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D58C68E4-D789-40F7-9078-C9F587D4363C}.Debug|x86.ActiveCfg = Debug|x86
{D58C68E4-D789-40F7-9078-C9F587D4363C}.Debug|x86.Build.0 = Debug|x86
{D58C68E4-D789-40F7-9078-C9F587D4363C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D58C68E4-D789-40F7-9078-C9F587D4363C}.Release|Any CPU.Build.0 = Release|Any CPU
{D58C68E4-D789-40F7-9078-C9F587D4363C}.Release|x86.ActiveCfg = Release|x86
{D58C68E4-D789-40F7-9078-C9F587D4363C}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{1FEE70A4-AAD7-4C60-BE60-3F7DC03A8C4D} = {9844714F-717A-4C16-97A9-9995BB1B4A8B}
{5270F048-E580-486C-B14C-E5B9F6E539D4} = {9844714F-717A-4C16-97A9-9995BB1B4A8B}
{D58C68E4-D789-40F7-9078-C9F587D4363C} = {9844714F-717A-4C16-97A9-9995BB1B4A8B}
EndGlobalSection
EndGlobal