Skip to content

Commit

Permalink
project references
Browse files Browse the repository at this point in the history
  • Loading branch information
DMagic1 committed Nov 4, 2016
1 parent 28e495c commit 403a1cf
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions SCANmechjeb/SCANmechjeb.csproj
Expand Up @@ -37,20 +37,11 @@
<HintPath>..\..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\KSP_x64_Data\Managed\Assembly-CSharp.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="KSPUtil">
<HintPath>..\..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\KSP_x64_Data\Managed\KSPUtil.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="MechJeb2, Version=2.5.1.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\GameData\SCANsat\MechJeb2.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="SCANsat, Version=1.1.3.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\GameData\SCANsat\SCANsat.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System" />
<Reference Include="UnityEngine">
<HintPath>..\..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\KSP_x64_Data\Managed\UnityEngine.dll</HintPath>
Expand All @@ -67,6 +58,13 @@
<Compile Include="SCANmechjebMainMenu.cs" />
<Compile Include="SCANmechStarter.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\SCANsat\SCANsat.csproj">
<Project>{3ae13948-477d-4375-8ab4-b45664966d9e}</Project>
<Name>SCANsat</Name>
<Private>False</Private>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down

0 comments on commit 403a1cf

Please sign in to comment.