|
11 | 11 | <AssemblyName>IntegrationEngine.Core</AssemblyName> |
12 | 12 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
13 | 13 | <FileAlignment>512</FileAlignment> |
| 14 | + <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir> |
| 15 | + <RestorePackages>true</RestorePackages> |
14 | 16 | </PropertyGroup> |
15 | 17 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
16 | 18 | <DebugSymbols>true</DebugSymbols> |
|
33 | 35 | <Reference Include="Elasticsearch.Net"> |
34 | 36 | <HintPath>..\packages\Elasticsearch.Net.1.3.1\lib\Elasticsearch.Net.dll</HintPath> |
35 | 37 | </Reference> |
36 | | - <Reference Include="EntityFramework"> |
| 38 | + <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
| 39 | + <SpecificVersion>False</SpecificVersion> |
37 | 40 | <HintPath>..\packages\EntityFramework.6.1.2\lib\net45\EntityFramework.dll</HintPath> |
38 | 41 | </Reference> |
39 | | - <Reference Include="EntityFramework.SqlServer"> |
| 42 | + <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
| 43 | + <SpecificVersion>False</SpecificVersion> |
40 | 44 | <HintPath>..\packages\EntityFramework.6.1.2\lib\net45\EntityFramework.SqlServer.dll</HintPath> |
41 | 45 | </Reference> |
42 | 46 | <Reference Include="log4net"> |
43 | 47 | <HintPath>..\packages\log4net.2.0.3\lib\net40-full\log4net.dll</HintPath> |
44 | 48 | </Reference> |
| 49 | + <Reference Include="MySql.Data, Version=6.9.5.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL"> |
| 50 | + <Private>True</Private> |
| 51 | + <HintPath>..\packages\MySql.Data.6.9.5\lib\net45\MySql.Data.dll</HintPath> |
| 52 | + </Reference> |
| 53 | + <Reference Include="MySql.Data.Entity.EF6, Version=6.9.5.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL"> |
| 54 | + <HintPath>..\packages\MySql.Data.Entity.6.9.5\lib\net45\MySql.Data.Entity.EF6.dll</HintPath> |
| 55 | + </Reference> |
45 | 56 | <Reference Include="Nest"> |
46 | 57 | <HintPath>..\packages\NEST.1.3.1\lib\Nest.dll</HintPath> |
47 | 58 | </Reference> |
|
59 | 70 | <Reference Include="Microsoft.CSharp" /> |
60 | 71 | <Reference Include="System.Data" /> |
61 | 72 | <Reference Include="System.Xml" /> |
62 | | - <Reference Include="MySql.Data, Version=6.9.5.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d"> |
63 | | - <HintPath>..\packages\MySql.Data.6.9.5\lib\net45\MySql.Data.dll</HintPath> |
64 | | - </Reference> |
65 | | - <Reference Include="MySql.Data.Entity.EF6, Version=6.9.5.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d"> |
66 | | - <HintPath>..\packages\MySql.Data.Entity.6.9.5\lib\net45\MySql.Data.Entity.EF6.dll</HintPath> |
67 | | - </Reference> |
68 | 73 | </ItemGroup> |
69 | 74 | <ItemGroup> |
70 | 75 | <Compile Include="Configuration\Database.cs" /> |
|
104 | 109 | </ProjectReference> |
105 | 110 | </ItemGroup> |
106 | 111 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
| 112 | + <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" /> |
107 | 113 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
108 | 114 | Other similar extension points exist, see Microsoft.Common.targets. |
109 | 115 | <Target Name="BeforeBuild"> |
|
0 commit comments