chore: added optimizations and cleaned up csproj
This commit is contained in:
parent
e44338c1da
commit
b2c6a27e98
3 changed files with 14 additions and 18 deletions
|
@ -7,31 +7,27 @@
|
||||||
<IsPackable>false</IsPackable>
|
<IsPackable>false</IsPackable>
|
||||||
<Configurations>Release;Debug</Configurations>
|
<Configurations>Release;Debug</Configurations>
|
||||||
<Platforms>x64</Platforms>
|
<Platforms>x64</Platforms>
|
||||||
<Authors>Relms</Authors>
|
<TrimMode>link</TrimMode>
|
||||||
<Company>Relms</Company>
|
<TrimmerRemoveSymbols>true</TrimmerRemoveSymbols>
|
||||||
<Version>0.0.1</Version>
|
<DebuggerSupport>false</DebuggerSupport>
|
||||||
<Description>Advanced C# Discord Bot made in DSharpPlus and .NET 6 Preview</Description>
|
<EnableUnsafeBinaryFormatterSerialization>false</EnableUnsafeBinaryFormatterSerialization>
|
||||||
<Copyright>Copyright 2021 Relms</Copyright>
|
<EventSourceSupport>false</EventSourceSupport>
|
||||||
<PackageProjectUrl>https://code.relms.dev/Relms/Sharpy</PackageProjectUrl>
|
<HttpActivityPropagationSupport>false</HttpActivityPropagationSupport>
|
||||||
<RepositoryUrl>https://code.relms.dev/Relms/Sharpy</RepositoryUrl>
|
<InvariantGlobalization>true</InvariantGlobalization>
|
||||||
<NeutralLanguage>en-US</NeutralLanguage>
|
<MetadataUpdaterSupport>false</MetadataUpdaterSupport>
|
||||||
<PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression>
|
<UseNativeHttpHandler>true</UseNativeHttpHandler>
|
||||||
<AssemblyName>CSharpBot</AssemblyName>
|
<UseSystemResourceKeys>true</UseSystemResourceKeys>
|
||||||
<PackageId>CSharpBot</PackageId>
|
|
||||||
<RepositoryType>git</RepositoryType>
|
|
||||||
<AssemblyVersion>0.0.1.0</AssemblyVersion>
|
|
||||||
<FileVersion>0.0.1.0</FileVersion>
|
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
|
||||||
<CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
|
<CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
|
||||||
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
|
||||||
<WarningLevel>5</WarningLevel>
|
<DebugType>none</DebugType>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
|
||||||
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
||||||
<WarningLevel>5</WarningLevel>
|
<DebugType>full</DebugType>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<!--
|
<!--
|
||||||
https://go.microsoft.com/fwlink/?LinkID=208121.
|
https://go.microsoft.com/fwlink/?LinkID=208121.
|
||||||
-->
|
-->
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<!--
|
<!--
|
||||||
https://go.microsoft.com/fwlink/?LinkID=208121.
|
https://go.microsoft.com/fwlink/?LinkID=208121.
|
||||||
-->
|
-->
|
||||||
|
|
Reference in a new issue