|
36 | 36 | <Prefer32Bit>false</Prefer32Bit> |
37 | 37 | </PropertyGroup> |
38 | 38 | <ItemGroup> |
| 39 | + <Reference Include="Common.Logging, Version=3.0.0.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL"> |
| 40 | + <SpecificVersion>False</SpecificVersion> |
| 41 | + <HintPath>..\packages\Common.Logging.3.0.0\lib\net40\Common.Logging.dll</HintPath> |
| 42 | + </Reference> |
| 43 | + <Reference Include="Common.Logging.Core, Version=3.0.0.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL"> |
| 44 | + <SpecificVersion>False</SpecificVersion> |
| 45 | + <HintPath>..\packages\Common.Logging.Core.3.0.0\lib\net40\Common.Logging.Core.dll</HintPath> |
| 46 | + </Reference> |
39 | 47 | <Reference Include="fx.configuration"> |
40 | 48 | <HintPath>..\packages\fx.configuration.0.4.0\lib\net45\fx.configuration.dll</HintPath> |
41 | 49 | </Reference> |
|
48 | 56 | <Reference Include="Moq"> |
49 | 57 | <HintPath>..\packages\Moq.4.2.1409.1722\lib\net40\Moq.dll</HintPath> |
50 | 58 | </Reference> |
| 59 | + <Reference Include="Quartz, Version=2.3.1.0, Culture=neutral, PublicKeyToken=f6b8c98a402cc8a4, processorArchitecture=MSIL"> |
| 60 | + <SpecificVersion>False</SpecificVersion> |
| 61 | + <HintPath>..\packages\Quartz.2.3.1\lib\net40\Quartz.dll</HintPath> |
| 62 | + </Reference> |
51 | 63 | <Reference Include="System" /> |
52 | 64 | <Reference Include="System.Core" /> |
53 | 65 | <Reference Include="System.Net.Http" /> |
|
75 | 87 | <ItemGroup> |
76 | 88 | <Compile Include="Api\Controllers\CronTriggerControllerTest.cs" /> |
77 | 89 | <Compile Include="EngineHostConfigurationTest.cs" /> |
| 90 | + <Compile Include="IntegrationJobFixture.cs" /> |
78 | 91 | <Compile Include="Properties\AssemblyInfo.cs" /> |
| 92 | + <Compile Include="Scheduler\EngineSchedulerTest.cs" /> |
79 | 93 | <Compile Include="StubContainer.cs" /> |
80 | 94 | </ItemGroup> |
81 | 95 | <ItemGroup> |
|
84 | 98 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
85 | 99 | </None> |
86 | 100 | <None Include="app.config" /> |
| 101 | + <None Include="job_scheduling_data_2_0.xsd"> |
| 102 | + <SubType>Designer</SubType> |
| 103 | + </None> |
87 | 104 | <None Include="packages.config" /> |
88 | 105 | </ItemGroup> |
89 | 106 | <ItemGroup> |
|
0 commit comments