File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 4
4
<MinimumVisualStudioVersion >14.0</MinimumVisualStudioVersion >
5
5
<VisualStudioVersion Condition =" '$(VisualStudioVersion)' == ''" >11.0</VisualStudioVersion >
6
6
<VSToolsPath Condition =" '$(VSToolsPath)' == ''" >$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath >
7
+ <VSSDK140Install Condition =" '$(VSSDK140Install)' == ''" >$(MSBuildProgramFiles32)\Microsoft Visual Studio 14.0\VSSDK\</VSSDK140Install >
7
8
</PropertyGroup >
8
9
<Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
9
10
<PropertyGroup >
76
77
<PropertyGroup >
77
78
<VsdConfigOutput >$(OutputPath)\PmipMyCallStack.vsdconfig</VsdConfigOutput >
78
79
</PropertyGroup >
79
- <Target Name =" IncludeVsdConfig" BeforeTargets =" AssignTargetPaths; GetVSIXSourceItems" Condition =" $(VSTarget) != '10.0'" >
80
+ <Target Name =" IncludeVsdConfig" BeforeTargets =" GetVSIXSourceItems" Condition =" $(VSTarget) != '10.0'" >
80
81
<ItemGroup >
81
82
<Content Include =" $(VsdConfigOutput)" >
82
83
<IncludeInVSIX >true</IncludeInVSIX >
You can’t perform that action at this time.
0 commit comments