2024-12-03 11:50:36 +08:00
|
|
|
<?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>{AD1AA2BC-9289-46AE-BDC0-30AE13F51B3F}</ProjectGuid>
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
<RootNamespace>Sinvo.EplanHpD.Plugin.Service</RootNamespace>
|
|
|
|
<AssemblyName>Sinvo.EplanHpD.Plugin.Service</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>
|
2025-02-10 11:38:43 +08:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Scanner|AnyCPU'">
|
|
|
|
<OutputPath>bin\Release_Scanner\</OutputPath>
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
<LangVersion>7.3</LangVersion>
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_WireCheck|AnyCPU'">
|
|
|
|
<OutputPath>bin\Release_WireCheck\</OutputPath>
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
<LangVersion>7.3</LangVersion>
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_CableLayout|AnyCPU'">
|
|
|
|
<OutputPath>bin\Release_CableLayout\</OutputPath>
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
<LangVersion>7.3</LangVersion>
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
</PropertyGroup>
|
2024-12-03 11:50:36 +08:00
|
|
|
<ItemGroup>
|
|
|
|
<Reference Include="System" />
|
|
|
|
<Reference Include="System.Core" />
|
|
|
|
<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="DBHelper.cs" />
|
2024-12-23 11:56:17 +08:00
|
|
|
<Compile Include="Model\CableLectotype.cs" />
|
|
|
|
<Compile Include="Model\LectotypeLine.cs" />
|
2024-12-03 11:50:36 +08:00
|
|
|
<Compile Include="Model\MotorDataModel.cs" />
|
2024-12-23 11:56:17 +08:00
|
|
|
<Compile Include="Model\MotorModel.cs" />
|
2024-12-03 11:50:36 +08:00
|
|
|
<Compile Include="PluginServices.cs" />
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<PackageReference Include="SqlSugar">
|
|
|
|
<Version>5.1.4.170</Version>
|
|
|
|
</PackageReference>
|
|
|
|
</ItemGroup>
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
</Project>
|