Skip to content

Commit 43b1717

Browse files
committed
updated gitignore
1 parent c67d436 commit 43b1717

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
Assembly-CSharp.dll
2+
UnityEngine.dll
3+
14
## Ignore Visual Studio temporary files, build results, and
25
## files generated by popular Visual Studio add-ons.
36

TechAdvancing.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<HintPath>.\0Harmony.dll</HintPath>
4545
</Reference>
4646
<Reference Include="Assembly-CSharp">
47-
<HintPath>..\rimworld src a17\Assembly-CSharp.dll</HintPath>
47+
<HintPath>.\Assembly-CSharp.dll</HintPath>
4848
</Reference>
4949
<Reference Include="System" />
5050
<Reference Include="System.Core" />
@@ -53,7 +53,7 @@
5353
<Reference Include="System.Data" />
5454
<Reference Include="System.Xml" />
5555
<Reference Include="UnityEngine">
56-
<HintPath>..\RimWorld_ExampleProjectDLL\Source-DLLs\UnityEngine.dll</HintPath>
56+
<HintPath>.\UnityEngine.dll</HintPath>
5757
<Private>False</Private>
5858
</Reference>
5959
</ItemGroup>

0 commit comments

Comments
 (0)