Skip to content

Commit

Permalink
Merge pull request #57 from Sitecore/develop
Browse files Browse the repository at this point in the history
fixing incorrect paths for references I had added to the Customers project
  • Loading branch information
jeanfrancoislarente authored Aug 22, 2018
2 parents d4932f4 + 5136b74 commit ce9bce3
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,16 +84,17 @@
</ItemGroup>
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Sitecore.Commerce.XA.Feature.Account">
<HintPath>..\..\..\..\..\..\Sitecore.HabitatHome.Commerce\lib\Modules\Commerce\Sitecore.Commerce.XA.Feature.Account.dll</HintPath>
<Reference Include="Sitecore.Commerce.XA.Feature.Account, Version=1.2.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\lib\Modules\Commerce\Sitecore.Commerce.XA.Feature.Account.dll</HintPath>
</Reference>
<Reference Include="Sitecore.Commerce.XA.Foundation.Common, Version=1.2.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\..\..\Sitecore.HabitatHome.Commerce\lib\Modules\Commerce\Sitecore.Commerce.XA.Foundation.Common.dll</HintPath>
<HintPath>..\..\..\..\lib\Modules\Commerce\Sitecore.Commerce.XA.Foundation.Common.dll</HintPath>
</Reference>
<Reference Include="Sitecore.Commerce.XA.Foundation.Connect, Version=1.2.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\..\..\Sitecore.HabitatHome.Commerce\lib\Modules\Commerce\Sitecore.Commerce.XA.Foundation.Connect.dll</HintPath>
<HintPath>..\..\..\..\lib\Modules\Commerce\Sitecore.Commerce.XA.Foundation.Connect.dll</HintPath>
</Reference>
<Reference Include="System.Web.DynamicData" />
<Reference Include="System.Web.Entity" />
Expand Down

0 comments on commit ce9bce3

Please sign in to comment.