11<?xml version =" 1.0" encoding =" utf-8" ?>
2-
3- < Project Sdk = " Microsoft.NET.Sdk " >
2+ < Project ToolsVersion = " 4.0 " DefaultTargets = " Build " xmlns = " http://schemas.microsoft.com/developer/msbuild/2003 " >
3+ < Import Project = " $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props " Condition = " Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\ Microsoft.Common.props') " / >
44 <PropertyGroup >
5+ <Configuration Condition =" '$(Configuration)' == '' " >Release</Configuration >
6+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7+ <ProjectGuid >{560DA2C9-E7A1-42C5-BBD4-5B3C28591593}</ProjectGuid >
58 <OutputType >Library</OutputType >
6- <AssemblyName >$(ProjectName)</AssemblyName >
9+ <AppDesignerFolder >Properties</AppDesignerFolder >
10+ <RootNamespace >AdminTools</RootNamespace >
11+ <AssemblyName >AdminTools</AssemblyName >
12+ <TargetFrameworkVersion >v4.8</TargetFrameworkVersion >
13+ <FileAlignment >512</FileAlignment >
14+ <LangVersion >default</LangVersion >
15+ </PropertyGroup >
16+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
17+ <PlatformTarget >x64</PlatformTarget >
18+ <DebugSymbols >true</DebugSymbols >
19+ <DebugType >full</DebugType >
20+ <Optimize >true</Optimize >
21+ <OutputPath >bin\Debug\</OutputPath >
22+ <DefineConstants >DEBUG;TRACE</DefineConstants >
23+ <ErrorReport >prompt</ErrorReport >
24+ <WarningLevel >4</WarningLevel >
25+ <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
26+ </PropertyGroup >
27+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
28+ <PlatformTarget >x64</PlatformTarget >
29+ <DebugType >pdbonly</DebugType >
30+ <Optimize >true</Optimize >
31+ <OutputPath >bin\Release\</OutputPath >
32+ <DefineConstants >TRACE</DefineConstants >
33+ <ErrorReport >prompt</ErrorReport >
34+ <WarningLevel >4</WarningLevel >
735 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
8- <CopyLocalLockFileAssemblies >false</CopyLocalLockFileAssemblies >
9- <AssemblyVersion >7.0.1</AssemblyVersion >
10- <FileVersion >7.0.1</FileVersion >
1136 </PropertyGroup >
12-
13- <Import Project =" ../../Plugin.props" />
14-
1537 <ItemGroup >
16- <AssemblyAttribute Include =" System.Runtime.CompilerServices.InternalsVisibleTo" >
17- <_Parameter1 >$(ProjectName)</_Parameter1 >
18- </AssemblyAttribute >
38+ <Reference Include =" Assembly-CSharp-firstpass, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null" >
39+ <HintPath >..\..\References\Assembly-CSharp-firstpass.dll</HintPath >
40+ </Reference >
41+ <Reference Include =" Mirror, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null" >
42+ <HintPath >$(EXILED_REFERENCES)\Mirror.dll</HintPath >
43+ </Reference >
44+ <Reference Include =" System" />
45+ <Reference Include =" System.Core" />
46+ <Reference Include =" System.Data" />
47+ <Reference Include =" System.Xml" />
48+ <Reference Include =" UnityEngine, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null" >
49+ <HintPath >$(EXILED_REFERENCES)\UnityEngine.dll</HintPath >
50+ </Reference >
51+ <Reference Include =" UnityEngine.AnimationModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null" >
52+ <HintPath >$(EXILED_REFERENCES)\UnityEngine.AnimationModule.dll</HintPath >
53+ </Reference >
54+ <Reference Include =" UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null" >
55+ <HintPath >$(EXILED_REFERENCES)\UnityEngine.CoreModule.dll</HintPath >
56+ </Reference >
57+ <Reference Include =" UnityEngine.PhysicsModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null" >
58+ <HintPath >$(EXILED_REFERENCES)\UnityEngine.PhysicsModule.dll</HintPath >
59+ </Reference >
1960 </ItemGroup >
20-
2161 <ItemGroup >
22- <PackageReference Include =" EXILED" Version =" $(ExiledVersion)" />
23- <PackageReference Include =" System.Threading.Tasks.Extensions" Version =" 4.5.4" />
24- <PackageReference Include =" Lib.Harmony" Version =" $(HarmonyVersion)" />
25- <PackageReference Include =" StyleCop.Analyzers" Version =" $(StyleCopVersion)" IncludeAssets =" All" PrivateAssets =" All" />
62+ <Compile Include =" Commands\AdminBroadcast\AdminBroadcast.cs" />
63+ <Compile Include =" Commands\Ahp\Ahp.cs" />
64+ <Compile Include =" Commands\Ball\Ball.cs" />
65+ <Compile Include =" Commands\BreakDoors\BreakDoors.cs" />
66+ <Compile Include =" Commands\Configuration\Configuration.cs" />
67+ <Compile Include =" Commands\Configuration\Reload.cs" />
68+ <Compile Include =" Commands\DropItem\DropItem.cs" />
69+ <Compile Include =" Commands\DropSize\DropSize.cs" />
70+ <Compile Include =" Commands\Enums\Enums.cs" />
71+ <Compile Include =" Commands\Explode\Explode.cs" />
72+ <Compile Include =" Commands\FakeSync\FakeSpawnCommand.cs" />
73+ <Compile Include =" Commands\Ghost\Ghost.cs" />
74+ <Compile Include =" Commands\Grenade\Grenade.cs" />
75+ <Compile Include =" Commands\HintBroadcast\HintBroadcast.cs" />
76+ <Compile Include =" Commands\Hp\Hp.cs" />
77+ <Compile Include =" Commands\Jail\Jail.cs" />
78+ <Compile Include =" Commands\Position\Position.cs" />
79+ <Compile Include =" Commands\PryGates\PryGates.cs" />
80+ <Compile Include =" Commands\RandomTeleport\RandomTeleport.cs" />
81+ <Compile Include =" Commands\Regeneration\Regeneration.cs" />
82+ <Compile Include =" Commands\SpawnRagdoll\SpawnRagdoll.cs" />
83+ <Compile Include =" Commands\Scale\Scale.cs" />
84+ <Compile Include =" Commands\Broadcast\Message.cs" />
85+ <Compile Include =" Commands\Size\Size.cs" />
86+ <Compile Include =" Commands\SpawnWorkbench\SpawnWorkbench.cs" />
87+ <Compile Include =" Commands\Tags\Hide.cs" />
88+ <Compile Include =" Commands\Tags\Show.cs" />
89+ <Compile Include =" Commands\Tags\Tags.cs" />
90+ <Compile Include =" Commands\Id\ID.cs" />
91+ <Compile Include =" Commands\InstantKill\InstantKill.cs" />
92+ <Compile Include =" Commands\Inventory\Drop.cs" />
93+ <Compile Include =" Commands\Inventory\Inventory.cs" />
94+ <Compile Include =" Commands\Inventory\See.cs" />
95+ <Compile Include =" Commands\Kill\Kill.cs" />
96+ <Compile Include =" Commands\Mute\All.cs" />
97+ <Compile Include =" Commands\Mute\ICom.cs" />
98+ <Compile Include =" Commands\Mute\Mute.cs" />
99+ <Compile Include =" Commands\Mute\RoundStart.cs" />
100+ <Compile Include =" Commands\Rocket\Rocket.cs" />
101+ <Compile Include =" Commands\Strip\Strip.cs" />
102+ <Compile Include =" Commands\TargetGhost\TargetGhost.cs" />
103+ <Compile Include =" Commands\TeleportX\TeleportX.cs" />
104+ <Compile Include =" Commands\Tutorial\Tutorial.cs" />
105+ <Compile Include =" Commands\Unmute\All.cs" />
106+ <Compile Include =" Commands\Unmute\ICom.cs" />
107+ <Compile Include =" Commands\Unmute\Unmute.cs" />
108+ <Compile Include =" Commands\Unmute\RoundStart.cs" />
109+ <Compile Include =" Commands\Kick\Kick.cs" />
110+ <Compile Include =" Components\RegenerationComponent.cs" />
111+ <Compile Include =" Config.cs" />
112+ <Compile Include =" Enums.cs" />
113+ <Compile Include =" EventHandlers.cs" />
114+ <Compile Include =" Components\InstantKillComponent.cs" />
115+ <Compile Include =" Jailed.cs" />
116+ <Compile Include =" Main.cs" />
117+ <Compile Include =" Properties\AssemblyInfo.cs" />
26118 </ItemGroup >
27-
28119 <ItemGroup >
29- <Reference Include =" Assembly-CSharp-firstpass" HintPath =" $(SCPSL_Data)\Managed\Assembly-CSharp-firstpass.dll" Private =" false" />
30- <Reference Include =" Mirror" HintPath =" $(SCPSL_Data)\Managed\Mirror.dll" Private =" false" />
31- <Reference Include =" UnityEngine" HintPath =" $(SCPSL_Data)\Managed\UnityEngine.dll" Private =" false" />
32- <Reference Include =" UnityEngine.CoreModule" HintPath =" $(SCPSL_Data)\Managed\UnityEngine.CoreModule.dll" Private =" false" />
33- <Reference Include =" UnityEngine.PhysicsModule" HintPath =" $(SCPSL_Data)\Managed\UnityEngine.PhysicsModule.dll" Private =" false" />
34- <Reference Include =" Pooling" HintPath =" $(SCPSL_Data)\Managed\Pooling.dll" Private =" false" />
35- <Reference Include =" YamlDotNet" HintPath =" $(SCPSL_Data)\Managed\YamlDotNet.dll" Private =" false" />
120+ <PackageReference Include =" EXILED" >
121+ <Version >8.4.3</Version >
122+ </PackageReference >
36123 </ItemGroup >
124+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
125+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
126+ Other similar extension points exist, see Microsoft.Common.targets.
127+ <Target Name="BeforeBuild">
128+ </Target>
129+ <Target Name="AfterBuild">
130+ </Target>
131+ -->
37132</Project >
0 commit comments