Cleaner fix for locale files

reverts 6db32e997
This commit is contained in:
YoshiRulz 2025-01-08 00:42:56 +10:00
parent 6db32e9979
commit 0666c21748
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
2 changed files with 2 additions and 4 deletions

View File

@ -12,8 +12,8 @@
<PackageReference Include="Microsoft.Data.Sqlite.Core" />
<PackageReference Include="SharpCompress" />
<PackageReference Include="SQLitePCLRaw.provider.e_sqlite3" />
<PackageReference Include="System.CommandLine" PrivateAssets="all" GeneratePathProperty="true" />
<PackageReference Include="System.Drawing.Common" PrivateAssets="all" />
<PackageReference Include="System.CommandLine" />
<ProjectReference Include="$(ProjectDir)../BizHawk.Emulation.Cores/BizHawk.Emulation.Cores.csproj" />
<ProjectReference Include="$(ProjectDir)../BizHawk.Bizware.Graphics/BizHawk.Bizware.Graphics.csproj" />
<EmbeddedResource Include="Resources/**/*" />
@ -26,7 +26,4 @@
<Compile Update="movie/tasproj/TasMovie.Editing.cs" DependentUpon="TasMovie.cs" />
<Compile Update="movie/tasproj/TasMovie.IO.cs" DependentUpon="TasMovie.cs" />
</ItemGroup>
<Target Name="CopySystemCommandLineAssemblyOnly" AfterTargets="Build">
<Copy SourceFiles="$(PkgSystem_CommandLine)/lib/netstandard2.0/System.CommandLine.dll" DestinationFolder="$(OutputPath)" />
</Target>
</Project>

View File

@ -12,6 +12,7 @@
<NoWarn>$(NoWarn);CS1573;NU1702</NoWarn>
<Product>BizHawk</Product>
<ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>None</ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>
<SatelliteResourceLanguages>en-US</SatelliteResourceLanguages>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' And '$(SolutionDir)' != '' ">
<PathMap>$(SolutionDir)=/</PathMap>