<?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>{7D4BC60E-B821-4A9B-BD10-A299E9D5162F}</ProjectGuid>
|
<OutputType>Library</OutputType>
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
<RootNamespace>IStation</RootNamespace>
|
<AssemblyName>IStation.Untity</AssemblyName>
|
<TargetFrameworkVersion>v4.6.2</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="System" />
|
<Reference Include="System.Core" />
|
<Reference Include="System.Drawing" />
|
<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="Http请求\HttpFileHelper.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
<Compile Include="Xml\XmlHelper.cs" />
|
<Compile Include="业务\DataStatusHelper.cs" />
|
<Compile Include="业务\FlagsHelper.cs" />
|
<Compile Include="业务\TreeParentIdsHelper.cs" />
|
<Compile Include="列表\DoubleListHelper.cs" />
|
<Compile Include="列表\FloatListHelper.cs" />
|
<Compile Include="列表\IntListHelper.cs" />
|
<Compile Include="列表\LongListHelper.cs" />
|
<Compile Include="列表\StringListHelper.cs" />
|
<Compile Include="加密\Md5Cryption.cs" />
|
<Compile Include="工具\ActionDelayHelper.cs" />
|
<Compile Include="工具\DateTimeHelper.cs" />
|
<Compile Include="工具\GuidCreater.cs" />
|
<Compile Include="工具\InternetHelper.cs" />
|
<Compile Include="工具\ModbusRtuHelper.cs" />
|
<Compile Include="工具\RegExHelper.cs" />
|
<Compile Include="工具\RmbHelper.cs" />
|
<Compile Include="工具\SrcHelper.cs" />
|
<Compile Include="工具\TransExp.cs" />
|
<Compile Include="工具\UniqueNameCreater.cs" />
|
<Compile Include="文件\FileHelper.cs" />
|
<Compile Include="文件\FileTransferHelper.cs" />
|
<Compile Include="转换\Base64Transfer.cs" />
|
<Compile Include="转换\BitTransfer.cs" />
|
<Compile Include="转换\BytesTransfer.cs" />
|
<Compile Include="转换\DateTimeTransfer.cs" />
|
<Compile Include="转换\StreamTransfer.cs" />
|
<Compile Include="随机数\RandomHelper.cs" />
|
</ItemGroup>
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
</Project>
|