|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 3 | + <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
3 | 4 | <PropertyGroup> |
4 | 5 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
5 | 6 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
17 | 18 | <UseIISExpress>false</UseIISExpress> |
18 | 19 | <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir> |
19 | 20 | <RestorePackages>true</RestorePackages> |
| 21 | + <FileUpgradeFlags> |
| 22 | + </FileUpgradeFlags> |
| 23 | + <UpgradeBackupLocation> |
| 24 | + </UpgradeBackupLocation> |
| 25 | + <OldToolsVersion>4.0</OldToolsVersion> |
20 | 26 | </PropertyGroup> |
21 | 27 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
22 | 28 | <DebugSymbols>true</DebugSymbols> |
|
354 | 360 | <ItemGroup> |
355 | 361 | <None Include="Scripts\jquery-2.0.2.min.map" /> |
356 | 362 | </ItemGroup> |
| 363 | + <PropertyGroup> |
| 364 | + <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion> |
| 365 | + <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> |
| 366 | + </PropertyGroup> |
357 | 367 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
358 | | - <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" /> |
| 368 | + <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" /> |
| 369 | + <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" /> |
359 | 370 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
360 | 371 | Other similar extension points exist, see Microsoft.Common.targets. |
361 | 372 | <Target Name="BeforeBuild"> |
|
0 commit comments