mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Moved xmldiffpatch dependency to root lib folder.
This commit is contained in:

committed by
Sipke Schoorstra

parent
da6aa02672
commit
2515f943f6
Binary file not shown.
@@ -78,13 +78,12 @@
|
||||
<Reference Include="System.Xml.Linq" />
|
||||
<Reference Include="xmldiffpatch, Version=1.0.8.28, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>Lib\XmlDiffPatch\xmldiffpatch.dll</HintPath>
|
||||
<HintPath>..\..\..\..\lib\xmldiffpatch\xmldiffpatch.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="Placement.info" />
|
||||
<Content Include="Lib\XmlDiffPatch\xmldiffpatch.dll" />
|
||||
<Content Include="Recipes\audit-trail.recipe.xml" />
|
||||
<Content Include="Scripts\audittrail-recyclebin.js" />
|
||||
<Content Include="Scripts\audittrail-expando.js" />
|
||||
|
Reference in New Issue
Block a user