Skip to content
This repository has been archived by the owner on Sep 24, 2020. It is now read-only.

Internalize deps #512

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ obj
/lib/*.dll
/ICSharpCode.NRefactory.Tests/PartCover/*
_ReSharper*/*
.DS_Store
*.userprefs
Packages/*
9 changes: 9 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[submodule "external/ikvm"]
path = external/ikvm
url = https://github.com/mono/ikvm-fork
[submodule "external/NRefactory"]
path = external/NRefactory
url = https://github.com/icsharpcode/NRefactory.git
[submodule "external/cecil"]
path = external/cecil
url = https://github.com/jbevain/cecil.git
Loading