ningshuxia
8 天以前 b24092beff11a75a3fec392dcedd475b407ebdc3
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<Project Sdk="Microsoft.NET.Sdk">
 
    <PropertyGroup>
        <TargetFramework>net6.0</TargetFramework>
        <ImplicitUsings>enable</ImplicitUsings>
        <Nullable>disable</Nullable>
        <RootNamespace>IStation.Application</RootNamespace>
        <GenerateDocumentationFile>True</GenerateDocumentationFile>
        <GeneratePackageOnBuild>True</GeneratePackageOnBuild>
        <Version>3.0.5</Version>
        <PlatformTarget>x86</PlatformTarget>
    </PropertyGroup>
 
    <ItemGroup>
      <Compile Remove="04-project\**" />
      <Compile Remove="05-user\**" />
      <Compile Remove="06-role\**" />
      <Compile Remove="07-software\**" />
      <Compile Remove="08-menu-authority\**" />
      <EmbeddedResource Remove="04-project\**" />
      <EmbeddedResource Remove="05-user\**" />
      <EmbeddedResource Remove="06-role\**" />
      <EmbeddedResource Remove="07-software\**" />
      <EmbeddedResource Remove="08-menu-authority\**" />
      <None Remove="04-project\**" />
      <None Remove="05-user\**" />
      <None Remove="06-role\**" />
      <None Remove="07-software\**" />
      <None Remove="08-menu-authority\**" />
    </ItemGroup>
 
    <ItemGroup>
      <Compile Remove="01-open-api\01-schedule\Schedule_Controller - 复制.cs" />
      <Compile Remove="01-open-api\01-schedule\Schedule_Controlle_没限制.cs" />
      <Compile Remove="03-web\Schedule_Station_Controller.cs" />
    </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.service.auth.core\1.0.6\contentFiles\any\net6.0\paras_auth_settings.json">
            <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
        </Content>
        <Content Update="C:\Users\admin\.nuget\packages\yw.yitter.core\1.0.0\contentFiles\any\net6.0\paras_yitter_settings.json">
            <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
        </Content>
    </ItemGroup>
 
    <ItemGroup>
        <PackageReference Include="Yw.Application.Core" Version="3.1.0" />
        <PackageReference Include="Yw.Captcha.Core" Version="3.0.0" />
    </ItemGroup>
 
    <ItemGroup>
      <ProjectReference Include="..\..\Dto\IStation.Dto\IStation.Dto.csproj" />
      <ProjectReference Include="..\..\Service\IStation.Service\IStation.Service.csproj" />
    </ItemGroup>
 
</Project>