Skip to content

Commit fe1814b

Browse files
committed
Add additional config files to net40 project
1 parent f3c28db commit fe1814b

File tree

1 file changed

+29
-6
lines changed

1 file changed

+29
-6
lines changed

IntegrationEngine.Core.net40/IntegrationEngine.Core.net40.csproj

Lines changed: 29 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?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">
33
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
44
<PropertyGroup>
55
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -59,10 +59,6 @@
5959
<Reference Include="Nest">
6060
<HintPath>..\packages\NEST.1.3.1\lib\Nest.dll</HintPath>
6161
</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>
6662
<Reference Include="NLog">
6763
<HintPath>..\packages\NLog.3.1.0.0\lib\net40\NLog.dll</HintPath>
6864
</Reference>
@@ -77,6 +73,9 @@
7773
<Reference Include="Microsoft.CSharp" />
7874
<Reference Include="System.Data" />
7975
<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>
8079
</ItemGroup>
8180
<ItemGroup>
8281
<Compile Include="..\configuration\SharedAssemblyInfo.cs">
@@ -173,14 +172,38 @@
173172
<Link>IRepository.cs</Link>
174173
</Compile>
175174
<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>
176199
</ItemGroup>
177200
<ItemGroup>
178201
<None Include="App.config" />
179202
<None Include="packages.config" />
180203
</ItemGroup>
181204
<ItemGroup>
182205
<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>
184207
<Name>IntegrationEngine.Model.net40</Name>
185208
</ProjectReference>
186209
</ItemGroup>

0 commit comments

Comments
 (0)