aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core.Native/WixToolset.Core.Native.csproj
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2018-07-13 14:19:31 -0700
committerRob Mensching <rob@firegiant.com>2018-07-13 14:19:31 -0700
commite6897a667c06125beced3921b16cf0e3a1b21bc1 (patch)
treedcd69c76ecffdf8690bc3a50e90cbf1c6cfc0610 /src/WixToolset.Core.Native/WixToolset.Core.Native.csproj
parent1c3d51462cc7574b318cba2f30552de50348f803 (diff)
downloadwix-e6897a667c06125beced3921b16cf0e3a1b21bc1.tar.gz
wix-e6897a667c06125beced3921b16cf0e3a1b21bc1.tar.bz2
wix-e6897a667c06125beced3921b16cf0e3a1b21bc1.zip
Attempt to move wixnative.exe to independent runtime .nupkg
Diffstat (limited to 'src/WixToolset.Core.Native/WixToolset.Core.Native.csproj')
-rw-r--r--src/WixToolset.Core.Native/WixToolset.Core.Native.csproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/WixToolset.Core.Native/WixToolset.Core.Native.csproj b/src/WixToolset.Core.Native/WixToolset.Core.Native.csproj
index 51238020..a95f8852 100644
--- a/src/WixToolset.Core.Native/WixToolset.Core.Native.csproj
+++ b/src/WixToolset.Core.Native/WixToolset.Core.Native.csproj
@@ -20,10 +20,10 @@
20 20
21 <ItemGroup> 21 <ItemGroup>
22 <NativeProjectOutput Include="$(OutputPath)..\Win32\*.exe;$(OutputPath)..\Win32\*.pdb"> 22 <NativeProjectOutput Include="$(OutputPath)..\Win32\*.exe;$(OutputPath)..\Win32\*.pdb">
23 <TargetRelativeFolder>x86\</TargetRelativeFolder> 23 <TargetRelativeFolder>.\</TargetRelativeFolder>
24 </NativeProjectOutput> 24 </NativeProjectOutput>
25 <NativeProjectOutput Include="$(OutputPath)..\x64\*.exe;$(OutputPath)..\x64\*.pdb"> 25 <NativeProjectOutput Include="$(OutputPath)..\x64\*.exe;$(OutputPath)..\x64\*.pdb">
26 <TargetRelativeFolder>x64\</TargetRelativeFolder> 26 <TargetRelativeFolder>.\</TargetRelativeFolder>
27 </NativeProjectOutput> 27 </NativeProjectOutput>
28 28
29 <AllItemsFullPathWithTargetPath Include="@(NativeProjectOutput->'%(FullPath)')"> 29 <AllItemsFullPathWithTargetPath Include="@(NativeProjectOutput->'%(FullPath)')">