Blame view

Antis.Erp.Plat/douyin/sdk-dotnet/sdk-dotnet.csproj 1.24 KB
f946e9dd   hexiaodong   hhh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
  <Project Sdk="Microsoft.NET.Sdk">

  

    <PropertyGroup>

      <TargetFramework>netstandard2.0</TargetFramework>

      <PackageVersion>1.0.0</PackageVersion>

      <AssemblyName>sdk-dotnet-core</AssemblyName>

    </PropertyGroup>

  

    <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">

      <LangVersion>7.1</LangVersion>

      <AllowUnsafeBlocks>true</AllowUnsafeBlocks>

    </PropertyGroup>

    <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">

      <LangVersion>7.1</LangVersion>

      <AllowUnsafeBlocks>true</AllowUnsafeBlocks>

    </PropertyGroup>

    <ItemGroup>

      <None Remove="Core\" />

      <None Remove="Api\" />

      <None Remove="Utils\" />

      <None Remove="Core\Http\" />

      <None Remove="Exception\" />

      <None Remove="xunit.core" />

      <None Remove="Api\Token\" />

      <None Remove="Api\Token\Param\" />

      <None Remove="Api\Token\Data\" />

    </ItemGroup>

    <ItemGroup>

      <Folder Include="Core\" />

      <Folder Include="Api\" />

      <Folder Include="Utils\" />

      <Folder Include="Core\Http\" />

      <Folder Include="Exception\" />

      <Folder Include="Api\Token\" />

      <Folder Include="Api\Token\Param\" />

      <Folder Include="Api\Token\Data\" />

    </ItemGroup>

  </Project>