-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update PackageMetadata.targets, PackageProjectName.props, PackageProj…
…ectName.targets, PackageProjectUrl.targets, PackageReadme.props, and PackageReadme.targets - Add <PackageMetadata_targets>Imported</PackageMetadata_targets> to PackageMetadata.targets - Add <PackageProjectName_props>Imported</PackageProjectName_props> to PackageProjectName.props - Add <PackageProjectName_targets>Imported</PackageProjectName_targets> to PackageProjectName.targets - Add <PackageProjectName_targets>Imported</PackageProjectName_targets> to PackageProjectUrl.targets - Update contents of PackageReadme.props - Update contents of PackageReadme.targets The changes include adding new properties and items, modifying existing properties, and updating the contents of certain files for PackageMetadata, PackageProjectName, PackageProjectUrl, PackageReadme props and targets.
- Loading branch information
Showing
9 changed files
with
81 additions
and
127 deletions.
There are no files selected for viewing
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,16 +1,20 @@ | ||
<!-- | ||
* PackageMetadata.targets | ||
* | ||
* | ||
* Created: 2022-10-21-11:40:42 | ||
* Modified: 2022-11-19-04:05:11 | ||
* | ||
* | ||
* Author: David G. Moore, Jr. <[email protected]> | ||
* | ||
* | ||
* Copyright © 2022-2023 David G. Moore, Jr., All Rights Reserved | ||
* License: MIT (https://opensource.org/licenses/MIT) | ||
--> | ||
|
||
<Project> | ||
<PropertyGroup> | ||
<PackageMetadata_targets>Imported</PackageMetadata_targets> | ||
</PropertyGroup> | ||
|
||
<Target Name="EnsureRepositoryUrl" AfterTargets="GetPackageMetadata"> | ||
<ItemGroup> | ||
<PackageMetadata Update="$(PackageId)" RepositoryUrl="$(RepositoryUrl)" Condition="'%(PackageMetadata.RepositoryUrl)' == ''" /> | ||
|
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,21 +1,20 @@ | ||
<!-- | ||
* PackageBuildPropsFile.props | ||
* | ||
* | ||
* Created: 2022-11-11-01:13:41 | ||
* Modified: 2022-11-12-02:09:27 | ||
* | ||
* | ||
* Author: David G. Moore, Jr. <[email protected]> | ||
* | ||
* | ||
* Copyright © 2022-2023 David G. Moore, Jr., All Rights Reserved | ||
* License: MIT (https://opensource.org/licenses/MIT) | ||
--> | ||
|
||
<Project> | ||
<PropertyGroup><PackageProjectName_props>Imported</PackageProjectName_props></PropertyGroup> | ||
<ItemGroup> | ||
<PackageFile | ||
Include="$(MSBuildProjectDirectory)/$(MSBuildProjectName).props" | ||
PackagePath="build/$(MSBuildProjectName).props" | ||
Condition="Exists('$(MSBuildProjectDirectory)/$(MSBuildProjectName).props')" /> | ||
</ItemGroup> | ||
<PropertyGroup> | ||
<PackageProjectName_props>Imported</PackageProjectName_props> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<PackageFile Include="$(MSBuildProjectDirectory)/$(MSBuildProjectName).props" PackagePath="build/$(MSBuildProjectName).props" Condition="Exists('$(MSBuildProjectDirectory)/$(MSBuildProjectName).props')" /> | ||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,20 @@ | ||
<!-- | ||
* PackageProjectName.targets | ||
* | ||
* | ||
* Created: 2022-12-02-07:51:53 | ||
* Modified: 2022-12-02-07:53:09 | ||
* | ||
* | ||
* Author: David G. Moore, Jr. <[email protected]> | ||
* | ||
* | ||
* Copyright © 2022-2023 David G. Moore, Jr., All Rights Reserved | ||
* License: MIT (https://opensource.org/licenses/MIT) | ||
--> | ||
|
||
<Project> | ||
<PropertyGroup><PackageProjectName_targets>Imported</PackageProjectName_targets></PropertyGroup> | ||
<ItemGroup> | ||
<PackageFile | ||
Include="$(MSBuildProjectDirectory)/$(MSBuildProjectName).targets" | ||
PackagePath="build/$(MSBuildProjectName).targets" | ||
Condition="Exists('$(MSBuildProjectDirectory)/$(MSBuildProjectName).targets')" /> | ||
</ItemGroup> | ||
<PropertyGroup> | ||
<PackageProjectName_targets>Imported</PackageProjectName_targets> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<PackageFile Include="$(MSBuildProjectDirectory)/$(MSBuildProjectName).targets" PackagePath="build/$(MSBuildProjectName).targets" Condition="Exists('$(MSBuildProjectDirectory)/$(MSBuildProjectName).targets')" /> | ||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
<!-- | ||
* PackageProjectUrl.targets | ||
* | ||
* | ||
* Created: 2023-06-30-09:39:47 | ||
* Modified: 2023-06-30-09:42:25 | ||
* | ||
* | ||
* Author: David G. Moore, Jr. <[email protected]> | ||
* | ||
* | ||
* Copyright © 2022 - 2023 David G. Moore, Jr., All Rights Reserved | ||
* License: MIT (https://opensource.org/licenses/MIT) | ||
--> | ||
|
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,3 +1,39 @@ | ||
<Project> | ||
|
||
<Project Condition="'$(PackageReadme_props)' == ''"> | ||
<PropertyGroup> | ||
<GeneratedPackageReadmeFileContents> | ||
---; | ||
title: $(Title); | ||
lastmod: $([System.DateTimeOffset]::Now.ToString("yyyy-MM-ddTHH:mm:ss.ppppZ")); | ||
date: $([System.DateTimeOffset]::Now.ToString("yyyy-MM-ddTHH:mm:ss.ppppZ")); | ||
license: $(PackageLicenseExpression); | ||
slug: $(MSBuildProjectName)-readme; | ||
version: $(PackageVersion); | ||
authors:; @(Author->' - %(Initials);'); | ||
description: $(MSBuildProjectName) Readme #TODO: write description for $(MSBuildProjectName) Readme; | ||
keywords:; | ||
- $(MSBuildProjectName); | ||
@(PackageTag->' - %(Identity)'); | ||
type: readme | ||
---; | ||
; | ||
# $(MSBuildProjectName) Readme; | ||
%3c!-- TODO: Write the contents of the $(MSBuildProjectName) Readme file --%3e | ||
; | ||
## Package Description; | ||
; | ||
$(Description); | ||
; | ||
## Getting Started; | ||
; | ||
## Prerequisites; | ||
; | ||
## Installation; | ||
; | ||
## Usage; | ||
; | ||
## Contributing; | ||
; | ||
## Versioning; | ||
</GeneratedPackageReadmeFileContents> | ||
</PropertyGroup> | ||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
<!-- | ||
* Sdk.props | ||
* | ||
* | ||
* Created: 2022-12-19-01:17:17 | ||
* Modified: 2022-12-19-01:17:19 | ||
* | ||
* | ||
* Author: David G. Moore, Jr. <[email protected]> | ||
* | ||
* | ||
* Copyright © 2022-2023 David G. Moore, Jr., All Rights Reserved | ||
* License: MIT (https://opensource.org/licenses/MIT) | ||
--> | ||
|
@@ -14,9 +14,5 @@ | |
<PropertyGroup> | ||
<DgmjrSdkTargets>$(MSBuildThisFileDirectory)Sdk.targets</DgmjrSdkTargets> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(TargetFrameworks)' != '' and '$(TargetFramework)' == ''"> | ||
<IsCrossTargetingBuild>true</IsCrossTargetingBuild> | ||
<IsMultiTargeting>true</IsMultiTargeting> | ||
</PropertyGroup> | ||
<Import Project="$(MSBuildThisFileDirectory)/../Build/*.targets" /> | ||
</Project> |