From 77b1c956e6037717f98ae01c2ff4e989c0252db8 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Fri, 10 Aug 2018 23:32:23 -0700 Subject: Enable use of NCrunch --- .../WixToolset.Core.Native.csproj | 27 +++++++++++++++++++++- .../WixToolset.Core.Native.v3.ncrunchproject | 10 ++++++++ 2 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 src/WixToolset.Core.Native/WixToolset.Core.Native.v3.ncrunchproject (limited to 'src/WixToolset.Core.Native') diff --git a/src/WixToolset.Core.Native/WixToolset.Core.Native.csproj b/src/WixToolset.Core.Native/WixToolset.Core.Native.csproj index b02c00ad..e2431fef 100644 --- a/src/WixToolset.Core.Native/WixToolset.Core.Native.csproj +++ b/src/WixToolset.Core.Native/WixToolset.Core.Native.csproj @@ -13,7 +13,12 @@ - + + $(MSBuildProjectDir)..\..\build\obj\$(ProjectName)\$(Configuration)\NativeFileList.txt + $(NCrunchOriginalProjectDir)..\..\build\obj\$(ProjectName)\$(Configuration)\NativeFileList.txt + + + @@ -21,7 +26,11 @@ + + + + PreserveNewest %(Filename)%(Extension) @@ -29,6 +38,22 @@ + + + + + + + + + + + + + + + + $(OutputPath) diff --git a/src/WixToolset.Core.Native/WixToolset.Core.Native.v3.ncrunchproject b/src/WixToolset.Core.Native/WixToolset.Core.Native.v3.ncrunchproject new file mode 100644 index 00000000..0da1f42d --- /dev/null +++ b/src/WixToolset.Core.Native/WixToolset.Core.Native.v3.ncrunchproject @@ -0,0 +1,10 @@ + + + + ..\..\build\Debug\Win32\wixnative.x86.exe + ..\..\build\Debug\Win32\wixnative.x86.pdb + ..\..\build\Debug\x64\wixnative.amd64.exe + ..\..\build\Debug\x64\wixnative.amd64.pdb + + + \ No newline at end of file -- cgit v1.2.3-55-g6feb