diff options
| author | Rob Mensching <rob@firegiant.com> | 2018-08-10 23:32:23 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2018-10-03 23:55:54 -0700 |
| commit | 77b1c956e6037717f98ae01c2ff4e989c0252db8 (patch) | |
| tree | f3682540cbfbe41780ec123d1d7f7df8674d3270 /src/wixnative | |
| parent | 989686d2fdb3b46ed3c411f03ebdcdeeb9f42e15 (diff) | |
| download | wix-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.vcxproj | 2 |
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 "$(BaseOutputPath)\" -OutputDirectory "$(BaseOutputPath)\" -NoPackageAnalysis -Properties Configuration=$(Configuration);Id=runtime.win.WixToolset.Core.Native;Version="$(BuildVersionSimple)";Platform=$(PlatformTarget);Authors="$(Authors)";Copyright="$(Copyright)";Description="$(Description)";Title="$(Title)"" /> | 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" /> |
