Skip to content

Commit

Permalink
Packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
jp2masa committed May 28, 2018
1 parent 2c14f60 commit b77c09b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Build/Targets/Import.targets
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<Project>

<Import Project="PackageProperties.targets" />

<Import Project="StrongName.targets" />

<Import Project="Templates.targets" Condition="'$(IsTemplatesProject)' == 'True'" />
Expand Down
6 changes: 5 additions & 1 deletion Build/Targets/PackageProperties.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
<PropertyGroup>
<CosmosDescription>Cosmos is an operating system "construction kit". Build your own OS using managed languages such as C#, VB.NET, and more!</CosmosDescription>
</PropertyGroup>


<PropertyGroup>
<!-- <IsPackable>False</IsPackable> -->
</PropertyGroup>

<PropertyGroup>
<Authors>Cosmos</Authors>
<Copyright>Copyright © 2007-$([System.DateTime]::Now.Year) COSMOS Project</Copyright>
Expand Down
10 changes: 10 additions & 0 deletions Build/Targets/PackageProperties.targets
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<Project>

<PropertyGroup>
<PackageDescription Condition="'$(PackageDescription)' != ''">$(PackageDescription)

$(CosmosDescription)</PackageDescription>
<PackageDescription Condition="'$(PackageDescription)' == ''">$(CosmosDescription)</PackageDescription>
</PropertyGroup>

</Project>

0 comments on commit b77c09b

Please sign in to comment.