Skip to content

Commit 4ff18dc

Browse files
authored
Merge pull request #59 from cloudscribe/feature/58
#58 delete old .pgsql library
2 parents 7fd0032 + f6fbb8d commit 4ff18dc

15 files changed

+3
-439
lines changed

cloudscribe.Logging.sln

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio Version 16
4-
VisualStudioVersion = 16.0.29209.152
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.12.35521.163 d17.12
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{46FB9706-B599-4853-95FD-58E2D553C5F7}"
77
EndProject
@@ -17,8 +17,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "cloudscribe.Logging.EFCore.
1717
EndProject
1818
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "cloudscribe.Logging.EFCore.MySql", "src\cloudscribe.Logging.EFCore.MySql\cloudscribe.Logging.EFCore.MySql.csproj", "{BEAF528E-90EA-43B8-9E61-6340B8395EF8}"
1919
EndProject
20-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "cloudscribe.Logging.EFCore.pgsql", "src\cloudscribe.Logging.EFCore.pgsql\cloudscribe.Logging.EFCore.pgsql.csproj", "{3EFC6E9A-3C47-4B77-B2CE-2DBAFEDCC897}"
21-
EndProject
2220
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "cloudscribe.Logging.EFCore.SQLite", "src\cloudscribe.Logging.EFCore.SQLite\cloudscribe.Logging.EFCore.SQLite.csproj", "{E30B3FF2-DF66-43D0-A445-28F02EBB5C34}"
2321
EndProject
2422
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "cloudscribe.Logging", "src\cloudscribe.Logging\cloudscribe.Logging.csproj", "{1E64CA28-006E-4AD8-BAB4-FB8096C6AC4D}"
@@ -55,10 +53,6 @@ Global
5553
{BEAF528E-90EA-43B8-9E61-6340B8395EF8}.Debug|Any CPU.Build.0 = Debug|Any CPU
5654
{BEAF528E-90EA-43B8-9E61-6340B8395EF8}.Release|Any CPU.ActiveCfg = Release|Any CPU
5755
{BEAF528E-90EA-43B8-9E61-6340B8395EF8}.Release|Any CPU.Build.0 = Release|Any CPU
58-
{3EFC6E9A-3C47-4B77-B2CE-2DBAFEDCC897}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
59-
{3EFC6E9A-3C47-4B77-B2CE-2DBAFEDCC897}.Debug|Any CPU.Build.0 = Debug|Any CPU
60-
{3EFC6E9A-3C47-4B77-B2CE-2DBAFEDCC897}.Release|Any CPU.ActiveCfg = Release|Any CPU
61-
{3EFC6E9A-3C47-4B77-B2CE-2DBAFEDCC897}.Release|Any CPU.Build.0 = Release|Any CPU
6256
{E30B3FF2-DF66-43D0-A445-28F02EBB5C34}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
6357
{E30B3FF2-DF66-43D0-A445-28F02EBB5C34}.Debug|Any CPU.Build.0 = Debug|Any CPU
6458
{E30B3FF2-DF66-43D0-A445-28F02EBB5C34}.Release|Any CPU.ActiveCfg = Release|Any CPU
@@ -89,7 +83,6 @@ Global
8983
{0D17DD9B-D820-4CCE-9C83-784E69AADED0} = {46FB9706-B599-4853-95FD-58E2D553C5F7}
9084
{8DA73C1A-8E7E-4832-B476-1503C6080490} = {46FB9706-B599-4853-95FD-58E2D553C5F7}
9185
{BEAF528E-90EA-43B8-9E61-6340B8395EF8} = {46FB9706-B599-4853-95FD-58E2D553C5F7}
92-
{3EFC6E9A-3C47-4B77-B2CE-2DBAFEDCC897} = {46FB9706-B599-4853-95FD-58E2D553C5F7}
9386
{E30B3FF2-DF66-43D0-A445-28F02EBB5C34} = {46FB9706-B599-4853-95FD-58E2D553C5F7}
9487
{1E64CA28-006E-4AD8-BAB4-FB8096C6AC4D} = {46FB9706-B599-4853-95FD-58E2D553C5F7}
9588
{529323E2-AA3A-4350-BDE3-4AC80555FD9A} = {46FB9706-B599-4853-95FD-58E2D553C5F7}

src/Demo.WebApp/Demo.WebApp.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk.Web">
1+
<Project Sdk="Microsoft.NET.Sdk.Web">
22

33
<PropertyGroup>
44
<TargetFramework>net8.0</TargetFramework>
@@ -39,7 +39,6 @@
3939
<ItemGroup>
4040
<ProjectReference Include="..\cloudscribe.Logging.EFCore.MSSQL\cloudscribe.Logging.EFCore.MSSQL.csproj" />
4141
<ProjectReference Include="..\cloudscribe.Logging.EFCore.MySql\cloudscribe.Logging.EFCore.MySql.csproj" />
42-
<ProjectReference Include="..\cloudscribe.Logging.EFCore.pgsql\cloudscribe.Logging.EFCore.pgsql.csproj" />
4342
<ProjectReference Include="..\cloudscribe.Logging.EFCore.PostgreSql\cloudscribe.Logging.EFCore.PostgreSql.csproj" />
4443
<ProjectReference Include="..\cloudscribe.Logging.EFCore.SQLite\cloudscribe.Logging.EFCore.SQLite.csproj" />
4544
<ProjectReference Include="..\cloudscribe.Logging.NoDb\cloudscribe.Logging.NoDb.csproj" />

src/WebAppMvc/WebAppMvc.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
<ItemGroup>
1010
<ProjectReference Include="..\cloudscribe.Logging.EFCore.MSSQL\cloudscribe.Logging.EFCore.MSSQL.csproj" />
1111
<ProjectReference Include="..\cloudscribe.Logging.EFCore.MySql\cloudscribe.Logging.EFCore.MySql.csproj" />
12-
<ProjectReference Include="..\cloudscribe.Logging.EFCore.pgsql\cloudscribe.Logging.EFCore.pgsql.csproj" />
1312
<ProjectReference Include="..\cloudscribe.Logging.EFCore.PostgreSql\cloudscribe.Logging.EFCore.PostgreSql.csproj" />
1413
<ProjectReference Include="..\cloudscribe.Logging.EFCore.SQLite\cloudscribe.Logging.EFCore.SQLite.csproj" />
1514
<ProjectReference Include="..\cloudscribe.Logging.NoDb\cloudscribe.Logging.NoDb.csproj" />

src/cloudscribe.Logging.EFCore.pgsql/LoggingDbContext.cs

Lines changed: 0 additions & 62 deletions
This file was deleted.

src/cloudscribe.Logging.EFCore.pgsql/LoggingDbContextDesignTimeFactory.cs

Lines changed: 0 additions & 16 deletions
This file was deleted.

src/cloudscribe.Logging.EFCore.pgsql/LoggingDbContextFactory.cs

Lines changed: 0 additions & 19 deletions
This file was deleted.

src/cloudscribe.Logging.EFCore.pgsql/Migrations/20170204141918_Initial.Designer.cs

Lines changed: 0 additions & 61 deletions
This file was deleted.

src/cloudscribe.Logging.EFCore.pgsql/Migrations/20170204141918_Initial.cs

Lines changed: 0 additions & 49 deletions
This file was deleted.

src/cloudscribe.Logging.EFCore.pgsql/Migrations/LoggingDbContextModelSnapshot.cs

Lines changed: 0 additions & 59 deletions
This file was deleted.

src/cloudscribe.Logging.EFCore.pgsql/README.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)