Skip to content

Commit 9de15ac

Browse files
committed
[r] schema updater project name
1 parent 8aefcf9 commit 9de15ac

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed

.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"cSpell.words": [
3+
"appsettings",
34
"Registrator"
45
]
56
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
using NUnit.Framework;
33
using Simplify.FluentNHibernate;
44

5-
namespace MyProjectWindowsServiceWithDatabase.Database.IntegrationTests.Dangerous;
5+
namespace MyProjectWindowsServiceWithDatabase.Database.SchemaUpdater.Dangerous;
66

77
[TestFixture]
88
[Category("Integration")]

src/templates/MyProjectWindowsServiceWithDatabase/MyProjectWindowsServiceWithDatabase.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyProjectWindowsServiceWith
99
EndProject
1010
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyProjectWindowsServiceWithDatabase.Database", "MyProjectWindowsServiceWithDatabase.Database\MyProjectWindowsServiceWithDatabase.Database.csproj", "{285852CE-3367-453B-B156-7DDEF1FA6643}"
1111
EndProject
12-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyProjectWindowsServiceWithDatabase.Database.IntegrationTests", "MyProjectWindowsServiceWithDatabase.Database.IntegrationTests\MyProjectWindowsServiceWithDatabase.Database.IntegrationTests.csproj", "{DA774F29-D22B-416F-B92D-F1C795DFF8FD}"
12+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyProjectWindowsServiceWithDatabase.Database.SchemaUpdater", "MyProjectWindowsServiceWithDatabase.Database.SchemaUpdater\MyProjectWindowsServiceWithDatabase.Database.SchemaUpdater.csproj", "{DA774F29-D22B-416F-B92D-F1C795DFF8FD}"
1313
EndProject
1414
Global
1515
GlobalSection(SolutionConfigurationPlatforms) = preSolution

0 commit comments

Comments
 (0)