aboutsummaryrefslogtreecommitdiff
path: root/src/wixnative
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2018-08-10 23:32:23 -0700
committerRob Mensching <rob@firegiant.com>2018-10-03 23:55:54 -0700
commit77b1c956e6037717f98ae01c2ff4e989c0252db8 (patch)
treef3682540cbfbe41780ec123d1d7f7df8674d3270 /src/wixnative
parent989686d2fdb3b46ed3c411f03ebdcdeeb9f42e15 (diff)
downloadwix-77b1c956e6037717f98ae01c2ff4e989c0252db8.tar.gz
wix-77b1c956e6037717f98ae01c2ff4e989c0252db8.tar.bz2
wix-77b1c956e6037717f98ae01c2ff4e989c0252db8.zip
Enable use of NCrunch
Diffstat (limited to 'src/wixnative')
-rw-r--r--src/wixnative/wixnative.vcxproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wixnative/wixnative.vcxproj b/src/wixnative/wixnative.vcxproj
index d4b31fd8..420615ed 100644
--- a/src/wixnative/wixnative.vcxproj
+++ b/src/wixnative/wixnative.vcxproj
@@ -75,7 +75,7 @@
75 </ItemGroup> 75 </ItemGroup>
76 76
77 <Target Name="Pack" DependsOnTargets="GetBuildVersion"> 77 <Target Name="Pack" DependsOnTargets="GetBuildVersion">
78 <Exec Command="nuget pack runtime.win.WixToolset.Core.Native.nuspec -BasePath &quot;$(BaseOutputPath)\&quot; -OutputDirectory &quot;$(BaseOutputPath)\&quot; -NoPackageAnalysis -Properties Configuration=$(Configuration);Id=runtime.win.WixToolset.Core.Native;Version=&quot;$(BuildVersionSimple)&quot;;Platform=$(PlatformTarget);Authors=&quot;$(Authors)&quot;;Copyright=&quot;$(Copyright)&quot;;Description=&quot;$(Description)&quot;;Title=&quot;$(Title)&quot;" /> 78 <Exec Command='nuget pack runtime.win.WixToolset.Core.Native.nuspec -BasePath "$(BaseOutputPath)$(Configuration)" -OutputDirectory "$(BaseOutputPath)$(Configuration)" -NoPackageAnalysis -Properties Configuration=$(Configuration);Id=runtime.win.WixToolset.Core.Native;Version="$(BuildVersionSimple)";Platform=$(PlatformTarget);Authors="$(Authors)";Copyright="$(Copyright)";Description="$(Description)";Title="$(Title)"' />
79 </Target> 79 </Target>
80 80
81 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 81 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />