Нет описания

CallCenter.QuartzService.csproj 5.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  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>{8DE4B8BC-1E88-4530-B129-E79C5119D6FD}</ProjectGuid>
  8. <OutputType>WinExe</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. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  15. <TargetFrameworkProfile />
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <PlatformTarget>AnyCPU</PlatformTarget>
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>bin\Debug\</OutputPath>
  23. <DefineConstants>DEBUG;TRACE</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <PlatformTarget>AnyCPU</PlatformTarget>
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. </PropertyGroup>
  36. <ItemGroup>
  37. <Reference Include="Common.Logging, Version=3.3.1.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
  38. <HintPath>..\..\packages\Common.Logging.3.3.1\lib\net40\Common.Logging.dll</HintPath>
  39. <Private>True</Private>
  40. </Reference>
  41. <Reference Include="Common.Logging.Core, Version=3.3.1.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
  42. <HintPath>..\..\packages\Common.Logging.Core.3.3.1\lib\net40\Common.Logging.Core.dll</HintPath>
  43. <Private>True</Private>
  44. </Reference>
  45. <Reference Include="log4net, Version=2.0.7.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  46. <HintPath>..\..\packages\log4net.2.0.7\lib\net45-full\log4net.dll</HintPath>
  47. </Reference>
  48. <Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  49. <HintPath>..\..\packages\Newtonsoft.Json.10.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
  50. <Private>True</Private>
  51. </Reference>
  52. <Reference Include="Quartz, Version=2.5.0.0, Culture=neutral, PublicKeyToken=f6b8c98a402cc8a4, processorArchitecture=MSIL">
  53. <HintPath>..\..\packages\Quartz.2.5.0\lib\net40\Quartz.dll</HintPath>
  54. <Private>True</Private>
  55. </Reference>
  56. <Reference Include="System" />
  57. <Reference Include="System.Configuration" />
  58. <Reference Include="System.Configuration.Install" />
  59. <Reference Include="System.Core" />
  60. <Reference Include="System.Management" />
  61. <Reference Include="System.Xml.Linq" />
  62. <Reference Include="System.Data.DataSetExtensions" />
  63. <Reference Include="Microsoft.CSharp" />
  64. <Reference Include="System.Data" />
  65. <Reference Include="System.Net.Http" />
  66. <Reference Include="System.ServiceProcess" />
  67. <Reference Include="System.Xml" />
  68. </ItemGroup>
  69. <ItemGroup>
  70. <Compile Include="Common.cs" />
  71. <Compile Include="log\Log.cs" />
  72. <Compile Include="log\LogFactory.cs" />
  73. <Compile Include="ProjectInstaller.cs">
  74. <SubType>Component</SubType>
  75. </Compile>
  76. <Compile Include="ProjectInstaller.Designer.cs">
  77. <DependentUpon>ProjectInstaller.cs</DependentUpon>
  78. </Compile>
  79. <Compile Include="QuartzJob.cs" />
  80. <Compile Include="QuartzWorker.cs" />
  81. <Compile Include="SMSService.cs">
  82. <SubType>Component</SubType>
  83. </Compile>
  84. <Compile Include="SMSService.Designer.cs">
  85. <DependentUpon>SMSService.cs</DependentUpon>
  86. </Compile>
  87. <Compile Include="Program.cs" />
  88. <Compile Include="Properties\AssemblyInfo.cs" />
  89. <Compile Include="SMSTask.cs" />
  90. </ItemGroup>
  91. <ItemGroup>
  92. <None Include="App.config" />
  93. <Content Include="bin\Debug\Configs\log4net.config" />
  94. <None Include="bin\Debug\Install.bat" />
  95. <None Include="job_scheduling_data_2_0.xsd">
  96. <SubType>Designer</SubType>
  97. </None>
  98. <None Include="packages.config">
  99. <SubType>Designer</SubType>
  100. </None>
  101. <None Include="bin\Debug\Uninstall.bat" />
  102. </ItemGroup>
  103. <ItemGroup>
  104. <EmbeddedResource Include="ProjectInstaller.resx">
  105. <DependentUpon>ProjectInstaller.cs</DependentUpon>
  106. <SubType>Designer</SubType>
  107. </EmbeddedResource>
  108. </ItemGroup>
  109. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  110. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  111. Other similar extension points exist, see Microsoft.Common.targets.
  112. <Target Name="BeforeBuild">
  113. </Target>
  114. <Target Name="AfterBuild">
  115. </Target>
  116. -->
  117. </Project>