-
-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
💾 Feat: Merge pull request #57 from Crequency/dev=main
[Pull Request] 公告系统完工, 一些UI修复
- Loading branch information
Showing
26 changed files
with
412 additions
and
115 deletions.
There are no files selected for viewing
52 changes: 28 additions & 24 deletions
52
KitX Contracts/KitX.Contract.CSharp/KitX.Contract.CSharp.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,34 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>netstandard2.1</TargetFramework> | ||
<Nullable>enable</Nullable> | ||
<BaseOutputPath>..\..\KitX Build\Contracts\CSharp\</BaseOutputPath> | ||
<BaseIntermediateOutputPath>..\..\KitX Build\Temp\Contracts\CSharp\</BaseIntermediateOutputPath> | ||
<GeneratePackageOnBuild>True</GeneratePackageOnBuild> | ||
<Authors>Dynesshely</Authors> | ||
<Company>Crequency</Company> | ||
<Description>Contract for KitX plugins about C#.</Description> | ||
<PackageProjectUrl>https://github.com/Crequency/KitX/</PackageProjectUrl> | ||
<PackageIcon>KitX-Background-ani.png</PackageIcon> | ||
<RepositoryUrl>https://github.com/Crequency/KitX/</RepositoryUrl> | ||
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance> | ||
<PackageLicenseExpression>MIT</PackageLicenseExpression> | ||
</PropertyGroup> | ||
<PropertyGroup> | ||
<TargetFramework>netstandard2.1</TargetFramework> | ||
<Nullable>enable</Nullable> | ||
<BaseOutputPath>..\..\KitX Build\Contracts\CSharp\</BaseOutputPath> | ||
<BaseIntermediateOutputPath>..\..\KitX Build\Temp\Contracts\CSharp\</BaseIntermediateOutputPath> | ||
<GeneratePackageOnBuild>True</GeneratePackageOnBuild> | ||
<Authors>Dynesshely</Authors> | ||
<Company>Crequency</Company> | ||
<Description>Contract for KitX plugins about C#.</Description> | ||
<PackageProjectUrl>https://github.com/Crequency/KitX/</PackageProjectUrl> | ||
<PackageIcon>KitX-Background-ani.png</PackageIcon> | ||
<RepositoryUrl>https://github.com/Crequency/KitX/</RepositoryUrl> | ||
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance> | ||
<PackageLicenseExpression>MIT</PackageLicenseExpression> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="System.ComponentModel.Composition" Version="6.0.0" /> | ||
</ItemGroup> | ||
<AssemblyVersion>3.22.04.$([System.DateTime]::UtcNow.Date.Subtract($([System.DateTime]::Parse("2005-07-16"))).TotalDays)</AssemblyVersion> | ||
<FileVersion>3.22.04.$([System.DateTime]::UtcNow.Date.Subtract($([System.DateTime]::Parse("2005-07-16"))).TotalDays)</FileVersion> | ||
<Version>3.22.04.$([System.DateTime]::UtcNow.Date.Subtract($([System.DateTime]::Parse("2005-07-16"))).TotalDays)</Version> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<None Update="KitX-Background-ani.png"> | ||
<Pack>True</Pack> | ||
<PackagePath>\</PackagePath> | ||
</None> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageReference Include="System.ComponentModel.Composition" Version="6.0.0" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<None Update="KitX-Background-ani.png"> | ||
<Pack>True</Pack> | ||
<PackagePath>\</PackagePath> | ||
</None> | ||
</ItemGroup> | ||
|
||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.