ningshuxia
昨天 71c12ff40d58c3dbdde6867396dd99224e57fc32
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
39
40
41
42
43
44
45
46
47
<Project Sdk="Microsoft.NET.Sdk">
 
  <PropertyGroup>
    <TargetFramework>net6.0</TargetFramework>
    <ImplicitUsings>enable</ImplicitUsings>
    <Nullable>disable</Nullable>
    <RootNamespace>$(MSBuildProjectName.Replace(" ", "_"))</RootNamespace>
    <GenerateDocumentationFile>True</GenerateDocumentationFile>
    <GeneratePackageOnBuild>True</GeneratePackageOnBuild>
  </PropertyGroup>
 
  <ItemGroup>
    <Compile Remove="01-logic-policy\**" />
    <Compile Remove="03-logic-site\**" />
    <Compile Remove="04-logic-tree\**" />
    <Compile Remove="99-logic\**" />
    <EmbeddedResource Remove="01-logic-policy\**" />
    <EmbeddedResource Remove="03-logic-site\**" />
    <EmbeddedResource Remove="04-logic-tree\**" />
    <EmbeddedResource Remove="99-logic\**" />
    <None Remove="01-logic-policy\**" />
    <None Remove="03-logic-site\**" />
    <None Remove="04-logic-tree\**" />
    <None Remove="99-logic\**" />
  </ItemGroup>
 
  <ItemGroup>
    <ProjectReference Include="..\..\Dto\HStation.Dto.Xhs.Core\HStation.Dto.Xhs.Core.csproj" />
    <ProjectReference Include="..\HStation.Application.Core\HStation.Application.Core.csproj" />
  </ItemGroup>
 
  <ItemGroup>
    <Content Update="C:\Users\admin\.nuget\packages\yw.jwt.core\1.0.1\contentFiles\any\net6.0\JWT.json">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </Content>
    <Content Update="C:\Users\admin\.nuget\packages\yw.jwt.core\1.0.2\contentFiles\any\net6.0\JWT.json">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </Content>
    <Content Update="C:\Users\admin\.nuget\packages\yw.jwt.core\1.0.3\contentFiles\any\net6.0\JWT.json">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </Content>
    <Content Update="C:\Users\admin\.nuget\packages\yw.yitter.core\1.0.0\contentFiles\any\net6.0\paras_yitter_settings.json">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </Content>
  </ItemGroup>
 
</Project>