| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 | 
							- <?xml version="1.0" encoding="utf-8"?>
 
- <Project ToolsVersion="14.0" DefaultTargets="Build" 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>{6213A2CA-B695-49E7-8D22-9D5DCD13683E}</ProjectGuid>
 
-     <OutputType>Exe</OutputType>
 
-     <AppDesignerFolder>Properties</AppDesignerFolder>
 
-     <RootNamespace>ConsoleApplication1</RootNamespace>
 
-     <AssemblyName>ConsoleApplication1</AssemblyName>
 
-     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
 
-     <FileAlignment>512</FileAlignment>
 
-     <TargetFrameworkProfile />
 
-   </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>
 
-     <Prefer32Bit>false</Prefer32Bit>
 
-   </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>
 
-     <Prefer32Bit>false</Prefer32Bit>
 
-   </PropertyGroup>
 
-   <ItemGroup>
 
-     <Reference Include="Common.Logging, Version=3.3.1.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
 
-       <HintPath>..\packages\Common.Logging.3.3.1\lib\net40\Common.Logging.dll</HintPath>
 
-       <Private>True</Private>
 
-     </Reference>
 
-     <Reference Include="Common.Logging.Core, Version=3.3.1.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
 
-       <HintPath>..\packages\Common.Logging.Core.3.3.1\lib\net40\Common.Logging.Core.dll</HintPath>
 
-       <Private>True</Private>
 
-     </Reference>
 
-     <Reference Include="Quartz, Version=2.6.0.0, Culture=neutral, PublicKeyToken=f6b8c98a402cc8a4, processorArchitecture=MSIL">
 
-       <HintPath>..\packages\Quartz.2.6.0\lib\net40\Quartz.dll</HintPath>
 
-       <Private>True</Private>
 
-     </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="Class1.cs" />
 
-     <Compile Include="Class2.cs" />
 
-     <Compile Include="Program.cs" />
 
-     <Compile Include="Properties\AssemblyInfo.cs" />
 
-   </ItemGroup>
 
-   <ItemGroup>
 
-     <None Include="App.config">
 
-       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
 
-     </None>
 
-     <None Include="job_scheduling_data_2_0.xsd">
 
-       <SubType>Designer</SubType>
 
-     </None>
 
-     <None Include="packages.config" />
 
-   </ItemGroup>
 
-   <ItemGroup>
 
-     <Content Include="appconfig.txt" />
 
-     <Content Include="quartz_jobs.xml">
 
-       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
 
-     </Content>
 
-   </ItemGroup>
 
-   <ItemGroup>
 
-     <ProjectReference Include="..\TaskSchedule\TaskSchedule.csproj">
 
-       <Project>{faa23bd2-2ab3-486b-9a87-b55bb686374a}</Project>
 
-       <Name>TaskSchedule</Name>
 
-     </ProjectReference>
 
-   </ItemGroup>
 
-   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
 
-   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
 
-        Other similar extension points exist, see Microsoft.Common.targets.
 
-   <Target Name="BeforeBuild">
 
-   </Target>
 
-   <Target Name="AfterBuild">
 
-   </Target>
 
-   -->
 
- </Project>
 
 
  |