username@email.com
2024-08-22 17308f6494c81fb5a5ee035724a414ec7da11936
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<Project Sdk="Microsoft.NET.Sdk">
 
 
 
    <PropertyGroup>
        <TargetFramework>net8.0</TargetFramework>
        <NoWarn>1701;1702;1591</NoWarn>
        <DocumentationFile>cylsg.Web.Core.xml</DocumentationFile>
    </PropertyGroup>
 
 
    <ItemGroup>
        <None Remove="cylsg.Web.Core.xml" />
    </ItemGroup>
 
    <ItemGroup>
        <ProjectReference Include="..\cylsg.Application\cylsg.Application.csproj" />
        <ProjectReference Include="..\cylsg.Authorization\cylsg.Authorization.csproj" />
        <ProjectReference Include="..\EzUpFile\EzUpFile.csproj" />
    </ItemGroup>
 
</Project>