|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
|
|
<ProjectGuid>{2022D643-6B3A-4612-B664-2FD1D6BF1A8F}</ProjectGuid>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
<RootNamespace>DB</RootNamespace>
|
|
|
|
|
<AssemblyName>DB</AssemblyName>
|
|
|
|
|
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
<Deterministic>true</Deterministic>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="Chloe">
|
|
|
|
|
<Version>5.40.0</Version>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
<PackageReference Include="Chloe.Extension">
|
|
|
|
|
<Version>5.40.0</Version>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
<PackageReference Include="Chloe.PostgreSQL">
|
|
|
|
|
<Version>5.40.0</Version>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces">
|
|
|
|
|
<Version>8.0.0</Version>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
<PackageReference Include="Microsoft.Bcl.HashCode">
|
|
|
|
|
<Version>1.1.1</Version>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions">
|
|
|
|
|
<Version>8.0.2</Version>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions">
|
|
|
|
|
<Version>8.0.2</Version>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
<PackageReference Include="Npgsql">
|
|
|
|
|
<Version>8.0.5</Version>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<PackageReference Include="System.Buffers">
|
|
|
|
|
<Version>4.5.1</Version>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
<PackageReference Include="System.Collections.Immutable">
|
|
|
|
|
<Version>8.0.0</Version>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
<Reference Include="System.Core" />
|
|
|
|
|
<PackageReference Include="System.Diagnostics.DiagnosticSource">
|
|
|
|
|
<Version>8.0.1</Version>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
<PackageReference Include="System.Memory">
|
|
|
|
|
<Version>4.5.5</Version>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
<Reference Include="System.Numerics" />
|
|
|
|
|
<PackageReference Include="System.Numerics.Vectors">
|
|
|
|
|
<Version>4.5.0</Version>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
<PackageReference Include="System.Runtime.CompilerServices.Unsafe">
|
|
|
|
|
<Version>6.0.0</Version>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
<PackageReference Include="System.Text.Encodings.Web">
|
|
|
|
|
<Version>8.0.0</Version>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
<PackageReference Include="System.Text.Json">
|
|
|
|
|
<Version>8.0.5</Version>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
<PackageReference Include="System.Threading.Channels">
|
|
|
|
|
<Version>8.0.0</Version>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
<PackageReference Include="System.Threading.Tasks.Extensions">
|
|
|
|
|
<Version>4.5.4</Version>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
<PackageReference Include="System.ValueTuple">
|
|
|
|
|
<Version>4.5.0</Version>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
<Reference Include="System.Xml.Linq" />
|
|
|
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
|
|
|
<Reference Include="Microsoft.CSharp" />
|
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
|
<Reference Include="System.Net.Http" />
|
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Include="DbCommandInterceptor.cs" />
|
|
|
|
|
<Compile Include="DbFactory.cs" />
|
|
|
|
|
<Compile Include="Dto\UserDto.cs" />
|
|
|
|
|
<Compile Include="Entity\AlarmData.cs" />
|
|
|
|
|
<Compile Include="Entity\AlarmLog.cs" />
|
|
|
|
|
<Compile Include="Entity\FromPlan.cs" />
|
|
|
|
|
<Compile Include="Entity\FromPlanMapper.cs" />
|
|
|
|
|
<Compile Include="Entity\Function.cs" />
|
|
|
|
|
<Compile Include="Entity\Log.cs" />
|
|
|
|
|
<Compile Include="Entity\Point.cs" />
|
|
|
|
|
<Compile Include="Entity\PointLog.cs" />
|
|
|
|
|
<Compile Include="Entity\ReadBufLog.cs" />
|
|
|
|
|
<Compile Include="Entity\Role.cs" />
|
|
|
|
|
<Compile Include="Entity\UpdateLog.cs" />
|
|
|
|
|
<Compile Include="Entity\User.cs" />
|
|
|
|
|
<Compile Include="MappingHelper.cs" />
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
<Compile Include="Service\AlarmdDataService.cs" />
|
|
|
|
|
<Compile Include="Service\AlarmLogService.cs" />
|
|
|
|
|
<Compile Include="Service\FromPlanService.cs" />
|
|
|
|
|
<Compile Include="Service\PointLogService.cs" />
|
|
|
|
|
<Compile Include="Service\PointService.cs" />
|
|
|
|
|
<Compile Include="Service\ReadBufLogService.cs" />
|
|
|
|
|
<Compile Include="Service\UpdateLogService.cs" />
|
|
|
|
|
<Compile Include="Service\UserService.cs" />
|
|
|
|
|
<Compile Include="SystemEntityTypeBuilder.cs" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\Tool\Tool.csproj">
|
|
|
|
|
<Project>{a49bc7e3-39b7-4f68-8780-fb4da3461aff}</Project>
|
|
|
|
|
<Name>Tool</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup />
|
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
</Project>
|