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/WixBuildTools.TestSupport.Native/WixBuildTools.TestSupport.Native.vcxproj | |
| 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/WixBuildTools.TestSupport.Native/WixBuildTools.TestSupport.Native.vcxproj')
| -rw-r--r-- | src/internal/WixBuildTools.TestSupport.Native/WixBuildTools.TestSupport.Native.vcxproj | 2 |
1 files changed, 1 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" /> |
