Skip to content

Commit 7c00fb3

Browse files
committed
Fixed.
1 parent 4f36804 commit 7c00fb3

23 files changed

+55
-26
lines changed

IsAbusing.csproj

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<AppDesignerFolder>Properties</AppDesignerFolder>
1010
<RootNamespace>IsAbusing</RootNamespace>
1111
<AssemblyName>IsAbusing</AssemblyName>
12-
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
12+
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
<TargetFrameworkProfile />
1515
</PropertyGroup>
@@ -33,23 +33,23 @@
3333
<ItemGroup>
3434
<Reference Include="Assembly-CSharp, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
3535
<SpecificVersion>False</SpecificVersion>
36-
<HintPath>AntiSpy\lib\Assembly-CSharp.dll</HintPath>
36+
<HintPath>lib\Assembly-CSharp.dll</HintPath>
3737
</Reference>
3838
<Reference Include="Assembly-CSharp-firstpass, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
3939
<SpecificVersion>False</SpecificVersion>
40-
<HintPath>AntiSpy\lib\Assembly-CSharp-firstpass.dll</HintPath>
40+
<HintPath>lib\Assembly-CSharp-firstpass.dll</HintPath>
4141
</Reference>
4242
<Reference Include="Rocket.API, Version=2.6.4.0, Culture=neutral, processorArchitecture=MSIL">
4343
<SpecificVersion>False</SpecificVersion>
44-
<HintPath>AntiSpy\lib\Rocket.API.dll</HintPath>
44+
<HintPath>lib\Rocket.API.dll</HintPath>
4545
</Reference>
4646
<Reference Include="Rocket.Core, Version=2.4.8.0, Culture=neutral, processorArchitecture=MSIL">
4747
<SpecificVersion>False</SpecificVersion>
48-
<HintPath>AntiSpy\lib\Rocket.Core.dll</HintPath>
48+
<HintPath>lib\Rocket.Core.dll</HintPath>
4949
</Reference>
5050
<Reference Include="Rocket.Unturned, Version=4.9.3.0, Culture=neutral, processorArchitecture=MSIL">
5151
<SpecificVersion>False</SpecificVersion>
52-
<HintPath>AntiSpy\lib\Rocket.Unturned.dll</HintPath>
52+
<HintPath>lib\Rocket.Unturned.dll</HintPath>
5353
</Reference>
5454
<Reference Include="System" />
5555
<Reference Include="System.Core" />
@@ -59,7 +59,11 @@
5959
<Reference Include="System.Xml" />
6060
<Reference Include="UnityEngine, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
6161
<SpecificVersion>False</SpecificVersion>
62-
<HintPath>AntiSpy\lib\UnityEngine.dll</HintPath>
62+
<HintPath>lib\UnityEngine.dll</HintPath>
63+
</Reference>
64+
<Reference Include="UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
65+
<SpecificVersion>False</SpecificVersion>
66+
<HintPath>lib\UnityEngine.CoreModule.dll</HintPath>
6367
</Reference>
6468
</ItemGroup>
6569
<ItemGroup>

IsAbusing.sln

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 15
4+
VisualStudioVersion = 15.0.28307.572
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IsAbusing", "IsAbusing.csproj", "{013C9570-3B73-4D69-BF8D-39EE33ADC4D5}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|Any CPU = Debug|Any CPU
11+
Release|Any CPU = Release|Any CPU
12+
EndGlobalSection
13+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14+
{013C9570-3B73-4D69-BF8D-39EE33ADC4D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{013C9570-3B73-4D69-BF8D-39EE33ADC4D5}.Debug|Any CPU.Build.0 = Debug|Any CPU
16+
{013C9570-3B73-4D69-BF8D-39EE33ADC4D5}.Release|Any CPU.ActiveCfg = Release|Any CPU
17+
{013C9570-3B73-4D69-BF8D-39EE33ADC4D5}.Release|Any CPU.Build.0 = Release|Any CPU
18+
EndGlobalSection
19+
GlobalSection(SolutionProperties) = preSolution
20+
HideSolutionNode = FALSE
21+
EndGlobalSection
22+
GlobalSection(ExtensibilityGlobals) = postSolution
23+
SolutionGuid = {08477D5E-219B-454E-8F85-729C052B87B9}
24+
EndGlobalSection
25+
EndGlobal
-520 KB
Binary file not shown.

bin/Release/Assembly-CSharp.dll

1.47 MB
Binary file not shown.

bin/Release/IsAbusing.dll

0 Bytes
Binary file not shown.

bin/Release/IsAbusing.pdb

-2 KB
Binary file not shown.

bin/Release/Rocket.API.dll

-512 Bytes
Binary file not shown.

bin/Release/Rocket.Core.dll

9.5 KB
Binary file not shown.

bin/Release/Rocket.Unturned.dll

11.5 KB
Binary file not shown.
670 KB
Binary file not shown.

0 commit comments

Comments
 (0)