Bez popisu

CallCenter.QuartzService.csproj 4.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{DE259E1C-B4CC-4E87-8F6E-F6A6777D4B2C}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>CallCenter.QuartzService</RootNamespace>
  11. <AssemblyName>CallCenter.QuartzService</AssemblyName>
  12. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  16. <DebugSymbols>true</DebugSymbols>
  17. <DebugType>full</DebugType>
  18. <Optimize>false</Optimize>
  19. <OutputPath>bin\Debug\</OutputPath>
  20. <DefineConstants>DEBUG;TRACE</DefineConstants>
  21. <ErrorReport>prompt</ErrorReport>
  22. <WarningLevel>4</WarningLevel>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  25. <DebugType>pdbonly</DebugType>
  26. <Optimize>true</Optimize>
  27. <OutputPath>bin\Release\</OutputPath>
  28. <DefineConstants>TRACE</DefineConstants>
  29. <ErrorReport>prompt</ErrorReport>
  30. <WarningLevel>4</WarningLevel>
  31. </PropertyGroup>
  32. <ItemGroup>
  33. <Reference Include="Common.Logging, Version=3.3.1.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
  34. <HintPath>..\..\packages\Common.Logging.3.3.1\lib\net40\Common.Logging.dll</HintPath>
  35. <Private>True</Private>
  36. </Reference>
  37. <Reference Include="Common.Logging.Core, Version=3.3.1.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
  38. <HintPath>..\..\packages\Common.Logging.Core.3.3.1\lib\net40\Common.Logging.Core.dll</HintPath>
  39. <Private>True</Private>
  40. </Reference>
  41. <Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  42. <HintPath>..\..\packages\Newtonsoft.Json.10.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
  43. </Reference>
  44. <Reference Include="Quartz, Version=2.6.1.0, Culture=neutral, PublicKeyToken=f6b8c98a402cc8a4, processorArchitecture=MSIL">
  45. <HintPath>..\..\packages\Quartz.2.6.1\lib\net40\Quartz.dll</HintPath>
  46. <Private>True</Private>
  47. </Reference>
  48. <Reference Include="System" />
  49. <Reference Include="System.Core" />
  50. <Reference Include="System.Xml.Linq" />
  51. <Reference Include="System.Data.DataSetExtensions" />
  52. <Reference Include="Microsoft.CSharp" />
  53. <Reference Include="System.Data" />
  54. <Reference Include="System.Net.Http" />
  55. <Reference Include="System.Xml" />
  56. </ItemGroup>
  57. <ItemGroup>
  58. <Compile Include="CallPlanWork.cs" />
  59. <Compile Include="Peoplewebsite.cs" />
  60. <Compile Include="Properties\AssemblyInfo.cs" />
  61. <Compile Include="PushWorkorder.cs" />
  62. <Compile Include="QuartzJob.cs" />
  63. <Compile Include="QuartzWorker.cs" />
  64. <Compile Include="SatisfactionClose.cs" />
  65. <Compile Include="ZhengWuDuiJie.cs" />
  66. </ItemGroup>
  67. <ItemGroup>
  68. <None Include="job_scheduling_data_2_0.xsd">
  69. <SubType>Designer</SubType>
  70. </None>
  71. <None Include="packages.config" />
  72. </ItemGroup>
  73. <ItemGroup>
  74. <ProjectReference Include="..\..\CallCenterApi\CallCenterApi.BLL\CallCenterApi.BLL.csproj">
  75. <Project>{d99011c9-0a57-4706-b073-091681effad7}</Project>
  76. <Name>CallCenterApi.BLL</Name>
  77. </ProjectReference>
  78. <ProjectReference Include="..\..\CallCenterApi\CallCenterApi.DB\CallCenterApi.DB.csproj">
  79. <Project>{AE933BFC-B06C-4FE8-A352-0CE16DB082D7}</Project>
  80. <Name>CallCenterApi.DB</Name>
  81. </ProjectReference>
  82. <ProjectReference Include="..\..\CallCenterApi\CallCenterApi.Model\CallCenterApi.Model.csproj">
  83. <Project>{03ac6599-ffc1-43db-8794-f42b9bf74ef5}</Project>
  84. <Name>CallCenterApi.Model</Name>
  85. </ProjectReference>
  86. <ProjectReference Include="..\CallCenter.Utility\CallCenter.Utility.csproj">
  87. <Project>{4DA219CC-911E-4C81-BB0B-DF5183FD50FF}</Project>
  88. <Name>CallCenter.Utility</Name>
  89. </ProjectReference>
  90. </ItemGroup>
  91. <ItemGroup />
  92. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  93. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  94. Other similar extension points exist, see Microsoft.Common.targets.
  95. <Target Name="BeforeBuild">
  96. </Target>
  97. <Target Name="AfterBuild">
  98. </Target>
  99. -->
  100. </Project>