File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion =" 4.0" >
3+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
34 <PropertyGroup >
45 <ProjectTypeGuids >{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids >
56 <ProductVersion >9.0.30729</ProductVersion >
2728 </FileUpgradeFlags >
2829 <UpgradeBackupLocation >
2930 </UpgradeBackupLocation >
30- <OldToolsVersion >3.5 </OldToolsVersion >
31+ <OldToolsVersion >4.0 </OldToolsVersion >
3132 <TargetFrameworkVersion >v3.5</TargetFrameworkVersion >
3233 <UseIISExpress >false</UseIISExpress >
3334 </PropertyGroup >
923924 <ItemGroup >
924925 <Folder Include =" Properties\" />
925926 </ItemGroup >
927+ <PropertyGroup >
928+ <VisualStudioVersion Condition =" '$(VisualStudioVersion)' == ''" >10.0</VisualStudioVersion >
929+ <VSToolsPath Condition =" '$(VSToolsPath)' == ''" >$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath >
930+ </PropertyGroup >
926931 <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
927932 <PropertyGroup >
928933 <PreBuildEvent >
@@ -949,5 +954,6 @@ xcopy/y/q "$(SolutionDir)\xsl\*.xsl" "$(ProjectDir)\xsl"</PostBuildEvent>
949954 </FlavorProperties >
950955 </VisualStudio >
951956 </ProjectExtensions >
952- <Import Project =" $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition =" exists('$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets')" />
957+ <Import Project =" $(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition =" '$(VSToolsPath)' != ''" />
958+ <Import Project =" $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition =" false" />
953959</Project >
You can’t perform that action at this time.
0 commit comments