[mono/monodevelop] 7e53fef6: [core] Use a csproj reference, not dll reference, for raygun

"Alan McGovern ([email protected])" <[email protected]>
Newsgroups gmane.comp.gnome.mono.patches
Message-ID <00000141a2bf4167-209d5197-9d6b-470b-afaa-cacbdd8de25c-000000@email.amazonses.com>
   Branch: refs/heads/master
     Home: https://github.com/mono/monodevelop
  Compare: https://github.com/mono/monodevelop/compare/582664ab3cab...7e53fef6ba50

   Commit: 7e53fef6ba50ba280ffd41799504f3861da12f2e
   Author: Alan McGovern <[email protected]> (alanmcgovern)
     Date: 2013-10-10 14:07:01 GMT
      URL: https://github.com/mono/monodevelop/commit/7e53fef6ba50ba280ffd41799504f3861da12f2e

[core] Use a csproj reference, not dll reference, for raygun

Now it will build as expected

Changed paths:
  M main/src/core/MonoDevelop.Core/MonoDevelop.Core.csproj

Modified: main/src/core/MonoDevelop.Core/MonoDevelop.Core.csproj
===================================================================
@@ -82,9 +82,6 @@
     </Reference>
     <Reference Include="System.Xml.Linq" />
     <Reference Include="System.Web" />
-    <Reference Include="Mindscape.Raygun4Net">
-      <HintPath>..\..\..\external\Mindscape.Raygun4Net\Mindscape.Raygun4Net.dll</HintPath>
-    </Reference>
   </ItemGroup>
   <ItemGroup>
     <Compile Include="MonoDevelop.Core.Web\Utility.cs" />
@@ -558,6 +555,10 @@
       <Project>{2B8F4F83-C2B3-4E84-A27B-8DEE1BE0E006}</Project>
       <Name>ICSharpCode.NRefactory.Cecil</Name>
     </ProjectReference>
+    <ProjectReference Include="..\..\..\external\raygun4net\Mindscape.Raygun4Net\Mindscape.Raygun4Net.csproj">
+      <Project>{495E53B3-F3AF-4C4F-BAAF-865EFAA2F4A9}</Project>
+      <Name>Mindscape.Raygun4Net</Name>
+    </ProjectReference>
   </ItemGroup>
   <ItemGroup>
     <Content Include="MonoDevelop.Core.dll.config">


_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.