aboutsummaryrefslogtreecommitdiff
path: root/src/internal/WixInternal.TestSupport/WixInternal.TestSupport.csproj
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2026-01-19 17:02:30 -0800
committerRob Mensching <rob@firegiant.com>2026-01-21 12:47:56 -0800
commit6e5d4330049dce6a91327d2ad36790a1ea34db3f (patch)
treecf96c8c22cec7d42a25ebfcb6da14f7da627c142 /src/internal/WixInternal.TestSupport/WixInternal.TestSupport.csproj
parent50de1c4ee7a56e47a06c44769cea5aa2457a829b (diff)
downloadwix-6e5d4330049dce6a91327d2ad36790a1ea34db3f.tar.gz
wix-6e5d4330049dce6a91327d2ad36790a1ea34db3f.tar.bz2
wix-6e5d4330049dce6a91327d2ad36790a1ea34db3f.zip
Require "accept EULA"HEADmain
Resolves 9196
Diffstat (limited to 'src/internal/WixInternal.TestSupport/WixInternal.TestSupport.csproj')
-rw-r--r--src/internal/WixInternal.TestSupport/WixInternal.TestSupport.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/internal/WixInternal.TestSupport/WixInternal.TestSupport.csproj b/src/internal/WixInternal.TestSupport/WixInternal.TestSupport.csproj
index 4e1c3c26..253202d4 100644
--- a/src/internal/WixInternal.TestSupport/WixInternal.TestSupport.csproj
+++ b/src/internal/WixInternal.TestSupport/WixInternal.TestSupport.csproj
@@ -11,6 +11,7 @@
11 <CreateDocumentationFile>true</CreateDocumentationFile> 11 <CreateDocumentationFile>true</CreateDocumentationFile>
12 <NoWarn>$(NoWarn);CS1591</NoWarn> 12 <NoWarn>$(NoWarn);CS1591</NoWarn>
13 <SignOutput>false</SignOutput> 13 <SignOutput>false</SignOutput>
14 <IncludeSomeVerInfo>true</IncludeSomeVerInfo>
14 <IsWixTestSupportProject>true</IsWixTestSupportProject> 15 <IsWixTestSupportProject>true</IsWixTestSupportProject>
15 </PropertyGroup> 16 </PropertyGroup>
16 17