<?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>{A8C1BB64-0119-48B3-AA8E-0BD346F9467D}</ProjectGuid>
|
<OutputType>Library</OutputType>
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
<RootNamespace>IStation.Untity</RootNamespace>
|
<AssemblyName>IStation.Untity</AssemblyName>
|
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
<FileAlignment>512</FileAlignment>
|
<Deterministic>true</Deterministic>
|
<TargetFrameworkProfile />
|
</PropertyGroup>
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
<DebugSymbols>true</DebugSymbols>
|
<DebugType>full</DebugType>
|
<Optimize>false</Optimize>
|
<OutputPath>..\..\out\</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>..\..\out\</OutputPath>
|
<DefineConstants>TRACE</DefineConstants>
|
<ErrorReport>prompt</ErrorReport>
|
<WarningLevel>4</WarningLevel>
|
</PropertyGroup>
|
<ItemGroup>
|
<Reference Include="System" />
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
<Reference Include="System.Core" />
|
<Reference Include="System.Drawing" />
|
<Reference Include="System.Runtime.Caching" />
|
<Reference Include="System.Runtime.Serialization" />
|
<Reference Include="System.Web" />
|
<Reference Include="System.Web.Extensions" />
|
<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="Enum\EnumModel.cs" />
|
<Compile Include="Enum\EnumUtil.cs" />
|
<Compile Include="Extensions\DataTableExtension.cs" />
|
<Compile Include="Extensions\DateTimeExtension.cs" />
|
<Compile Include="Extensions\EnumerableExtension.cs" />
|
<Compile Include="Extensions\EnumExtension.cs" />
|
<Compile Include="Extensions\PointExtension.cs" />
|
<Compile Include="Extensions\PointFExtension.cs" />
|
<Compile Include="Extensions\StringExtension.cs" />
|
<Compile Include="Http请求\HttpFileHelper.cs" />
|
<Compile Include="Http请求\HttpRequestHelper.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
<Compile Include="Reflection\ReflectionUtil.cs" />
|
<Compile Include="Xml\XmlHelper.cs" />
|
<Compile Include="业务\DataStatusHelper.cs" />
|
<Compile Include="业务\FlagsHelper.cs" />
|
<Compile Include="业务\MemoryCacheKeyHelper.cs" />
|
<Compile Include="业务\ParasHelper.cs" />
|
<Compile Include="业务\TreeParentIdsHelper.cs" />
|
<Compile Include="列表\DoubleListHelper.cs" />
|
<Compile Include="列表\FloatListHelper.cs" />
|
<Compile Include="列表\IntListHelper.cs" />
|
<Compile Include="列表\LongListHelper.cs" />
|
<Compile Include="列表\SpecialLongListHelper.cs" />
|
<Compile Include="列表\StringListHelper.cs" />
|
<Compile Include="加密\Md5Cryption.cs" />
|
<Compile Include="工具\DateTimeHelper.cs" />
|
<Compile Include="工具\GuidCreater.cs" />
|
<Compile Include="工具\InternetHelper.cs" />
|
<Compile Include="工具\LineHelper.cs" />
|
<Compile Include="工具\ModbusRtuHelper.cs" />
|
<Compile Include="工具\NumberHelper.cs" />
|
<Compile Include="工具\RegExHelper.cs" />
|
<Compile Include="工具\RmbHelper.cs" />
|
<Compile Include="工具\SrcHelper.cs" />
|
<Compile Include="工具\StreamHelper.cs" />
|
<Compile Include="工具\TransExp.cs" />
|
<Compile Include="工具\UniqueNameCreater.cs" />
|
<Compile Include="常量\ConstStringHelper.cs" />
|
<Compile Include="文件\CsvFileHelper.cs" />
|
<Compile Include="文件\FileHelper.cs" />
|
<Compile Include="文件\FileTransferHelper.cs" />
|
<Compile Include="转换\BitTransfer.cs" />
|
<Compile Include="转换\BytesTransfer.cs" />
|
<Compile Include="转换\DateTimeTransfer.cs" />
|
<Compile Include="转换\StreamTransfer.cs" />
|
<Compile Include="随机数\RandomHelper.cs" />
|
</ItemGroup>
|
<ItemGroup>
|
<ProjectReference Include="..\..\Component\IStation.Newtonsoft\IStation.Newtonsoft.csproj">
|
<Project>{a82bf12a-e7bf-4321-bea1-020a00354ca7}</Project>
|
<Name>IStation.Newtonsoft</Name>
|
</ProjectReference>
|
</ItemGroup>
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
</Project>
|