duheng
2024-03-26 11c7908bcc2ca699e88b7a0a17bc32e45521c349
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<?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>