2023-04-12 22:30:42 +08:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
|
|
<SatelliteResourceLanguages>en-US</SatelliteResourceLanguages>
|
|
|
|
|
|
<PublishReadyToRunComposite>true</PublishReadyToRunComposite>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="6.0.15">
|
|
|
|
|
|
<PrivateAssets>all</PrivateAssets>
|
|
|
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
|
|
|
|
</PackageReference>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2023-04-15 17:33:42 +08:00
|
|
|
|
<ProjectReference Include="..\Yi.Furion.Web.Core\Yi.Furion.Web.Core.csproj" />
|
2023-04-12 22:30:42 +08:00
|
|
|
|
</ItemGroup>
|
2023-04-15 12:19:02 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2023-10-05 15:26:33 +08:00
|
|
|
|
<None Update="end.sh">
|
2023-10-05 15:54:42 +08:00
|
|
|
|
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
2023-10-05 15:26:33 +08:00
|
|
|
|
</None>
|
2023-04-15 12:19:02 +08:00
|
|
|
|
<None Update="ip2region.db">
|
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
|
</None>
|
2023-10-05 15:26:33 +08:00
|
|
|
|
<None Update="start.sh">
|
2023-10-05 15:54:42 +08:00
|
|
|
|
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
2023-10-05 15:26:33 +08:00
|
|
|
|
</None>
|
2023-04-15 12:19:02 +08:00
|
|
|
|
</ItemGroup>
|
2023-04-16 14:30:56 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Folder Include="wwwroot\File\" />
|
|
|
|
|
|
<Folder Include="wwwroot\Image\" />
|
|
|
|
|
|
<Folder Include="wwwroot\Thumbnail\" />
|
|
|
|
|
|
</ItemGroup>
|
2023-04-20 22:36:32 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2023-11-30 16:45:34 +08:00
|
|
|
|
<Content Update="appsettings.Development.json">
|
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
|
</Content>
|
2023-04-20 22:36:32 +08:00
|
|
|
|
<Content Update="appsettings.Development.json">
|
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
|
</Content>
|
|
|
|
|
|
<Content Update="appsettings.Production.json">
|
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
|
</Content>
|
2023-10-08 22:59:22 +08:00
|
|
|
|
<Content Update="wwwroot\Image\1633441011139219456.jpg">
|
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
|
</Content>
|
2023-04-20 22:36:32 +08:00
|
|
|
|
</ItemGroup>
|
2023-04-12 22:30:42 +08:00
|
|
|
|
<ProjectExtensions>
|
|
|
|
|
|
<VisualStudio>
|
|
|
|
|
|
<UserProperties properties_4launchsettings_1json__JsonSchema="" />
|
|
|
|
|
|
</VisualStudio>
|
|
|
|
|
|
</ProjectExtensions>
|
|
|
|
|
|
|
|
|
|
|
|
</Project>
|