diff --git a/BootstrapAdmin.sln b/BootstrapAdmin.sln index 11a99198..637d32d9 100644 --- a/BootstrapAdmin.sln +++ b/BootstrapAdmin.sln @@ -5,14 +5,14 @@ VisualStudioVersion = 16.0.29215.179 MinimumVisualStudioVersion = 10.0.40219.1 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SQLServer", "SQLServer", "{87319AF5-7C40-4362-B67C-35F9DD737DB4}" ProjectSection(SolutionItems) = preProject - scripts\SqlServer\InitData.sql = scripts\SqlServer\InitData.sql - scripts\SqlServer\install.ps1 = scripts\SqlServer\install.ps1 - scripts\SqlServer\Install.sql = scripts\SqlServer\Install.sql + db\SqlServer\InitData.sql = db\SqlServer\InitData.sql + db\SqlServer\install.ps1 = db\SqlServer\install.ps1 + db\SqlServer\Install.sql = db\SqlServer\Install.sql EndProjectSection EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bootstrap.Admin", "src\admin\Bootstrap.Admin\Bootstrap.Admin.csproj", "{7B2B7043-3CB2-4C5A-BDF2-8C47F1A5471A}" EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "scripts", "scripts", "{586410F2-C1F0-47CD-AB28-2CF506DED2C8}" +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "db", "db", "{586410F2-C1F0-47CD-AB28-2CF506DED2C8}" EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bootstrap.Client", "src\client\Bootstrap.Client\Bootstrap.Client.csproj", "{C82A6E45-AB90-43D1-8429-5CBE953D8151}" EndProject @@ -22,37 +22,37 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bootstrap.DataAccess", "src EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SQLite", "SQLite", "{523515EC-2AD7-4282-9AF4-9D20371183B0}" ProjectSection(SolutionItems) = preProject - scripts\SQLite\InitData.sql = scripts\SQLite\InitData.sql - scripts\SQLite\Install.sql = scripts\SQLite\Install.sql + db\SQLite\InitData.sql = db\SQLite\InitData.sql + db\SQLite\Install.sql = db\SQLite\Install.sql EndProjectSection EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bootstrap.DataAccess.MongoDB", "src\admin\Bootstrap.DataAccess.MongoDB\Bootstrap.DataAccess.MongoDB.csproj", "{8336F096-4B4A-4710-A1FA-0F5E44CD8D26}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "MongoDB", "MongoDB", "{A06A0AD8-A246-4329-B024-7174AE4A3EDE}" ProjectSection(SolutionItems) = preProject - scripts\MongoDB\Dicts.js = scripts\MongoDB\Dicts.js - scripts\MongoDB\Groups.js = scripts\MongoDB\Groups.js - scripts\MongoDB\init.js = scripts\MongoDB\init.js - scripts\MongoDB\install.sh = scripts\MongoDB\install.sh - scripts\MongoDB\Navigations.js = scripts\MongoDB\Navigations.js - scripts\MongoDB\Roles.js = scripts\MongoDB\Roles.js - scripts\MongoDB\Users.js = scripts\MongoDB\Users.js + db\MongoDB\Dicts.js = db\MongoDB\Dicts.js + db\MongoDB\Groups.js = db\MongoDB\Groups.js + db\MongoDB\init.js = db\MongoDB\init.js + db\MongoDB\install.sh = db\MongoDB\install.sh + db\MongoDB\Navigations.js = db\MongoDB\Navigations.js + db\MongoDB\Roles.js = db\MongoDB\Roles.js + db\MongoDB\Users.js = db\MongoDB\Users.js EndProjectSection EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "MySQL", "MySQL", "{084E2E94-6B7D-4D3E-9BF1-6972427FBF80}" ProjectSection(SolutionItems) = preProject - scripts\MySQL\initData.sql = scripts\MySQL\initData.sql - scripts\MySQL\install.sh = scripts\MySQL\install.sh - scripts\MySQL\install.sql = scripts\MySQL\install.sql - scripts\MySQL\my.ini = scripts\MySQL\my.ini + db\MySQL\initData.sql = db\MySQL\initData.sql + db\MySQL\install.sh = db\MySQL\install.sh + db\MySQL\install.sql = db\MySQL\install.sql + db\MySQL\my.ini = db\MySQL\my.ini EndProjectSection EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTest", "test\UnitTest\UnitTest.csproj", "{CFE75C48-F9D5-403A-8419-D07939BBD769}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Postgresql", "Postgresql", "{6F61C2AC-84D4-48A9-8A48-680657CC8175}" ProjectSection(SolutionItems) = preProject - scripts\Postgresql\initData.sql = scripts\Postgresql\initData.sql - scripts\Postgresql\install.sql = scripts\Postgresql\install.sql + db\Postgresql\initData.sql = db\Postgresql\initData.sql + db\Postgresql\install.sql = db\Postgresql\install.sql EndProjectSection EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bootstrap.Client.DataAccess", "src\client\Bootstrap.Client.DataAccess\Bootstrap.Client.DataAccess.csproj", "{843811A2-FE49-410F-BF9F-9F1FB14A1DEE}" @@ -84,6 +84,31 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docker", "docker", "{85574E src\admin\Bootstrap.Admin\Linux.Dockerfile = src\admin\Bootstrap.Admin\Linux.Dockerfile EndProjectSection EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "srcipts", "srcipts", "{72C103DB-E1D3-449F-97C2-DF12CA111FD4}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "win", "win", "{C6F2DCA0-7941-4C28-9328-2D495F5DCB00}" + ProjectSection(SolutionItems) = preProject + publish-admin.cmd = publish-admin.cmd + publish-client.cmd = publish-client.cmd + watch-run-admin.cmd = watch-run-admin.cmd + watch-run-client.cmd = watch-run-client.cmd + EndProjectSection +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "linux", "linux", "{FDCFC3E3-14CF-40B2-9FE5-5BC239AAC110}" + ProjectSection(SolutionItems) = preProject + publish-admin.sh = publish-admin.sh + publish-client.sh = publish-client.sh + watch-run-admin.sh = watch-run-admin.sh + watch-run-client.sh = watch-run-client.sh + EndProjectSection +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ci", "ci", "{5F732D4E-133B-4DA6-811B-C369CDC3FB89}" + ProjectSection(SolutionItems) = preProject + appveyor.build.ps1 = appveyor.build.ps1 + appveyor.test.ps1 = appveyor.test.ps1 + appveyor.yml = appveyor.yml + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -137,6 +162,9 @@ Global {843811A2-FE49-410F-BF9F-9F1FB14A1DEE} = {C7F51A14-2D89-4D1F-AD78-C42B79AB0BF0} {BC1C6D63-ADA9-4C3B-89F0-CEB191A86BF5} = {C7F51A14-2D89-4D1F-AD78-C42B79AB0BF0} {E03B7391-B52F-4449-B400-5CD9DE01F085} = {41B6D37A-5E5E-42B3-85E4-D81A81E3D757} + {C6F2DCA0-7941-4C28-9328-2D495F5DCB00} = {72C103DB-E1D3-449F-97C2-DF12CA111FD4} + {FDCFC3E3-14CF-40B2-9FE5-5BC239AAC110} = {72C103DB-E1D3-449F-97C2-DF12CA111FD4} + {5F732D4E-133B-4DA6-811B-C369CDC3FB89} = {72C103DB-E1D3-449F-97C2-DF12CA111FD4} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {221EAE38-5F75-4391-9A48-E462A9F3B8FC} diff --git a/scripts/MongoDB/Dicts.js b/db/MongoDB/Dicts.js similarity index 100% rename from scripts/MongoDB/Dicts.js rename to db/MongoDB/Dicts.js diff --git a/scripts/MongoDB/Groups.js b/db/MongoDB/Groups.js similarity index 100% rename from scripts/MongoDB/Groups.js rename to db/MongoDB/Groups.js diff --git a/scripts/MongoDB/Navigations.js b/db/MongoDB/Navigations.js similarity index 100% rename from scripts/MongoDB/Navigations.js rename to db/MongoDB/Navigations.js diff --git a/scripts/MongoDB/Roles.js b/db/MongoDB/Roles.js similarity index 100% rename from scripts/MongoDB/Roles.js rename to db/MongoDB/Roles.js diff --git a/scripts/MongoDB/Users.js b/db/MongoDB/Users.js similarity index 100% rename from scripts/MongoDB/Users.js rename to db/MongoDB/Users.js diff --git a/scripts/MongoDB/init.js b/db/MongoDB/init.js similarity index 100% rename from scripts/MongoDB/init.js rename to db/MongoDB/init.js diff --git a/scripts/MongoDB/install.sh b/db/MongoDB/install.sh similarity index 100% rename from scripts/MongoDB/install.sh rename to db/MongoDB/install.sh diff --git a/scripts/MySQL/initData.sql b/db/MySQL/initData.sql similarity index 100% rename from scripts/MySQL/initData.sql rename to db/MySQL/initData.sql diff --git a/scripts/MySQL/install.sh b/db/MySQL/install.sh similarity index 100% rename from scripts/MySQL/install.sh rename to db/MySQL/install.sh diff --git a/scripts/MySQL/install.sql b/db/MySQL/install.sql similarity index 100% rename from scripts/MySQL/install.sql rename to db/MySQL/install.sql diff --git a/scripts/MySQL/my.ini b/db/MySQL/my.ini similarity index 100% rename from scripts/MySQL/my.ini rename to db/MySQL/my.ini diff --git a/scripts/Postgresql/initData.sql b/db/Postgresql/initData.sql similarity index 100% rename from scripts/Postgresql/initData.sql rename to db/Postgresql/initData.sql diff --git a/scripts/Postgresql/install.ps1 b/db/Postgresql/install.ps1 similarity index 100% rename from scripts/Postgresql/install.ps1 rename to db/Postgresql/install.ps1 diff --git a/scripts/Postgresql/install.sql b/db/Postgresql/install.sql similarity index 100% rename from scripts/Postgresql/install.sql rename to db/Postgresql/install.sql diff --git a/scripts/SQLite/InitData.sql b/db/SQLite/InitData.sql similarity index 100% rename from scripts/SQLite/InitData.sql rename to db/SQLite/InitData.sql diff --git a/scripts/SQLite/Install.sql b/db/SQLite/Install.sql similarity index 100% rename from scripts/SQLite/Install.sql rename to db/SQLite/Install.sql diff --git a/scripts/SqlServer/InitData.sql b/db/SqlServer/InitData.sql similarity index 100% rename from scripts/SqlServer/InitData.sql rename to db/SqlServer/InitData.sql diff --git a/scripts/SqlServer/Install.sql b/db/SqlServer/Install.sql similarity index 100% rename from scripts/SqlServer/Install.sql rename to db/SqlServer/Install.sql diff --git a/scripts/SqlServer/install.ps1 b/db/SqlServer/install.ps1 similarity index 100% rename from scripts/SqlServer/install.ps1 rename to db/SqlServer/install.ps1