Skip to content

Commit 6b08b0d

Browse files
committed
fixing for latest unturned
1 parent ae01c72 commit 6b08b0d

File tree

9 files changed

+7
-2
lines changed

9 files changed

+7
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,4 +186,5 @@ FakesAssemblies/
186186
# LightSwitch generated files
187187
GeneratedArtifacts/
188188
_Pvt_Extensions/
189-
ModelManifest.xml
189+
ModelManifest.xml
190+
/.vs/ZaupHomeCommand/v15/Server/sqlite3

ZaupHomeCommand.csproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@
99
<AppDesignerFolder>Properties</AppDesignerFolder>
1010
<RootNamespace>ZaupHomeCommand</RootNamespace>
1111
<AssemblyName>ZaupHomeCommand</AssemblyName>
12-
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
12+
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
14+
<TargetFrameworkProfile />
1415
</PropertyGroup>
1516
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1617
<DebugSymbols>true</DebugSymbols>
@@ -67,6 +68,9 @@
6768
<HintPath>lib\UnityEngine.dll</HintPath>
6869
<Private>False</Private>
6970
</Reference>
71+
<Reference Include="UnityEngine.CoreModule">
72+
<HintPath>lib\UnityEngine.CoreModule.dll</HintPath>
73+
</Reference>
7074
</ItemGroup>
7175
<ItemGroup>
7276
<Compile Include="CommandHome.cs" />

lib/Assembly-CSharp-firstpass.dll

-430 KB
Binary file not shown.

lib/Assembly-CSharp.dll

1020 KB
Binary file not shown.

lib/Rocket.API.dll

512 Bytes
Binary file not shown.

lib/Rocket.Core.dll

3.5 KB
Binary file not shown.

lib/Rocket.Unturned.dll

-1 KB
Binary file not shown.

lib/UnityEngine.CoreModule.dll

665 KB
Binary file not shown.

lib/UnityEngine.dll

-1.1 MB
Binary file not shown.

0 commit comments

Comments
 (0)