68 Star 133 Fork 60

_Jerry / JLib

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
JLib.csproj 6.24 KB
一键复制 编辑 原始数据 按行查看 历史
_Jerry 提交于 2014-07-25 18:07 . EnumExtension
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{096F010C-225A-461E-B10C-A569D0BFB924}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>JLib</RootNamespace>
<AssemblyName>JLib</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
</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="HtmlAgilityPack">
<HintPath>C:\Users\Administrator\Desktop\HtmlAgilityPack.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.configuration" />
<Reference Include="System.Core" />
<Reference Include="System.Data.SQLite">
<HintPath>..\..\VSProject\JLib\JLib\bin\Debug\System.Data.SQLite.dll</HintPath>
</Reference>
<Reference Include="System.Drawing" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.Web" />
<Reference Include="System.Web.Services" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="DBOperator\MSSQLHelper.cs" />
<Compile Include="Extension\DataTableExtension.cs" />
<Compile Include="Extension\DateTimeExtension.cs" />
<Compile Include="Extension\EnumExtension.cs" />
<Compile Include="Extension\StringExtension.cs" />
<Compile Include="Extension\ValueExtension.cs" />
<Compile Include="Functions\Generate.cs" />
<Compile Include="IO\FileOperation.cs" />
<Compile Include="Net\Computer.cs" />
<Compile Include="Tools\Excel.cs" />
<Compile Include="Tools\LBS.cs" />
<Compile Include="Tools\Logs.cs" />
<Compile Include="Media\Imager.cs" />
<Compile Include="Maths\BigInteger.cs" />
<Compile Include="Serving\IPS.cs" />
<Compile Include="Serving\IPSS.cs" />
<Compile Include="Settings.cs" />
<Compile Include="Tools\EmailHelper.cs" />
<Compile Include="Tools\Json.cs" />
<Compile Include="Tools\WSHelper.cs" />
<Compile Include="Web\CacheHelper.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Web\ConfigurationOperator.cs" />
<Compile Include="Web\Cookies.cs" />
<Compile Include="Plugins\HtmlAgilityPack\crc32.cs" />
<Compile Include="Plugins\HtmlAgilityPack\EncodingFoundException.cs" />
<Compile Include="Plugins\HtmlAgilityPack\HtmlAttribute.cs" />
<Compile Include="Plugins\HtmlAgilityPack\HtmlAttributeCollection.cs" />
<Compile Include="Plugins\HtmlAgilityPack\HtmlCmdLine.cs" />
<Compile Include="Plugins\HtmlAgilityPack\HtmlCommentNode.cs" />
<Compile Include="Plugins\HtmlAgilityPack\HtmlConsoleListener.cs" />
<Compile Include="Plugins\HtmlAgilityPack\HtmlDocument.cs" />
<Compile Include="Plugins\HtmlAgilityPack\HtmlElementFlag.cs" />
<Compile Include="Plugins\HtmlAgilityPack\HtmlEntity.cs" />
<Compile Include="Plugins\HtmlAgilityPack\HtmlNameTable.cs" />
<Compile Include="Plugins\HtmlAgilityPack\HtmlNode.cs" />
<Compile Include="Plugins\HtmlAgilityPack\HtmlNodeCollection.cs" />
<Compile Include="Plugins\HtmlAgilityPack\HtmlNodeNavigator.cs" />
<Compile Include="Plugins\HtmlAgilityPack\HtmlNodeType.cs" />
<Compile Include="Plugins\HtmlAgilityPack\HtmlParseError.cs" />
<Compile Include="Plugins\HtmlAgilityPack\HtmlParseErrorCode.cs" />
<Compile Include="Plugins\HtmlAgilityPack\HtmlTextNode.cs" />
<Compile Include="Plugins\HtmlAgilityPack\HtmlWeb.cs" />
<Compile Include="Plugins\HtmlAgilityPack\HtmlWebException.cs" />
<Compile Include="Plugins\HtmlAgilityPack\IOLibrary.cs" />
<Compile Include="Plugins\HtmlAgilityPack\MixedCodeDocument.cs" />
<Compile Include="Plugins\HtmlAgilityPack\MixedCodeDocumentCodeFragment.cs" />
<Compile Include="Plugins\HtmlAgilityPack\MixedCodeDocumentFragment.cs" />
<Compile Include="Plugins\HtmlAgilityPack\MixedCodeDocumentFragmentList.cs" />
<Compile Include="Plugins\HtmlAgilityPack\MixedCodeDocumentFragmentType.cs" />
<Compile Include="Plugins\HtmlAgilityPack\MixedCodeDocumentTextFragment.cs" />
<Compile Include="Plugins\HtmlAgilityPack\NameValuePair.cs" />
<Compile Include="Plugins\HtmlAgilityPack\NameValuePairList.cs" />
<Compile Include="Web\HtmlHelper.cs" />
<Compile Include="Web\PageToHtml.cs" />
<Compile Include="Web\UrlHelper.cs" />
<Compile Include="Win32\RunExe.cs" />
<Compile Include="Win\AppConfigHelper.cs" />
<Compile Include="Win\Boot.cs" />
<Compile Include="Wpf\Controls.cs" />
</ItemGroup>
<ItemGroup>
<WCFMetadata Include="Service References\" />
</ItemGroup>
<ItemGroup>
<None Include="Plugins\HtmlAgilityPack\HtmlAgilityPack.snk" />
</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>
C#
1
https://gitee.com/cgr/jlib.git
git@gitee.com:cgr/jlib.git
cgr
jlib
JLib
master

搜索帮助