diff --git a/src/EFCore.Tasks/EFCore.Tasks.csproj b/src/EFCore.Tasks/EFCore.Tasks.csproj index e1a280c9a52..3052e402995 100644 --- a/src/EFCore.Tasks/EFCore.Tasks.csproj +++ b/src/EFCore.Tasks/EFCore.Tasks.csproj @@ -32,11 +32,18 @@ + + + ResXFileCodeGenerator + Resources.Designer.cs + + + True True - Resources.Designer.tt + Resources.resx diff --git a/src/Microsoft.Data.Sqlite.Core/Microsoft.Data.Sqlite.Core.csproj b/src/Microsoft.Data.Sqlite.Core/Microsoft.Data.Sqlite.Core.csproj index 2305284d616..4befe3867cc 100644 --- a/src/Microsoft.Data.Sqlite.Core/Microsoft.Data.Sqlite.Core.csproj +++ b/src/Microsoft.Data.Sqlite.Core/Microsoft.Data.Sqlite.Core.csproj @@ -43,11 +43,18 @@ Microsoft.Data.Sqlite.SqliteTransaction + + + ResXFileCodeGenerator + Resources.Designer.cs + + + True True - Resources.Designer.tt + Resources.resx diff --git a/src/dotnet-ef/dotnet-ef.csproj b/src/dotnet-ef/dotnet-ef.csproj index d1ce32459c3..7be7cea9a3f 100644 --- a/src/dotnet-ef/dotnet-ef.csproj +++ b/src/dotnet-ef/dotnet-ef.csproj @@ -62,11 +62,18 @@ + + + ResXFileCodeGenerator + Resources.Designer.cs + + + True True - Resources.Designer.tt + Resources.resx diff --git a/src/ef/ef.csproj b/src/ef/ef.csproj index 16ba92a0f86..bc598201948 100644 --- a/src/ef/ef.csproj +++ b/src/ef/ef.csproj @@ -60,10 +60,20 @@ True BundleProjectGenerator.tt + + + + + ResXFileCodeGenerator + Resources.Designer.cs + + + + True True - Resources.Designer.tt + Resources.resx