Removed console and unnecessary dependencies
This commit is contained in:
@@ -1,36 +1,31 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>net48</TargetFramework>
|
||||
<OutputType>WinExe</OutputType>
|
||||
<TargetFramework>net481</TargetFramework>
|
||||
<Configurations>Release;Debug</Configurations>
|
||||
<Platforms>x64</Platforms>
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
<LangVersion>latest</LangVersion>
|
||||
<DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
|
||||
<ImplicitUsings>disable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
<InvariantGlobalization>true</InvariantGlobalization>
|
||||
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
||||
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
|
||||
<UseWindowsForms>true</UseWindowsForms>
|
||||
<ApplicationIcon>..\UplinkSE_logo.ico</ApplicationIcon>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="DTLib.Demystifier" Version="1.1.1" />
|
||||
<PackageReference Include="Lib.Harmony" Version="2.4.2" />
|
||||
<PackageReference Include="Lib.Harmony" Version="2.4.2">
|
||||
<TreatAsUsed>true</TreatAsUsed>
|
||||
</PackageReference>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Reference Include="..\Bin64\Sandbox.Game.dll">
|
||||
<Private>false</Private>
|
||||
</Reference>
|
||||
<Reference Include="..\Bin64\SpaceEngineers.exe">
|
||||
<Private>false</Private>
|
||||
</Reference>
|
||||
<Reference Include="..\Bin64\SpaceEngineers.Game.dll">
|
||||
<Private>false</Private>
|
||||
</Reference>
|
||||
<Reference Include="..\Bin64\VRage.dll">
|
||||
<Private>false</Private>
|
||||
</Reference>
|
||||
|
||||
Reference in New Issue
Block a user