Skip to content
This repository was archived by the owner on Sep 5, 2022. It is now read-only.

Made JBConsole fall in line with other install-dependencies.py scripts #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion install-dependencies.py
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
import os
import sys

os.chdir(os.path.join(sys.path[0],".."))
os.chdir(sys.path[0])


# because file needs to be packages.config, put it in own directory
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="NSubstitute" version="1.10.0.0" targetFramework="net35" />
<package id="Unity.UnityEditor" version="5.4.0" targetFramework="net35" />
<package id="Unity.UnityEngine" version="5.4.0" targetFramework="net35" />
</packages>
<package id="Unity.UnityEditor" version="5.4.0" targetFramework="net35" />
</packages>
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1,173 changes: 1,173 additions & 0 deletions packages/NUnit/CHANGES.txt

Large diffs are not rendered by default.

20 changes: 20 additions & 0 deletions packages/NUnit/LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Copyright (c) 2016 Charlie Poole

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

5 changes: 5 additions & 0 deletions packages/NUnit/NOTICES.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
NUnit 3.0 is based on earlier versions of NUnit, with Portions

Copyright (c) 2002-2014 Charlie Poole or
Copyright (c) 2002-2004 James W. Newkirk, Michael C. Two, Alexei A. Vorontsov or
Copyright (c) 2000-2002 Philip A. Craig
Binary file added packages/NUnit/lib/dotnet/nunit.framework.dll
Binary file not shown.
16,348 changes: 16,348 additions & 0 deletions packages/NUnit/lib/dotnet/nunit.framework.xml

Large diffs are not rendered by default.

Binary file added packages/NUnit/lib/net20/NUnit.System.Linq.dll
Binary file not shown.
Binary file added packages/NUnit/lib/net20/nunit.framework.dll
Binary file not shown.
18,296 changes: 18,296 additions & 0 deletions packages/NUnit/lib/net20/nunit.framework.xml

Large diffs are not rendered by default.

Binary file added packages/NUnit/lib/net35/nunit.framework.dll
Binary file not shown.
18,396 changes: 18,396 additions & 0 deletions packages/NUnit/lib/net35/nunit.framework.xml

Large diffs are not rendered by default.

Binary file added packages/NUnit/lib/net40/nunit.framework.dll
Binary file not shown.
18,103 changes: 18,103 additions & 0 deletions packages/NUnit/lib/net40/nunit.framework.xml

Large diffs are not rendered by default.

Binary file added packages/NUnit/lib/net45/nunit.framework.dll
Binary file not shown.
18,070 changes: 18,070 additions & 0 deletions packages/NUnit/lib/net45/nunit.framework.xml

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
7 changes: 7 additions & 0 deletions packages/packages.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="SpaceApe.Common" version="1.0.8" targetFramework="net35" />
<package id="SpaceApe.Logger" version="1.0.11" targetFramework="net35" />
<package id="NSubstitute" version="1.10.0.0" targetFramework="net35" requireReinstallation="True" />
<package id="NUnit" version="3.5.0" targetFramework="net35" requireReinstallation="True" />
</packages>
6 changes: 3 additions & 3 deletions unity-JBConsole-editor/JBConsole-Editor.csproj
Original file line number Diff line number Diff line change
@@ -34,13 +34,13 @@
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="NSubstitute">
<HintPath>..\packages\NSubstitute.1.10.0.0\lib\net35\NSubstitute.dll</HintPath>
<HintPath>..\packages\NSubstitute\lib\net35\NSubstitute.dll</HintPath>
</Reference>
<Reference Include="UnityEditor">
<HintPath>..\packages\Unity.UnityEditor.5.4.0\lib\net35\UnityEditor.dll</HintPath>
<HintPath>..\packages-versioned\Unity.UnityEditor.5.4.0\lib\net35\UnityEditor.dll</HintPath>
</Reference>
<Reference Include="UnityEngine">
<HintPath>..\packages\Unity.UnityEngine.5.4.0\lib\net35\UnityEngine.dll</HintPath>
<HintPath>..\packages-versioned\Unity.UnityEngine.5.4.0\lib\net35\UnityEngine.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
10 changes: 5 additions & 5 deletions unity-JBConsole/JBConsole.csproj
Original file line number Diff line number Diff line change
@@ -32,16 +32,16 @@
<ItemGroup>
<Reference Include="System" />
<Reference Include="UnityEngine">
<HintPath>..\packages\Unity.UnityEngine.5.4.0\lib\net35\UnityEngine.dll</HintPath>
<HintPath>..\packages-versioned\Unity.UnityEngine.5.4.0\lib\net35\UnityEngine.dll</HintPath>
</Reference>
<Reference Include="SpaceApe.CommonEditor">
<HintPath>..\packages\SpaceApe.Common.1.0.5\lib\net35\Editor\SpaceApe.CommonEditor.dll</HintPath>
<HintPath>..\packages\SpaceApe.Common\lib\net35\Editor\SpaceApe.CommonEditor.dll</HintPath>
</Reference>
<Reference Include="SpaceApe.Common">
<HintPath>..\packages\SpaceApe.Common.1.0.5\lib\net35\SpaceApe.Common.dll</HintPath>
<HintPath>..\packages\SpaceApe.Common\lib\net35\SpaceApe.Common.dll</HintPath>
</Reference>
<Reference Include="SpaceApe.Logger">
<HintPath>..\packages\SpaceApe.Logger.1.0.2\lib\net35\SpaceApe.Logger.dll</HintPath>
<HintPath>..\packages\SpaceApe.Logger\lib\net35\SpaceApe.Logger.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
@@ -79,4 +79,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>
6 changes: 0 additions & 6 deletions unity-JBConsole/packages.config

This file was deleted.