|
11 | 11 | <AssemblyName>moddedmcplayer_NWAPI-WelcomeMessage</AssemblyName> |
12 | 12 | <TargetFrameworkVersion>v4.8</TargetFrameworkVersion> |
13 | 13 | <FileAlignment>512</FileAlignment> |
| 14 | + <LangVersion>9</LangVersion> |
14 | 15 | </PropertyGroup> |
15 | 16 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
16 | 17 | <PlatformTarget>AnyCPU</PlatformTarget> |
|
33 | 34 | </PropertyGroup> |
34 | 35 | <ItemGroup> |
35 | 36 | <Reference Include="Assembly-CSharp"> |
36 | | - <HintPath>..\..\..\..\..\Steam\steamapps\common\SCP Secret Laboratory Dedi PBeta\SCPSL_Data\Managed\Assembly-CSharp-Publicized.dll</HintPath> |
| 37 | + <HintPath>$(EXILED_REFERENCES)\Assembly-CSharp-Publicized.dll</HintPath> |
37 | 38 | </Reference> |
38 | 39 | <Reference Include="Assembly-CSharp-firstpass"> |
39 | 40 | <HintPath>$(EXILED_REFERENCES)\Assembly-CSharp-firstpass.dll</HintPath> |
40 | 41 | </Reference> |
| 42 | + <Reference Include="CommandSystem.Core"> |
| 43 | + <HintPath>$(EXILED_REFERENCES)\CommandSystem.Core.dll</HintPath> |
| 44 | + </Reference> |
41 | 45 | <Reference Include="Mirror"> |
42 | | - <HintPath>..\..\..\..\..\Steam\steamapps\common\SCP Secret Laboratory Dedi PBeta\SCPSL_Data\Managed\Mirror.dll</HintPath> |
| 46 | + <HintPath>$(EXILED_REFERENCES)\Mirror.dll</HintPath> |
43 | 47 | </Reference> |
44 | | - <Reference Include="PluginAPI, Version=12.0.0.0, Culture=neutral, processorArchitecture=Amd64"> |
45 | | - <HintPath>..\packages\Northwood.PluginAPI.12.0.0-rc.1\lib\net48\PluginAPI.dll</HintPath> |
| 48 | + <Reference Include="PluginAPI, Version=13.1.0.0, Culture=neutral, processorArchitecture=Amd64"> |
| 49 | + <HintPath>..\packages\Northwood.PluginAPI.13.1.0\lib\net48\PluginAPI.dll</HintPath> |
46 | 50 | </Reference> |
47 | 51 | <Reference Include="System" /> |
48 | 52 | <Reference Include="System.Core" /> |
|
57 | 61 | </ItemGroup> |
58 | 62 | <ItemGroup> |
59 | 63 | <Compile Include="Config.cs" /> |
| 64 | + <Compile Include="EventHandler.cs" /> |
60 | 65 | <Compile Include="Plugin.cs" /> |
61 | 66 | <Compile Include="Properties\AssemblyInfo.cs" /> |
| 67 | + <Compile Include="WelcomeMessageComponent.cs" /> |
62 | 68 | </ItemGroup> |
63 | 69 | <ItemGroup> |
64 | 70 | <None Include="packages.config" /> |
|
0 commit comments