You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

69 lines
3.9 KiB
XML

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<Content Update="C:\Users\ruyu\.nuget\packages\bootstrap\5.3.0-alpha3\contentFiles\any\any\wwwroot\css\bootstrap-grid.css">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Update="C:\Users\ruyu\.nuget\packages\bootstrap\5.3.0-alpha3\contentFiles\any\any\wwwroot\css\bootstrap-reboot.css">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Update="C:\Users\ruyu\.nuget\packages\bootstrap\5.3.0-alpha3\contentFiles\any\any\wwwroot\css\bootstrap-utilities.css">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Update="C:\Users\ruyu\.nuget\packages\bootstrap\5.3.0-alpha3\contentFiles\any\any\wwwroot\css\bootstrap.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Update="C:\Users\ruyu\.nuget\packages\bootstrap\5.3.0-alpha3\contentFiles\any\any\wwwroot\js\bootstrap.bundle.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Update="C:\Users\ruyu\.nuget\packages\bootstrap\5.3.0-alpha3\contentFiles\any\any\wwwroot\js\bootstrap.bundle.js.map">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Update="C:\Users\ruyu\.nuget\packages\bootstrap\5.3.0-alpha3\contentFiles\any\any\wwwroot\js\bootstrap.bundle.min.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Update="C:\Users\ruyu\.nuget\packages\bootstrap\5.3.0-alpha3\contentFiles\any\any\wwwroot\js\bootstrap.bundle.min.js.map">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Update="C:\Users\ruyu\.nuget\packages\bootstrap\5.3.0-alpha3\contentFiles\any\any\wwwroot\js\bootstrap.esm.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Update="C:\Users\ruyu\.nuget\packages\bootstrap\5.3.0-alpha3\contentFiles\any\any\wwwroot\js\bootstrap.esm.js.map">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Update="C:\Users\ruyu\.nuget\packages\bootstrap\5.3.0-alpha3\contentFiles\any\any\wwwroot\js\bootstrap.esm.min.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Update="C:\Users\ruyu\.nuget\packages\bootstrap\5.3.0-alpha3\contentFiles\any\any\wwwroot\js\bootstrap.esm.min.js.map">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Update="C:\Users\ruyu\.nuget\packages\bootstrap\5.3.0-alpha3\contentFiles\any\any\wwwroot\js\bootstrap.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Update="C:\Users\ruyu\.nuget\packages\bootstrap\5.3.0-alpha3\contentFiles\any\any\wwwroot\js\bootstrap.js.map">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Update="C:\Users\ruyu\.nuget\packages\bootstrap\5.3.0-alpha3\contentFiles\any\any\wwwroot\js\bootstrap.min.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Update="C:\Users\ruyu\.nuget\packages\bootstrap\5.3.0-alpha3\contentFiles\any\any\wwwroot\js\bootstrap.min.js.map">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Update="wwwroot\Index.html">
<ExcludeFromSingleFile>true</ExcludeFromSingleFile>
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
</Content>
<Content Update="wwwroot\study\index.html">
<ExcludeFromSingleFile>true</ExcludeFromSingleFile>
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
</Content>
</ItemGroup>
</Project>