parent
6db32e9979
commit
0666c21748
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue