Skip to content

Commit

Permalink
update to 13.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Misaka-ZeroTwo committed Jul 15, 2023
1 parent 1bf6405 commit eab14af
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 15 deletions.
17 changes: 6 additions & 11 deletions OmegaWarhead.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Assembly-CSharp-firstpass">
<HintPath>C:\Users\zhagu\Downloads\Dev\Assembly-CSharp-firstpass.dll</HintPath>
<HintPath>$(EXILED_REFERENCES)\Assembly-CSharp-firstpass.dll</HintPath>
</Reference>
<Reference Include="Assembly-CSharp-Publicized">
<HintPath>C:\Users\zhagu\Downloads\Dev\Assembly-CSharp-Publicized.dll</HintPath>
<HintPath>$(EXILED_REFERENCES)\Assembly-CSharp-Publicized.dll</HintPath>
</Reference>
<Reference Include="Microsoft.CodeAnalysis, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>packages\Microsoft.CodeAnalysis.Common.3.3.1\lib\netstandard2.0\Microsoft.CodeAnalysis.dll</HintPath>
Expand All @@ -66,13 +66,13 @@
<HintPath>packages\Microsoft.CodeAnalysis.CSharp.3.3.1\lib\netstandard2.0\Microsoft.CodeAnalysis.CSharp.dll</HintPath>
</Reference>
<Reference Include="Mirror">
<HintPath>C:\Users\zhagu\Downloads\Dev\Mirror.dll</HintPath>
<HintPath>$(EXILED_REFERENCES)\Mirror.dll</HintPath>
</Reference>
<Reference Include="NwPluginAPI.Analyzers, Version=12.0.0.0, Culture=neutral, processorArchitecture=AMD64">
<HintPath>packages\Northwood.PluginAPI.Analyzers.12.0.0-beta9\lib\netstandard2.0\NwPluginAPI.Analyzers.dll</HintPath>
</Reference>
<Reference Include="PluginAPI, Version=12.0.0.0, Culture=neutral, processorArchitecture=AMD64">
<HintPath>packages\Northwood.PluginAPI.12.0.0-rc.4\lib\net48\PluginAPI.dll</HintPath>
<Reference Include="PluginAPI, Version=13.1.0.0, Culture=neutral, processorArchitecture=AMD64">
<HintPath>packages\Northwood.PluginAPI.13.1.0\lib\net48\PluginAPI.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Collections.Immutable, Version=1.2.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
Expand Down Expand Up @@ -105,7 +105,7 @@
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
<Reference Include="UnityEngine.CoreModule">
<HintPath>C:\Users\zhagu\Downloads\Dev\UnityEngine.CoreModule.dll</HintPath>
<HintPath>$(EXILED_REFERENCES)\UnityEngine.CoreModule.dll</HintPath>
</Reference>
<Reference Include="YamlDotNet, Version=11.0.0.0, Culture=neutral, PublicKeyToken=ec19458f3c15af5e, processorArchitecture=MSIL">
<HintPath>packages\YamlDotNet.11.0.1\lib\net45\YamlDotNet.dll</HintPath>
Expand All @@ -119,11 +119,6 @@
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<Analyzer Include="C:\Users\zhagu\Downloads\Dev\Assembly-CSharp-Publicized.dll" />
<Analyzer Include="packages\Microsoft.CodeAnalysis.Analyzers.2.9.8\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll" />
<Analyzer Include="packages\Microsoft.CodeAnalysis.Analyzers.2.9.8\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<Error Condition="!Exists('packages\Microsoft.CodeAnalysis.Analyzers.2.9.8\build\Microsoft.CodeAnalysis.Analyzers.props')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Microsoft.CodeAnalysis.Analyzers.2.9.8\build\Microsoft.CodeAnalysis.Analyzers.props'))" />
Expand Down
4 changes: 2 additions & 2 deletions OmegaWarhead.sln
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ Global
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7F0F4087-6C0E-41EB-B276-8608E066799C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7F0F4087-6C0E-41EB-B276-8608E066799C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7F0F4087-6C0E-41EB-B276-8608E066799C}.Debug|x64.ActiveCfg = Release|x64
{7F0F4087-6C0E-41EB-B276-8608E066799C}.Debug|x64.Build.0 = Release|x64
{7F0F4087-6C0E-41EB-B276-8608E066799C}.Debug|x64.ActiveCfg = Release|Any CPU
{7F0F4087-6C0E-41EB-B276-8608E066799C}.Debug|x64.Build.0 = Release|Any CPU
{7F0F4087-6C0E-41EB-B276-8608E066799C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7F0F4087-6C0E-41EB-B276-8608E066799C}.Release|Any CPU.Build.0 = Release|Any CPU
{7F0F4087-6C0E-41EB-B276-8608E066799C}.Release|x64.ActiveCfg = Release|x64
Expand Down
2 changes: 1 addition & 1 deletion Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ void OnRoundStart()
}

[PluginEvent(ServerEventType.RoundEnd)]
void OnRoundEnd()
void OnRoundEnd(RoundEndEvent ev)
{
Timing.KillCoroutines(_coroutineHandle);
}
Expand Down
2 changes: 1 addition & 1 deletion packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package id="Microsoft.CodeAnalysis.Analyzers" version="2.9.8" targetFramework="net48" developmentDependency="true" />
<package id="Microsoft.CodeAnalysis.Common" version="3.3.1" targetFramework="net48" />
<package id="Microsoft.CodeAnalysis.CSharp" version="3.3.1" targetFramework="net48" />
<package id="Northwood.PluginAPI" version="12.0.0-rc.4" targetFramework="net48" />
<package id="Northwood.PluginAPI" version="13.1.0" targetFramework="net48" />
<package id="Northwood.PluginAPI.Analyzers" version="12.0.0-beta9" targetFramework="net48" />
<package id="System.Buffers" version="4.4.0" targetFramework="net48" />
<package id="System.Collections.Immutable" version="1.5.0" targetFramework="net48" />
Expand Down

0 comments on commit eab14af

Please sign in to comment.