diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2021-12-31 16:20:11 -0600 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2022-01-01 10:24:08 -0600 |
| commit | 5be795c6bcbc03bc37f7cf7c758298ccfaa884ca (patch) | |
| tree | f13c40af4a20cfbffaa474e656e145cdda16919e /src/internal/WixBuildTools.TestSupport.Native/WixBuildTools.TestSupport.Native.vcxproj | |
| parent | 37790ecdc4509d6dd3533933bb9131823f98a0ed (diff) | |
| download | wix-5be795c6bcbc03bc37f7cf7c758298ccfaa884ca.tar.gz wix-5be795c6bcbc03bc37f7cf7c758298ccfaa884ca.tar.bz2 wix-5be795c6bcbc03bc37f7cf7c758298ccfaa884ca.zip | |
Remove warnings and make sure more don't creep in.
Tests are not run inside of traversal projects so that skipped test warnings don't fail the build.
Diffstat (limited to 'src/internal/WixBuildTools.TestSupport.Native/WixBuildTools.TestSupport.Native.vcxproj')
| -rw-r--r-- | src/internal/WixBuildTools.TestSupport.Native/WixBuildTools.TestSupport.Native.vcxproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/internal/WixBuildTools.TestSupport.Native/WixBuildTools.TestSupport.Native.vcxproj b/src/internal/WixBuildTools.TestSupport.Native/WixBuildTools.TestSupport.Native.vcxproj index 282aa306..a96f8d2f 100644 --- a/src/internal/WixBuildTools.TestSupport.Native/WixBuildTools.TestSupport.Native.vcxproj +++ b/src/internal/WixBuildTools.TestSupport.Native/WixBuildTools.TestSupport.Native.vcxproj | |||
| @@ -9,10 +9,18 @@ | |||
| 9 | <Configuration>Debug</Configuration> | 9 | <Configuration>Debug</Configuration> |
| 10 | <Platform>Win32</Platform> | 10 | <Platform>Win32</Platform> |
| 11 | </ProjectConfiguration> | 11 | </ProjectConfiguration> |
| 12 | <ProjectConfiguration Include="Debug|x64"> | ||
| 13 | <Configuration>Debug</Configuration> | ||
| 14 | <Platform>x64</Platform> | ||
| 15 | </ProjectConfiguration> | ||
| 12 | <ProjectConfiguration Include="Release|Win32"> | 16 | <ProjectConfiguration Include="Release|Win32"> |
| 13 | <Configuration>Release</Configuration> | 17 | <Configuration>Release</Configuration> |
| 14 | <Platform>Win32</Platform> | 18 | <Platform>Win32</Platform> |
| 15 | </ProjectConfiguration> | 19 | </ProjectConfiguration> |
| 20 | <ProjectConfiguration Include="Release|x64"> | ||
| 21 | <Configuration>Release</Configuration> | ||
| 22 | <Platform>x64</Platform> | ||
| 23 | </ProjectConfiguration> | ||
| 16 | </ItemGroup> | 24 | </ItemGroup> |
| 17 | 25 | ||
| 18 | <PropertyGroup Label="Globals"> | 26 | <PropertyGroup Label="Globals"> |
