diff options
| author | Bob Arnson <bob@firegiant.com> | 2023-11-19 20:55:45 -0500 |
|---|---|---|
| committer | Bob Arnson <github@bobs.org> | 2023-11-19 22:00:28 -0500 |
| commit | e5ed750c9fa3a9d4c1a91984a8917754b9432c64 (patch) | |
| tree | bcc923732993fd5b6f26ed4734c3a03ea4e6441d /src | |
| parent | dfb7512b85536b7726080648f2228cf8d0153724 (diff) | |
| download | wix-e5ed750c9fa3a9d4c1a91984a8917754b9432c64.tar.gz wix-e5ed750c9fa3a9d4c1a91984a8917754b9432c64.tar.bz2 wix-e5ed750c9fa3a9d4c1a91984a8917754b9432c64.zip | |
Clean up.
Diffstat (limited to 'src')
| -rw-r--r-- | src/.editorconfig | 3 | ||||
| -rw-r--r-- | src/Directory.csproj.targets | 5 |
2 files changed, 1 insertions, 7 deletions
diff --git a/src/.editorconfig b/src/.editorconfig index 46148b8d..472848c7 100644 --- a/src/.editorconfig +++ b/src/.editorconfig | |||
| @@ -1,7 +1,4 @@ | |||
| 1 | # Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. | 1 | # Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. |
| 2 | # | ||
| 3 | # Do NOT modify this file. Update the canonical version in Home\repo-template\src\.editorconfig | ||
| 4 | # then update all of the repos. | ||
| 5 | 2 | ||
| 6 | root = true | 3 | root = true |
| 7 | 4 | ||
diff --git a/src/Directory.csproj.targets b/src/Directory.csproj.targets index d2e0c4c7..ba7185e8 100644 --- a/src/Directory.csproj.targets +++ b/src/Directory.csproj.targets | |||
| @@ -1,8 +1,5 @@ | |||
| 1 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> | 1 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> |
| 2 | <!-- | 2 | |
| 3 | Do NOT modify this file. Update the canonical version in Home\repo-template\src\Directory.csproj.targets | ||
| 4 | then update all of the repos. | ||
| 5 | --> | ||
| 6 | <Project> | 3 | <Project> |
| 7 | <PropertyGroup> | 4 | <PropertyGroup> |
| 8 | <CreateDocumentation Condition=" '$(CreateDocumentationFile)'!='true' ">false</CreateDocumentation> | 5 | <CreateDocumentation Condition=" '$(CreateDocumentationFile)'!='true' ">false</CreateDocumentation> |
