12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- <?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>{29DCF239-C6EA-4424-99A2-1C3D5AD76353}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>Lottomat.Application.SystemAutoJob</RootNamespace>
- <AssemblyName>Lottomat.Application.SystemAutoJob</AssemblyName>
- <TargetFrameworkVersion>v4.5</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>
- <Prefer32Bit>false</Prefer32Bit>
- </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>
- <Prefer32Bit>false</Prefer32Bit>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="HtmlAgilityPack, Version=1.6.5.0, Culture=neutral, PublicKeyToken=bd319b19eaf3b43a, processorArchitecture=MSIL">
- <HintPath>..\..\packages\HtmlAgilityPack.1.6.5\lib\Net45\HtmlAgilityPack.dll</HintPath>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.Core" />
- <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="AutoAddNewestLotteryManager.cs" />
- <Compile Include="AutoRemindingTheForthcomingLotteryManager.cs" />
- <Compile Include="GrabTheLatestAwardManager.cs" />
- <Compile Include="Interface\ISchedulerJob.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="Scheduler.cs" />
- <Compile Include="SchedulerConfiguration.cs" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\Lottomat.Util\Lottomat.Util.Extension\Lottomat.Util.Extension.csproj">
- <Project>{4b7dde80-dfa1-4938-93f8-3721e2c592b9}</Project>
- <Name>Lottomat.Util.Extension</Name>
- </ProjectReference>
- <ProjectReference Include="..\..\Lottomat.Util\Lottomat.Util\Lottomat.Utils.csproj">
- <Project>{07aa2566-d0e5-47af-a17d-3b1c6aee598d}</Project>
- <Name>Lottomat.Utils</Name>
- </ProjectReference>
- <ProjectReference Include="..\Lottomat.Application.Busines\Lottomat.Application.Busines.csproj">
- <Project>{21566527-8f54-4a8d-aa68-7662c2c31fb9}</Project>
- <Name>Lottomat.Application.Busines</Name>
- </ProjectReference>
- <ProjectReference Include="..\Lottomat.Application.Code\Lottomat.Application.Code.csproj">
- <Project>{9b10db87-130c-41d3-8687-1fac877db74a}</Project>
- <Name>Lottomat.Application.Code</Name>
- </ProjectReference>
- <ProjectReference Include="..\Lottomat.Application.Entity\Lottomat.Application.Entity.csproj">
- <Project>{c10920fe-8c74-4993-a7f4-1da189da842c}</Project>
- <Name>Lottomat.Application.Entity</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <None Include="packages.config" />
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- </Project>
|