Skip to content
This repository has been archived by the owner on Sep 24, 2020. It is now read-only.

Commit

Permalink
fix import (relative path)
Browse files Browse the repository at this point in the history
  • Loading branch information
oczkers committed Jul 15, 2015
1 parent a64d232 commit 6e22f39
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions TLM/TLM/TLM.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,21 +33,21 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Assembly-CSharp">
<HintPath>..\..\..\..\SteamGames\steamapps\common\Cities_Skylines\Cities_Data\Managed\Assembly-CSharp.dll</HintPath>
<HintPath>..\..\..\..\..\..\steamapps\common\Cities_Skylines\Cities_Data\Managed\Assembly-CSharp.dll</HintPath>
</Reference>
<Reference Include="ColossalManaged">
<HintPath>..\..\..\..\SteamGames\steamapps\common\Cities_Skylines\Cities_Data\Managed\ColossalManaged.dll</HintPath>
<HintPath>..\..\..\..\..\..\steamapps\common\Cities_Skylines\Cities_Data\Managed\ColossalManaged.dll</HintPath>
</Reference>
<Reference Include="ICities">
<HintPath>..\..\..\..\SteamGames\steamapps\common\Cities_Skylines\Cities_Data\Managed\ICities.dll</HintPath>
<HintPath>..\..\..\..\..\..\steamapps\common\Cities_Skylines\Cities_Data\Managed\ICities.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core">
<HintPath>..\..\..\..\SteamGames\steamapps\common\Cities_Skylines\Cities_Data\Managed\System.Core.dll</HintPath>
<HintPath>..\..\..\..\..\..\steamapps\common\Cities_Skylines\Cities_Data\Managed\System.Core.dll</HintPath>
</Reference>
<Reference Include="System.XML" />
<Reference Include="UnityEngine">
<HintPath>..\..\..\..\SteamGames\steamapps\common\Cities_Skylines\Cities_Data\Managed\UnityEngine.dll</HintPath>
<HintPath>..\..\..\..\..\..\steamapps\common\Cities_Skylines\Cities_Data\Managed\UnityEngine.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit 6e22f39

Please sign in to comment.