forked from canton7/Simple.Migrations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SimpleMigrations.sln
39 lines (39 loc) · 2.3 KB
/
SimpleMigrations.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26127.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D9FF6CA2-297E-4C3C-BB03-9B70313E52D3}"
ProjectSection(SolutionItems) = preProject
global.json = global.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Simple.Migrations", "src\Simple.Migrations\Simple.Migrations.csproj", "{D9EBA58B-647F-4196-AA67-0EE9CABC16D4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Simple.Migrations.IntegrationTests", "src\Simple.Migrations.IntegrationTests\Simple.Migrations.IntegrationTests.csproj", "{801BE904-9ADE-4F8A-8F2C-CB3517C63B05}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Simple.Migrations.UnitTests", "src\Simple.Migrations.UnitTests\Simple.Migrations.UnitTests.csproj", "{E255C6ED-F507-4E92-8420-FB135B729EBF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D9EBA58B-647F-4196-AA67-0EE9CABC16D4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D9EBA58B-647F-4196-AA67-0EE9CABC16D4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D9EBA58B-647F-4196-AA67-0EE9CABC16D4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D9EBA58B-647F-4196-AA67-0EE9CABC16D4}.Release|Any CPU.Build.0 = Release|Any CPU
{801BE904-9ADE-4F8A-8F2C-CB3517C63B05}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{801BE904-9ADE-4F8A-8F2C-CB3517C63B05}.Debug|Any CPU.Build.0 = Debug|Any CPU
{801BE904-9ADE-4F8A-8F2C-CB3517C63B05}.Release|Any CPU.ActiveCfg = Release|Any CPU
{801BE904-9ADE-4F8A-8F2C-CB3517C63B05}.Release|Any CPU.Build.0 = Release|Any CPU
{E255C6ED-F507-4E92-8420-FB135B729EBF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E255C6ED-F507-4E92-8420-FB135B729EBF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E255C6ED-F507-4E92-8420-FB135B729EBF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E255C6ED-F507-4E92-8420-FB135B729EBF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal