Add NCrunch project for WixToolset.Core.TestPackage
Since WixToolset.Core.TestPackage reference an Xunit assembly, NCrunch thinks the project is a test project by default. It is actually just a test helper project so inform NCrunch as such.
Rob Mensching committed
Jun 1, 2022 at 13:38 UTC
a73e1caa90c0b7230b569aea2739991124d36360
2 files changed
+5
-7
src/wix/WixToolset.Core.TestPackage/WixToolset.Core.TestPackage.v3.ncrunchproject
new
+5
@@ -0,0 +1,5 @@
1
+<ProjectConfiguration>
2
+ <Settings>
3
+ <XUnit2Enabled>False</XUnit2Enabled>
4
+ </Settings>
5
+</ProjectConfiguration>
\ No newline at end of file
src/wix/WixToolset.Core/WixToolset.Core.v3.ncrunchproject
deleted
-7
@@ -1,7 +0,0 @@
1
-<ProjectConfiguration>
2
- <Settings>
3
- <AdditionalFilesToIncludeForProject>
4
- <Value>..\..\version.txt</Value>
5
- </AdditionalFilesToIncludeForProject>
6
- </Settings>
7
-</ProjectConfiguration>
\ No newline at end of file