-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathRaven.Migrations.sln
44 lines (43 loc) · 2.43 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30320.27
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Raven.Migrations", "Raven.Migrations\Raven.Migrations.csproj", "{A907F9FB-30D1-499C-9B33-D891836F5C4E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5A09B7FE-D694-45B5-BCBC-256A8E06CFC5}"
ProjectSection(SolutionItems) = preProject
CHANGELOG.md = CHANGELOG.md
MAINTAINING.md = MAINTAINING.md
readme.md = readme.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Raven.Migrations.Sample", "Raven.Migrations.Sample\Raven.Migrations.Sample.csproj", "{06F1A0C0-E4CD-460A-B332-487440F603DF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Raven.Migrations.Tests", "Raven.Migrations.Tests\Raven.Migrations.Tests.csproj", "{221A2856-09CA-4D59-A2F4-E961D37DD155}"
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
{06F1A0C0-E4CD-460A-B332-487440F603DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{06F1A0C0-E4CD-460A-B332-487440F603DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{06F1A0C0-E4CD-460A-B332-487440F603DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{06F1A0C0-E4CD-460A-B332-487440F603DF}.Release|Any CPU.Build.0 = Release|Any CPU
{221A2856-09CA-4D59-A2F4-E961D37DD155}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{221A2856-09CA-4D59-A2F4-E961D37DD155}.Debug|Any CPU.Build.0 = Debug|Any CPU
{221A2856-09CA-4D59-A2F4-E961D37DD155}.Release|Any CPU.ActiveCfg = Release|Any CPU
{221A2856-09CA-4D59-A2F4-E961D37DD155}.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