Lottomat.Application.SystemAutoJob.csproj 3.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" 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>{29DCF239-C6EA-4424-99A2-1C3D5AD76353}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Lottomat.Application.SystemAutoJob</RootNamespace>
  11. <AssemblyName>Lottomat.Application.SystemAutoJob</AssemblyName>
  12. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <TargetFrameworkProfile />
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. <Prefer32Bit>false</Prefer32Bit>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <DebugType>pdbonly</DebugType>
  28. <Optimize>true</Optimize>
  29. <OutputPath>bin\Release\</OutputPath>
  30. <DefineConstants>TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. <Prefer32Bit>false</Prefer32Bit>
  34. </PropertyGroup>
  35. <ItemGroup>
  36. <Reference Include="HtmlAgilityPack, Version=1.6.5.0, Culture=neutral, PublicKeyToken=bd319b19eaf3b43a, processorArchitecture=MSIL">
  37. <HintPath>..\..\packages\HtmlAgilityPack.1.6.5\lib\Net45\HtmlAgilityPack.dll</HintPath>
  38. </Reference>
  39. <Reference Include="System" />
  40. <Reference Include="System.Core" />
  41. <Reference Include="System.Xml.Linq" />
  42. <Reference Include="System.Data.DataSetExtensions" />
  43. <Reference Include="Microsoft.CSharp" />
  44. <Reference Include="System.Data" />
  45. <Reference Include="System.Xml" />
  46. </ItemGroup>
  47. <ItemGroup>
  48. <Compile Include="AutoAddNewestLotteryManager.cs" />
  49. <Compile Include="AutoRemindingTheForthcomingLotteryManager.cs" />
  50. <Compile Include="GrabTheLatestAwardManager.cs" />
  51. <Compile Include="Interface\ISchedulerJob.cs" />
  52. <Compile Include="Properties\AssemblyInfo.cs" />
  53. <Compile Include="Scheduler.cs" />
  54. <Compile Include="SchedulerConfiguration.cs" />
  55. </ItemGroup>
  56. <ItemGroup>
  57. <ProjectReference Include="..\..\Lottomat.Util\Lottomat.Util.Extension\Lottomat.Util.Extension.csproj">
  58. <Project>{4b7dde80-dfa1-4938-93f8-3721e2c592b9}</Project>
  59. <Name>Lottomat.Util.Extension</Name>
  60. </ProjectReference>
  61. <ProjectReference Include="..\..\Lottomat.Util\Lottomat.Util\Lottomat.Utils.csproj">
  62. <Project>{07aa2566-d0e5-47af-a17d-3b1c6aee598d}</Project>
  63. <Name>Lottomat.Utils</Name>
  64. </ProjectReference>
  65. <ProjectReference Include="..\Lottomat.Application.Busines\Lottomat.Application.Busines.csproj">
  66. <Project>{21566527-8f54-4a8d-aa68-7662c2c31fb9}</Project>
  67. <Name>Lottomat.Application.Busines</Name>
  68. </ProjectReference>
  69. <ProjectReference Include="..\Lottomat.Application.Code\Lottomat.Application.Code.csproj">
  70. <Project>{9b10db87-130c-41d3-8687-1fac877db74a}</Project>
  71. <Name>Lottomat.Application.Code</Name>
  72. </ProjectReference>
  73. <ProjectReference Include="..\Lottomat.Application.Entity\Lottomat.Application.Entity.csproj">
  74. <Project>{c10920fe-8c74-4993-a7f4-1da189da842c}</Project>
  75. <Name>Lottomat.Application.Entity</Name>
  76. </ProjectReference>
  77. </ItemGroup>
  78. <ItemGroup>
  79. <None Include="packages.config" />
  80. </ItemGroup>
  81. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  82. </Project>