diff options
| author | Rob Mensching <rob@firegiant.com> | 2022-06-01 13:38:47 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2022-06-29 23:01:15 -0700 |
| commit | a73e1caa90c0b7230b569aea2739991124d36360 (patch) | |
| tree | 7fa22d2be8862645f1f459730e9aff9b1cae9a3a /src | |
| parent | fa98fd399029a000d57c812af64a41895a70d701 (diff) | |
| download | wix-a73e1caa90c0b7230b569aea2739991124d36360.tar.gz wix-a73e1caa90c0b7230b569aea2739991124d36360.tar.bz2 wix-a73e1caa90c0b7230b569aea2739991124d36360.zip | |
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.
Diffstat (limited to '')
| -rw-r--r-- | src/wix/WixToolset.Core.TestPackage/WixToolset.Core.TestPackage.v3.ncrunchproject | 5 | ||||
| -rw-r--r-- | src/wix/WixToolset.Core/WixToolset.Core.v3.ncrunchproject | 7 |
2 files changed, 5 insertions, 7 deletions
diff --git a/src/wix/WixToolset.Core.TestPackage/WixToolset.Core.TestPackage.v3.ncrunchproject b/src/wix/WixToolset.Core.TestPackage/WixToolset.Core.TestPackage.v3.ncrunchproject new file mode 100644 index 00000000..cff5044e --- /dev/null +++ b/src/wix/WixToolset.Core.TestPackage/WixToolset.Core.TestPackage.v3.ncrunchproject | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | <ProjectConfiguration> | ||
| 2 | <Settings> | ||
| 3 | <XUnit2Enabled>False</XUnit2Enabled> | ||
| 4 | </Settings> | ||
| 5 | </ProjectConfiguration> \ No newline at end of file | ||
diff --git a/src/wix/WixToolset.Core/WixToolset.Core.v3.ncrunchproject b/src/wix/WixToolset.Core/WixToolset.Core.v3.ncrunchproject deleted file mode 100644 index 620ee137..00000000 --- a/src/wix/WixToolset.Core/WixToolset.Core.v3.ncrunchproject +++ /dev/null | |||
| @@ -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 | ||
