Package: nuget / 2.8.7+md510+dhx1-1

fix_xdt_hintpath Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Index: nuget/src/CommandLine/CommandLine.csproj
===================================================================
--- nuget.orig/src/CommandLine/CommandLine.csproj
+++ nuget/src/CommandLine/CommandLine.csproj
@@ -32,7 +32,7 @@
     <Reference Include="Microsoft.CSharp" />
     <Reference Include="Microsoft.Web.XmlTransform, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
       <SpecificVersion>False</SpecificVersion>
-      <HintPath>..\..\lib\Microsoft.Web.XmlTransform.dll</HintPath>
+      <HintPath>..\..\xdt\XmlTransform\bin\Debug\Microsoft.Web.XmlTransform.dll</HintPath>
     </Reference>
     <Reference Include="System" />
     <Reference Include="System.ComponentModel.Composition" />
Index: nuget/src/Core/Core.csproj
===================================================================
--- nuget.orig/src/Core/Core.csproj
+++ nuget/src/Core/Core.csproj
@@ -222,7 +222,7 @@
     <Compile Include="Utility\WebRequestEventArgs.cs" />
     <Compile Include="FileModifiers\XdtTransformer.cs" />
     <Reference Include="Microsoft.Web.XmlTransform">
-      <HintPath>..\..\lib\Microsoft.Web.XmlTransform.dll</HintPath>
+      <HintPath>..\..\xdt\XmlTransform\bin\Debug\Microsoft.Web.XmlTransform.dll</HintPath>
     </Reference>
     <Reference Include="System" />
     <Reference Include="System.ComponentModel.DataAnnotations" />