8 Star 34 Fork 8

王树羽 / 03.CommonLib

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
CommonLib.csproj 7.03 KB
一键复制 编辑 原始数据 按行查看 历史
wangshuyu 提交于 2019-05-10 08:36 . 说明文档调整
<?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>{918D3909-A2E0-4914-808B-48EB25A24159}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>CommonLib</RootNamespace>
<AssemblyName>CommonLib</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<SccProjectName>SAK</SccProjectName>
<SccLocalPath>SAK</SccLocalPath>
<SccAuxPath>SAK</SccAuxPath>
<SccProvider>SAK</SccProvider>
<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>
<Prefer32Bit>false</Prefer32Bit>
</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>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="ChnCharInfo, Version=1.0.0.0, Culture=neutral, PublicKeyToken=18f031bd02e5e291, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.PinYinConverter.1.0.0\lib\ChnCharInfo.dll</HintPath>
</Reference>
<Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
<HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
</Reference>
<Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
<HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
</Reference>
<Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
<HintPath>..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.ComponentModel.DataAnnotations" />
<Reference Include="System.configuration" />
<Reference Include="System.Core" />
<Reference Include="System.Drawing" />
<Reference Include="System.IO.Compression" />
<Reference Include="System.IO.Compression.FileSystem" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.Web" />
<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.Net.Http" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="000.Model\Enum.cs" />
<Compile Include="000.Model\EnumType.cs" />
<Compile Include="000.Model\Pages\Pages.cs" />
<Compile Include="000.Model\PinYin.cs" />
<Compile Include="000.Model\Table\Table.cs" />
<Compile Include="000.Model\Table\TableColumn.cs" />
<Compile Include="001.Time\TimeHelper.cs" />
<Compile Include="002.Cmd\CmdHelper.cs" />
<Compile Include="003.Cache\CacheHelper.cs" />
<Compile Include="004.Http\HttpHelper.cs" />
<Compile Include="005.File\FileHelper.cs" />
<Compile Include="006.Ftp\FtpHelper.cs" />
<Compile Include="007.Enum\EnumHelper.cs" />
<Compile Include="008.DLL\DLLHelper.cs" />
<Compile Include="009.Serialize\SerializeHelper.cs" />
<Compile Include="010.Config\ConfigHelper.cs" />
<Compile Include="011.Image\ImageHepler.cs" />
<Compile Include="012.DEncrypt\AesHelper.cs" />
<Compile Include="012.DEncrypt\DEncryptHelper.cs" />
<Compile Include="012.DEncrypt\RsaHelper.cs" />
<Compile Include="013.List\ListHelper.cs" />
<Compile Include="014.Zip\ZipHelper.cs" />
<Compile Include="015.Email\EmailHelper.cs" />
<Compile Include="016.Regex\RegexHelper.cs" />
<Compile Include="017.Rmb\RmbHelper.cs" />
<Compile Include="018.PinYin\PinYinHelper.cs" />
<Compile Include="019.Calendar\CalendarHelper.cs" />
<Compile Include="020.Excel\ExcelHelper.cs" />
<Compile Include="021.EntityFramework\EntityFrameworkHelper.cs" />
<Compile Include="022.Windows\WindowsHelper.cs" />
<Compile Include="023.DataTable\DataTableHelper.cs" />
<Compile Include="024.String\StringHelper.cs" />
<Compile Include="025.Cookie\CookieHelper.cs" />
<Compile Include="026.DbHelper\DbContext.cs" />
<Compile Include="026.DbHelper\Factory.cs" />
<Compile Include="026.DbHelper\IDBhelper.cs" />
<Compile Include="026.DbHelper\MsSqlServer.cs" />
<Compile Include="026.DbHelper\SqlType.cs" />
<Compile Include="026.DbHelper\Table.cs" />
<Compile Include="027.LogHelper\Log4Helper.cs" />
<Compile Include="027.LogHelper\LogHelper.cs" />
<Compile Include="028.Extended\ConvertExtended.cs" />
<Compile Include="028.Extended\EntityExtended.cs" />
<Compile Include="028.Extended\ExIsNullOrEmpty.cs" />
<Compile Include="028.Extended\Lambda.cs" />
<Compile Include="029.Lambda\LambdaHelper.cs" />
<Compile Include="031.Entity\EntityHelper.cs" />
<Compile Include="032.DingDing\DingDing.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Tools.cs" />
<Compile Include="030.WeiXin\Data.cs" />
<Compile Include="030.WeiXin\Info.cs" />
<Compile Include="030.WeiXin\MsgType.cs" />
<Compile Include="030.WeiXin\wx.cs" />
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
<None Include="packages.config" />
<None Include="README.md" />
</ItemGroup>
<ItemGroup>
<COMReference Include="NetFwTypeLib">
<Guid>{58FBCF7C-E7A9-467C-80B3-FC65E8FCCA08}</Guid>
<VersionMajor>1</VersionMajor>
<VersionMinor>0</VersionMinor>
<Lcid>0</Lcid>
<WrapperTool>tlbimp</WrapperTool>
<Isolated>False</Isolated>
<EmbedInteropTypes>True</EmbedInteropTypes>
</COMReference>
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
C#
1
https://gitee.com/wangshuyu/CommonLib.git
git@gitee.com:wangshuyu/CommonLib.git
wangshuyu
CommonLib
03.CommonLib
master

搜索帮助