lixiaojun
2025-02-13 bfd1b73be85fd66ee37031eadcd4d09e7dafb52f
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<Project Sdk="Microsoft.NET.Sdk">
 
  <PropertyGroup>
    <TargetFramework>net6.0</TargetFramework>
    <ImplicitUsings>enable</ImplicitUsings>
    <Nullable>disable</Nullable>
  </PropertyGroup>
 
  <ItemGroup>
    <Compile Remove="01-entity\01-pump-main\**" />
    <Compile Remove="01-entity\02-valve-main\**" />
    <Compile Remove="02-model\01-pump-main\**" />
    <Compile Remove="02-model\01-valve-main\**" />
    <Compile Remove="02-model\99-models\**" />
    <Compile Remove="02-settings\**" />
    <Compile Remove="04-dal\01-interface\01-pump-main\**" />
    <Compile Remove="04-dal\01-interface\01-valve-main\**" />
    <Compile Remove="04-dal\02-postgresql\01-pump-main\**" />
    <Compile Remove="04-dal\02-postgresql\02-valve-main\**" />
    <Compile Remove="04-dal\03-sqlite\01-pump-main\**" />
    <Compile Remove="04-dal\03-sqlite\02-pump-main\**" />
    <Compile Remove="05-service\00-core\03-extensions\**" />
    <Compile Remove="05-service\01-pump-main\**" />
    <Compile Remove="05-service\02-valve-main\**" />
    <EmbeddedResource Remove="01-entity\01-pump-main\**" />
    <EmbeddedResource Remove="01-entity\02-valve-main\**" />
    <EmbeddedResource Remove="02-model\01-pump-main\**" />
    <EmbeddedResource Remove="02-model\01-valve-main\**" />
    <EmbeddedResource Remove="02-model\99-models\**" />
    <EmbeddedResource Remove="02-settings\**" />
    <EmbeddedResource Remove="04-dal\01-interface\01-pump-main\**" />
    <EmbeddedResource Remove="04-dal\01-interface\01-valve-main\**" />
    <EmbeddedResource Remove="04-dal\02-postgresql\01-pump-main\**" />
    <EmbeddedResource Remove="04-dal\02-postgresql\02-valve-main\**" />
    <EmbeddedResource Remove="04-dal\03-sqlite\01-pump-main\**" />
    <EmbeddedResource Remove="04-dal\03-sqlite\02-pump-main\**" />
    <EmbeddedResource Remove="05-service\00-core\03-extensions\**" />
    <EmbeddedResource Remove="05-service\01-pump-main\**" />
    <EmbeddedResource Remove="05-service\02-valve-main\**" />
    <None Remove="01-entity\01-pump-main\**" />
    <None Remove="01-entity\02-valve-main\**" />
    <None Remove="02-model\01-pump-main\**" />
    <None Remove="02-model\01-valve-main\**" />
    <None Remove="02-model\99-models\**" />
    <None Remove="02-settings\**" />
    <None Remove="04-dal\01-interface\01-pump-main\**" />
    <None Remove="04-dal\01-interface\01-valve-main\**" />
    <None Remove="04-dal\02-postgresql\01-pump-main\**" />
    <None Remove="04-dal\02-postgresql\02-valve-main\**" />
    <None Remove="04-dal\03-sqlite\01-pump-main\**" />
    <None Remove="04-dal\03-sqlite\02-pump-main\**" />
    <None Remove="05-service\00-core\03-extensions\**" />
    <None Remove="05-service\01-pump-main\**" />
    <None Remove="05-service\02-valve-main\**" />
  </ItemGroup>
 
  <ItemGroup>
    <Compile Remove="05-service\00-core\PhartGraphExtensions.cs" />
    <Compile Remove="05-service\00-core\PhartGraphHelper.cs" />
  </ItemGroup>
 
  <ItemGroup>
    <None Remove="paras_hstation_phart_relation_settings.json" />
    <None Remove="paras_xhs_settings.json" />
  </ItemGroup>
 
  <ItemGroup>
    <Content Include="paras_hstation_phart_relation_settings.json">
      <CopyToOutputDirectory>Never</CopyToOutputDirectory>
    </Content>
  </ItemGroup>
 
  <ItemGroup>
    <PackageReference Include="Yw.Geometry.Core" Version="3.3.2" />
    <PackageReference Include="Yw.Pump.Core" Version="3.2.4" />
    <PackageReference Include="Yw.Service.Phart.Core" Version="3.2.9" />
  </ItemGroup>
 
  <ItemGroup>
    <Content Update="C:\Users\admin\.nuget\packages\yw.service.assets.core\1.0.0\contentFiles\any\net6.0\paras_assets_settings.json">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </Content>
    <Content Update="C:\Users\admin\.nuget\packages\yw.service.basic.core\1.0.0\contentFiles\any\net6.0\paras_basic_settings.json">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </Content>
    <Content Update="C:\Users\admin\.nuget\packages\yw.service.basic.core\1.0.2\contentFiles\any\net6.0\paras_basic_settings.json">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </Content>
    <Content Update="C:\Users\admin\.nuget\packages\yw.service.basic.core\1.1.9\contentFiles\any\net6.0\paras_basic_settings.json">
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </Content>
    <Content Update="C:\Users\admin\.nuget\packages\yw.service.dict.core\1.0.0\contentFiles\any\net6.0\paras_dict_settings.json">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </Content>
    <Content Update="C:\Users\admin\.nuget\packages\yw.service.unit.core\1.0.0\contentFiles\any\net6.0\paras_unit_settings.json">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </Content>
    <Content Update="C:\Users\Eventech\.nuget\packages\yw.service.phart.core\3.2.2\contentFiles\any\net6.0\paras_phart_settings.json">
      <CopyToOutputDirectory>Never</CopyToOutputDirectory>
    </Content>
  </ItemGroup>
 
</Project>