You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
96 lines
4.1 KiB
XML
96 lines
4.1 KiB
XML
<?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>{A49BC7E3-39B7-4F68-8780-FB4DA3461AFF}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>Tool</RootNamespace>
|
|
<AssemblyName>Tool</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>
|
|
<Reference Include="HslCommunication, Version=12.1.0.0, Culture=neutral, PublicKeyToken=3d72ad3b6b5ec0e3, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\Src\HslCommunication.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.VisualBasic" />
|
|
<PackageReference Include="ClosedXML">
|
|
<Version>0.104.2</Version>
|
|
</PackageReference>
|
|
<PackageReference Include="NewLife.Core">
|
|
<Version>11.0.2024.1101</Version>
|
|
</PackageReference>
|
|
<PackageReference Include="Newtonsoft.Json">
|
|
<Version>13.0.3</Version>
|
|
</PackageReference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.IO.Compression" />
|
|
<Reference Include="System.Management" />
|
|
<PackageReference Include="RestSharp">
|
|
<Version>112.1.0</Version>
|
|
</PackageReference>
|
|
<PackageReference Include="System.ValueTuple">
|
|
<Version>4.5.0</Version>
|
|
</PackageReference>
|
|
<Reference Include="System.Web" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
<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="CacheManager.cs" />
|
|
<Compile Include="DataTypeEnum.cs" />
|
|
<Compile Include="ExcelHelp.cs" />
|
|
<Compile Include="GridViewData.cs" />
|
|
<Compile Include="HmiHelp.cs" />
|
|
<Compile Include="HttpUtil.cs" />
|
|
<Compile Include="ILogNetFactory.cs" />
|
|
<Compile Include="Item.cs" />
|
|
<Compile Include="Model\BoolModelFactory.cs" />
|
|
<Compile Include="Model\CacheKeyManager.cs" />
|
|
<Compile Include="Model\EsStop.cs" />
|
|
<Compile Include="Model\HmiChAlarm.cs" />
|
|
<Compile Include="Model\HmiChModel.cs" />
|
|
<Compile Include="Model\HmiCqAlarm.cs" />
|
|
<Compile Include="Model\HmiCqModel.cs" />
|
|
<Compile Include="Model\HmiLpModel.cs" />
|
|
<Compile Include="Model\HmiPointInfo.cs" />
|
|
<Compile Include="Model\PlcBoolModel.cs" />
|
|
<Compile Include="Model\PromptAlarm.cs" />
|
|
<Compile Include="PagedList.cs" />
|
|
<Compile Include="Result.cs" />
|
|
<Compile Include="PlcConnect.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="RfidSetting2.cs" />
|
|
<Compile Include="SnowflakeFactory.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup />
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project> |