Spaces:
Running
Running
<!-- | |
*********************************************************************************************** | |
Sdk.StaticWebAssets.CurrentVersion.props | |
WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and have | |
created a backup copy. Incorrect changes to this file will make it | |
impossible to load or build your projects from the command-line or the IDE. | |
Copyright (c) .NET Foundation. All rights reserved. | |
*********************************************************************************************** | |
--> | |
<Project ToolsVersion="14.0"> | |
<!-- | |
Properties and tasks supporting StaticWebAssets MSBuild integration | |
--> | |
<!-- | |
Default properties for common StaticWebAssets SDK behavior. | |
--> | |
<PropertyGroup> | |
<UsingMicrosoftNETSdkStaticWebAssets>true</UsingMicrosoftNETSdkStaticWebAssets> | |
<!-- | |
Set to true to automatically include certain file types, such as .cshtml files, as content in the project. | |
When referenced via Microsoft.NET.Sdk.Web, this additionally includes all files under wwwroot, and any config files. | |
--> | |
<EnableDefaultContentItems Condition="'$(EnableDefaultContentItems)'==''">true</EnableDefaultContentItems> | |
<!-- | |
Set to true to automatically include Razor (.razor.cs) files in @(ScopedCssInput) from @(Content). | |
--> | |
<EnableDefaultScopedCssItems Condition="'$(EnableDefaultScopedCssItems)'==''">true</EnableDefaultScopedCssItems> | |
</PropertyGroup> | |
<Import Project="$(MSBuildThisFileDirectory)..\Sdk\Sdk.StaticWebAssets.StaticAssets.ProjectSystem.props" /> | |
</Project> | |