|
37 | 37 | <WarningLevel>4</WarningLevel> |
38 | 38 | </PropertyGroup> |
39 | 39 | <ItemGroup> |
| 40 | + <Reference Include="Common.Logging, Version=2.3.1.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL"> |
| 41 | + <SpecificVersion>False</SpecificVersion> |
| 42 | + <HintPath>..\packages\Common.Logging.2.3.1\lib\net40\Common.Logging.dll</HintPath> |
| 43 | + </Reference> |
40 | 44 | <Reference Include="fx.configuration, Version=0.4.0.0, Culture=neutral, PublicKeyToken=d6b5ff1ed8812a28, processorArchitecture=MSIL"> |
41 | 45 | <SpecificVersion>False</SpecificVersion> |
42 | 46 | <HintPath>..\packages\fx.configuration.0.4.0\lib\net45\fx.configuration.dll</HintPath> |
43 | 47 | </Reference> |
44 | | - <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" /> |
45 | 48 | <Reference Include="Moq"> |
46 | 49 | <HintPath>..\packages\Moq.4.2.1409.1722\lib\net40\Moq.dll</HintPath> |
47 | 50 | </Reference> |
48 | 51 | <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
49 | 52 | <SpecificVersion>False</SpecificVersion> |
50 | 53 | <HintPath>..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll</HintPath> |
51 | 54 | </Reference> |
| 55 | + <Reference Include="nunit.framework"> |
| 56 | + <HintPath>..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath> |
| 57 | + </Reference> |
| 58 | + <Reference Include="Quartz, Version=2.3.0.18, Culture=neutral, PublicKeyToken=f6b8c98a402cc8a4, processorArchitecture=MSIL"> |
| 59 | + <SpecificVersion>False</SpecificVersion> |
| 60 | + <HintPath>..\packages\Quartz.2.3\lib\net40\Quartz.dll</HintPath> |
| 61 | + </Reference> |
52 | 62 | <Reference Include="System" /> |
| 63 | + <Reference Include="System.Net.Http" /> |
| 64 | + <Reference Include="System.Net.Http.Formatting, Version=5.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 65 | + <SpecificVersion>False</SpecificVersion> |
| 66 | + <HintPath>..\packages\Microsoft.AspNet.WebApi.Client.5.2.2\lib\net45\System.Net.Http.Formatting.dll</HintPath> |
| 67 | + </Reference> |
| 68 | + <Reference Include="System.Web.Http, Version=5.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 69 | + <SpecificVersion>False</SpecificVersion> |
| 70 | + <HintPath>..\packages\Microsoft.AspNet.WebApi.Core.5.2.2\lib\net45\System.Web.Http.dll</HintPath> |
| 71 | + </Reference> |
53 | 72 | </ItemGroup> |
54 | 73 | <Choose> |
55 | 74 | <When Condition="('$(VisualStudioVersion)' == '10.0' or '$(VisualStudioVersion)' == '') and '$(TargetFrameworkVersion)' == 'v3.5'"> |
|
60 | 79 | <Otherwise /> |
61 | 80 | </Choose> |
62 | 81 | <ItemGroup> |
| 82 | + <Compile Include="Api\Controllers\CronTriggerControllerTest.cs" /> |
63 | 83 | <Compile Include="Properties\AssemblyInfo.cs" /> |
64 | 84 | <Compile Include="EngineHostConfigurationTest.cs" /> |
65 | 85 | </ItemGroup> |
|
69 | 89 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
70 | 90 | </None> |
71 | 91 | <None Include="app.config" /> |
| 92 | + <None Include="job_scheduling_data_2_0.xsd"> |
| 93 | + <SubType>Designer</SubType> |
| 94 | + </None> |
72 | 95 | <None Include="packages.config" /> |
73 | 96 | </ItemGroup> |
74 | 97 | <ItemGroup> |
| 98 | + <ProjectReference Include="..\IntegrationEngine.Model\IntegrationEngine.Model.csproj"> |
| 99 | + <Project>{0b499fe4-0bdb-4080-bcb7-f8d4ce54a4ff}</Project> |
| 100 | + <Name>IntegrationEngine.Model</Name> |
| 101 | + </ProjectReference> |
75 | 102 | <ProjectReference Include="..\IntegrationEngine\IntegrationEngine.csproj"> |
76 | 103 | <Project>{7d49353d-a68c-4aca-a6a5-40b1c314c30e}</Project> |
77 | 104 | <Name>IntegrationEngine</Name> |
|
0 commit comments