aboutsummaryrefslogtreecommitdiff
path: root/src/mbanative/mbanative.vcxproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbanative/mbanative.vcxproj')
-rw-r--r--src/mbanative/mbanative.vcxproj5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mbanative/mbanative.vcxproj b/src/mbanative/mbanative.vcxproj
index 737075e8..ef1616c3 100644
--- a/src/mbanative/mbanative.vcxproj
+++ b/src/mbanative/mbanative.vcxproj
@@ -50,7 +50,6 @@
50 <CharacterSet>Unicode</CharacterSet> 50 <CharacterSet>Unicode</CharacterSet>
51 <TargetName>mbanative</TargetName> 51 <TargetName>mbanative</TargetName>
52 <ProjectModuleDefinitionFile>mbanative.def</ProjectModuleDefinitionFile> 52 <ProjectModuleDefinitionFile>mbanative.def</ProjectModuleDefinitionFile>
53 <Description>Native component of WixToolset.Mba.Core</Description>
54 <EnableSourceLink Condition=" '$(PlatformToolset)'=='v140' ">false</EnableSourceLink> 53 <EnableSourceLink Condition=" '$(PlatformToolset)'=='v140' ">false</EnableSourceLink>
55 </PropertyGroup> 54 </PropertyGroup>
56 55
@@ -91,10 +90,6 @@
91 <ProjectReference Include="..\balutil\balutil.vcxproj" /> 90 <ProjectReference Include="..\balutil\balutil.vcxproj" />
92 </ItemGroup> 91 </ItemGroup>
93 92
94 <Target Name="Pack" DependsOnTargets="GetBuildVersion">
95 <Exec Command='nuget pack runtime.win.WixToolset.Mba.Core.nuspec -BasePath "$(BaseOutputPath)$(Configuration)" -OutputDirectory "$(BaseOutputPath)$(Configuration)" -Properties Configuration=$(Configuration);Id=runtime.win.WixToolset.Mba.Core;Version="$(BuildVersionSimple)";Platform=$(PlatformTarget);Authors="$(Authors)";Copyright="$(Copyright)";Description="$(Description)"' />
96 </Target>
97
98 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 93 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
99 <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> 94 <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
100 <PropertyGroup> 95 <PropertyGroup>