Skip to content

Commit

Permalink
fix project properties
Browse files Browse the repository at this point in the history
  • Loading branch information
laolarou726 committed Jan 20, 2021
1 parent 5810a22 commit a5aedf6
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 175 deletions.
10 changes: 5 additions & 5 deletions ProjBobcat/Example/Program.cs
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
using System;
using System.Linq;
using System.Threading.Tasks;
using ProjBobcat.Authenticator;
using ProjBobcat.Class.Helper;
using ProjBobcat.Class.Helper;
using ProjBobcat.Class.Model;
using ProjBobcat.Class.Model.LauncherProfile;
using ProjBobcat.DefaultComponent.Launch;
using ProjBobcat.Event;
using System;
using System.Linq;
using System.Threading.Tasks;
using ProjBobcat.DefaultComponent.Authenticator;

namespace Example
{
Expand Down
48 changes: 24 additions & 24 deletions ProjBobcat/ProjBobcat/ProjBobcat.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,39 +2,35 @@
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<OutputType>Library</OutputType>
<SccProjectName>SAK</SccProjectName>
<SccLocalPath>SAK</SccLocalPath>
<SccAuxPath>SAK</SccAuxPath>
<SccProvider>SAK</SccProvider>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
<DocumentationFile>bin\Debug\ProjBobcat.xml</DocumentationFile>
<NoWarn>CA1716;CA2227;CA2208;CA1031;CA5351;CA1065;CA1305;CS0067;CA1720;CA1055;CA1054;CA1056;CA1062</NoWarn>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<LangVersion>9.0</LangVersion>
<CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
<DebugSymbols>true</DebugSymbols>
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
</PropertyGroup>
<PropertyGroup>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>
<PropertyGroup>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>
<PropertyGroup>
<ApplicationManifest>app.manifest</ApplicationManifest>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<EnableNETAnalyzers>true</EnableNETAnalyzers>
<AnalysisLevel>latest</AnalysisLevel>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageIcon>Bobcat.png</PackageIcon>
<RepositoryUrl>https://github.com/Corona-Studio/ProjBobcat</RepositoryUrl>
<EnableNETAnalyzers>true</EnableNETAnalyzers>
<AnalysisLevel>latest</AnalysisLevel>
<Version>1.5.2</Version>
<Authors>Corona Studio</Authors>
<Company>Corona Studio</Company>
<Product>ProjBobcat</Product>
<Description>The next-generation Minecraft launcher core written in C# providing the freest, fastest and the most complete experience.</Description>
<Copyright>Copyright © 2021 Corona Studio</Copyright>
<PackageIcon>Bobcat.png</PackageIcon>
<RepositoryUrl>https://github.com/Corona-Studio/ProjBobcat</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>minecraft-launcher minecraft launcher csharp</PackageTags>
<PackageReleaseNotes>Minor fix.</PackageReleaseNotes>
</PropertyGroup>
<PropertyGroup>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/Corona-Studio/ProjBobcat</PackageProjectUrl>
</PropertyGroup>
<ItemGroup>
<None Include="..\.editorconfig">
Expand All @@ -44,6 +40,10 @@
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
<None Include=".nuget\Bobcat.png">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>
<ItemGroup>
<PackageReference Include="ConfigureAwait.Fody">
Expand Down
31 changes: 0 additions & 31 deletions ProjBobcat/ProjBobcat/ProjBobcat.nuspec

This file was deleted.

40 changes: 0 additions & 40 deletions ProjBobcat/ProjBobcat/Properties/AssemblyInfo.cs

This file was deleted.

75 changes: 0 additions & 75 deletions ProjBobcat/ProjBobcat/app.manifest

This file was deleted.

0 comments on commit a5aedf6

Please sign in to comment.