-
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
5 changed files
with
59 additions
and
30 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,11 +1,11 @@ | ||
<!-- | ||
* ADefaultBuildConfiguration.props | ||
* | ||
* | ||
* Created: 2023-02-25-05:39:49 | ||
* Modified: 2023-02-25-11:24:23 | ||
* | ||
* | ||
* 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,6 +14,6 @@ | |
<Project> | ||
<PropertyGroup> | ||
<Configurations>Local;Debug;Staging;Release;Testing</Configurations> | ||
<Configuration Condition="'$(Configuration)' == ''">Local</Configuration> | ||
<Configuration Condition="'$(Configuration)' == ''">Local</Configuration> | ||
</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,22 +1,22 @@ | ||
<!-- | ||
CodeGeneration.props | ||
Created: 2022-10-21-11:40:42 | ||
Modified: 2022-10-29-02:47:07 | ||
Author: David G. Moore, Jr. <[email protected]> | ||
Copyright © 2022-2023 David G. Moore, Jr., All Rights Reserved | ||
License: MIT (https://opensource.org/licenses/MIT) | ||
* CodeGeneration.props | ||
* | ||
* Created: 2022-10-21-11:40:42 | ||
* Modified: 2023-10-05-08:41: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) | ||
--> | ||
|
||
<Project> | ||
<PropertyGroup> | ||
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)' == ''">obj</BaseIntermediateOutputPath> | ||
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles> | ||
<CompilerGeneratedFilesOutputPath>$(MSBuildProjectDirectory)/$(BaseIntermediateOutputPath)/GeneratedFiles</CompilerGeneratedFilesOutputPath> | ||
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles> | ||
<CompilerGeneratedFilesOutputPath>$(MSBuildProjectDirectory)/$(BaseIntermediateOutputPath)/GeneratedFiles</CompilerGeneratedFilesOutputPath> | ||
</PropertyGroup> | ||
<ItemDefinitionGroup> | ||
<SourceGenerator /> | ||
</ItemDefinitionGroup> | ||
<ItemDefinitionGroup> | ||
<SourceGenerator /> | ||
</ItemDefinitionGroup> | ||
</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,31 +1,37 @@ | ||
<!-- | ||
* CompilerVisibleProperties.props | ||
* | ||
* | ||
* Created: 2022-11-04-10:42:35 | ||
* Modified: 2022-11-04-10:42:36 | ||
* | ||
* | ||
* 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> | ||
<ItemGroup> | ||
<!-- For the This Asssemgly code generator --> | ||
<ProjectProperty Include="AssemblyVersion" /> | ||
<ProjectProperty Include="AssetTargetFallback" /> | ||
<ProjectProperty Include="Authors" /> | ||
<ProjectProperty Include="Company" /> | ||
<ProjectProperty Include="Configuration" /> | ||
<ProjectProperty Include="Configurations" /> | ||
<ProjectProperty Include="ContactEmail" /> | ||
<ProjectProperty Include="Copyright" /> | ||
<ProjectProperty Include="Description" /> | ||
<ProjectProperty Include="FileVersion" /> | ||
<ProjectProperty Include="LicenseExpression" /> | ||
<ProjectProperty Include="IsMultitargeting" /> | ||
<ProjectProperty Include="Owners" /> | ||
<ProjectProperty Include="PackageLicenseExpression" /> | ||
<ProjectProperty Include="PackageProjectUrl" /> | ||
<ProjectProperty Include="PackageTags" /> | ||
<ProjectProperty Include="PackageVersion" /> | ||
<ProjectProperty Include="RepositoryUrl" /> | ||
<ProjectProperty Include="SwaggerTheme" /> | ||
<ProjectProperty Include="TargetFramework" /> | ||
<ProjectProperty Include="TargetFrameworks" /> | ||
<ProjectProperty Include="TermsOfServiceUrl" /> | ||
<ProjectProperty Include="Title" /> | ||
<ProjectProperty Include="Version" /> | ||
|
@@ -38,5 +44,19 @@ | |
<CompilerVisibleItemMetadata Include="Author" MetadataName="Identity" /> | ||
<CompilerVisibleItemMetadata Include="Author" MetadataName="Initials" /> | ||
<CompilerVisibleItemMetadata Include="Author" MetadataName="GitHubId" /> | ||
<CompilerVisibleItemMetadata Include="Owner" MetadataName="Email" /> | ||
<CompilerVisibleItemMetadata Include="Owner" MetadataName="Identity" /> | ||
<CompilerVisibleItemMetadata Include="Owner" MetadataName="Initials" /> | ||
<CompilerVisibleItemMetadata Include="Owner" MetadataName="GitHubId" /> | ||
<CompilerVisibleItemMetadata Include="PackageReference" MetadataName="IncludeAssets" /> | ||
<CompilerVisibleItemMetadata Include="PackageReference" MetadataName="ExcludeAssets" /> | ||
<CompilerVisibleItemMetadata Include="PackageReference" MetadataName="PrivateAssets" /> | ||
<CompilerVisibleItemMetadata Include="PackageReference" MetadataName="Version" /> | ||
<CompilerVisibleItemMetadata Include="PackageReference" MetadataName="VersionOverride" /> | ||
<CompilerVisibleItemMetadata Include="PackageReference" MetadataName="Pack" /> | ||
<CompilerVisibleItemMetadata Include="PackageReference" MetadataName="GeneratePathProperty" /> | ||
<CompilerVisibleItemMetadata Include="PackageReference" MetadataName="CopyLocal" /> | ||
<CompilerVisibleItemMetadata Include="Using" MetadataName="Alias" /> | ||
<CompilerVisibleItemMetadata Include="Using" MetadataName="IsStatic" /> | ||
</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
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