zhengyiming
2025-08-04 f5fbcc493f5f19bd81e089777e574512fec59398
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<Project Sdk="Microsoft.NET.Sdk">
 
 
    <PropertyGroup>
        <TargetFramework>net9.0</TargetFramework>
        <NoWarn>1701;1702;1591</NoWarn>
        <DocumentationFile>FlexJobApi.Application.xml</DocumentationFile>
        <ImplicitUsings>enable</ImplicitUsings>
    </PropertyGroup>
 
    <ItemGroup>
        <None Remove="FlexJobApi.Application.xml" />
    </ItemGroup>
 
    <ItemGroup>
        <ProjectReference Include="..\FlexJobApi.Core\FlexJobApi.Core.csproj" />
    </ItemGroup>
 
    <ItemGroup>
      <Folder Include="Dictionaries\Commands\" />
    </ItemGroup>
 
</Project>