Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.1
mono-nuget
fix_xdt_hintpath.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fix_xdt_hintpath.patch of Package mono-nuget
Index: xamarin-pkg-nuget/src/CommandLine/CommandLine.csproj =================================================================== --- xamarin-pkg-nuget.orig/src/CommandLine/CommandLine.csproj 2015-01-15 19:30:44.346864746 +0000 +++ xamarin-pkg-nuget/src/CommandLine/CommandLine.csproj 2015-02-26 11:10:38.114087193 +0000 @@ -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: xamarin-pkg-nuget/src/Core/Core.csproj =================================================================== --- xamarin-pkg-nuget.orig/src/Core/Core.csproj 2015-02-26 11:01:59.642076980 +0000 +++ xamarin-pkg-nuget/src/Core/Core.csproj 2015-02-26 11:10:26.654086967 +0000 @@ -220,7 +220,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" /> @@ -321,4 +321,4 @@ <Target Name="AfterBuild"> </Target> --> -</Project> \ No newline at end of file +</Project>
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor