|
53 | 53 | <WarningLevel>4</WarningLevel> |
54 | 54 | </PropertyGroup> |
55 | 55 | <ItemGroup> |
56 | | - <Reference Include="Common.Logging, Version=3.0.0.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL"> |
57 | | - <SpecificVersion>False</SpecificVersion> |
58 | | - <HintPath>..\packages\Common.Logging.3.0.0\lib\net40\Common.Logging.dll</HintPath> |
59 | | - </Reference> |
60 | 56 | <Reference Include="Common.Logging.Core"> |
61 | 57 | <HintPath>..\packages\Common.Logging.Core.3.0.0\lib\net40\Common.Logging.Core.dll</HintPath> |
62 | 58 | </Reference> |
|
78 | 74 | <Reference Include="Microsoft.Owin.Hosting"> |
79 | 75 | <HintPath>..\packages\Microsoft.Owin.Hosting.3.0.0\lib\net45\Microsoft.Owin.Hosting.dll</HintPath> |
80 | 76 | </Reference> |
81 | | - <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
82 | | - <SpecificVersion>False</SpecificVersion> |
83 | | - <HintPath>..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll</HintPath> |
84 | | - </Reference> |
85 | 77 | <Reference Include="NLog"> |
86 | 78 | <HintPath>..\packages\NLog.3.2.0.0\lib\net45\NLog.dll</HintPath> |
87 | 79 | </Reference> |
88 | | - <Reference Include="Quartz, Version=2.3.1.0, Culture=neutral, PublicKeyToken=f6b8c98a402cc8a4, processorArchitecture=MSIL"> |
89 | | - <SpecificVersion>False</SpecificVersion> |
90 | | - <HintPath>..\packages\Quartz.2.3.1\lib\net40\Quartz.dll</HintPath> |
91 | | - </Reference> |
92 | | - <Reference Include="RabbitMQ.Client, Version=3.4.3.0, Culture=neutral, PublicKeyToken=89e7d7c5feba84ce, processorArchitecture=MSIL"> |
93 | | - <SpecificVersion>False</SpecificVersion> |
94 | | - <HintPath>..\packages\RabbitMQ.Client.3.4.3\lib\net35\RabbitMQ.Client.dll</HintPath> |
95 | | - </Reference> |
96 | 80 | <Reference Include="System" /> |
97 | 81 | <Reference Include="Elasticsearch.Net"> |
98 | 82 | <HintPath>..\packages\Elasticsearch.Net.1.3.1\lib\Elasticsearch.Net.dll</HintPath> |
|
140 | 124 | <Reference Include="Microsoft.Practices.Unity.RegistrationByConvention"> |
141 | 125 | <HintPath>..\packages\Unity.3.5.1404.0\lib\net45\Microsoft.Practices.Unity.RegistrationByConvention.dll</HintPath> |
142 | 126 | </Reference> |
| 127 | + <Reference Include="Common.Logging"> |
| 128 | + <HintPath>..\packages\Common.Logging.3.0.0\lib\net40\Common.Logging.dll</HintPath> |
| 129 | + </Reference> |
| 130 | + <Reference Include="Newtonsoft.Json"> |
| 131 | + <HintPath>..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll</HintPath> |
| 132 | + </Reference> |
| 133 | + <Reference Include="Quartz"> |
| 134 | + <HintPath>..\packages\Quartz.2.3.1\lib\net40\Quartz.dll</HintPath> |
| 135 | + </Reference> |
| 136 | + <Reference Include="RabbitMQ.Client"> |
| 137 | + <HintPath>..\packages\RabbitMQ.Client.3.4.3\lib\net35\RabbitMQ.Client.dll</HintPath> |
| 138 | + </Reference> |
143 | 139 | </ItemGroup> |
144 | 140 | <ItemGroup> |
145 | 141 | <Compile Include="..\configuration\SharedAssemblyInfo.cs"> |
|
175 | 171 | <Compile Include="Scheduler\ITimeZone.cs" /> |
176 | 172 | <Compile Include="Scheduler\SimpleTrigger.cs" /> |
177 | 173 | <Compile Include="Scheduler\TimeZone.cs" /> |
178 | | - <Compile Include="Scheduler\TriggerCronExpressionExtension.cs" /> |
179 | | - <Compile Include="Scheduler\TriggerStateIdExtension.cs" /> |
| 174 | + <Compile Include="Scheduler\TriggerPropertyExtension.cs" /> |
180 | 175 | </ItemGroup> |
181 | 176 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
182 | 177 | <ItemGroup> |
|
0 commit comments