lixiaojun
2024-11-18 ae0dcbec3f362c032a5cc71f78bc8d8d968eddfd
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
<Project Sdk="Microsoft.NET.Sdk.Web">
 
  <PropertyGroup>
    <TargetFramework>net6.0</TargetFramework>
    <Nullable>disable</Nullable>
    <ImplicitUsings>enable</ImplicitUsings>
    <AssemblyName>$(MSBuildProjectName)</AssemblyName>
    <RootNamespace>$(MSBuildProjectName.Replace(" ", "_"))</RootNamespace>
    <GenerateDocumentationFile>True</GenerateDocumentationFile>
    <Version />
  </PropertyGroup>
 
  <ProjectExtensions><VisualStudio><UserProperties appsettings_1json__JsonSchema="" /></VisualStudio></ProjectExtensions>
 
  <ItemGroup>
    <PackageReference Include="Yw.Application.Assets.Core" Version="3.2.7" />
    <PackageReference Include="Yw.Application.Basic.Core" Version="3.2.9" />
    <PackageReference Include="Yw.Application.Bimface.Core" Version="3.1.6" />
    <PackageReference Include="Yw.Application.Dict.Core" Version="3.1.2" />
    <PackageReference Include="Yw.Application.DMA.Core" Version="3.1.0" />
    <PackageReference Include="Yw.Application.DOCS.Core" Version="3.1.1" />
    <PackageReference Include="Yw.Application.Logic.Core" Version="3.3.3" />
    <PackageReference Include="Yw.Application.Map.Core" Version="3.1.8" />
    <PackageReference Include="Yw.Application.Monitor.Core" Version="3.8.2" />
    <PackageReference Include="Yw.Application.MonitorRelation.Core" Version="3.3.7" />
    <PackageReference Include="Yw.Application.Repair.Core" Version="3.1.1" />
    <PackageReference Include="Yw.Application.Run.Core" Version="3.1.7" />
    <PackageReference Include="Yw.Application.Unit.Core" Version="3.1.5" />
  </ItemGroup>
 
  <ItemGroup>
    <ProjectReference Include="..\IStation.WebApi.SZJT\IStation.WebApi.SZJT.csproj" />
  </ItemGroup>
 
</Project>