forked from ClassIsland/ClassIsland
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGeneratePackage.props
More file actions
23 lines (21 loc) · 910 Bytes
/
GeneratePackage.props
File metadata and controls
23 lines (21 loc) · 910 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<Project>
<PropertyGroup>
<Authors>HelloWRC</Authors>
<Company>HelloWRC.Dev</Company>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageLicenseExpression>LGPL-3.0-only</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
<PackageProjectUrl>https://classisland.tech</PackageProjectUrl>
<RepositoryUrl>https://github.com/ClassIsland/ClassIsland</RepositoryUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Copyright>Copyright (c) 2024 HelloWRC</Copyright>
<RepositoryType>git</RepositoryType>
</PropertyGroup>
<ItemGroup>
<None Include="README.md" Pack="true" PackagePath="\"/>
</ItemGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
<Deterministic>true</Deterministic>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
</PropertyGroup>
</Project>