Ignore references to v3 wix.dll that NCrunch thinks conflicts with v4 wix.dll
Rob Mensching committed
Dec 13, 2022 at 14:07 UTC
19dd3bbb36b8dad1580622e5550b50ebc8b08a78
2 files changed
+14
src/wix/WixToolset.Converters.Symbolizer/WixToolset.Converters.Symbolizer.net472.v3.ncrunchproject
new
+7
@@ -0,0 +1,7 @@
1
+<ProjectConfiguration>
2
+ <Settings>
3
+ <HiddenComponentWarnings>
4
+ <Value>LostReference</Value>
5
+ </HiddenComponentWarnings>
6
+ </Settings>
7
+</ProjectConfiguration>
\ No newline at end of file
src/wix/WixToolset.Converters.Symbolizer/WixToolset.Converters.Symbolizer.netstandard2.0.v3.ncrunchproject
new
+7
@@ -0,0 +1,7 @@
1
+<ProjectConfiguration>
2
+ <Settings>
3
+ <HiddenComponentWarnings>
4
+ <Value>LostReference</Value>
5
+ </HiddenComponentWarnings>
6
+ </Settings>
7
+</ProjectConfiguration>
\ No newline at end of file