TG.WXCRM.V4/WebHelper/WebHelper.csproj

214 lines
11 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>{0358EE1A-A77E-4FE6-AB02-23CBE6DE48B6}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>WX.CRM.WebHelper</RootNamespace>
<AssemblyName>WEBHELPER</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="LumenWorks.Framework.IO">
<HintPath>..\packages\LumenWorksCsvReader.3.8.2\lib\net20\LumenWorks.Framework.IO.dll</HintPath>
</Reference>
<Reference Include="Microsoft.JScript" />
<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>
</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="Ninject">
<HintPath>..\packages\Ninject.3.2.2.0\lib\net45-full\Ninject.dll</HintPath>
</Reference>
<Reference Include="Ninject.Fakes">
<HintPath>FakesAssemblies\Ninject.Fakes.dll</HintPath>
</Reference>
<Reference Include="NPOI, Version=2.1.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\lib\NPOI.dll</HintPath>
</Reference>
<Reference Include="NPOI.OOXML, Version=2.1.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\lib\NPOI.OOXML.dll</HintPath>
</Reference>
<Reference Include="NPOI.OpenXml4Net, Version=2.1.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\lib\NPOI.OpenXml4Net.dll</HintPath>
</Reference>
<Reference Include="NPOI.OpenXmlFormats, Version=2.1.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\lib\NPOI.OpenXmlFormats.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Configuration" />
<Reference Include="System.Core" />
<Reference Include="System.Drawing" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.ServiceModel" />
<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>
</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>
</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>
</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>
</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>
</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>
</Reference>
<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="DataCacheHelper.cs" />
<Compile Include="DataTableHandler.cs" />
<Compile Include="DoItems\HgPunishNoticeMessage.cs" />
<Compile Include="DoItems\QiWeDelMessage.cs" />
<Compile Include="DoItems\QiWeForbidMessage.cs" />
<Compile Include="DoItems\MySeniorResMessage.cs" />
<Compile Include="DoItems\CsvrMessage.cs" />
<Compile Include="DoItems\AllocateResMessage.cs" />
<Compile Include="DoItems\ComplainMessage.cs" />
<Compile Include="DoItems\DistributeResMessage.cs" />
<Compile Include="DoItems\IPopupMessage.cs" />
<Compile Include="DoItems\MSGOpenAccountMessage.cs" />
<Compile Include="DoItems\PopupMessageFactory.cs" />
<Compile Include="DoItems\RegisterResMessage.cs" />
<Compile Include="DoItems\ToDoItemMessage.cs" />
<Compile Include="DoItems\WxHongBaoNotice.cs" />
<Compile Include="DoItems\WxIlleGalerCodeGRNotice.cs" />
<Compile Include="DoItems\WxIlleGalerCodeZGNotice.cs" />
<Compile Include="DoItems\ResRecycleZJNotice.cs" />
<Compile Include="DoItems\WxIlleGalerCodeZJNotice.cs" />
<Compile Include="DoItems\WxXinUnlineNotice.cs" />
<Compile Include="Excel2007Helper.cs" />
<Compile Include="ExcelHelper.cs" />
<Compile Include="ExcelImport\ComUploadTool.cs" />
<Compile Include="ExcelImport\CsvComUploadTool.cs" />
<Compile Include="ExcelImport\QH\Qh_CustomerPositionsUploadTool.cs" />
<Compile Include="ExcelImport\QH\Qh_CustomerUploadTool.cs" />
<Compile Include="ExcelImport\QH\Qh_DiscrepancyGoldUploadTool.cs" />
<Compile Include="ExcelImport\QH\Qh_TransactionDetailUploadTool.cs" />
<Compile Include="ExpressionExtensions.cs" />
<Compile Include="ExtendMvcHtml.cs" />
<Compile Include="Infrastructure\NinjectControllerFactory.cs" />
<Compile Include="JsonHandler.cs" />
<Compile Include="JsonHelper.cs" />
<Compile Include="MenuLogHelper.cs" />
<Compile Include="PageHelper.cs" />
<Compile Include="PageRequest.cs" />
<Compile Include="Pagination.cs" />
<Compile Include="ParamExtension.cs" />
<Compile Include="Phone.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="RedisFactory\RedisFactory.cs" />
<Compile Include="Ueditor\Config.cs" />
<Compile Include="Ueditor\ConfigHandler.cs" />
<Compile Include="Ueditor\CrawlerHandler.cs" />
<Compile Include="Ueditor\Handler.cs" />
<Compile Include="Ueditor\ListFileHandler.cs" />
<Compile Include="Ueditor\NotSupportedHandler.cs" />
<Compile Include="Ueditor\PathFormater.cs" />
<Compile Include="Ueditor\UploadHandler.cs" />
<Compile Include="UserRight\AuthorizeRedirect.cs" />
<Compile Include="UserRight\AuthorizeToolBarMore.cs" />
<Compile Include="UserRight\AuthorizeToolBar.cs" />
<Compile Include="Suggestion.cs" />
<Compile Include="Table.cs" />
<Compile Include="ToolBar.cs" />
<Compile Include="UserRight\InitRights.cs" />
<Compile Include="UserRight\InitRightsToData.cs" />
<Compile Include="UserRight\InitToolBar.cs" />
<Compile Include="UserRight\InnerUserHelper.cs" />
<Compile Include="UserRight\LoginHelper.cs" />
<Compile Include="UserRight\OperationLogHelper.cs" />
<Compile Include="UserRight\ToolButtonView.cs" />
<Compile Include="UserRight\UserRightsHelper.cs" />
<Compile Include="UtilityModel\InnerRight.cs" />
<Compile Include="UtilityModel\ToolBarBtn.cs" />
<Compile Include="UtilityModel\TraderCommit.cs" />
<Compile Include="UtilityModel\UserInfo.cs" />
<Compile Include="UtilityModel\UserResourceCount.cs" />
<Compile Include="SnCodeHelper.cs" />
<Compile Include="ValidateHelper.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\BLL\BLL.csproj">
<Project>{0970c8c4-661a-49f3-a746-8c48589a6732}</Project>
<Name>BLL</Name>
</ProjectReference>
<ProjectReference Include="..\Common\Common.csproj">
<Project>{5e07f523-738a-456e-a9ea-b1fe3b3f5721}</Project>
<Name>Common</Name>
</ProjectReference>
<ProjectReference Include="..\Core.DTO\Core.DTO.csproj">
<Project>{ee51ff49-2f64-4029-9a63-7c5f5cf04fe6}</Project>
<Name>Core.DTO</Name>
</ProjectReference>
<ProjectReference Include="..\IBLL\IBLL.csproj">
<Project>{380cccce-fd6d-43f4-abd0-60e5ec8b8aac}</Project>
<Name>IBLL</Name>
</ProjectReference>
<ProjectReference Include="..\Model\Model.csproj">
<Project>{67b5f328-4cec-4940-b6bc-32285f90234d}</Project>
<Name>Model</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Fakes Include="Fakes\Ninject.fakes">
<SubType>Designer</SubType>
</Fakes>
<None Include="app.config">
<SubType>Designer</SubType>
</None>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<WCFMetadata Include="Service References\" />
</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>