210 lines
10 KiB
XML
210 lines
10 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="12.0" DefaultTargets="Build" 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>{5E07F523-738A-456E-A9EA-B1FE3B3F5721}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>WX.CRM.Common</RootNamespace>
|
|
<AssemblyName>Common</AssemblyName>
|
|
<TargetFrameworkVersion>v4.5.2</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>
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
</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="Aliyun.OSS, Version=2.3.0.0, Culture=neutral, PublicKeyToken=0ad4175f0dac0b9b, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Aliyun.OSS.SDK.2.3.0\lib\Aliyun.OSS.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="Common.Logging">
|
|
<HintPath>..\Lib\Common.Logging.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Common.Logging.Log4Net">
|
|
<HintPath>..\Lib\Common.Logging.Log4Net.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Exceptionless, Version=4.0.0.0, Culture=neutral, PublicKeyToken=fc181f0a46f65747, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\Lib\Exceptionless.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="ICSharpCode.SharpZipLib, Version=0.85.4.369, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\Lib\ICSharpCode.SharpZipLib.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="log4net">
|
|
<HintPath>..\Lib\log4net.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="NPOI">
|
|
<HintPath>..\Lib\NPOI.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="NPOI.OOXML">
|
|
<HintPath>..\Lib\NPOI.OOXML.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="NPOI.OpenXml4Net">
|
|
<HintPath>..\Lib\NPOI.OpenXml4Net.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="NPOI.OpenXmlFormats">
|
|
<HintPath>..\Lib\NPOI.OpenXmlFormats.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.Management" />
|
|
<Reference Include="System.Net.Http" />
|
|
<Reference Include="System.ServiceModel" />
|
|
<Reference Include="System.ServiceModel.Channels" />
|
|
<Reference Include="System.ServiceModel.Web" />
|
|
<Reference Include="System.Web" />
|
|
<Reference Include="System.Web.Extensions" />
|
|
<Reference Include="System.Web.Helpers, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Microsoft.AspNet.WebPages.2.0.20710.0\lib\net40\System.Web.Helpers.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System.Web.Mvc, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Microsoft.AspNet.Mvc.4.0.30506.0\lib\net40\System.Web.Mvc.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System.Web.Razor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Microsoft.AspNet.Razor.2.0.20710.0\lib\net40\System.Web.Razor.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System.Web.WebPages, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Microsoft.AspNet.WebPages.2.0.20710.0\lib\net40\System.Web.WebPages.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System.Web.WebPages.Deployment, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Microsoft.AspNet.WebPages.2.0.20710.0\lib\net40\System.Web.WebPages.Deployment.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System.Web.WebPages.Razor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Microsoft.AspNet.WebPages.2.0.20710.0\lib\net40\System.Web.WebPages.Razor.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<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" />
|
|
<Reference Include="ThoughtWorks.QRCode, Version=1.0.4778.30637, Culture=neutral, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\Lib\ThoughtWorks.QRCode.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="AESHelper.cs" />
|
|
<Compile Include="AliPayConfig.cs" />
|
|
<Compile Include="AliyunHelper.cs" />
|
|
<Compile Include="BlowFish\BlowFish.cs" />
|
|
<Compile Include="BlowFish\BlowfishCBC.cs" />
|
|
<Compile Include="BlowFish\BlowfishCFB.cs" />
|
|
<Compile Include="BlowFish\BlowfishECB.cs" />
|
|
<Compile Include="BlowFish\BlowfishSimple.cs" />
|
|
<Compile Include="CacheHelper.cs" />
|
|
<Compile Include="CMSApiHelper.cs" />
|
|
<Compile Include="CookieAwareWebClient.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="DataTableConvertJson.cs" />
|
|
<Compile Include="DataTableHelper.cs" />
|
|
<Compile Include="DateTimeTool.cs" />
|
|
<Compile Include="EMail.cs" />
|
|
<Compile Include="Employee\ApiDock.cs" />
|
|
<Compile Include="Employee\ApiDockHelper.cs" />
|
|
<Compile Include="EnumHelper.cs" />
|
|
<Compile Include="ExcelHandler.cs" />
|
|
<Compile Include="FileUnit.cs" />
|
|
<Compile Include="FtpHelper.cs" />
|
|
<Compile Include="HtmlHelper.cs" />
|
|
<Compile Include="IdCardHelper.cs" />
|
|
<Compile Include="Layui\Laypage.cs" />
|
|
<Compile Include="Layui\LayuiData.cs" />
|
|
<Compile Include="LogHelper.cs" />
|
|
<Compile Include="Mapper.cs" />
|
|
<Compile Include="MvcValidation\DateTimeNotLessAttribute.cs" />
|
|
<Compile Include="NetUseHelper.cs" />
|
|
<Compile Include="NPOIHelper.cs" />
|
|
<Compile Include="OperationUtil.cs" />
|
|
<Compile Include="Pager.cs" />
|
|
<Compile Include="MvcValidation\NoInputAttribute .cs" />
|
|
<Compile Include="PhoneHelper.cs" />
|
|
<Compile Include="QRCodeHelper.cs" />
|
|
<Compile Include="QueryHelper.cs" />
|
|
<Compile Include="ResUtil.cs" />
|
|
<Compile Include="StockHelper\ApiSignHelper.cs" />
|
|
<Compile Include="StockHelper\PageResult.cs" />
|
|
<Compile Include="UserNameHelper.cs" />
|
|
<Compile Include="Utility.cs" />
|
|
<Compile Include="ValidationErrorHelper.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="WxPay\CheckPayApi.cs" />
|
|
<Compile Include="WxPay\Config.cs" />
|
|
<Compile Include="WxPay\Data.cs" />
|
|
<Compile Include="WxPay\NativePay.cs" />
|
|
<Compile Include="WxPay\ResultNotify.cs" />
|
|
<Compile Include="WxPay\WxPayConfig.cs" />
|
|
<Compile Include="WxPay\Exception.cs" />
|
|
<Compile Include="WxPay\HttpService.cs" />
|
|
<Compile Include="WxPay\IConfig.cs" />
|
|
<Compile Include="WxPay\Log.cs" />
|
|
<Compile Include="WxPay\Notify.cs" />
|
|
<Compile Include="WxPay\RandomGenerator.cs" />
|
|
<Compile Include="WxPay\SafeXmlDocument.cs" />
|
|
<Compile Include="WxPay\WxPayApi.cs" />
|
|
<Compile Include="XmlHelper.cs" />
|
|
<Compile Include="ZipFileHelper.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<WCFMetadata Include="Service References\" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Security\WX.Interface.Security.csproj">
|
|
<Project>{349a5d06-d3a4-4c0a-87e5-b0086ae80cac}</Project>
|
|
<Name>WX.Interface.Security</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="packages.config" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="bin\Debug\Common.dll" />
|
|
<Content Include="bin\Debug\Common.pdb" />
|
|
</ItemGroup>
|
|
<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> |