Skip to content

Commit 28666b6

Browse files
committed
chore: 移除无用文件并内置dll
14.2.4
1 parent 957b660 commit 28666b6

4 files changed

Lines changed: 6 additions & 11 deletions

File tree

LabAPI_InfiniteAmmo.csproj

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,13 @@
5252
<ErrorReport>prompt</ErrorReport>
5353
</PropertyGroup>
5454
<ItemGroup>
55-
<Reference Include="Assembly-CSharp">
56-
<HintPath>..\..\..\..\steam\steamapps\common\SCP Secret Laboratory Dedicated Server\SCPSL_Data\Managed\Assembly-CSharp.dll</HintPath>
55+
<Reference Include="Assembly-CSharp, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
56+
<SpecificVersion>False</SpecificVersion>
57+
<HintPath>lib\Assembly-CSharp.dll</HintPath>
5758
</Reference>
58-
<Reference Include="LabApi">
59-
<HintPath>..\..\..\..\steam\steamapps\common\SCP Secret Laboratory Dedicated Server\SCPSL_Data\Managed\LabApi.dll</HintPath>
59+
<Reference Include="LabApi, Version=1.1.4.2, Culture=neutral, processorArchitecture=AMD64">
60+
<SpecificVersion>False</SpecificVersion>
61+
<HintPath>lib\LabApi.dll</HintPath>
6062
</Reference>
6163
<Reference Include="System" />
6264
<Reference Include="System.Core" />
@@ -72,8 +74,5 @@
7274
<Compile Include="InfiniteAmmoMain.cs" />
7375
<Compile Include="Properties\AssemblyInfo.cs" />
7476
</ItemGroup>
75-
<ItemGroup>
76-
<None Include="packages.config" />
77-
</ItemGroup>
7877
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
7978
</Project>

lib/Assembly-CSharp.dll

4.04 MB
Binary file not shown.

lib/LabApi.dll

785 KB
Binary file not shown.

packages.config

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)