Skip to content

Commit cea75bb

Browse files
committed
Update MySite.Web.csproj
1 parent 8df1269 commit cea75bb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Ajax/MySite.Web/MySite.Web.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="Current" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<Import Project="..\..\packages\Telerik.Licensing.1.4.12\build\Telerik.Licensing.props" Condition="Exists('..\..\packages\Telerik.Licensing.1.4.12\build\Telerik.Licensing.props')" />
4-
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4+
<Import Project="..\..\packages\Telerik.Licensing.1.4.12\build\Telerik.Licensing.targets" Condition="Exists('..\..\packages\Telerik.Licensing.1.4.12\build\Telerik.Licensing.targets')" />
55
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
66
<PropertyGroup>
77
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
@@ -217,7 +217,6 @@
217217
<Error Condition="!Exists('..\..\packages\Telerik.Licensing.1.4.12\build\Telerik.Licensing.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Telerik.Licensing.1.4.12\build\Telerik.Licensing.props'))" />
218218
<Error Condition="!Exists('..\..\packages\Telerik.Licensing.1.4.12\build\Telerik.Licensing.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Telerik.Licensing.1.4.12\build\Telerik.Licensing.targets'))" />
219219
</Target>
220-
<Import Project="..\..\packages\Telerik.Licensing.1.4.12\build\Telerik.Licensing.targets" Condition="Exists('..\..\packages\Telerik.Licensing.1.4.12\build\Telerik.Licensing.targets')" />
221220
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
222221
Other similar extension points exist, see Microsoft.Common.targets.
223222
<Target Name="BeforeBuild">

0 commit comments

Comments
 (0)