From 0fce4cc6bbe3dabefc60acb034cd719f70fdadc5 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Tue, 5 Sep 2017 21:30:02 +0100 Subject: [PATCH] Add GlidingSquirrel as a git submodule and a reference in the main Nibriboard project file. The great refactoring has BEGUN! --- .gitmodules | 3 +++ Nibriboard/Nibriboard.csproj | 8 +++++++- Nibriboard/lib/GlidingSquirrel | 1 + 3 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 .gitmodules create mode 160000 Nibriboard/lib/GlidingSquirrel diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..67bf086 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "Nibriboard/lib/GlidingSquirrel"] + path = Nibriboard/lib/GlidingSquirrel + url = https://git.starbeamrainbowlabs.com/sbrl/GlidingSquirrel diff --git a/Nibriboard/Nibriboard.csproj b/Nibriboard/Nibriboard.csproj index a657a66..107febd 100644 --- a/Nibriboard/Nibriboard.csproj +++ b/Nibriboard/Nibriboard.csproj @@ -38,6 +38,12 @@ true x86 + + + {476D3588-4FEE-4C75-874F-214E26B8AC1A} + GlidingSquirrel + + @@ -141,4 +147,4 @@ - \ No newline at end of file + diff --git a/Nibriboard/lib/GlidingSquirrel b/Nibriboard/lib/GlidingSquirrel new file mode 160000 index 0000000..c0e4dee --- /dev/null +++ b/Nibriboard/lib/GlidingSquirrel @@ -0,0 +1 @@ +Subproject commit c0e4deec452e5d8c9273679c166437205835a70d