-
Notifications
You must be signed in to change notification settings - Fork 0
/
Transformalize.Provider.MySql.sln
54 lines (54 loc) · 2.97 KB
/
Transformalize.Provider.MySql.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
50
51
52
53
54
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34511.84
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C4563C88-9C80-4BD0-949E-AA64F111957E}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "nuget", "nuget", "{8FE1844F-26A4-47BE-9507-F0333D42FABE}"
ProjectSection(SolutionItems) = preProject
nuget\myget.bat = nuget\myget.bat
nuget\nuget.bat = nuget\nuget.bat
nuget\Transformalize.Provider.MySql.Autofac.nuspec = nuget\Transformalize.Provider.MySql.Autofac.nuspec
nuget\Transformalize.Provider.MySql.nuspec = nuget\Transformalize.Provider.MySql.nuspec
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test", "src\Test\Test.csproj", "{408716CF-52CF-414A-BB37-A1BDEB2608E0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Transformalize.Provider.MySql", "src\Transformalize.Provider.MySql\Transformalize.Provider.MySql.csproj", "{5C79B1B1-BB05-4C64-B9D6-9F44598C468B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Transformalize.Provider.MySql.Autofac", "src\Transformalize.Provider.MySql.Autofac\Transformalize.Provider.MySql.Autofac.csproj", "{9F1584A1-7352-4F1F-BD41-18F4EB810EAD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{408716CF-52CF-414A-BB37-A1BDEB2608E0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{408716CF-52CF-414A-BB37-A1BDEB2608E0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{408716CF-52CF-414A-BB37-A1BDEB2608E0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{408716CF-52CF-414A-BB37-A1BDEB2608E0}.Release|Any CPU.Build.0 = Release|Any CPU
{5C79B1B1-BB05-4C64-B9D6-9F44598C468B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5C79B1B1-BB05-4C64-B9D6-9F44598C468B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5C79B1B1-BB05-4C64-B9D6-9F44598C468B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5C79B1B1-BB05-4C64-B9D6-9F44598C468B}.Release|Any CPU.Build.0 = Release|Any CPU
{9F1584A1-7352-4F1F-BD41-18F4EB810EAD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9F1584A1-7352-4F1F-BD41-18F4EB810EAD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9F1584A1-7352-4F1F-BD41-18F4EB810EAD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9F1584A1-7352-4F1F-BD41-18F4EB810EAD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{8FE1844F-26A4-47BE-9507-F0333D42FABE} = {C4563C88-9C80-4BD0-949E-AA64F111957E}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {960FC2FA-8CAD-47A3-8A4E-4173AE406E71}
EndGlobalSection
EndGlobal