|
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> |
|
15 | 16 | <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
16 | 17 | <MvcBuildViews>false</MvcBuildViews> |
17 | 18 | <UseIISExpress>false</UseIISExpress> |
| 19 | + <FileUpgradeFlags> |
| 20 | + </FileUpgradeFlags> |
| 21 | + <UpgradeBackupLocation> |
| 22 | + </UpgradeBackupLocation> |
| 23 | + <OldToolsVersion>4.0</OldToolsVersion> |
18 | 24 | </PropertyGroup> |
19 | 25 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
20 | 26 | <DebugSymbols>true</DebugSymbols> |
|
153 | 159 | <Name>FluentAssertions.Mvc3</Name> |
154 | 160 | </ProjectReference> |
155 | 161 | </ItemGroup> |
| 162 | + <PropertyGroup> |
| 163 | + <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion> |
| 164 | + <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> |
| 165 | + </PropertyGroup> |
156 | 166 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
157 | | - <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" /> |
| 167 | + <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" /> |
| 168 | + <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" /> |
158 | 169 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
159 | 170 | Other similar extension points exist, see Microsoft.Common.targets. |
160 | 171 | <Target Name="BeforeBuild"> |
|
0 commit comments