Waste/Waste.Web.Entry/Waste.Web.Entry.csproj

30 lines
905 B
XML
Raw Normal View History

2021-05-27 16:58:40 +08:00
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<UserSecretsId>5413a98c-25d6-4214-9bb8-73a611bdabe4</UserSecretsId>
2022-03-28 10:30:08 +08:00
<EnvironmentName>Staging</EnvironmentName>
2021-05-27 16:58:40 +08:00
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DebugType>none</DebugType>
<DebugSymbols>false</DebugSymbols>
</PropertyGroup>
<ItemGroup>
<None Include="Pages\Shared\_Layout.cshtml" />
<None Include="Pages\Shared\_ValidationScriptsPartial.cshtml" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="BuildBundlerMinifier" Version="3.2.449" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Waste.Web.Core\Waste.Web.Core.csproj" />
</ItemGroup>
2021-08-05 18:34:28 +08:00
<ProjectExtensions><VisualStudio><UserProperties appsettings_1json__JsonSchema="" /></VisualStudio></ProjectExtensions>
2021-05-27 16:58:40 +08:00
</Project>