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" />
