Skip to content

Commit

Permalink
Fix build take 1
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikEJ committed Jan 10, 2024
1 parent 1ae5823 commit 34a09ad
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
using ErikEJ.EntityFrameworkCore.SqlServer.Scaffolding;
using Microsoft.EntityFrameworkCore.Design.Internal;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.DependencyInjection;
using RevEng.Core.Abstractions.Model;
using RevEng.Core.Functions;

Expand Down
2 changes: 1 addition & 1 deletion src/Core/RevEng.Core.60/RevEng.Core.60.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@

<ItemGroup>
<ProjectReference Include="..\..\Nupkg\ErikEJ.EntityFrameworkCore.SqlServer.Dacpac\ErikEJ.EntityFrameworkCore.6.SqlServer.Dacpac.csproj" />
<ProjectReference Include="..\RevEng.Core.Abstractions\RevEng.Core.Abstractions.csproj" />
<ProjectReference Include="..\..\GUI\RevEng.Shared\RevEng.Common.csproj" />
<ProjectReference Include="..\RevEng.Core.Abstractions\RevEng.Core.Abstractions.csproj" />
</ItemGroup>

</Project>
3 changes: 3 additions & 0 deletions src/Core/efcpt.8/efcpt.8.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@
</ItemGroup>

<ItemGroup>
<Content Include="..\..\GUI\lib\T4_800.zip" Link="T4_800.zip">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="..\efcpt.7\efcpt-readme.md" Link="efcpt-readme.md">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
Expand Down
2 changes: 0 additions & 2 deletions src/EFCorePowerTools.sln
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ Global
{DB88DADE-90F2-4250-8092-6C35F3582AE0}.Debug|x86.ActiveCfg = Debug|Any CPU
{DB88DADE-90F2-4250-8092-6C35F3582AE0}.Debug|x86.Build.0 = Debug|Any CPU
{DB88DADE-90F2-4250-8092-6C35F3582AE0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DB88DADE-90F2-4250-8092-6C35F3582AE0}.Release|Any CPU.Build.0 = Release|Any CPU
{DB88DADE-90F2-4250-8092-6C35F3582AE0}.Release|arm64.ActiveCfg = Release|Any CPU
{DB88DADE-90F2-4250-8092-6C35F3582AE0}.Release|arm64.Build.0 = Release|Any CPU
{DB88DADE-90F2-4250-8092-6C35F3582AE0}.Release|x86.ActiveCfg = Release|Any CPU
Expand Down Expand Up @@ -396,7 +395,6 @@ Global
{CD04F13C-C52C-4D7E-92BF-E0462D83EF9F}.Debug|x86.ActiveCfg = Debug|Any CPU
{CD04F13C-C52C-4D7E-92BF-E0462D83EF9F}.Debug|x86.Build.0 = Debug|Any CPU
{CD04F13C-C52C-4D7E-92BF-E0462D83EF9F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CD04F13C-C52C-4D7E-92BF-E0462D83EF9F}.Release|Any CPU.Build.0 = Release|Any CPU
{CD04F13C-C52C-4D7E-92BF-E0462D83EF9F}.Release|arm64.ActiveCfg = Release|Any CPU
{CD04F13C-C52C-4D7E-92BF-E0462D83EF9F}.Release|arm64.Build.0 = Release|Any CPU
{CD04F13C-C52C-4D7E-92BF-E0462D83EF9F}.Release|x86.ActiveCfg = Release|Any CPU
Expand Down
2 changes: 1 addition & 1 deletion src/GUI/UnitTests/UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<RootNamespace>UnitTests</RootNamespace>
<AssemblyName>UnitTests</AssemblyName>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<RuntimeIdentifier>win</RuntimeIdentifier>
<FileAlignment>512</FileAlignment>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
Expand Down

0 comments on commit 34a09ad

Please sign in to comment.