diff options
author | Rob Mensching <rob@firegiant.com> | 2018-10-02 15:25:22 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2018-10-03 22:39:45 -0700 |
commit | 2116d017c9dd7757c2eb3a201673b22c366d2541 (patch) | |
tree | 82139a8071f0909ef36d27ed1dc99c35253dd2de /src/wixext | |
parent | 6d4851fe2646a8f13fe04cb005a1ff13de26247c (diff) | |
download | wix-2116d017c9dd7757c2eb3a201673b22c366d2541.tar.gz wix-2116d017c9dd7757c2eb3a201673b22c366d2541.tar.bz2 wix-2116d017c9dd7757c2eb3a201673b22c366d2541.zip |
Enable NCrunch support
Diffstat (limited to 'src/wixext')
-rw-r--r-- | src/wixext/WixToolset.Firewall.wixext.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wixext/WixToolset.Firewall.wixext.csproj b/src/wixext/WixToolset.Firewall.wixext.csproj index 95bedb45..9982a551 100644 --- a/src/wixext/WixToolset.Firewall.wixext.csproj +++ b/src/wixext/WixToolset.Firewall.wixext.csproj | |||
@@ -27,7 +27,7 @@ | |||
27 | </ItemGroup> | 27 | </ItemGroup> |
28 | 28 | ||
29 | <ItemGroup> | 29 | <ItemGroup> |
30 | <ProjectReference Include="..\wixlib\firewall.wixproj" ReferenceOutputAssembly="false" /> | 30 | <ProjectReference Include="..\wixlib\firewall.wixproj" ReferenceOutputAssembly="false" Condition=" '$(NCrunch)'=='' " /> |
31 | </ItemGroup> | 31 | </ItemGroup> |
32 | 32 | ||
33 | <ItemGroup> | 33 | <ItemGroup> |