-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathTestSqlServerBatchParser.sln
42 lines (42 loc) · 2.39 KB
/
TestSqlServerBatchParser.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.2027
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestSqlServerBatchParser", "TestSqlServerBatchParser\TestSqlServerBatchParser.csproj", "{18DEA4DD-B5CC-4287-98EF-C7B84F8B970C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FluentMigrator.BatchParser", "FluentMigrator.BatchParser\FluentMigrator.BatchParser.csproj", "{E7E51A98-AF10-443D-BAAC-DC1F52246E13}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FluentMigrator.BatchParser.Tests", "FluentMigrator.BatchParser.Tests\FluentMigrator.BatchParser.Tests.csproj", "{DE35A1DA-9DD3-44AB-8CE4-3059355D239F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B03559BE-8EFF-498B-BCC3-C98B9C9BC701}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{18DEA4DD-B5CC-4287-98EF-C7B84F8B970C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{18DEA4DD-B5CC-4287-98EF-C7B84F8B970C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{18DEA4DD-B5CC-4287-98EF-C7B84F8B970C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{18DEA4DD-B5CC-4287-98EF-C7B84F8B970C}.Release|Any CPU.Build.0 = Release|Any CPU
{E7E51A98-AF10-443D-BAAC-DC1F52246E13}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E7E51A98-AF10-443D-BAAC-DC1F52246E13}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E7E51A98-AF10-443D-BAAC-DC1F52246E13}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E7E51A98-AF10-443D-BAAC-DC1F52246E13}.Release|Any CPU.Build.0 = Release|Any CPU
{DE35A1DA-9DD3-44AB-8CE4-3059355D239F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DE35A1DA-9DD3-44AB-8CE4-3059355D239F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DE35A1DA-9DD3-44AB-8CE4-3059355D239F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DE35A1DA-9DD3-44AB-8CE4-3059355D239F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4D0E02B1-7D63-4E2B-A71F-47FD3B2D1734}
EndGlobalSection
EndGlobal