Skip to content

Instantly share code, notes, and snippets.

View gitexperience's full-sized avatar

Anubhav singh gitexperience

  • Kiprosh
  • Mumbai,India
View GitHub Profile
0xe8F639de35DA1Fc52F1f30343D393530FB255cA7
0xe8F639de35DA1Fc52F1f30343D393530FB255cA7
@gitexperience
gitexperience / CBinding.csproj.diff
Created August 24, 2017 13:25
Overhaul Xamarin Studio C/C++ Addin
diff --git a/cbindingreport/cbinding/cbinding/cbinding.csproj b/caddin/cbinding/cbinding/cbinding.csproj
index 69217e2..3e891db 100644
--- a/cbindingreport/cbinding/cbinding/cbinding.csproj
+++ b/caddin/cbinding/cbinding/cbinding.csproj
@@ -1,6 +1,5 @@
-<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
- <Import Project="..\packages\MonoDevelop.Addins.0.3.10\build\net40\MonoDevelop.Addins.props" Condition="Exists('..\packages\MonoDevelop.Addins.0.3.10\build\net40\MonoDevelop.Addins.props')" />
+ <Import Project="..\packages\MonoDevelop.Addins.0.3.16\build\net45\MonoDevelop.Addins.props" Condition="Exists('..\packages\MonoDevelop.Addins.0.3.16\build\net45\MonoDevelop.Addins.props')" />
<PropertyGroup>
diff --git a/cbinding/cbinding/cbinding/cmake/cmakeproject.cs b/caddin/cbinding/cbinding/cmake/cmakeproject.cs
index f9348da..65b9442 100644
--- a/cbinding/cbinding/cbinding/cmake/cmakeproject.cs
+++ b/caddin/cbinding/cbinding/cmake/cmakeproject.cs
@@ -1,4 +1,4 @@
-//
+//
// CMakeProject.cs
//
// Author:
diff --git a/cbinding/cbinding/cbinding/cmake/cmakeproject.cs b/caddin/cbinding/cbinding/cmake/cmakeproject.cs
index f9348da..65b9442 100644
--- a/cbinding/cbinding/cbinding/cmake/cmakeproject.cs
+++ b/caddin/cbinding/cbinding/cmake/cmakeproject.cs
@@ -1,4 +1,4 @@
-//
+//
// CMakeProject.cs
//
// Author:
@gitexperience
gitexperience / gKOSw9pz (1).diff
Last active August 21, 2017 19:06
Added some properties to TextChangeEventArgs.cs (MD Source Tree) in order to access them here :- https://github.com/mhutch/cbinding/blob/master/CBinding/Project/UnsavedFilesManager.cs#L61
141c141,179
< public IReadOnlyList<TextChange> TextChanges { get; }
---
> readonly ITextSource removedText;
> readonly ITextSource insertedText;
> int newOffset;
> readonly int offset;
>
> /// <summary>
> /// The offset at which the change occurs.
Building: hellocmake ()
-- Building for: NMake Makefiles
-- The C compiler identification is unknown
-- The CXX compiler identification is unknown
-- Configuring incomplete, errors occurred!
See also "C:/Users/Anubhav/Desktop/hellocmake/bin/CMakeFiles/CMakeOutput.log".
See also "C:/Users/Anubhav/Desktop/hellocmake/bin/CMakeFiles/CMakeError.log".
---------------------- Done ----------------------
Rebuilding...
Cleaning Solution: CBinding (Debug)
Build started 6/12/2017 7:14:45 PM.
__________________________________________________
Project "C:\Users\Anubhav\Desktop\CAddin\cbinding\CBinding\CBinding.csproj" (Clean target(s)):
Target CoreClean:
Deleting file "C:\Users\Anubhav\Desktop\CAddin\cbinding\CBinding\obj\Debug\_Manifest.addin.xml".
Building Solution: CBinding (net_4_5_Debug)
Generating GUI code for project 'CBinding'...
Build started 6/12/2017 1:06:02 AM.
__________________________________________________
Project "C:\Users\Anubhav\Desktop\addin\cbinding\CBinding\CBinding.csproj" (Build target(s)):
Target ResolveMonoDevelopLocations:
MDConfigDir: C:\Users\Anubhav\AppData\Roaming\MonoDevelop\7.0\Config
MDAddinsDir: C:\Users\Anubhav\AppData\Local\MonoDevelop\7.0\LocalInstall\Addins
Building Solution: CBinding (net_4_5_Debug)
Generating GUI code for project 'CBinding'...
Build started 6/12/2017 12:39:16 AM.
__________________________________________________
Project "C:\Users\Anubhav\Desktop\addin\cbinding\CBinding\CBinding.csproj" (Build target(s)):
Target ResolveMonoDevelopLocations:
MDConfigDir: C:\Users\Anubhav\AppData\Roaming\MonoDevelop\7.0\Config
MDAddinsDir: C:\Users\Anubhav\AppData\Local\MonoDevelop\7.0\LocalInstall\Addins