diff options
author | Rob Mensching <rob@firegiant.com> | 2018-10-02 15:25:13 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2018-10-03 22:23:41 -0700 |
commit | 4f732dd1b9dd8b1a13b1b0be4d18d4e8d10f106e (patch) | |
tree | bbb724899d610437aeb0c8ab7e0038d7b6879142 /src/wixlib | |
parent | 3307fdd341d80654570740a7874eb796f69011af (diff) | |
download | wix-4f732dd1b9dd8b1a13b1b0be4d18d4e8d10f106e.tar.gz wix-4f732dd1b9dd8b1a13b1b0be4d18d4e8d10f106e.tar.bz2 wix-4f732dd1b9dd8b1a13b1b0be4d18d4e8d10f106e.zip |
Enable NCrunch support
Diffstat (limited to 'src/wixlib')
-rw-r--r-- | src/wixlib/util.v3.ncrunchproject | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/wixlib/util.v3.ncrunchproject b/src/wixlib/util.v3.ncrunchproject new file mode 100644 index 00000000..319cd523 --- /dev/null +++ b/src/wixlib/util.v3.ncrunchproject | |||
@@ -0,0 +1,5 @@ | |||
1 | <ProjectConfiguration> | ||
2 | <Settings> | ||
3 | <IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely> | ||
4 | </Settings> | ||
5 | </ProjectConfiguration> \ No newline at end of file | ||