-
-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathSdk.targets
More file actions
15 lines (12 loc) · 691 Bytes
/
Sdk.targets
File metadata and controls
15 lines (12 loc) · 691 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Reference Include="System.Web" />
<Reference Include="System.Web.Extensions" />
</ItemGroup>
<Import Project="MSBuild.SDK.SystemWeb.RazorLibrary.DefaultPackages.targets"/>
<Import Project="MSBuild.SDK.SystemWeb.RazorLibrary.RazorGeneratorDirectives.targets" />
<Import Project="MSBuild.SDK.SystemWeb.RazorLibrary.DefaultItems.targets"/>
<Import Project="Sdk.targets" Sdk="Microsoft.NET.Sdk" />
<!-- Inject BindingRedirects targets after Microsoft.NET.Sdk is injected -->
<Import Project="MSBuild.SDK.SystemWeb.Common.BindingRedirects.targets" />
</Project>