mirror of
https://github.com/sbrl/Nibriboard.git
synced 2018-01-10 21:33:49 +00:00
Add GlidingSquirrel as a git submodule and a reference in the main Nibriboard project file. The great refactoring has BEGUN!
This commit is contained in:
parent
0a0f742266
commit
0fce4cc6bb
3 changed files with 11 additions and 1 deletions
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[submodule "Nibriboard/lib/GlidingSquirrel"]
|
||||
path = Nibriboard/lib/GlidingSquirrel
|
||||
url = https://git.starbeamrainbowlabs.com/sbrl/GlidingSquirrel
|
|
@ -38,6 +38,12 @@
|
|||
<ExternalConsole>true</ExternalConsole>
|
||||
<PlatformTarget>x86</PlatformTarget>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include=".\lib\GlidingSquirrel\GlidingSquirrel.csproj">
|
||||
<Project>{476D3588-4FEE-4C75-874F-214E26B8AC1A}</Project>
|
||||
<Name>GlidingSquirrel</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="IotWeb.Common">
|
||||
|
@ -141,4 +147,4 @@
|
|||
</Properties>
|
||||
</MonoDevelop>
|
||||
</ProjectExtensions>
|
||||
</Project>
|
||||
</Project>
|
||||
|
|
1
Nibriboard/lib/GlidingSquirrel
Submodule
1
Nibriboard/lib/GlidingSquirrel
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit c0e4deec452e5d8c9273679c166437205835a70d
|
Loading…
Reference in a new issue