ningshuxia
2024-05-24 498129790764bd6576768c7b67f408b1560afda7
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
<Project Sdk="Microsoft.NET.Sdk">
 
    <PropertyGroup>
        <OutputType>Exe</OutputType>
        <TargetFramework>net6.0</TargetFramework>
        <ImplicitUsings>enable</ImplicitUsings>
        <Nullable>disable</Nullable>
    </PropertyGroup>
 
    <ItemGroup>
        <Compile Remove="1-二取\**" />
        <EmbeddedResource Remove="1-二取\**" />
        <None Remove="1-二取\**" />
    </ItemGroup>
 
    <ItemGroup>
        <PackageReference Include="Yw.CurveBase.Core" Version="1.0.1" />
        <PackageReference Include="Yw.Quartz.Core" Version="1.0.0" />
    </ItemGroup>
 
    <ItemGroup>
        <ProjectReference Include="..\IStation.Service.Core\IStation.Service.Core.csproj" />
    </ItemGroup>
 
    <ItemGroup>
        <Content Update="C:\Users\admin\.nuget\packages\yw.service.assets.core\1.0.4\contentFiles\any\net6.0\paras_assets_settings.json">
            <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
        </Content>
        <Content Update="C:\Users\admin\.nuget\packages\yw.service.monitor.core\1.1.1\contentFiles\any\net6.0\paras_monitor_settings.json">
            <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
        </Content>
    </ItemGroup>
 
</Project>