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.
CaiQie/Tool/Tool.csproj

82 lines
3.5 KiB
XML

3 months ago
<?xml version="1.0" encoding="utf-8"?>
3 months ago
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 months ago
<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>
3 months ago
<ProjectGuid>{A49BC7E3-39B7-4F68-8780-FB4DA3461AFF}</ProjectGuid>
3 months ago
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
3 months ago
<RootNamespace>Tool</RootNamespace>
<AssemblyName>Tool</AssemblyName>
3 months ago
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
3 months ago
<Deterministic>true</Deterministic>
3 months ago
</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>
3 months ago
<Reference Include="HslCommunication, Version=12.1.0.0, Culture=neutral, PublicKeyToken=3d72ad3b6b5ec0e3, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Src\HslCommunication.dll</HintPath>
</Reference>
3 months ago
<Reference Include="Microsoft.VisualBasic" />
<PackageReference Include="NewLife.Core">
3 weeks ago
<Version>11.0.2024.1101</Version>
3 months ago
</PackageReference>
<PackageReference Include="Newtonsoft.Json">
2 months ago
<Version>13.0.3</Version>
3 months ago
</PackageReference>
3 months ago
<Reference Include="System" />
<Reference Include="System.Core" />
3 months ago
<Reference Include="System.IO.Compression" />
<Reference Include="System.Management" />
2 months ago
<PackageReference Include="RestSharp">
<Version>112.1.0</Version>
</PackageReference>
3 months ago
<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" />
3 months ago
<Reference Include="System.Data" />
3 months ago
<Reference Include="System.Net.Http" />
3 months ago
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
3 weeks ago
<Compile Include="DataTypeEnum.cs" />
2 weeks ago
<Compile Include="HmiHelp.cs" />
2 months ago
<Compile Include="HttpUtil.cs" />
2 months ago
<Compile Include="ILogNetFactory.cs" />
2 weeks ago
<Compile Include="Model\BoolModelFactory.cs" />
<Compile Include="Model\HmiChModel.cs" />
2 weeks ago
<Compile Include="Model\HmiPoint.cs" />
2 weeks ago
<Compile Include="Model\PlcBoolModel.cs" />
1 month ago
<Compile Include="PagedList.cs" />
3 weeks ago
<Compile Include="Result.cs" />
3 months ago
<Compile Include="RfidSetting.cs" />
<Compile Include="PlcConnect.cs" />
3 months ago
<Compile Include="Properties\AssemblyInfo.cs" />
2 months ago
<Compile Include="SnowflakeFactory.cs" />
3 months ago
</ItemGroup>
3 months ago
<ItemGroup />
3 months ago
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>