roblox-cs / dotnet /sdk /8.0.402 /Sdks /Microsoft.NET.Sdk.StaticWebAssets /targets /Sdk.StaticWebAssets.CurrentVersion.props
asynchronousai's picture
Upload 2613 files
090629c verified
raw
history blame
1.62 kB
<!--
***********************************************************************************************
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>