Skip to content

Commit bc6ebcf

Browse files
committed
Renamed UnityStupidity to UnityEngine
1 parent 0d1a24a commit bc6ebcf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

MLAPI/MLAPI.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,13 @@
6767
<Reference Include="System.Data.DataSetExtensions" />
6868
<Reference Include="System.Data" />
6969
<Reference Include="System.Xml" />
70-
<Reference Include="UnityEngine" Condition="'$(Configuration)' != 'CI'">
70+
<Reference Include="UnityEngine, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL" Condition="'$(Configuration)' != 'CI'">
7171
<SpecificVersion>False</SpecificVersion>
7272
<HintPath>..\..\..\..\..\..\Program Files\Unity\Editor\Data\Managed\UnityEngine.dll</HintPath>
7373
</Reference>
74-
<Reference Include="UnityEngine" Condition="'$(Configuration)' == 'CI'">
74+
<Reference Include="UnityEngine, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL" Condition="'$(Configuration)' == 'CI'">
7575
<SpecificVersion>False</SpecificVersion>
76-
<HintPath>..\UnityStupidity.dll</HintPath>
76+
<HintPath>..\UnityEngine.dll</HintPath>
7777
</Reference>
7878
</ItemGroup>
7979
<ItemGroup>

UnityEngine.dll

11 KB
Binary file not shown.

UnityStupidity.dll

-11 KB
Binary file not shown.

0 commit comments

Comments
 (0)