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/burn/test | |
| 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/burn/test')
| -rw-r--r-- | src/burn/test/BurnUnitTest/BurnUnitTest.vcxproj | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/burn/test/BurnUnitTest/BurnUnitTest.vcxproj b/src/burn/test/BurnUnitTest/BurnUnitTest.vcxproj index 714b6549..248d7bbb 100644 --- a/src/burn/test/BurnUnitTest/BurnUnitTest.vcxproj +++ b/src/burn/test/BurnUnitTest/BurnUnitTest.vcxproj | |||
| @@ -13,10 +13,6 @@ | |||
| 13 | <Configuration>Debug</Configuration> | 13 | <Configuration>Debug</Configuration> |
| 14 | <Platform>x64</Platform> | 14 | <Platform>x64</Platform> |
| 15 | </ProjectConfiguration> | 15 | </ProjectConfiguration> |
| 16 | <ProjectConfiguration Include="Debug|ARM64"> | ||
| 17 | <Configuration>Debug</Configuration> | ||
| 18 | <Platform>ARM64</Platform> | ||
| 19 | </ProjectConfiguration> | ||
| 20 | <ProjectConfiguration Include="Release|Win32"> | 16 | <ProjectConfiguration Include="Release|Win32"> |
| 21 | <Configuration>Release</Configuration> | 17 | <Configuration>Release</Configuration> |
| 22 | <Platform>Win32</Platform> | 18 | <Platform>Win32</Platform> |
| @@ -25,10 +21,6 @@ | |||
| 25 | <Configuration>Release</Configuration> | 21 | <Configuration>Release</Configuration> |
| 26 | <Platform>x64</Platform> | 22 | <Platform>x64</Platform> |
| 27 | </ProjectConfiguration> | 23 | </ProjectConfiguration> |
| 28 | <ProjectConfiguration Include="Release|ARM64"> | ||
| 29 | <Configuration>Release</Configuration> | ||
| 30 | <Platform>ARM64</Platform> | ||
| 31 | </ProjectConfiguration> | ||
| 32 | </ItemGroup> | 24 | </ItemGroup> |
| 33 | 25 | ||
| 34 | <PropertyGroup Label="Globals"> | 26 | <PropertyGroup Label="Globals"> |
| @@ -78,7 +70,6 @@ | |||
| 78 | </ItemGroup> | 70 | </ItemGroup> |
| 79 | 71 | ||
| 80 | <ItemGroup> | 72 | <ItemGroup> |
| 81 | <None Include="packages.config" /> | ||
| 82 | <ResourceCompile Include="BurnUnitTest.rc" /> | 73 | <ResourceCompile Include="BurnUnitTest.rc" /> |
| 83 | </ItemGroup> | 74 | </ItemGroup> |
| 84 | 75 | ||
