|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | | -<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | | - <Import Project="..\packages\Microsoft.VisualStudio.Sdk.BuildTasks.14.0.14.0.23-pre\build\Microsoft.VisualStudio.Sdk.BuildTasks.14.0.props" Condition="Exists('..\packages\Microsoft.VisualStudio.Sdk.BuildTasks.14.0.14.0.23-pre\build\Microsoft.VisualStudio.Sdk.BuildTasks.14.0.props')" /> |
| 2 | +<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 3 | + <Import Project="..\packages\Microsoft.VSSDK.BuildTools.15.0.26201\build\Microsoft.VSSDK.BuildTools.props" Condition="Exists('..\packages\Microsoft.VSSDK.BuildTools.15.0.26201\build\Microsoft.VSSDK.BuildTools.props')" /> |
4 | 4 | <PropertyGroup> |
5 | | - <MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion> |
| 5 | + <MinimumVisualStudioVersion>15.0</MinimumVisualStudioVersion> |
6 | 6 | <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> |
7 | 7 | <NuGetPackageImportStamp> |
8 | 8 | </NuGetPackageImportStamp> |
9 | 9 | <UseCodebase>true</UseCodebase> |
10 | 10 | <VsixType>v3</VsixType> |
| 11 | + <FileUpgradeFlags> |
| 12 | + </FileUpgradeFlags> |
| 13 | + <UpgradeBackupLocation> |
| 14 | + </UpgradeBackupLocation> |
| 15 | + <OldToolsVersion>14.0</OldToolsVersion> |
| 16 | + <PublishUrl>publish\</PublishUrl> |
| 17 | + <Install>true</Install> |
| 18 | + <InstallFrom>Disk</InstallFrom> |
| 19 | + <UpdateEnabled>false</UpdateEnabled> |
| 20 | + <UpdateMode>Foreground</UpdateMode> |
| 21 | + <UpdateInterval>7</UpdateInterval> |
| 22 | + <UpdateIntervalUnits>Days</UpdateIntervalUnits> |
| 23 | + <UpdatePeriodically>false</UpdatePeriodically> |
| 24 | + <UpdateRequired>false</UpdateRequired> |
| 25 | + <MapFileExtensions>true</MapFileExtensions> |
| 26 | + <ApplicationRevision>0</ApplicationRevision> |
| 27 | + <ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
| 28 | + <IsWebBootstrapper>false</IsWebBootstrapper> |
| 29 | + <UseApplicationTrust>false</UseApplicationTrust> |
| 30 | + <BootstrapperEnabled>true</BootstrapperEnabled> |
11 | 31 | </PropertyGroup> |
12 | 32 | <PropertyGroup> |
13 | 33 | <OptionExplicit>On</OptionExplicit> |
|
49 | 69 | <DefineDebug>true</DefineDebug> |
50 | 70 | <DefineTrace>true</DefineTrace> |
51 | 71 | <ErrorReport>prompt</ErrorReport> |
52 | | - <NoWarn>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036</NoWarn> |
| 72 | + <NoWarn>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036,42353,42354,42355</NoWarn> |
| 73 | + <DeployExtension>True</DeployExtension> |
53 | 74 | </PropertyGroup> |
54 | 75 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
55 | 76 | <DebugType>pdbonly</DebugType> |
|
58 | 79 | <DefineDebug>false</DefineDebug> |
59 | 80 | <DefineTrace>true</DefineTrace> |
60 | 81 | <ErrorReport>prompt</ErrorReport> |
61 | | - <NoWarn>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036</NoWarn> |
| 82 | + <NoWarn>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036,42353,42354,42355</NoWarn> |
62 | 83 | </PropertyGroup> |
63 | 84 | <ItemGroup> |
64 | 85 | <None Include="Key.snk" /> |
|
206 | 227 | <ManifestResourceName>VSPackage</ManifestResourceName> |
207 | 228 | </EmbeddedResource> |
208 | 229 | </ItemGroup> |
| 230 | + <ItemGroup> |
| 231 | + <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
| 232 | + <Visible>False</Visible> |
| 233 | + <ProductName>.NET Framework 3.5 SP1</ProductName> |
| 234 | + <Install>false</Install> |
| 235 | + </BootstrapperPackage> |
| 236 | + </ItemGroup> |
209 | 237 | <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" /> |
210 | 238 | <Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(VSToolsPath)' != ''" /> |
211 | 239 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
212 | 240 | <PropertyGroup> |
213 | 241 | <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> |
214 | 242 | </PropertyGroup> |
215 | | - <Error Condition="!Exists('..\packages\Microsoft.VisualStudio.Sdk.BuildTasks.14.0.14.0.23-pre\build\Microsoft.VisualStudio.Sdk.BuildTasks.14.0.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.VisualStudio.Sdk.BuildTasks.14.0.14.0.23-pre\build\Microsoft.VisualStudio.Sdk.BuildTasks.14.0.props'))" /> |
216 | | - <Error Condition="!Exists('..\packages\Microsoft.VisualStudio.Sdk.BuildTasks.14.0.14.0.23-pre\build\Microsoft.VisualStudio.Sdk.BuildTasks.14.0.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.VisualStudio.Sdk.BuildTasks.14.0.14.0.23-pre\build\Microsoft.VisualStudio.Sdk.BuildTasks.14.0.targets'))" /> |
| 243 | + <Error Condition="!Exists('..\packages\Microsoft.VSSDK.BuildTools.15.0.26201\build\Microsoft.VSSDK.BuildTools.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.VSSDK.BuildTools.15.0.26201\build\Microsoft.VSSDK.BuildTools.props'))" /> |
| 244 | + <Error Condition="!Exists('..\packages\Microsoft.VSSDK.BuildTools.15.0.26201\build\Microsoft.VSSDK.BuildTools.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.VSSDK.BuildTools.15.0.26201\build\Microsoft.VSSDK.BuildTools.targets'))" /> |
217 | 245 | </Target> |
218 | | - <Import Project="..\packages\Microsoft.VisualStudio.Sdk.BuildTasks.14.0.14.0.23-pre\build\Microsoft.VisualStudio.Sdk.BuildTasks.14.0.targets" Condition="Exists('..\packages\Microsoft.VisualStudio.Sdk.BuildTasks.14.0.14.0.23-pre\build\Microsoft.VisualStudio.Sdk.BuildTasks.14.0.targets')" /> |
| 246 | + <Import Project="..\packages\Microsoft.VSSDK.BuildTools.15.0.26201\build\Microsoft.VSSDK.BuildTools.targets" Condition="Exists('..\packages\Microsoft.VSSDK.BuildTools.15.0.26201\build\Microsoft.VSSDK.BuildTools.targets')" /> |
219 | 247 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
220 | 248 | Other similar extension points exist, see Microsoft.Common.targets. |
221 | 249 | <Target Name="BeforeBuild"> |
|
0 commit comments