diff options
author | Rob Mensching <rob@firegiant.com> | 2018-10-02 15:25:09 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2018-10-03 22:19:56 -0700 |
commit | 39191332831f49cd03b688793842dfd2d2e2a0ad (patch) | |
tree | 88507bc2c8c9de95c4735a1e64be48bcc2759c3e /src/wixext | |
parent | 11f33bf61ebe93b54cf0a9901f118852896a1f88 (diff) | |
download | wix-39191332831f49cd03b688793842dfd2d2e2a0ad.tar.gz wix-39191332831f49cd03b688793842dfd2d2e2a0ad.tar.bz2 wix-39191332831f49cd03b688793842dfd2d2e2a0ad.zip |
Enable NCrunch support
Diffstat (limited to 'src/wixext')
-rw-r--r-- | src/wixext/WixToolset.VisualStudio.wixext.csproj | 2 | ||||
-rw-r--r-- | src/wixext/WixToolset.VisualStudio.wixext.v3.ncrunchproject | 7 |
2 files changed, 8 insertions, 1 deletions
diff --git a/src/wixext/WixToolset.VisualStudio.wixext.csproj b/src/wixext/WixToolset.VisualStudio.wixext.csproj index a7702183..3131b64c 100644 --- a/src/wixext/WixToolset.VisualStudio.wixext.csproj +++ b/src/wixext/WixToolset.VisualStudio.wixext.csproj | |||
@@ -25,7 +25,7 @@ | |||
25 | </ItemGroup> | 25 | </ItemGroup> |
26 | 26 | ||
27 | <ItemGroup> | 27 | <ItemGroup> |
28 | <ProjectReference Include="..\wixlib\vs.wixproj" ReferenceOutputAssembly="false" /> | 28 | <ProjectReference Include="..\wixlib\vs.wixproj" ReferenceOutputAssembly="false" Condition=" '$(NCrunch)'=='' " /> |
29 | </ItemGroup> | 29 | </ItemGroup> |
30 | 30 | ||
31 | <ItemGroup> | 31 | <ItemGroup> |
diff --git a/src/wixext/WixToolset.VisualStudio.wixext.v3.ncrunchproject b/src/wixext/WixToolset.VisualStudio.wixext.v3.ncrunchproject new file mode 100644 index 00000000..56556a9f --- /dev/null +++ b/src/wixext/WixToolset.VisualStudio.wixext.v3.ncrunchproject | |||
@@ -0,0 +1,7 @@ | |||
1 | <ProjectConfiguration> | ||
2 | <Settings> | ||
3 | <AdditionalFilesToIncludeForProject> | ||
4 | <Value>..\..\build\Debug\vs.wixlib</Value> | ||
5 | </AdditionalFilesToIncludeForProject> | ||
6 | </Settings> | ||
7 | </ProjectConfiguration> \ No newline at end of file | ||