File tree Expand file tree Collapse file tree
test/EndToEnd/ProjectTemplates
EmptyWebApplicationProject40.zip
WebApplicationProject40.zip Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -69,12 +69,12 @@ $endif$
6969 </ItemGroup >
7070
7171 <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
72- <Import Project =" $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v17.0 \WebApplications\Microsoft.WebApplication.targets" />
72+ <Import Project =" $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)) \WebApplications\Microsoft.WebApplication.targets" Condition = " '$(VSToolsPath)' != '' " />
7373 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
7474 Other similar extension points exist, see Microsoft.Common.targets.
7575 <Target Name="BeforeBuild">
7676 </Target>
7777 <Target Name="AfterBuild">
7878 </Target>
7979 -->
80- </Project >
80+ </Project >
Original file line number Diff line number Diff line change 127127 <Content Include =" Site.Master" />
128128 </ItemGroup >
129129 <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
130- <Import Project =" $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v17.0 \WebApplications\Microsoft.WebApplication.targets" />
130+ <Import Project =" $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) \WebApplications\Microsoft.WebApplication.targets" Condition = " '$(VSToolsPath)' != '' " />
131131 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
132132 Other similar extension points exist, see Microsoft.Common.targets.
133133 <Target Name="BeforeBuild">
134134 </Target>
135135 <Target Name="AfterBuild">
136136 </Target>
137137 -->
138- </Project >
138+ </Project >
You can’t perform that action at this time.
0 commit comments