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/wix/wixnative/wixnative_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 '')
-rw-r--r-- | src/wix/wixnative/wixnative_t.proj | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/wix/wixnative/wixnative_t.proj b/src/wix/wixnative/wixnative_t.proj new file mode 100644 index 00000000..db10d0ec --- /dev/null +++ b/src/wix/wixnative/wixnative_t.proj | |||
@@ -0,0 +1,7 @@ | |||
1 | <Project Sdk="Microsoft.Build.Traversal"> | ||
2 | <ItemGroup> | ||
3 | <ProjectReference Include="wixnative.vcxproj" Properties="Platform=x86" /> | ||
4 | <ProjectReference Include="wixnative.vcxproj" Properties="Platform=x64" /> | ||
5 | <ProjectReference Include="wixnative.vcxproj" Properties="Platform=ARM64" /> | ||
6 | </ItemGroup> | ||
7 | </Project> | ||