-
Notifications
You must be signed in to change notification settings - Fork 0
/
Migrations.sln
41 lines (41 loc) · 2.16 KB
/
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31306.274
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Migrations.Tests", "tests\Migrations.Tests\Migrations.Tests.csproj", "{6D86FB71-ACEF-442D-B410-96FDEDC9AF54}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Migrations", "src\Migrations\Migrations.csproj", "{F8D93B85-D506-4F9F-B91D-C5C9D5593284}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{71DE1F4A-D4BB-4DB3-BC33-2B226556A566}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{6ED6AC9E-101E-4459-AAED-8B9FD3FFC76D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{ED222F86-9548-4EF8-9C56-C06AF5B334E3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6D86FB71-ACEF-442D-B410-96FDEDC9AF54}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6D86FB71-ACEF-442D-B410-96FDEDC9AF54}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6D86FB71-ACEF-442D-B410-96FDEDC9AF54}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6D86FB71-ACEF-442D-B410-96FDEDC9AF54}.Release|Any CPU.Build.0 = Release|Any CPU
{F8D93B85-D506-4F9F-B91D-C5C9D5593284}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F8D93B85-D506-4F9F-B91D-C5C9D5593284}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F8D93B85-D506-4F9F-B91D-C5C9D5593284}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F8D93B85-D506-4F9F-B91D-C5C9D5593284}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{6D86FB71-ACEF-442D-B410-96FDEDC9AF54} = {6ED6AC9E-101E-4459-AAED-8B9FD3FFC76D}
{F8D93B85-D506-4F9F-B91D-C5C9D5593284} = {71DE1F4A-D4BB-4DB3-BC33-2B226556A566}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6B762C50-5D11-4479-BBFF-143CC6C619B3}
EndGlobalSection
EndGlobal