ningshuxia
2023-02-02 3106276fd6dd3df1ba91d8693f95f8d94e573cf5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<?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>