-
Notifications
You must be signed in to change notification settings - Fork 10
/
FluentMigrator.ServiceStack.sln
53 lines (53 loc) · 3.4 KB
/
FluentMigrator.ServiceStack.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Express 2013 for Web
VisualStudioVersion = 12.0.21005.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FluentMigrator.ServiceStack.TestV3", "FluentMigrator.ServiceStack.TestV3\FluentMigrator.ServiceStack.TestV3.csproj", "{475EFCAD-A678-4B09-A4FF-00E439A0D6CB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FluentMigrator.ServiceStack", "FluentMigrator.ServiceStack\FluentMigrator.ServiceStack.csproj", "{EECB9D59-A33E-426B-9C8E-188FF69F9446}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestMigrations", "TestMigrations\TestMigrations.csproj", "{B63A71A3-7562-44B4-979E-6844EE32C28E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{17BDEDE2-82CE-4BA8-8607-F483957C0DEB}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FluentMigrator.ServiceStack.TestV4", "FluentMigrator.ServiceStack.TestV4\FluentMigrator.ServiceStack.TestV4.csproj", "{8C1A0B80-5AA8-4604-9A6B-407BBC00C897}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FluentMigrator.ServiceStack4", "FluentMigrator.ServiceStack4\FluentMigrator.ServiceStack4.csproj", "{9B5E2247-8256-40CF-94CA-942310962D52}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{475EFCAD-A678-4B09-A4FF-00E439A0D6CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{475EFCAD-A678-4B09-A4FF-00E439A0D6CB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{475EFCAD-A678-4B09-A4FF-00E439A0D6CB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{475EFCAD-A678-4B09-A4FF-00E439A0D6CB}.Release|Any CPU.Build.0 = Release|Any CPU
{EECB9D59-A33E-426B-9C8E-188FF69F9446}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EECB9D59-A33E-426B-9C8E-188FF69F9446}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EECB9D59-A33E-426B-9C8E-188FF69F9446}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EECB9D59-A33E-426B-9C8E-188FF69F9446}.Release|Any CPU.Build.0 = Release|Any CPU
{B63A71A3-7562-44B4-979E-6844EE32C28E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B63A71A3-7562-44B4-979E-6844EE32C28E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B63A71A3-7562-44B4-979E-6844EE32C28E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B63A71A3-7562-44B4-979E-6844EE32C28E}.Release|Any CPU.Build.0 = Release|Any CPU
{8C1A0B80-5AA8-4604-9A6B-407BBC00C897}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8C1A0B80-5AA8-4604-9A6B-407BBC00C897}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8C1A0B80-5AA8-4604-9A6B-407BBC00C897}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8C1A0B80-5AA8-4604-9A6B-407BBC00C897}.Release|Any CPU.Build.0 = Release|Any CPU
{9B5E2247-8256-40CF-94CA-942310962D52}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9B5E2247-8256-40CF-94CA-942310962D52}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9B5E2247-8256-40CF-94CA-942310962D52}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9B5E2247-8256-40CF-94CA-942310962D52}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal