ComplianceServer/oldcode/CoreService/CoreService.csproj

204 lines
9.5 KiB
XML

<?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>{0D108FB5-53AB-4939-9DFE-27C347F21832}</ProjectGuid>
<OutputType>WinExe</OutputType>
<RootNamespace>CRM.Core.CoreService</RootNamespace>
<AssemblyName>CoreService</AssemblyName>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<TargetFrameworkProfile />
<IsWebBootstrapper>false</IsWebBootstrapper>
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<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' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
<HintPath>..\packages\EntityFramework.6.0.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.0.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
</Reference>
<Reference Include="log4net, Version=1.2.13.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Lib\log4net.dll</HintPath>
</Reference>
<Reference Include="MySql.Data, Version=6.9.12.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
<HintPath>..\packages\MySql.Data.6.9.12\lib\net45\MySql.Data.dll</HintPath>
</Reference>
<Reference Include="MySql.Data.Entity.EF6, Version=6.9.12.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
<HintPath>..\packages\MySql.Data.Entity.6.9.12\lib\net45\MySql.Data.Entity.EF6.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="qcloudsms_csharp, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\qcloud.qcloudsms_csharp.0.1.6\lib\net451\qcloudsms_csharp.dll</HintPath>
</Reference>
<Reference Include="Quartz, Version=3.0.7.0, Culture=neutral, PublicKeyToken=f6b8c98a402cc8a4, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Lib\Quartz.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.ComponentModel.DataAnnotations" />
<Reference Include="System.Configuration" />
<Reference Include="System.Configuration.Install" />
<Reference Include="System.Core" />
<Reference Include="System.Management" />
<Reference Include="System.Runtime.Remoting" />
<Reference Include="System.Threading.Tasks" />
<Reference Include="System.Web" />
<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.ServiceProcess" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Contract\ContractRebuildJob.cs" />
<Compile Include="CoreWinService.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="CoreWinService.Designer.cs">
<DependentUpon>CoreWinService.cs</DependentUpon>
</Compile>
<Compile Include="Order\AutomaticOpenOrder.cs" />
<Compile Include="Order\AutoOpenOrder.cs" />
<Compile Include="Order\LoadPerformanceDay.cs" />
<Compile Include="Order\OrderStatusJob.cs" />
<Compile Include="Order\UserCenterEvent.cs" />
<Compile Include="PkgSms\DataDrive\CrmMsg.cs" />
<Compile Include="PkgSms\DataDrive\CrmMsgSendModel.cs" />
<Compile Include="PkgSms\DataDrive\SmsBatchSendDomain.cs" />
<Compile Include="PkgSms\IMsgSend.cs" />
<Compile Include="PkgSms\InterfaceExec\TencentBatchSms.cs" />
<Compile Include="PkgSms\InterfaceExec\TencentSms.cs" />
<Compile Include="PkgSms\InterfaceExec\YiZhengSms.cs" />
<Compile Include="PkgSms\InterfaceExec\YiZhengSms2.cs" />
<Compile Include="PkgSms\InterfaceFactory.cs" />
<Compile Include="PkgSms\InterfaceModel\AliYunSmsConfig.cs" />
<Compile Include="PkgSms\InterfaceModel\MsgEnums.cs" />
<Compile Include="PkgSms\InterfaceModel\QYXSConfig.cs" />
<Compile Include="PkgSms\InterfaceModel\ReturnResult.cs" />
<Compile Include="PkgSms\InterfaceModel\YiZhengConfig.cs" />
<Compile Include="PkgSms\InterfaceModel\YiZhengConfig2.cs" />
<Compile Include="PkgSms\MsgBatchSend.cs" />
<Compile Include="PkgSms\MsgSend.cs" />
<Compile Include="Program.cs" />
<Compile Include="ProjectInstaller.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="ProjectInstaller.Designer.cs">
<DependentUpon>ProjectInstaller.cs</DependentUpon>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="SmsJob\HgSmsSendExc.cs" />
<Compile Include="SmsJob\SmsBatchSendExc.cs" />
<Compile Include="SmsJob\SmsSendExc.cs" />
<Compile Include="SmsJob\HgSmsSendJob.cs" />
<Compile Include="SmsJob\SmsSendJob.cs" />
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
<None Include="install.bat">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="log4net.config">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="packages.config" />
<None Include="Uninstall.bat">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Common\Common.csproj">
<Project>{5e07f523-738a-456e-a9ea-b1fe3b3f5721}</Project>
<Name>Common</Name>
</ProjectReference>
<ProjectReference Include="..\Core.BLL\Core.BLL.csproj">
<Project>{2282d912-5298-48a0-8e26-aa6a20105289}</Project>
<Name>Core.BLL</Name>
</ProjectReference>
<ProjectReference Include="..\Core.Common\Core.Common.csproj">
<Project>{5e339809-5429-4feb-aeeb-6b7e288a568e}</Project>
<Name>Core.Common</Name>
</ProjectReference>
<ProjectReference Include="..\Core.DTO\Core.DTO.csproj">
<Project>{ee51ff49-2f64-4029-9a63-7c5f5cf04fe6}</Project>
<Name>Core.DTO</Name>
</ProjectReference>
<ProjectReference Include="..\Core.Model\Core.Model.csproj">
<Project>{7c6b2b31-1347-411a-b4f8-719662b2a918}</Project>
<Name>Core.Model</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Content Include="log4net.xml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="XML\JobConfig.xml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<SubType>Designer</SubType>
</Content>
<Content Include="XML\SmsAccountConfig.xml" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="ProjectInstaller.resx">
<DependentUpon>ProjectInstaller.cs</DependentUpon>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include=".NETFramework,Version=v4.6.1">
<Visible>False</Visible>
<ProductName>Microsoft .NET Framework 4.6.1 %28x86 和 x64%29</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>false</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<Folder Include="Mq\" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>