Skip to content

Commit

Permalink
Sync Directory.Build.props
Browse files Browse the repository at this point in the history
  • Loading branch information
SyncFileContents authored and SyncFileContents committed Jun 14, 2024
1 parent 8bc62d4 commit 68c5d53
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
<SolutionPath>$([System.IO.Path]::GetFullPath($([System.IO.Directory]::GetFiles("$(MSBuildThisFileDirectory)", "*.sln")[0])))</SolutionPath>
<SolutionName>$([System.IO.Path]::GetFileNameWithoutExtension($(SolutionPath)))</SolutionName>
<SolutionDirectory>$([System.IO.Path]::GetDirectoryName($(SolutionPath)))</SolutionDirectory>

<DirectoryBuildPropsFile>$(MSBuildThisFileFullPath)</DirectoryBuildPropsFile>

<VersionFileName>VERSION</VersionFileName>
<AuthorsFileName>AUTHORS</AuthorsFileName>
Expand Down Expand Up @@ -53,7 +55,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<WarningLevel>9999</WarningLevel>
<NoWarn>CA1724;CA1034;CA1000;</NoWarn>
<NoWarn>CA1724;CA1034;CA1000;CA2260;</NoWarn>
<EnablePackageValidation>True</EnablePackageValidation>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<AnalysisLevel>latest-all</AnalysisLevel>
Expand Down

0 comments on commit 68c5d53

Please sign in to comment.