Skip to content

Commit fef21c8

Browse files
committed
switching to package references
1 parent bb3035f commit fef21c8

File tree

6 files changed

+18
-40
lines changed

6 files changed

+18
-40
lines changed

src/DBOps.sln

-34
Original file line numberDiff line numberDiff line change
@@ -4,32 +4,18 @@ Microsoft Visual Studio Solution File, Format Version 12.00
44
VisualStudioVersion = 16.0.29306.81
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "dbops-core", "dbops-core\dbops-core.csproj", "{9C2BB45E-58FB-42C4-A0C1-E23388C174BE}"
7-
ProjectSection(ProjectDependencies) = postProject
8-
{76BBBC4B-7504-4DBE-8B5D-67410457F584} = {76BBBC4B-7504-4DBE-8B5D-67410457F584}
9-
{95BCDAC1-E8CC-4EC4-A8B1-48B02179D9BD} = {95BCDAC1-E8CC-4EC4-A8B1-48B02179D9BD}
10-
EndProjectSection
117
EndProject
128
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "dbops-tests", "dbops-tests\dbops-tests.csproj", "{64FDC104-4755-4EBA-80FB-DD4F68B4E9E2}"
139
ProjectSection(ProjectDependencies) = postProject
1410
{BA12338E-7A20-4947-A378-38E35B502D39} = {BA12338E-7A20-4947-A378-38E35B502D39}
1511
EndProjectSection
1612
EndProject
17-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "dbup-core", "E:\Git\DbUp\src\dbup-core\dbup-core.csproj", "{76BBBC4B-7504-4DBE-8B5D-67410457F584}"
18-
EndProject
19-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "dbup-sqlserver", "E:\Git\DbUp\src\dbup-sqlserver\dbup-sqlserver.csproj", "{95BCDAC1-E8CC-4EC4-A8B1-48B02179D9BD}"
20-
EndProject
21-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "dbup-postgresql", "E:\Git\DbUp\src\dbup-postgresql\dbup-postgresql.csproj", "{55FD5374-1668-4EFD-A582-49FFEC5D1C0C}"
22-
EndProject
2313
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "dbops-sqlserver", "dbops-sqlserver\dbops-sqlserver.csproj", "{DA4B51B3-6919-47C2-8BAA-460E8264288B}"
2414
EndProject
2515
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "dbops-postgresql", "dbops-postgresql\dbops-postgresql.csproj", "{21B2057E-CE33-4B89-A930-8147634768FA}"
2616
EndProject
2717
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "dbops-mysql", "dbops-mysql\dbops-mysql.csproj", "{309F2AB1-CD6E-4465-92C3-9F94B08242F8}"
2818
EndProject
29-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "dbup-mysql", "E:\Git\DbUp\src\dbup-mysql\dbup-mysql.csproj", "{E0ECA9C5-07AE-4938-A90F-253F10DE4E3E}"
30-
EndProject
31-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "dbup-oracle", "E:\Git\DbUp\src\dbup-oracle\dbup-oracle.csproj", "{B235A101-6FE9-43DD-A6A9-254EA878C110}"
32-
EndProject
3319
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "dbops-oracle", "dbops-oracle\dbops-oracle.csproj", "{BA12338E-7A20-4947-A378-38E35B502D39}"
3420
EndProject
3521
Global
@@ -46,18 +32,6 @@ Global
4632
{64FDC104-4755-4EBA-80FB-DD4F68B4E9E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
4733
{64FDC104-4755-4EBA-80FB-DD4F68B4E9E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
4834
{64FDC104-4755-4EBA-80FB-DD4F68B4E9E2}.Release|Any CPU.Build.0 = Release|Any CPU
49-
{76BBBC4B-7504-4DBE-8B5D-67410457F584}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
50-
{76BBBC4B-7504-4DBE-8B5D-67410457F584}.Debug|Any CPU.Build.0 = Debug|Any CPU
51-
{76BBBC4B-7504-4DBE-8B5D-67410457F584}.Release|Any CPU.ActiveCfg = Release|Any CPU
52-
{76BBBC4B-7504-4DBE-8B5D-67410457F584}.Release|Any CPU.Build.0 = Release|Any CPU
53-
{95BCDAC1-E8CC-4EC4-A8B1-48B02179D9BD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
54-
{95BCDAC1-E8CC-4EC4-A8B1-48B02179D9BD}.Debug|Any CPU.Build.0 = Debug|Any CPU
55-
{95BCDAC1-E8CC-4EC4-A8B1-48B02179D9BD}.Release|Any CPU.ActiveCfg = Release|Any CPU
56-
{95BCDAC1-E8CC-4EC4-A8B1-48B02179D9BD}.Release|Any CPU.Build.0 = Release|Any CPU
57-
{55FD5374-1668-4EFD-A582-49FFEC5D1C0C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
58-
{55FD5374-1668-4EFD-A582-49FFEC5D1C0C}.Debug|Any CPU.Build.0 = Debug|Any CPU
59-
{55FD5374-1668-4EFD-A582-49FFEC5D1C0C}.Release|Any CPU.ActiveCfg = Release|Any CPU
60-
{55FD5374-1668-4EFD-A582-49FFEC5D1C0C}.Release|Any CPU.Build.0 = Release|Any CPU
6135
{DA4B51B3-6919-47C2-8BAA-460E8264288B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
6236
{DA4B51B3-6919-47C2-8BAA-460E8264288B}.Debug|Any CPU.Build.0 = Debug|Any CPU
6337
{DA4B51B3-6919-47C2-8BAA-460E8264288B}.Release|Any CPU.ActiveCfg = Release|Any CPU
@@ -70,14 +44,6 @@ Global
7044
{309F2AB1-CD6E-4465-92C3-9F94B08242F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
7145
{309F2AB1-CD6E-4465-92C3-9F94B08242F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
7246
{309F2AB1-CD6E-4465-92C3-9F94B08242F8}.Release|Any CPU.Build.0 = Release|Any CPU
73-
{E0ECA9C5-07AE-4938-A90F-253F10DE4E3E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
74-
{E0ECA9C5-07AE-4938-A90F-253F10DE4E3E}.Debug|Any CPU.Build.0 = Debug|Any CPU
75-
{E0ECA9C5-07AE-4938-A90F-253F10DE4E3E}.Release|Any CPU.ActiveCfg = Release|Any CPU
76-
{E0ECA9C5-07AE-4938-A90F-253F10DE4E3E}.Release|Any CPU.Build.0 = Release|Any CPU
77-
{B235A101-6FE9-43DD-A6A9-254EA878C110}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
78-
{B235A101-6FE9-43DD-A6A9-254EA878C110}.Debug|Any CPU.Build.0 = Debug|Any CPU
79-
{B235A101-6FE9-43DD-A6A9-254EA878C110}.Release|Any CPU.ActiveCfg = Release|Any CPU
80-
{B235A101-6FE9-43DD-A6A9-254EA878C110}.Release|Any CPU.Build.0 = Release|Any CPU
8147
{BA12338E-7A20-4947-A378-38E35B502D39}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
8248
{BA12338E-7A20-4947-A378-38E35B502D39}.Debug|Any CPU.Build.0 = Debug|Any CPU
8349
{BA12338E-7A20-4947-A378-38E35B502D39}.Release|Any CPU.ActiveCfg = Release|Any CPU

src/dbops-core/dbops-core.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<ProjectReference Include="E:\Git\DbUp\src\dbup-core\dbup-core.csproj" />
12+
<PackageReference Include="dbup-core" Version="4.5.0" />
1313
</ItemGroup>
1414

1515
</Project>

src/dbops-mysql/dbops-mysql.csproj

+5-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,13 @@
1010
</PropertyGroup>
1111

1212

13+
<ItemGroup>
14+
<PackageReference Include="dbup-mysql" Version="4.5.0" />
15+
</ItemGroup>
16+
17+
1318
<ItemGroup>
1419
<ProjectReference Include="..\dbops-core\dbops-core.csproj" />
15-
<ProjectReference Include="E:\Git\DbUp\src\dbup-core\dbup-core.csproj" />
16-
<ProjectReference Include="E:\Git\DbUp\src\dbup-mysql\dbup-mysql.csproj" />
1720
</ItemGroup>
1821

1922
</Project>

src/dbops-oracle/dbops-oracle.csproj

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,12 @@
88
<Company>DBOps</Company>
99
</PropertyGroup>
1010

11+
<ItemGroup>
12+
<PackageReference Include="dbup-oracle" Version="4.5.0" />
13+
</ItemGroup>
14+
1115
<ItemGroup>
1216
<ProjectReference Include="..\dbops-core\dbops-core.csproj" />
13-
<ProjectReference Include="E:\Git\DbUp\src\dbup-oracle\dbup-oracle.csproj" />
1417
</ItemGroup>
1518

1619
</Project>

src/dbops-postgresql/dbops-postgresql.csproj

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,13 @@
77
<Authors>Kirill Kravtsov</Authors>
88
<Company>DBOps</Company>
99
</PropertyGroup>
10+
11+
<ItemGroup>
12+
<PackageReference Include="dbup-postgresql" Version="4.5.0" />
13+
</ItemGroup>
1014

1115
<ItemGroup>
1216
<ProjectReference Include="..\dbops-core\dbops-core.csproj" />
13-
<ProjectReference Include="E:\Git\DbUp\src\dbup-postgresql\dbup-postgresql.csproj" />
1417
</ItemGroup>
1518

1619
</Project>

src/dbops-sqlserver/dbops-sqlserver.csproj

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,12 @@
88
<Company>DBOps</Company>
99
</PropertyGroup>
1010

11+
<ItemGroup>
12+
<PackageReference Include="dbup-sqlserver" Version="4.5.0" />
13+
</ItemGroup>
14+
1115
<ItemGroup>
1216
<ProjectReference Include="..\dbops-core\dbops-core.csproj" />
13-
<ProjectReference Include="E:\Git\DbUp\src\dbup-sqlserver\dbup-sqlserver.csproj" />
1417
</ItemGroup>
1518

1619
</Project>

0 commit comments

Comments
 (0)