diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2022-06-27 11:30:28 -0500 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2022-06-27 13:36:39 -0500 |
commit | 56ca521396cdf47b5611f6e3a6264be9a8d20282 (patch) | |
tree | c5c8fbab86ee0eb92dca798b6e327a33e6cb6c11 /src/internal | |
parent | eb53852d7ae6838e54525eb57df1d8ce8a722f9b (diff) | |
download | wix-56ca521396cdf47b5611f6e3a6264be9a8d20282.tar.gz wix-56ca521396cdf47b5611f6e3a6264be9a8d20282.tar.bz2 wix-56ca521396cdf47b5611f6e3a6264be9a8d20282.zip |
Add IsWixTestSupportProject property to prevent test project detection.
Diffstat (limited to 'src/internal')
-rw-r--r-- | src/internal/WixBuildTools.TestSupport.Native/WixBuildTools.TestSupport.Native.vcxproj | 2 | ||||
-rw-r--r-- | src/internal/WixBuildTools.TestSupport/WixBuildTools.TestSupport.csproj | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/internal/WixBuildTools.TestSupport.Native/WixBuildTools.TestSupport.Native.vcxproj b/src/internal/WixBuildTools.TestSupport.Native/WixBuildTools.TestSupport.Native.vcxproj index 0eae7750..47d79745 100644 --- a/src/internal/WixBuildTools.TestSupport.Native/WixBuildTools.TestSupport.Native.vcxproj +++ b/src/internal/WixBuildTools.TestSupport.Native/WixBuildTools.TestSupport.Native.vcxproj | |||
@@ -33,7 +33,7 @@ | |||
33 | <CLRSupport>true</CLRSupport> | 33 | <CLRSupport>true</CLRSupport> |
34 | <Description>WixBuildTools C++/CLI Test Support</Description> | 34 | <Description>WixBuildTools C++/CLI Test Support</Description> |
35 | <SignOutput>false</SignOutput> | 35 | <SignOutput>false</SignOutput> |
36 | <IsWixTestProject>true</IsWixTestProject> | 36 | <IsWixTestSupportProject>true</IsWixTestSupportProject> |
37 | </PropertyGroup> | 37 | </PropertyGroup> |
38 | 38 | ||
39 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | 39 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
diff --git a/src/internal/WixBuildTools.TestSupport/WixBuildTools.TestSupport.csproj b/src/internal/WixBuildTools.TestSupport/WixBuildTools.TestSupport.csproj index 8a5237d1..4e1c3c26 100644 --- a/src/internal/WixBuildTools.TestSupport/WixBuildTools.TestSupport.csproj +++ b/src/internal/WixBuildTools.TestSupport/WixBuildTools.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 | <IsWixTestSupportProject>true</IsWixTestSupportProject> | ||
14 | </PropertyGroup> | 15 | </PropertyGroup> |
15 | 16 | ||
16 | <ItemGroup> | 17 | <ItemGroup> |