Skip to content

Commit 489db52

Browse files
committed
Moved code to give migrations ther own project
1 parent 2b5e3c7 commit 489db52

13 files changed

Lines changed: 1570 additions & 7 deletions

AuthPermissions.AspNetCore.sln

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,13 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Example6.SingleLevelShardin
3939
EndProject
4040
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Example6.MvcWebApp.Sharding", "Example6.MvcWebApp.Sharding\Example6.MvcWebApp.Sharding.csproj", "{FCEA1BF4-C654-4AD1-A2BA-241DB153D3B4}"
4141
EndProject
42-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuthPermissions.PostgreSql", "AuthPermissions.PostgreSql\AuthPermissions.PostgreSql.csproj", "{FE92301A-DF56-42B9-9D67-200DF26DA40F}"
42+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AuthPermissions.PostgreSql", "AuthPermissions.PostgreSql\AuthPermissions.PostgreSql.csproj", "{FE92301A-DF56-42B9-9D67-200DF26DA40F}"
4343
EndProject
44-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuthPermissions.SqlServer", "AuthPermissions.SqlServer\AuthPermissions.SqlServer.csproj", "{359967AD-09C2-4B36-BE3A-52844A2476D3}"
44+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AuthPermissions.SqlServer", "AuthPermissions.SqlServer\AuthPermissions.SqlServer.csproj", "{359967AD-09C2-4B36-BE3A-52844A2476D3}"
4545
EndProject
46-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SetupMigrations", "SetupMigrations\SetupMigrations.csproj", "{E2A88CD3-9AF2-442B-AB7D-0EA9927FD2D5}"
46+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SetupMigrations", "SetupMigrations\SetupMigrations.csproj", "{E2A88CD3-9AF2-442B-AB7D-0EA9927FD2D5}"
47+
EndProject
48+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuthPermissions.DataLayer", "AuthPermissions.DataLayer\AuthPermissions.DataLayer.csproj", "{5C54901F-8445-4C60-8133-788C04A75A50}"
4749
EndProject
4850
Global
4951
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -247,6 +249,18 @@ Global
247249
{E2A88CD3-9AF2-442B-AB7D-0EA9927FD2D5}.Release|x64.Build.0 = Release|Any CPU
248250
{E2A88CD3-9AF2-442B-AB7D-0EA9927FD2D5}.Release|x86.ActiveCfg = Release|Any CPU
249251
{E2A88CD3-9AF2-442B-AB7D-0EA9927FD2D5}.Release|x86.Build.0 = Release|Any CPU
252+
{5C54901F-8445-4C60-8133-788C04A75A50}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
253+
{5C54901F-8445-4C60-8133-788C04A75A50}.Debug|Any CPU.Build.0 = Debug|Any CPU
254+
{5C54901F-8445-4C60-8133-788C04A75A50}.Debug|x64.ActiveCfg = Debug|Any CPU
255+
{5C54901F-8445-4C60-8133-788C04A75A50}.Debug|x64.Build.0 = Debug|Any CPU
256+
{5C54901F-8445-4C60-8133-788C04A75A50}.Debug|x86.ActiveCfg = Debug|Any CPU
257+
{5C54901F-8445-4C60-8133-788C04A75A50}.Debug|x86.Build.0 = Debug|Any CPU
258+
{5C54901F-8445-4C60-8133-788C04A75A50}.Release|Any CPU.ActiveCfg = Release|Any CPU
259+
{5C54901F-8445-4C60-8133-788C04A75A50}.Release|Any CPU.Build.0 = Release|Any CPU
260+
{5C54901F-8445-4C60-8133-788C04A75A50}.Release|x64.ActiveCfg = Release|Any CPU
261+
{5C54901F-8445-4C60-8133-788C04A75A50}.Release|x64.Build.0 = Release|Any CPU
262+
{5C54901F-8445-4C60-8133-788C04A75A50}.Release|x86.ActiveCfg = Release|Any CPU
263+
{5C54901F-8445-4C60-8133-788C04A75A50}.Release|x86.Build.0 = Release|Any CPU
250264
EndGlobalSection
251265
GlobalSection(SolutionProperties) = preSolution
252266
HideSolutionNode = FALSE

AuthPermissions.AspNetCore/AuthPermissions.AspNetCore.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
</ItemGroup>
1616

1717
<ItemGroup>
18+
<ProjectReference Include="..\AuthPermissions.DataLayer\AuthPermissions.DataLayer.csproj" />
1819
<ProjectReference Include="..\AuthPermissions\AuthPermissions.csproj" />
1920
</ItemGroup>
2021

AuthPermissions.SqlServer/Migrations/20210707095141_Initial.Designer.cs

Lines changed: 223 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)