|
8 | 8 | <RootNamespace>IntegrationEngine</RootNamespace> |
9 | 9 | <AssemblyName>IntegrationEngine</AssemblyName> |
10 | 10 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
| 11 | + <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> |
11 | 12 | <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir> |
12 | 13 | <RestorePackages>true</RestorePackages> |
13 | 14 | </PropertyGroup> |
|
67 | 68 | <Reference Include="Microsoft.Owin.Hosting"> |
68 | 69 | <HintPath>..\packages\Microsoft.Owin.Hosting.3.0.0\lib\net45\Microsoft.Owin.Hosting.dll</HintPath> |
69 | 70 | </Reference> |
70 | | - <Reference Include="MySql.Data.Entity.EF6"> |
71 | | - <HintPath>..\packages\MySql.Data.Entity.EF6.6.8.3\lib\net45\MySql.Data.Entity.EF6.dll</HintPath> |
72 | | - </Reference> |
73 | 71 | <Reference Include="System" /> |
74 | 72 | <Reference Include="Newtonsoft.Json"> |
75 | 73 | <HintPath>..\packages\Newtonsoft.Json.6.0.7\lib\net45\Newtonsoft.Json.dll</HintPath> |
|
120 | 118 | <Reference Include="System.Web.Http"> |
121 | 119 | <HintPath>..\packages\Microsoft.AspNet.WebApi.Core.5.2.2\lib\net45\System.Web.Http.dll</HintPath> |
122 | 120 | </Reference> |
123 | | - <Reference Include="MySql.Data"> |
124 | | - <HintPath>..\packages\MySql.Data.6.9.5\lib\net45\MySql.Data.dll</HintPath> |
125 | | - </Reference> |
126 | 121 | <Reference Include="fx.configuration"> |
127 | 122 | <HintPath>..\packages\fx.configuration.0.4.0\lib\net45\fx.configuration.dll</HintPath> |
128 | 123 | </Reference> |
|
142 | 137 | <Compile Include="Configuration\EngineJsonConfiguration.cs" /> |
143 | 138 | <Compile Include="MessageQueue\IMessageQueueConnection.cs" /> |
144 | 139 | <Compile Include="MessageQueue\MessageQueueConnection.cs" /> |
145 | | - <Compile Include="AssemblyInfo.cs" /> |
146 | 140 | <Compile Include="Container.cs" /> |
147 | 141 | <Compile Include="ContainerSingleton.cs" /> |
148 | 142 | <Compile Include="Configuration\Elasticsearch.cs" /> |
|
0 commit comments