Skip to content
This repository was archived by the owner on Dec 21, 2019. It is now read-only.

Commit 90c70a8

Browse files
committed
Remove UnityEngine.dlls; rename license file
1 parent ca75b3b commit 90c70a8

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
# User-specific files (MonoDevelop/Xamarin Studio)
1111
*.userprefs
1212

13+
UnityEngine.dll
14+
1315
# Build results
1416
[Dd]ebug/
1517
[Dd]ebugPublic/
File renamed without changes.

Rocket.UnityEngine/Rocket.UnityEngine.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<Reference Include="System.Data" />
4242
<Reference Include="System.Xml" />
4343
<Reference Include="UnityEngine">
44-
<HintPath>..\lib\UnityEngine.dll</HintPath>
44+
<HintPath>.\lib\UnityEngine.dll</HintPath>
4545
</Reference>
4646
</ItemGroup>
4747
<ItemGroup>

0 commit comments

Comments
 (0)