-
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.
- Loading branch information
Showing
13 changed files
with
61 additions
and
55 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,21 +1,27 @@ | ||
<!-- | ||
* AssetTargetFallback.props | ||
* | ||
* | ||
* Created: 2022-12-10-05:32:34 | ||
* Modified: 2022-12-10-05:32:34 | ||
* | ||
* | ||
* 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> | ||
<AssetTargetFallback Condition="'$(TargetFramework)' == 'net8.0'">net7.0;net6.0;netstandard2.1;netstandard2.0;netstandard1.6;netstandard1.5;netstandard1.4;netstandard1.3;netstandard1.2;netstandard1.1;netstandard1.0</AssetTargetFallback> | ||
<AssetTargetFallback Condition="'$(TargetFramework)' == 'net7.0'">net6.0;netstandard2.1;netstandard2.0;netstandard1.6;netstandard1.5;netstandard1.4;netstandard1.3;netstandard1.2;netstandard1.1;netstandard1.0</AssetTargetFallback> | ||
<AssetTargetFallback Condition="'$(TargetFramework)' == 'net6.0'">netstandard2.1;netstandard2.0;netstandard1.6;netstandard1.5;netstandard1.4;netstandard1.3;netstandard1.2;netstandard1.1;netstandard1.0</AssetTargetFallback> | ||
<AssetTargetFallback Condition="'$(TargetFramework)' == 'netstandard2.1'">netstandard2.0;netstandard1.6;netstandard1.5;netstandard1.4;netstandard1.3;netstandard1.2;netstandard1.1;netstandard1.0</AssetTargetFallback> | ||
<AssetTargetFallback Condition="'$(TargetFramework)' == 'netstandard2.0'">netstandard1.6;netstandard1.5;netstandard1.3;netstandard1.0;netstandard1.0</AssetTargetFallback> | ||
<NetStd1TargetFrameworks>netstandard1.6;netstandard1.5;netstandard1.3;netstandard1.0;netstandard1.0</NetStd1TargetFrameworks> | ||
<NetStd20TargetFrameworks>netstandard2.0;$(NetStd1TargetFrameworks)</NetStd20TargetFrameworks> | ||
<NetStd21TargetFrameworks>netstandard2.1;$(NetStd20TargetFrameworks)</NetStd21TargetFrameworks> | ||
<Net60TargetFrameworks>net6.0;$(NetStd21TargetFrameworks)</Net60TargetFrameworks> | ||
<Net70TargetFrameworks>net7.0;$(Net60TargetFrameworks)</Net70TargetFrameworks> | ||
<Net80TargetFrameworks>net8.0;$(Net70TargetFrameworks)</Net80TargetFrameworks> | ||
<AssetTargetFallback Condition="'$(TargetFramework)' == 'net8.0'">$(Net70TargetFrameworks)</AssetTargetFallback> | ||
<AssetTargetFallback Condition="'$(TargetFramework)' == 'net7.0'">n(Net60TargetFrameworks)</AssetTargetFallback> | ||
<AssetTargetFallback Condition="'$(TargetFramework)' == 'net6.0'">$(NetStd21TargetFrameworks)</AssetTargetFallback> | ||
<AssetTargetFallback Condition="'$(TargetFramework)' == 'netstandard2.1'">$(NetStd20TargetFrameworks)</AssetTargetFallback> | ||
<AssetTargetFallback Condition="'$(TargetFramework)' == 'netstandard2.0'">$(NetStd1TargetFrameworks)</AssetTargetFallback> | ||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
<!-- | ||
* BuildFromSource.props | ||
* | ||
* | ||
* Created: 2022-12-26-10:34:56 | ||
* Modified: 2022-12-26-10:34:56 | ||
* | ||
* | ||
* 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,11 +1,11 @@ | ||
<!-- | ||
* BuildFromSource.targets | ||
* | ||
* | ||
* Created: 2022-12-26-10:35:33 | ||
* Modified: 2022-12-26-10:35:33 | ||
* | ||
* | ||
* 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,11 +1,11 @@ | ||
<!-- | ||
* CentralPackageVersions.props | ||
* | ||
* | ||
* Created: 2022-11-23-06:09:04 | ||
* Modified: 2022-11-23-06:09:04 | ||
* | ||
* | ||
* 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,11 +1,11 @@ | ||
<!-- | ||
* CentralPackageVersions.targets | ||
* | ||
* | ||
* Created: 2022-11-23-06:12:08 | ||
* Modified: 2022-11-23-06:12: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) | ||
--> | ||
|
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 @@ | ||
<!-- | ||
* CentralPackages.props | ||
* | ||
* | ||
* Created: 2023-06-09-08:12:32 | ||
* Modified: 2023-06-09-08:12:32 | ||
* | ||
* | ||
* 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,11 +1,11 @@ | ||
<!-- | ||
* CentralPackagesFile.props | ||
* | ||
* | ||
* Created: 2022-11-23-07:50:14 | ||
* Modified: 2022-11-23-07:50:14 | ||
* | ||
* | ||
* Author: David G. Moore, Jr. <[email protected]> | ||
* | ||
* | ||
* Copyright © 2022-2023 David G. Moore, Jr., All Rights Reserved | ||
* License: MIT (https://opensource.org/licenses/MIT) | ||
--> | ||
|
@@ -15,7 +15,7 @@ | |
<CentralPackagesFileName>Packages.pkgs</CentralPackagesFileName> | ||
<CentralPackagesFile>$([MSBuild]::GetDirectoryNameOfFileAbove("$(MSBuildProjectDirectory)", "Packages/$(CentralPackagesFileName)"))/Packages/$(CentralPackagesFileName)</CentralPackagesFile> | ||
<CustomBeforeCentralPackageVersionsProps>$(CustomBeforeCentralPackageVersionsProps);</CustomBeforeCentralPackageVersionsProps> | ||
</PropertyGroup> | ||
</PropertyGroup> | ||
<Target Name="DisplayCentralPackagesFile"> | ||
<Message Text="CentralPackagesFile: $(CentralPackagesFile)" Importance="High" /> | ||
<Message Text="Build Configuration: $(Configuration)" Importance="High" /> | ||
|
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,16 @@ | ||
<!-- | ||
* Copyright.targets | ||
* | ||
* | ||
* Created: 2023-06-30-09:31:22 | ||
* Modified: 2023-06-30-09:32:54 | ||
* | ||
* | ||
* 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> | ||
<Project> | ||
<PropertyGroup> | ||
<Copyright_targets>Imported</Copyright_targets> | ||
<GetPackageMetadataDependsOn> | ||
|
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 @@ | ||
<!-- | ||
Testing.props | ||
Created: 2022-10-24-08:10:51 | ||
Modified: 2022-10-29-02:49:13 | ||
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,34 +1,34 @@ | ||
<!-- | ||
TestingLocal.props | ||
Created: 2022-10-24-08:10:51 | ||
Modified: 2022-10-29-02:49:16 | ||
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> | ||
<Target Name="SetTestingLocalPackageversion" BeforeTargets="GetPackageVersionOverride"> | ||
<Target Name="SetTestingLocalPackageVersion" BeforeTargets="GetPackageVersionOverride"> | ||
<PropertyGroup Condition="'$(Configuration)' == 'Local' And '$(PackageVersionOverride)' == ''"> | ||
<PackageVersionOverride>0.0.1-Local</PackageVersionOverride> | ||
<MinVerVersionOverride>0.0.1-Local</MinVerVersionOverride> | ||
<!-- <PackageVersion>0.0.1-Local</PackageVersion> | ||
<PackageVersion>0.0.1-Local</PackageVersion> | ||
<Version>0.0.1-Local</Version> | ||
<AssemblyVersion>0.0.1</AssemblyVersion> | ||
<!-- <AssemblyVersion>0.0.1</AssemblyVersion> --> | ||
<VersionSuffix>-Local</VersionSuffix> | ||
<InformationalVersion>0.0.1-Local</InformationalVersion> --> | ||
<!-- <InformationalVersion>0.0.1-Local</InformationalVersion> --> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)' == 'Testing' And '$(PackageVersionOverride)' == ''"> | ||
<PackageVersionOverride>0.0.1-Testing</PackageVersionOverride> | ||
<MinVerVersionOverride>0.0.1-Testing</MinVerVersionOverride> | ||
<!-- <PackageVersion>0.0.1-Local</PackageVersion> | ||
<Version>0.0.1-Local</Version> | ||
<AssemblyVersion>0.0.1</AssemblyVersion> | ||
<VersionSuffix>-Local</VersionSuffix> | ||
<InformationalVersion>0.0.1-Local</InformationalVersion> --> | ||
<PackageVersion>0.0.1-Testing</PackageVersion> | ||
<Version>0.0.1-Testing</Version> | ||
<!-- <AssemblyVersion>0.0.1</AssemblyVersion> --> | ||
<VersionSuffix>-Testing</VersionSuffix> | ||
<!-- <InformationalVersion>0.0.1-Local</InformationalVersion> --> | ||
</PropertyGroup> | ||
</Target> | ||
</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