re-add symbol

This commit is contained in:
2022-06-07 22:25:20 +02:00
parent 6943c13248
commit fd6542107f
4 changed files with 13 additions and 48 deletions

View File

@@ -2,11 +2,23 @@
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<PublishSingleFile>true</PublishSingleFile>
<PublishSingleFile>PublishReadyToRun </PublishSingleFile>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
<StartupObject>PJ64Savestater.Program</StartupObject>
<ApplicationIcon>icons8_data_backup.ico</ApplicationIcon>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DebugType>embedded</DebugType>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DebugType>embedded</DebugType>
</PropertyGroup>
<ItemGroup>
<Content Include="icons8_data_backup.ico" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="SharpDX.DirectInput" Version="4.2.0" />
@@ -14,14 +26,6 @@
<Version>2022.1.222.0</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
<Reference Include="DevComponents.DotNetBar.Design">
<HintPath>C:\DotNetBar\DevComponents.DotNetBar.Design.dll</HintPath>
</Reference>
<Reference Include="DevComponents.DotNetBar2">
<HintPath>C:\DotNetBar\DevComponents.DotNetBar2.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Update="ActionCodes.Designer.cs">
<DesignTime>True</DesignTime>