forked from migrating-ravens/RavenMigrations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRaven.Migrations.sln
49 lines (49 loc) · 2.68 KB
/
Raven.Migrations.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2042
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{EC586C7A-19D8-46DF-BCFD-DC5F39C2D2BB}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Raven.Migrations", "Raven.Migrations\Raven.Migrations.csproj", "{A907F9FB-30D1-499C-9B33-D891836F5C4E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Raven.Migrations.Test", "Raven.Migrations.Tests\Raven.Migrations.Test.csproj", "{15BE5B48-F714-436A-8433-7CEF68D410AF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5A09B7FE-D694-45B5-BCBC-256A8E06CFC5}"
ProjectSection(SolutionItems) = preProject
readme.md = readme.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Raven.Migrations.Sample", "Raven.Migrations.Sample\Raven.Migrations.Sample.csproj", "{6DD3C717-6777-455A-A55F-E311B852B214}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A907F9FB-30D1-499C-9B33-D891836F5C4E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A907F9FB-30D1-499C-9B33-D891836F5C4E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A907F9FB-30D1-499C-9B33-D891836F5C4E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A907F9FB-30D1-499C-9B33-D891836F5C4E}.Release|Any CPU.Build.0 = Release|Any CPU
{15BE5B48-F714-436A-8433-7CEF68D410AF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{15BE5B48-F714-436A-8433-7CEF68D410AF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{15BE5B48-F714-436A-8433-7CEF68D410AF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{15BE5B48-F714-436A-8433-7CEF68D410AF}.Release|Any CPU.Build.0 = Release|Any CPU
{6DD3C717-6777-455A-A55F-E311B852B214}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6DD3C717-6777-455A-A55F-E311B852B214}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6DD3C717-6777-455A-A55F-E311B852B214}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6DD3C717-6777-455A-A55F-E311B852B214}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {97071D77-035B-4126-AD4E-DE150E318714}
EndGlobalSection
EndGlobal