|
9 | 9 | <UpgradeBackupLocation> |
10 | 10 | </UpgradeBackupLocation> |
11 | 11 | <OldToolsVersion>12.0</OldToolsVersion> |
| 12 | + <PublishUrl>publish\</PublishUrl> |
| 13 | + <Install>true</Install> |
| 14 | + <InstallFrom>Disk</InstallFrom> |
| 15 | + <UpdateEnabled>false</UpdateEnabled> |
| 16 | + <UpdateMode>Foreground</UpdateMode> |
| 17 | + <UpdateInterval>7</UpdateInterval> |
| 18 | + <UpdateIntervalUnits>Days</UpdateIntervalUnits> |
| 19 | + <UpdatePeriodically>false</UpdatePeriodically> |
| 20 | + <UpdateRequired>false</UpdateRequired> |
| 21 | + <MapFileExtensions>true</MapFileExtensions> |
| 22 | + <ApplicationRevision>0</ApplicationRevision> |
| 23 | + <ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
| 24 | + <IsWebBootstrapper>false</IsWebBootstrapper> |
| 25 | + <UseApplicationTrust>false</UseApplicationTrust> |
| 26 | + <BootstrapperEnabled>true</BootstrapperEnabled> |
12 | 27 | </PropertyGroup> |
13 | 28 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
14 | 29 | <PropertyGroup> |
|
46 | 61 | </PropertyGroup> |
47 | 62 | <ItemGroup> |
48 | 63 | <Reference Include="Microsoft.CSharp" /> |
49 | | - <Reference Include="Microsoft.VisualStudio.CoreUtility, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" /> |
50 | | - <Reference Include="Microsoft.VisualStudio.Data, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" /> |
51 | | - <Reference Include="Microsoft.VisualStudio.Data.Core, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" /> |
52 | | - <Reference Include="Microsoft.VisualStudio.Data.Framework, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" /> |
53 | | - <Reference Include="Microsoft.VisualStudio.Editor, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" /> |
| 64 | + <Reference Include="Microsoft.VisualStudio.CoreUtility, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" /> |
54 | 65 | <Reference Include="Microsoft.VisualStudio.OLE.Interop, Version=7.1.40304.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> |
55 | 66 | <Reference Include="Microsoft.VisualStudio.Shell.Interop" /> |
56 | 67 | <Reference Include="Microsoft.VisualStudio.Shell.Interop.8.0" /> |
|
62 | 73 | <Reference Include="Microsoft.VisualStudio.Shell.Interop.12.0"> |
63 | 74 | <EmbedInteropTypes>true</EmbedInteropTypes> |
64 | 75 | </Reference> |
65 | | - <Reference Include="Microsoft.VisualStudio.Text.Data, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" /> |
66 | | - <Reference Include="Microsoft.VisualStudio.Text.Logic, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" /> |
67 | | - <Reference Include="Microsoft.VisualStudio.Text.UI, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" /> |
68 | | - <Reference Include="Microsoft.VisualStudio.Text.UI.Wpf, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" /> |
| 76 | + <Reference Include="Microsoft.VisualStudio.Text.Data, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" /> |
| 77 | + <Reference Include="Microsoft.VisualStudio.Text.Logic, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" /> |
| 78 | + <Reference Include="Microsoft.VisualStudio.Text.UI, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" /> |
| 79 | + <Reference Include="Microsoft.VisualStudio.Text.UI.Wpf, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" /> |
69 | 80 | <Reference Include="Microsoft.VisualStudio.TextManager.Interop" /> |
70 | 81 | <Reference Include="Microsoft.VisualStudio.Shell.12.0" /> |
71 | 82 | <Reference Include="Microsoft.VisualStudio.Shell.Immutable.10.0" /> |
|
265 | 276 | <IncludeInVSIX>true</IncludeInVSIX> |
266 | 277 | </Content> |
267 | 278 | </ItemGroup> |
268 | | - <ItemGroup /> |
| 279 | + <ItemGroup> |
| 280 | + <BootstrapperPackage Include=".NETFramework,Version=v4.5"> |
| 281 | + <Visible>False</Visible> |
| 282 | + <ProductName>Microsoft .NET Framework 4.5 %28x86 和 x64%29</ProductName> |
| 283 | + <Install>true</Install> |
| 284 | + </BootstrapperPackage> |
| 285 | + <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
| 286 | + <Visible>False</Visible> |
| 287 | + <ProductName>.NET Framework 3.5 SP1</ProductName> |
| 288 | + <Install>false</Install> |
| 289 | + </BootstrapperPackage> |
| 290 | + </ItemGroup> |
269 | 291 | <PropertyGroup> |
270 | 292 | <UseCodebase>true</UseCodebase> |
271 | 293 | </PropertyGroup> |
|
0 commit comments