Skip to content

Commit

Permalink
Use submodule for Spectrum dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Seeker14491 committed Jul 17, 2018
1 parent a934976 commit 5cfe7d7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "Spectrum"]
path = Spectrum
url = https://github.com/Ciastex/Spectrum.git
1 change: 1 addition & 0 deletions Spectrum
Submodule Spectrum added at b105db
12 changes: 4 additions & 8 deletions Tweakr/Tweakr.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,11 @@
</Reference>
<Reference Include="Assembly-CSharp, Version=9.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Distance\Distance_Data\Managed\Assembly-CSharp.dll</HintPath>
<HintPath>..\Spectrum\Spectrum.Dependencies\Assembly-CSharp.dll</HintPath>
</Reference>
<Reference Include="Spectrum.API, Version=0.0.218.218, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="Spectrum.API, Version=0.0.227.227, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Distance\Distance_Data\Spectrum\Spectrum.API.dll</HintPath>
</Reference>
<Reference Include="Spectrum.Interop, Version=0.0.218.218, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Distance\Distance_Data\Spectrum\Spectrum.Interop.dll</HintPath>
<HintPath>..\Spectrum\Spectrum.API\bin\Debug\Spectrum.API.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand All @@ -54,7 +50,7 @@
<Reference Include="System.Xml" />
<Reference Include="UnityEngine, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Distance\Distance_Data\Managed\UnityEngine.dll</HintPath>
<HintPath>..\Spectrum\Spectrum.Dependencies\UnityEngine.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit 5cfe7d7

Please sign in to comment.