-
Notifications
You must be signed in to change notification settings - Fork 0
/
DotNet.Utilities.csproj
204 lines (204 loc) · 9.55 KB
/
DotNet.Utilities.csproj
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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{0A9704F9-7864-45AF-BFA7-E09F2B30A29F}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>DotNet.Utilities</RootNamespace>
<AssemblyName>DotNet.Utilities</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</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>
<Compile Include="Chart图形\Assistant.cs" />
<Compile Include="BindDataControl.cs" />
<Compile Include="Chart图形\OWCChart11.cs" />
<Compile Include="ConvertHelper.cs" />
<Compile Include="Cookie&Session&Cache\CacheHelper.cs" />
<Compile Include="Cookie&Session&Cache\CookieHelper.cs" />
<Compile Include="Cookie&Session&Cache\SessionHelper.cs" />
<Compile Include="Cookie&Session&Cache\SessionHelper2.cs" />
<Compile Include="CSV文件转换\CsvHelper.cs" />
<Compile Include="DEncrypt\MySecurity.cs" />
<Compile Include="FormulaExpress.cs" />
<Compile Include="FTP操作类\FTPClient.cs" />
<Compile Include="FTP操作类\FTPHelper.cs" />
<Compile Include="FTP操作类\FTPOperater.cs" />
<Compile Include="GridViewHelper.cs" />
<Compile Include="IpHelper.cs" />
<Compile Include="Json\ConvertJson.cs" />
<Compile Include="JS\JsHelper.cs" />
<Compile Include="MediaHandler.cs" />
<Compile Include="Mime\MediaTypes.cs" />
<Compile Include="Mime\MimeEntity.cs" />
<Compile Include="Mime\MimeHeaders.cs" />
<Compile Include="Mime\MimeReader.cs" />
<Compile Include="Mime\QuotedPrintableEncoding.cs" />
<Compile Include="PDF\PDFOperation.cs" />
<Compile Include="PicDeal.cs" />
<Compile Include="QueryString.cs" />
<Compile Include="SysHelper.cs" />
<Compile Include="Tools.cs" />
<Compile Include="ValidateImg.cs">
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="WebSitePathHelper.cs" />
<Compile Include="XML操作类\XmlHelper.cs" />
<Compile Include="XML操作类\XMLProcess.cs" />
<Compile Include="上传下载\FileDown.cs" />
<Compile Include="上传下载\FileUp.cs" />
<Compile Include="分词辅助类\SegList.cs" />
<Compile Include="压缩解压缩\SharpZip.cs" />
<Compile Include="图片\ImageClass.cs" />
<Compile Include="图片\ImageDown.cs" />
<Compile Include="图片\ImageUpload.cs" />
<Compile Include="字符串\StringHelper.cs" />
<Compile Include="导出Excel\ExcelHelper.cs" />
<Compile Include="序列化\SerializeHelper.cs" />
<Compile Include="日历\CNDate.cs" />
<Compile Include="时间操作类\TimeHelper.cs" />
<Compile Include="条形码\BarCodeToHTML.cs" />
<Compile Include="正则表达式\RegexHelper.cs" />
<Compile Include="汉字转拼音\EcanConvertToCh.cs" />
<Compile Include="汉字转拼音\PinYin.cs" />
<Compile Include="网络\NetHelper.cs" />
<Compile Include="视频转换类\VideoConvert.cs">
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="邮件2\ConnectCommand.cs" />
<Compile Include="邮件2\ConnectResponse.cs" />
<Compile Include="邮件2\DeleCommand.cs" />
<Compile Include="邮件2\ListCommand.cs" />
<Compile Include="邮件2\ListResponse.cs" />
<Compile Include="邮件2\MailHeaders.cs" />
<Compile Include="邮件2\MailMessageEx.cs" />
<Compile Include="邮件2\NoopCommand.cs" />
<Compile Include="邮件2\PassCommand.cs" />
<Compile Include="邮件2\Pop3Client.cs" />
<Compile Include="邮件2\Pop3Command.cs" />
<Compile Include="邮件2\Pop3Commands.cs" />
<Compile Include="邮件2\Pop3Exception.cs" />
<Compile Include="邮件2\Pop3ListItem.cs" />
<Compile Include="邮件2\Pop3Response.cs" />
<Compile Include="邮件2\Pop3Responses.cs" />
<Compile Include="邮件2\Pop3State.cs" />
<Compile Include="邮件2\QuitCommand.cs" />
<Compile Include="邮件2\RetrCommand.cs" />
<Compile Include="邮件2\RetrResponse.cs" />
<Compile Include="邮件2\RsetCommand.cs" />
<Compile Include="邮件2\Stat.cs" />
<Compile Include="邮件2\StatCommand.cs" />
<Compile Include="邮件2\StatResponse.cs" />
<Compile Include="邮件2\TopCommand.cs" />
<Compile Include="邮件2\UserCommand.cs" />
<Compile Include="邮件\MailHelper.cs" />
<Compile Include="邮件\MailPoper.cs" />
<Compile Include="邮件\SmtpServerHelper.cs" />
<Compile Include="随机数类\RandomHelper.cs" />
<Compile Include="页面辅助类\HTMLHelper.cs" />
<Compile Include="页面辅助类\JavaScriptPlus.cs" />
<Compile Include="上传下载\DownLoadHelper.cs" />
<Compile Include="ResourceManager\AppMessage.cs" />
<Compile Include="ResourceManager\ResourceManager.cs" />
<Compile Include="ResourceManager\ResourceManagerWrapper.cs" />
<Compile Include="ResourceManager\Resources.cs" />
<Compile Include="上传下载\UpLoadFiles.cs">
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="文件操作类\DirFile.cs" />
<Compile Include="BasePage.cs">
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="配置文件操作类\ConfigHelper.cs" />
<Compile Include="DataCache.cs" />
<Compile Include="导出Excel\DataToExcel.cs" />
<Compile Include="DEncrypt\DEncrypt.cs" />
<Compile Include="DEncrypt\DESEncrypt.cs" />
<Compile Include="DEncrypt\HashEncode.cs" />
<Compile Include="DEncrypt\RSACryption.cs" />
<Compile Include="导出Excel\ExportExcel.cs" />
<Compile Include="文件操作类\FileOperate.cs" />
<Compile Include="随机数类\BaseRandom.cs" />
<Compile Include="随机数类\RandomOperate.cs" />
<Compile Include="页面辅助类\HttpProc.cs" />
<Compile Include="文件操作类\INIFile.cs" />
<Compile Include="邮件\MailSender.cs" />
<Compile Include="RMB.cs" />
<Compile Include="序列化\Serialize.cs" />
<Compile Include="时间操作类\DateFormat.cs" />
<Compile Include="DEncrypt\Encrypt.cs" />
<Compile Include="导出Excel\GridViewExport.cs" />
<Compile Include="弹出消息类\MessageBox.cs" />
<Compile Include="弹出消息类\ShowMessage.cs" />
<Compile Include="PageValidate.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="StringPlus.cs" />
<Compile Include="时间操作类\TimeParser.cs" />
<Compile Include="UrlOper.cs" />
<Compile Include="Utility.cs">
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="页面辅助类\PageHelper.cs" />
<Compile Include="验证码\YZMHelper.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="DLL\COM.Excel.dll" />
<Content Include="DLL\Excel.dll" />
<Content Include="DLL\ICSharpCode.SharpZipLib.dll" />
<Content Include="DLL\itextsharp.dll" />
<Content Include="DLL\Microsoft.Office.Interop.Owc11.dll" />
<Content Include="DLL\Microsoft.Web.UI.WebControls.dll" />
<Content Include="DLL\OWC10Chart.dll" />
<Content Include="ResourceManager\Sample.xml" />
<Content Include="说明.txt" />
</ItemGroup>
<ItemGroup>
<Reference Include="Excel, Version=1.5.0.0, Culture=neutral" />
<Reference Include="ICSharpCode.SharpZipLib, Version=0.86.0.518, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL" />
<Reference Include="itextsharp, Version=5.1.2.0, Culture=neutral, PublicKeyToken=8354ae6d2174ddca, processorArchitecture=MSIL" />
<Reference Include="Microsoft.Office.Interop.Owc11, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" />
<Reference Include="OWC10Chart, Version=1.0.2074.16784, Culture=neutral" />
<Reference Include="System" />
<Reference Include="System.configuration" />
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
<Reference Include="System.Net">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Runtime.Serialization.Formatters.Soap" />
<Reference Include="System.Web" />
<Reference Include="System.XML" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>