|
49 | 49 | <Compile Include="uCommerce\RegisterMvcRouteTask.cs" />
|
50 | 50 | </ItemGroup>
|
51 | 51 | <ItemGroup>
|
52 |
| - <Reference Include="MvcApp"> |
53 |
| - <HintPath>..\..\Lib\MvcApp.dll</HintPath> |
| 52 | + <Reference Include="MvcApp, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
| 53 | + <HintPath>..\..\packages\uCommerce.MvcApp.1.0.0\lib\MvcApp.dll</HintPath> |
| 54 | + <Private>True</Private> |
54 | 55 | </Reference>
|
55 | 56 | <Reference Include="System" />
|
56 | 57 | <Reference Include="System.Web" />
|
|
59 | 60 | <HintPath>..\..\Lib\System.Web.Mvc.dll</HintPath>
|
60 | 61 | </Reference>
|
61 | 62 | <Reference Include="UCommerce, Version=6.9.0.15323, Culture=neutral, processorArchitecture=MSIL">
|
62 |
| - <HintPath>..\..\Lib\UCommerce.dll</HintPath> |
| 63 | + <HintPath>..\..\packages\uCommerce.Binaries.7.0.0.0\lib\UCommerce.dll</HintPath> |
| 64 | + <Private>True</Private> |
| 65 | + </Reference> |
| 66 | + <Reference Include="UCommerce.Infrastructure, Version=7.0.0.16029, Culture=neutral, processorArchitecture=MSIL"> |
| 67 | + <HintPath>..\..\packages\uCommerce.Binaries.7.0.0.0\lib\UCommerce.Infrastructure.dll</HintPath> |
63 | 68 | <Private>True</Private>
|
64 | 69 | </Reference>
|
65 |
| - <Reference Include="UCommerce.Infrastructure, Version=6.9.0.15323, Culture=neutral, processorArchitecture=MSIL"> |
66 |
| - <HintPath>..\..\Lib\UCommerce.Infrastructure.dll</HintPath> |
| 70 | + <Reference Include="UCommerce.Pipelines, Version=7.0.0.16029, Culture=neutral, processorArchitecture=MSIL"> |
| 71 | + <HintPath>..\..\packages\uCommerce.Binaries.7.0.0.0\lib\UCommerce.Pipelines.dll</HintPath> |
67 | 72 | <Private>True</Private>
|
68 | 73 | </Reference>
|
69 |
| - <Reference Include="UCommerce.Pipelines, Version=6.9.0.15323, Culture=neutral, processorArchitecture=MSIL"> |
70 |
| - <HintPath>..\..\Lib\UCommerce.Pipelines.dll</HintPath> |
| 74 | + <Reference Include="UCommerce.Presentation, Version=7.0.0.16029, Culture=neutral, processorArchitecture=MSIL"> |
| 75 | + <HintPath>..\..\packages\uCommerce.Binaries.7.0.0.0\lib\UCommerce.Presentation.dll</HintPath> |
71 | 76 | <Private>True</Private>
|
72 | 77 | </Reference>
|
73 |
| - <Reference Include="UCommerce.Presentation, Version=6.9.0.15323, Culture=neutral, processorArchitecture=MSIL"> |
74 |
| - <HintPath>..\..\Lib\UCommerce.Presentation.dll</HintPath> |
| 78 | + <Reference Include="UCommerce.Web.Api, Version=7.0.0.16029, Culture=neutral, processorArchitecture=MSIL"> |
| 79 | + <HintPath>..\..\packages\uCommerce.Binaries.7.0.0.0\lib\UCommerce.Web.Api.dll</HintPath> |
75 | 80 | <Private>True</Private>
|
76 | 81 | </Reference>
|
77 | 82 | </ItemGroup>
|
| 83 | + <ItemGroup> |
| 84 | + <None Include="packages.config" /> |
| 85 | + </ItemGroup> |
78 | 86 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
79 | 87 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
80 | 88 | Other similar extension points exist, see Microsoft.Common.targets.
|
|
0 commit comments