1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project Sdk =" Microsoft.NET.Sdk" >
3
- <PropertyGroup >
4
- <TargetFramework >netstandard2.0</TargetFramework >
5
- <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
6
- <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
7
- <PackageId >ProjectCeleste.Misc.Utils</PackageId >
8
- <PackageLicense >https://github.com/ProjectCeleste/ProjectCeleste.Misc.Utils/blob/master/LICENSE</PackageLicense >
9
- <PackageProjectUrl >https://www.projectceleste.com</PackageProjectUrl >
10
- <PackageIcon >icon.png</PackageIcon >
11
- <RepositoryUrl >https://github.com/ProjectCeleste/ProjectCeleste.Misc.Utils</RepositoryUrl >
12
- <RepositoryType >git</RepositoryType >
13
- <Description >
3
+ <PropertyGroup >
4
+ <TargetFramework >netstandard2.0</TargetFramework >
5
+ <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
6
+ <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
7
+ <PackageId >ProjectCeleste.Misc.Utils</PackageId >
8
+ <PackageLicense >https://github.com/ProjectCeleste/ProjectCeleste.Misc.Utils/blob/master/LICENSE</PackageLicense >
9
+ <PackageProjectUrl >https://www.projectceleste.com</PackageProjectUrl >
10
+ <PackageIcon >icon.png</PackageIcon >
11
+ <RepositoryUrl >https://github.com/ProjectCeleste/ProjectCeleste.Misc.Utils</RepositoryUrl >
12
+ <RepositoryType >git</RepositoryType >
13
+ <Description >
14
14
ProjectCeleste.Misc.Utils For Age Of Empires Online Celeste Fan Project
15
15
16
16
Visit Us: https://www.projectceleste.com/
17
17
18
18
Age of Empires Online © Microsoft Corporation. Celeste Fan Project was created under Microsoft's Game Content Usage Rules using assets from Age of Empires Online, and it is not endorsed by or affiliated with Microsoft (See: https://www.xbox.com/en-us/developers/rules).
19
19
</Description >
20
- <PackageTags >projectceleste aoeo ageofempires</PackageTags >
21
- <Authors >ProjectCeleste</Authors >
22
- <Company />
23
- <Product >ProjectCeleste.Misc.Utils</Product >
24
- <Version >0 .0.0.0</Version >
25
- <AssemblyVersion >0 .0.0.0</AssemblyVersion >
26
- <FileVersion >0 .0.0.0</FileVersion >
27
- <InformationalVersion >v0 .0</InformationalVersion >
28
- <PublishRepositoryUrl >true</PublishRepositoryUrl >
29
- <IncludeSymbols >true</IncludeSymbols >
30
- <SymbolPackageFormat >snupkg</SymbolPackageFormat >
31
- <LangVersion >latest</LangVersion >
32
- <Copyright />
33
- <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
34
- </PropertyGroup >
35
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
36
- <DefineConstants >DEBUG;TRACE</DefineConstants >
37
- </PropertyGroup >
38
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|AnyCPU'" >
39
- <DefineConstants >TRACE</DefineConstants >
40
- </PropertyGroup >
41
- <ItemGroup >
42
- <None Include =" icon.png" Pack =" true" PackagePath =" " />
43
- </ItemGroup >
44
- <ItemGroup >
45
- <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0" >
46
- <PrivateAssets >all</PrivateAssets >
47
- <IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
48
- </PackageReference >
49
- <PackageReference Include =" Crc32.NET" Version =" 1.2.0" />
50
- <PackageReference Include =" DotNetZip" Version =" 1.13.5" />
51
- <PackageReference Include =" JetBrains.Annotations" Version =" 2019.1.3" />
52
- <PackageReference Include =" Newtonsoft.Json" Version =" 12.0.3" />
53
- <PackageReference Include =" System.ComponentModel.Annotations" Version =" 4.3.0" />
54
- <PackageReference Include =" System.Management" Version =" 4.7.0" />
55
- </ItemGroup >
20
+ <PackageTags >projectceleste aoeo ageofempires</PackageTags >
21
+ <Authors >ProjectCeleste</Authors >
22
+ <Company />
23
+ <Product >ProjectCeleste.Misc.Utils</Product >
24
+ <Version >1 .0.0.0</Version >
25
+ <AssemblyVersion >1 .0.0.0</AssemblyVersion >
26
+ <FileVersion >1 .0.0.0</FileVersion >
27
+ <InformationalVersion >v1 .0</InformationalVersion >
28
+ <PublishRepositoryUrl >true</PublishRepositoryUrl >
29
+ <IncludeSymbols >true</IncludeSymbols >
30
+ <SymbolPackageFormat >snupkg</SymbolPackageFormat >
31
+ <LangVersion >latest</LangVersion >
32
+ <Copyright />
33
+ <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
34
+ </PropertyGroup >
35
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
36
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
37
+ </PropertyGroup >
38
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|AnyCPU'" >
39
+ <DefineConstants >TRACE</DefineConstants >
40
+ </PropertyGroup >
41
+ <ItemGroup >
42
+ <None Include =" icon.png" Pack =" true" PackagePath =" " />
43
+ </ItemGroup >
44
+ <ItemGroup >
45
+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0" >
46
+ <PrivateAssets >all</PrivateAssets >
47
+ <IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
48
+ </PackageReference >
49
+ <PackageReference Include =" Crc32.NET" Version =" 1.2.0" />
50
+ <PackageReference Include =" DotNetZip" Version =" 1.13.5" />
51
+ <PackageReference Include =" JetBrains.Annotations" Version =" 2019.1.3" />
52
+ <PackageReference Include =" Newtonsoft.Json" Version =" 12.0.3" />
53
+ <PackageReference Include =" System.ComponentModel.Annotations" Version =" 4.3.0" />
54
+ <PackageReference Include =" System.Management" Version =" 4.7.0" />
55
+ </ItemGroup >
56
56
</Project >
0 commit comments