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/burn_t.proj | |
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/burn_t.proj')
-rw-r--r-- | src/burn/burn_t.proj | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/burn/burn_t.proj b/src/burn/burn_t.proj index 0eed26ed..ffc0c780 100644 --- a/src/burn/burn_t.proj +++ b/src/burn/burn_t.proj | |||
@@ -1,10 +1,10 @@ | |||
1 | <Project Sdk="Microsoft.Build.Traversal"> | 1 | <Project Sdk="Microsoft.Build.Traversal"> |
2 | <ItemGroup> | 2 | <ItemGroup> |
3 | <ProjectReference Include="test\BurnUnitTest\BurnUnitTest.vcxproj" Targets="Test" /> | 3 | <ProjectReference Include="test\BurnUnitTest\BurnUnitTest.vcxproj" Properties="Platform=x86" BuildInParallel="false" /> |
4 | 4 | ||
5 | <ProjectReference Include="burn.sln" Properties="Platform=x86" /> | 5 | <ProjectReference Include="stub\stub.vcxproj" Properties="Platform=x86" /> |
6 | <ProjectReference Include="burn.sln" Properties="Platform=x64" /> | 6 | <ProjectReference Include="stub\stub.vcxproj" Properties="Platform=x64" /> |
7 | <ProjectReference Include="burn.sln" Properties="Platform=ARM64" /> | 7 | <ProjectReference Include="stub\stub.vcxproj" Properties="Platform=ARM64" /> |
8 | 8 | ||
9 | <ProjectReference Include="stub\stub.vcxproj" Targets="PackNative" /> | 9 | <ProjectReference Include="stub\stub.vcxproj" Targets="PackNative" /> |
10 | </ItemGroup> | 10 | </ItemGroup> |