-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cassandra.Fluent.Migrator.sln
84 lines (84 loc) · 4.98 KB
/
Cassandra.Fluent.Migrator.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29613.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cassandra.Fluent.Migrator", "Cassandra.Fluent.Migrator\Cassandra.Fluent.Migrator.csproj", "{9BEE3D9F-BA48-474F-934A-B3DACD0FC2E4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "StyleCop", "StyleCop", "{18E3ED8F-21F5-4E39-8849-5A25C88CEDD0}"
ProjectSection(SolutionItems) = preProject
StyleCopRules.ruleset = StyleCopRules.ruleset
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Docs", "Docs", "{348F1051-F6FE-4F43-BEA9-14AC2FC65049}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1F6AB2D2-AAA3-4BFA-B4D4-C6EEA232A297}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
Makefile = Makefile
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{BD1D32F1-2977-47C7-A9F4-67F941BBCBFA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{AA6EC9A3-85C4-4FF0-BDE5-1FE4764C3A4C}"
ProjectSection(SolutionItems) = preProject
.github\workflows\main.yml = .github\workflows\main.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "git", "git", "{9A9341AE-4A3E-4CB0-9CF1-80A70311491C}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cassandra.Fluent.Migrator.Tests", "Cassandra.Fluent.Migrator.Tests\Cassandra.Fluent.Migrator.Tests.csproj", "{FB4B578C-9B7F-4210-A942-C0A1D3C33923}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cassandra.Fluent.Migrator.Example", "Cassandra.Fluent.Migrator.Example\Cassandra.Fluent.Migrator.Example.csproj", "{3040C164-7DB3-4B6D-8D2F-63B19A9B2C85}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cassandra.Fluent.Migrator.Common", "Cassandra.Fluent.Migrator.Common\Cassandra.Fluent.Migrator.Common.csproj", "{49D2C936-59D3-4895-9AF0-884640E59245}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cassandra.Fluent.Migrator.Example.Net7", "Cassandra.Fluent.Migrator.Example.Net7\Cassandra.Fluent.Migrator.Example.Net7.csproj", "{35D6EF90-7FDD-4ABD-A254-FAD1192594D0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9BEE3D9F-BA48-474F-934A-B3DACD0FC2E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9BEE3D9F-BA48-474F-934A-B3DACD0FC2E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9BEE3D9F-BA48-474F-934A-B3DACD0FC2E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9BEE3D9F-BA48-474F-934A-B3DACD0FC2E4}.Release|Any CPU.Build.0 = Release|Any CPU
{FB4B578C-9B7F-4210-A942-C0A1D3C33923}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FB4B578C-9B7F-4210-A942-C0A1D3C33923}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FB4B578C-9B7F-4210-A942-C0A1D3C33923}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FB4B578C-9B7F-4210-A942-C0A1D3C33923}.Release|Any CPU.Build.0 = Release|Any CPU
{3040C164-7DB3-4B6D-8D2F-63B19A9B2C85}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3040C164-7DB3-4B6D-8D2F-63B19A9B2C85}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3040C164-7DB3-4B6D-8D2F-63B19A9B2C85}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3040C164-7DB3-4B6D-8D2F-63B19A9B2C85}.Release|Any CPU.Build.0 = Release|Any CPU
{49D2C936-59D3-4895-9AF0-884640E59245}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{49D2C936-59D3-4895-9AF0-884640E59245}.Debug|Any CPU.Build.0 = Debug|Any CPU
{49D2C936-59D3-4895-9AF0-884640E59245}.Release|Any CPU.ActiveCfg = Release|Any CPU
{49D2C936-59D3-4895-9AF0-884640E59245}.Release|Any CPU.Build.0 = Release|Any CPU
{35D6EF90-7FDD-4ABD-A254-FAD1192594D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{35D6EF90-7FDD-4ABD-A254-FAD1192594D0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{35D6EF90-7FDD-4ABD-A254-FAD1192594D0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{35D6EF90-7FDD-4ABD-A254-FAD1192594D0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{18E3ED8F-21F5-4E39-8849-5A25C88CEDD0} = {1F6AB2D2-AAA3-4BFA-B4D4-C6EEA232A297}
{348F1051-F6FE-4F43-BEA9-14AC2FC65049} = {1F6AB2D2-AAA3-4BFA-B4D4-C6EEA232A297}
{BD1D32F1-2977-47C7-A9F4-67F941BBCBFA} = {1F6AB2D2-AAA3-4BFA-B4D4-C6EEA232A297}
{AA6EC9A3-85C4-4FF0-BDE5-1FE4764C3A4C} = {BD1D32F1-2977-47C7-A9F4-67F941BBCBFA}
{9A9341AE-4A3E-4CB0-9CF1-80A70311491C} = {1F6AB2D2-AAA3-4BFA-B4D4-C6EEA232A297}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E7C27FDA-F602-4D80-8631-EDC95F328A68}
EndGlobalSection
EndGlobal