aboutsummaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2021-02-07 17:56:58 -0600
committerSean Hall <r.sean.hall@gmail.com>2021-02-07 18:54:33 -0600
commitbee6a20d1c7d807b5023d932ae179db1bc9a0f80 (patch)
tree855c28ed77f81d8212d1a9ecf67253c97190935a /src/test
parent69567aaa95f41812a49afa7454b69a3d79c5010d (diff)
downloadwix-bee6a20d1c7d807b5023d932ae179db1bc9a0f80.tar.gz
wix-bee6a20d1c7d807b5023d932ae179db1bc9a0f80.tar.bz2
wix-bee6a20d1c7d807b5023d932ae179db1bc9a0f80.zip
Ignore enum CA warnings and scope the osutil deprecation suppression.
Also, fix project reference so the .vcx project system understands it.
Diffstat (limited to 'src/test')
-rw-r--r--src/test/DUtilUnitTest/DUtilUnitTest.vcxproj4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/test/DUtilUnitTest/DUtilUnitTest.vcxproj b/src/test/DUtilUnitTest/DUtilUnitTest.vcxproj
index e1164aca..942c39f0 100644
--- a/src/test/DUtilUnitTest/DUtilUnitTest.vcxproj
+++ b/src/test/DUtilUnitTest/DUtilUnitTest.vcxproj
@@ -70,7 +70,9 @@
70 </Reference> 70 </Reference>
71 </ItemGroup> 71 </ItemGroup>
72 <ItemGroup> 72 <ItemGroup>
73 <ProjectReference Include="..\..\dutil\dutil.vcxproj" /> 73 <ProjectReference Include="..\..\dutil\dutil.vcxproj">
74 <Project>{1244E671-F108-4334-BA52-8A7517F26ECD}</Project>
75 </ProjectReference>
74 </ItemGroup> 76 </ItemGroup>
75 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 77 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
76 <Import Project="..\..\..\packages\WixBuildTools.TestSupport.Native.4.0.47\build\WixBuildTools.TestSupport.Native.targets" Condition="Exists('..\..\..\packages\WixBuildTools.TestSupport.Native.4.0.47\build\WixBuildTools.TestSupport.Native.targets')" /> 78 <Import Project="..\..\..\packages\WixBuildTools.TestSupport.Native.4.0.47\build\WixBuildTools.TestSupport.Native.targets" Condition="Exists('..\..\..\packages\WixBuildTools.TestSupport.Native.4.0.47\build\WixBuildTools.TestSupport.Native.targets')" />