aboutsummaryrefslogtreecommitdiff
path: root/src/wixnative/wixnative.vcxproj
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/wixnative/wixnative.vcxproj13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/wixnative/wixnative.vcxproj b/src/wixnative/wixnative.vcxproj
index 5927c14c..e53af651 100644
--- a/src/wixnative/wixnative.vcxproj
+++ b/src/wixnative/wixnative.vcxproj
@@ -30,7 +30,6 @@
30 <TargetName>wixnative</TargetName> 30 <TargetName>wixnative</TargetName>
31 <PlatformToolset>v141</PlatformToolset> 31 <PlatformToolset>v141</PlatformToolset>
32 <CharacterSet>Unicode</CharacterSet> 32 <CharacterSet>Unicode</CharacterSet>
33 <Description>Native component of WixToolset.Core</Description>
34 </PropertyGroup> 33 </PropertyGroup>
35 34
36 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 35 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
@@ -69,18 +68,6 @@
69 <None Include="packages.config" /> 68 <None Include="packages.config" />
70 </ItemGroup> 69 </ItemGroup>
71 70
72 <ItemGroup>
73 <None Include="$(Platform)\mergemod.dll">
74 <DeploymentContent>true</DeploymentContent>
75 <Link>%(Filename)%(Extension)</Link>
76 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
77 </None>
78 </ItemGroup>
79
80 <Target Name="Pack" DependsOnTargets="GetBuildVersion">
81 <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)"' />
82 </Target>
83
84 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 71 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
85 <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> 72 <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
86 <PropertyGroup> 73 <PropertyGroup>