lixiaojun
2024-12-20 a5a97f9e6608db67b36b0c0186257b0b5c98c829
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
<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-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-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-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>
    <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.2.9" />
    <PackageReference Include="Yw.Pump.Core" Version="3.1.7" />
    <PackageReference Include="Yw.Service.Phart.Core" Version="3.2.8" />
  </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>
 
  <ItemGroup>
    <Folder Include="02-model\99-models\02-diagram\01-pump\" />
    <Folder Include="02-model\99-models\02-diagram\02-valve\" />
  </ItemGroup>
 
</Project>