|
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> |
|
59 | 59 | <Reference Include="Nest"> |
60 | 60 | <HintPath>..\packages\NEST.1.3.1\lib\Nest.dll</HintPath> |
61 | 61 | </Reference> |
62 | | - <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
63 | | - <SpecificVersion>False</SpecificVersion> |
64 | | - <HintPath>..\packages\Newtonsoft.Json.6.0.8\lib\net40\Newtonsoft.Json.dll</HintPath> |
65 | | - </Reference> |
66 | 62 | <Reference Include="NLog"> |
67 | 63 | <HintPath>..\packages\NLog.3.1.0.0\lib\net40\NLog.dll</HintPath> |
68 | 64 | </Reference> |
|
77 | 73 | <Reference Include="Microsoft.CSharp" /> |
78 | 74 | <Reference Include="System.Data" /> |
79 | 75 | <Reference Include="System.Xml" /> |
| 76 | + <Reference Include="Newtonsoft.Json"> |
| 77 | + <HintPath>..\packages\Newtonsoft.Json.6.0.8\lib\net40\Newtonsoft.Json.dll</HintPath> |
| 78 | + </Reference> |
80 | 79 | </ItemGroup> |
81 | 80 | <ItemGroup> |
82 | 81 | <Compile Include="..\configuration\SharedAssemblyInfo.cs"> |
|
173 | 172 | <Link>IRepository.cs</Link> |
174 | 173 | </Compile> |
175 | 174 | <Compile Include="Properties\AssemblyInfo.cs" /> |
| 175 | + <Compile Include="..\IntegrationEngine.Core\Configuration\IEngineConfiguration.cs"> |
| 176 | + <Link>IEngineConfiguration.cs</Link> |
| 177 | + </Compile> |
| 178 | + <Compile Include="..\IntegrationEngine.Core\Configuration\WebApiConfiguration.cs"> |
| 179 | + <Link>WebApiConfiguration.cs</Link> |
| 180 | + </Compile> |
| 181 | + <Compile Include="..\IntegrationEngine.Core\Configuration\NLogAdapterConfiguration.cs"> |
| 182 | + <Link>NLogAdapterConfiguration.cs</Link> |
| 183 | + </Compile> |
| 184 | + <Compile Include="..\IntegrationEngine.Core\Configuration\IntegrationPointConfigurations.cs"> |
| 185 | + <Link>IntegrationPointConfigurations.cs</Link> |
| 186 | + </Compile> |
| 187 | + <Compile Include="..\IntegrationEngine.Core\Configuration\ElasticsearchConfiguration.cs"> |
| 188 | + <Link>ElasticsearchConfiguration.cs</Link> |
| 189 | + </Compile> |
| 190 | + <Compile Include="..\IntegrationEngine.Core\Configuration\RabbitMQConfiguration.cs"> |
| 191 | + <Link>RabbitMQConfiguration.cs</Link> |
| 192 | + </Compile> |
| 193 | + <Compile Include="..\IntegrationEngine.Core\Configuration\IElasticsearchConfiguration.cs"> |
| 194 | + <Link>IElasticsearchConfiguration.cs</Link> |
| 195 | + </Compile> |
| 196 | + <Compile Include="..\IntegrationEngine.Core\Configuration\IRabbitMQConfiguration.cs"> |
| 197 | + <Link>IRabbitMQConfiguration.cs</Link> |
| 198 | + </Compile> |
176 | 199 | </ItemGroup> |
177 | 200 | <ItemGroup> |
178 | 201 | <None Include="App.config" /> |
179 | 202 | <None Include="packages.config" /> |
180 | 203 | </ItemGroup> |
181 | 204 | <ItemGroup> |
182 | 205 | <ProjectReference Include="..\IntegrationEngine.Model.net40\IntegrationEngine.Model.net40.csproj"> |
183 | | - <Project>{dfcd19ce-a96a-4b19-8cf1-9cac560e7f42}</Project> |
| 206 | + <Project>{DFCD19CE-A96A-4B19-8CF1-9CAC560E7F42}</Project> |
184 | 207 | <Name>IntegrationEngine.Model.net40</Name> |
185 | 208 | </ProjectReference> |
186 | 209 | </ItemGroup> |
|
0 commit comments