<?xml version="1.0" encoding="utf-8"?>
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
<Import Project="..\..\packages\EntityFramework.6.4.4\build\EntityFramework.props" Condition="Exists('..\..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" />
|
<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>{19C07AAE-4019-47DB-8ED5-E7CFC7F05CAF}</ProjectGuid>
|
<OutputType>Library</OutputType>
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
<RootNamespace>AStation.DAL</RootNamespace>
|
<AssemblyName>AStation.DAL.Basic</AssemblyName>
|
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
<FileAlignment>512</FileAlignment>
|
<Deterministic>true</Deterministic>
|
<NuGetPackageImportStamp>
|
</NuGetPackageImportStamp>
|
<TargetFrameworkProfile />
|
</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>
|
<Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
|
<HintPath>..\..\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.dll</HintPath>
|
</Reference>
|
<Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
|
<HintPath>..\..\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.SqlServer.dll</HintPath>
|
</Reference>
|
<Reference Include="SqlSugar, Version=5.1.4.143, Culture=neutral, processorArchitecture=MSIL">
|
<HintPath>..\..\packages\SqlSugar.5.1.4.143\lib\SqlSugar.dll</HintPath>
|
</Reference>
|
<Reference Include="System" />
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
<Reference Include="System.Core" />
|
<Reference Include="System.Data.SQLite, Version=1.0.118.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
|
<HintPath>..\..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.118.0\lib\net46\System.Data.SQLite.dll</HintPath>
|
</Reference>
|
<Reference Include="System.Data.SQLite.EF6, Version=1.0.118.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
|
<HintPath>..\..\packages\System.Data.SQLite.EF6.1.0.118.0\lib\net46\System.Data.SQLite.EF6.dll</HintPath>
|
</Reference>
|
<Reference Include="System.Data.SQLite.Linq, Version=1.0.118.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
|
<HintPath>..\..\packages\System.Data.SQLite.Linq.1.0.118.0\lib\net46\System.Data.SQLite.Linq.dll</HintPath>
|
</Reference>
|
<Reference Include="System.Numerics" />
|
<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="DB\ConnectionFactory.cs" />
|
<Compile Include="DB\DbInitial.cs" />
|
<Compile Include="ElecPrice\ElecPrice.cs" />
|
<Compile Include="Equipment\EquipmentChartMapping.cs" />
|
<Compile Include="Equipment\EquipmentMonitorMapping.cs" />
|
<Compile Include="MonitorPoint\MonitorPoint.cs" />
|
<Compile Include="MonitorPoint\MonitorPointGroup.cs" />
|
<Compile Include="MonitorPoint\Signal.cs" />
|
<Compile Include="Equipment\Equipment.cs" />
|
<Compile Include="Equipment\EquipmentGroup.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
<Compile Include="SignalType\SignalType.cs" />
|
<Compile Include="SignalType\SignalTypeGroup.cs" />
|
<Compile Include="MonitorDataSources\MonitorDataSources.cs" />
|
<Compile Include="Station\Station.cs" />
|
<Compile Include="LoginUser\LoginUser.cs" />
|
<Compile Include="SoftSetting\SoftSetting.cs" />
|
</ItemGroup>
|
<ItemGroup>
|
<None Include="packages.config" />
|
</ItemGroup>
|
<ItemGroup>
|
<ProjectReference Include="..\..\Component\AStation.Log4Net\AStation.Log4Net.csproj">
|
<Project>{11e16cab-6f98-494c-b5a6-cb0ea120819e}</Project>
|
<Name>AStation.Log4Net</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\..\Component\AStation.SharpZipLib\AStation.SharpZipLib.csproj">
|
<Project>{a6174f86-d56b-4226-97e1-4010ed45cab0}</Project>
|
<Name>AStation.SharpZipLib</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\..\Component\AStation.SnowflakeId\AStation.SnowflakeId.csproj">
|
<Project>{320bb67d-7a08-4147-b0ed-62a377ba8128}</Project>
|
<Name>AStation.SnowflakeId</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\..\Configs\AStation.Configs\AStation.Configs.csproj">
|
<Project>{37d4dcea-932e-4628-b245-14c679a2773e}</Project>
|
<Name>AStation.Configs</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\..\Entity\AStation.Entity.Basic\AStation.Entity.Basic.csproj">
|
<Project>{6578c9c4-658c-46fb-86d4-d9195ce4d453}</Project>
|
<Name>AStation.Entity.Basic</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\..\Entity\AStation.Entity.Core\AStation.Entity.Core.csproj">
|
<Project>{088cba0c-851c-4df5-a977-5cb2e36edf00}</Project>
|
<Name>AStation.Entity.Core</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\AStation.DAL.Core\AStation.DAL.Core.csproj">
|
<Project>{c29ff6ec-8600-4e53-bd75-9be8b7d6773f}</Project>
|
<Name>AStation.DAL.Core</Name>
|
</ProjectReference>
|
</ItemGroup>
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
<PropertyGroup>
|
<ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
|
</PropertyGroup>
|
<Error Condition="!Exists('..\..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\EntityFramework.6.4.4\build\EntityFramework.props'))" />
|
<Error Condition="!Exists('..\..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\EntityFramework.6.4.4\build\EntityFramework.targets'))" />
|
<Error Condition="!Exists('..\..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.118.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.118.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets'))" />
|
</Target>
|
<Import Project="..\..\packages\EntityFramework.6.4.4\build\EntityFramework.targets" Condition="Exists('..\..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" />
|
<Import Project="..\..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.118.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets" Condition="Exists('..\..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.118.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets')" />
|
</Project>
|