diff options
| author | Rob Mensching <rob@firegiant.com> | 2026-01-19 17:02:30 -0800 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2026-01-21 12:47:56 -0800 |
| commit | 6e5d4330049dce6a91327d2ad36790a1ea34db3f (patch) | |
| tree | cf96c8c22cec7d42a25ebfcb6da14f7da627c142 /src/Directory.csproj.props | |
| parent | 50de1c4ee7a56e47a06c44769cea5aa2457a829b (diff) | |
| download | wix-6e5d4330049dce6a91327d2ad36790a1ea34db3f.tar.gz wix-6e5d4330049dce6a91327d2ad36790a1ea34db3f.tar.bz2 wix-6e5d4330049dce6a91327d2ad36790a1ea34db3f.zip | |
Require "accept EULA"
Resolves 9196
Diffstat (limited to 'src/Directory.csproj.props')
| -rw-r--r-- | src/Directory.csproj.props | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Directory.csproj.props b/src/Directory.csproj.props index c926f263..0663fb7f 100644 --- a/src/Directory.csproj.props +++ b/src/Directory.csproj.props | |||
| @@ -2,6 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | <Project> | 3 | <Project> |
| 4 | <PropertyGroup> | 4 | <PropertyGroup> |
| 5 | <LangVersion Condition=" '$(TargetFrameworkVersion)'=='' ">14.0</LangVersion> | ||
| 5 | <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow> | 6 | <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow> |
| 6 | <SignAssembly>true</SignAssembly> | 7 | <SignAssembly>true</SignAssembly> |
| 7 | <AssemblyOriginatorKeyFile>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)wix.snk))</AssemblyOriginatorKeyFile> | 8 | <AssemblyOriginatorKeyFile>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)wix.snk))</AssemblyOriginatorKeyFile> |
