|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | | -<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 2 | +<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
4 | 4 | <PropertyGroup> |
5 | 5 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
39 | 39 | <Reference Include="fx.configuration"> |
40 | 40 | <HintPath>..\packages\fx.configuration.0.4.0\lib\net45\fx.configuration.dll</HintPath> |
41 | 41 | </Reference> |
42 | | - <Reference Include="Microsoft.Practices.Unity, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
43 | | - <SpecificVersion>False</SpecificVersion> |
44 | | - <HintPath>..\packages\Unity.3.5.1404.0\lib\net45\Microsoft.Practices.Unity.dll</HintPath> |
45 | | - </Reference> |
46 | 42 | <Reference Include="Microsoft.Practices.Unity.Configuration"> |
47 | 43 | <HintPath>..\packages\Unity.3.5.1404.0\lib\net45\Microsoft.Practices.Unity.Configuration.dll</HintPath> |
48 | 44 | </Reference> |
|
52 | 48 | <Reference Include="Moq"> |
53 | 49 | <HintPath>..\packages\Moq.4.2.1409.1722\lib\net40\Moq.dll</HintPath> |
54 | 50 | </Reference> |
55 | | - <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
56 | | - <SpecificVersion>False</SpecificVersion> |
57 | | - <HintPath>..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll</HintPath> |
58 | | - </Reference> |
59 | | - <Reference Include="nunit.framework, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL"> |
60 | | - <SpecificVersion>False</SpecificVersion> |
61 | | - <HintPath>..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath> |
62 | | - </Reference> |
63 | 51 | <Reference Include="System" /> |
64 | 52 | <Reference Include="System.Core" /> |
65 | 53 | <Reference Include="System.Net.Http" /> |
66 | | - <Reference Include="System.Net.Http.Formatting, Version=5.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
67 | | - <SpecificVersion>False</SpecificVersion> |
68 | | - <HintPath>..\packages\Microsoft.AspNet.WebApi.Client.5.2.2\lib\net45\System.Net.Http.Formatting.dll</HintPath> |
69 | | - </Reference> |
70 | | - <Reference Include="System.Web.Http, Version=5.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
71 | | - <SpecificVersion>False</SpecificVersion> |
72 | | - <HintPath>..\packages\Microsoft.AspNet.WebApi.Core.5.2.2\lib\net45\System.Web.Http.dll</HintPath> |
73 | | - </Reference> |
74 | 54 | <Reference Include="System.Xml.Linq" /> |
75 | 55 | <Reference Include="System.Data.DataSetExtensions" /> |
76 | 56 | <Reference Include="Microsoft.CSharp" /> |
77 | 57 | <Reference Include="System.Data" /> |
78 | 58 | <Reference Include="System.Xml" /> |
| 59 | + <Reference Include="Microsoft.Practices.Unity"> |
| 60 | + <HintPath>..\packages\Unity.3.5.1404.0\lib\net45\Microsoft.Practices.Unity.dll</HintPath> |
| 61 | + </Reference> |
| 62 | + <Reference Include="Newtonsoft.Json"> |
| 63 | + <HintPath>..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll</HintPath> |
| 64 | + </Reference> |
| 65 | + <Reference Include="nunit.framework"> |
| 66 | + <HintPath>..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath> |
| 67 | + </Reference> |
| 68 | + <Reference Include="System.Net.Http.Formatting"> |
| 69 | + <HintPath>..\packages\Microsoft.AspNet.WebApi.Client.5.2.2\lib\net45\System.Net.Http.Formatting.dll</HintPath> |
| 70 | + </Reference> |
| 71 | + <Reference Include="System.Web.Http"> |
| 72 | + <HintPath>..\packages\Microsoft.AspNet.WebApi.Core.5.2.2\lib\net45\System.Web.Http.dll</HintPath> |
| 73 | + </Reference> |
79 | 74 | </ItemGroup> |
80 | 75 | <ItemGroup> |
81 | 76 | <Compile Include="Api\Controllers\CronTriggerControllerTest.cs" /> |
|
96 | 91 | </ItemGroup> |
97 | 92 | <ItemGroup> |
98 | 93 | <ProjectReference Include="..\IntegrationEngine.Core\IntegrationEngine.Core.csproj"> |
99 | | - <Project>{3f3794d7-4078-4d26-954c-7864173edd86}</Project> |
| 94 | + <Project>{3F3794D7-4078-4D26-954C-7864173EDD86}</Project> |
100 | 95 | <Name>IntegrationEngine.Core</Name> |
101 | 96 | </ProjectReference> |
102 | 97 | <ProjectReference Include="..\IntegrationEngine.Model\IntegrationEngine.Model.csproj"> |
103 | | - <Project>{0b499fe4-0bdb-4080-bcb7-f8d4ce54a4ff}</Project> |
| 98 | + <Project>{0B499FE4-0BDB-4080-BCB7-F8D4CE54A4FF}</Project> |
104 | 99 | <Name>IntegrationEngine.Model</Name> |
105 | 100 | </ProjectReference> |
106 | 101 | <ProjectReference Include="..\IntegrationEngine\IntegrationEngine.csproj"> |
107 | | - <Project>{7d49353d-a68c-4aca-a6a5-40b1c314c30e}</Project> |
| 102 | + <Project>{7D49353D-A68C-4ACA-A6A5-40B1C314C30E}</Project> |
108 | 103 | <Name>IntegrationEngine</Name> |
109 | 104 | </ProjectReference> |
110 | 105 | </ItemGroup> |
|
0 commit comments