Skip to content

Commit

Permalink
i broke it real bad, fixed :P
Browse files Browse the repository at this point in the history
  • Loading branch information
erendrake committed Jan 11, 2015
1 parent 2274fe5 commit cad0dcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/RemoteTech/RemoteTech.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Assembly-CSharp">
<HintPath>..\..\..\KSP_LIB\Assembly-CSharp.dll</HintPath>
<HintPath>Assembly-CSharp.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System" />
Expand All @@ -44,7 +44,7 @@
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="UnityEngine">
<HintPath>..\..\..\KSP_LIB\UnityEngine.dll</HintPath>
<HintPath>UnityEngine.dll</HintPath>
<Private>False</Private>
</Reference>
</ItemGroup>
Expand Down

0 comments on commit cad0dcd

Please sign in to comment.