diff --git a/AssemblyBuild/Zenject-usage/IPoolable.cs b/AssemblyBuild/Zenject-usage/IPoolable.cs index f07492bb5..ffb804afb 100644 --- a/AssemblyBuild/Zenject-usage/IPoolable.cs +++ b/AssemblyBuild/Zenject-usage/IPoolable.cs @@ -9,19 +9,19 @@ public interface IPoolable void OnSpawned(); } - public interface IPoolable + public interface IPoolable { void OnDespawned(); void OnSpawned(TParam1 p1); } - public interface IPoolable + public interface IPoolable { void OnDespawned(); void OnSpawned(TParam1 p1, TParam2 p2); } - public interface IPoolable + public interface IPoolable { void OnDespawned(); void OnSpawned(TParam1 p1, TParam2 p2, TParam3 p3); diff --git a/AssemblyBuild/Zenject-usage/Zenject-usage.csproj b/AssemblyBuild/Zenject-usage/Zenject-usage.csproj index 0a682318c..d91508897 100644 --- a/AssemblyBuild/Zenject-usage/Zenject-usage.csproj +++ b/AssemblyBuild/Zenject-usage/Zenject-usage.csproj @@ -1,41 +1,21 @@ - - - + - Debug - AnyCPU - {E22B1CBF-7E4D-48BD-953B-2B730BD9FF13} + netstandard2.0 Library - Properties BuildLib - $(MSBuildProjectName) - v3.5 - 512 - - true - full - false ..\..\..\..\Bin\Assemblies\ - DEBUG;TRACE - prompt - 4 + false + false - AnyCPU - bin\Debug\ ..\..\..\..\Temp\obj\Debug\Zenject-usage\ ..\..\..\..\Temp\obj\Debug\Zenject-usage\ On - TRACE;DEBUG - false ..\..\UnityProject\Assets\Plugins\Zenject\Source\Usage\ ..\..\..\..\Temp\obj\Release\Zenject-usage\ ..\..\..\..\Temp\obj\Release\Zenject-usage\ - true - TRACE;DEBUG - false true @@ -43,12 +23,8 @@ ..\..\..\..\Temp\obj\Debug.InternalCloud\Zenject-usage\ ..\..\..\..\Temp\obj\Debug.InternalCloud\Zenject-usage\ TRACE;DEBUG;NOT_UNITY3D - full - AnyCPU On - prompt MinimumRecommendedRules.ruleset - false true @@ -57,42 +33,12 @@ ..\..\..\..\Temp\obj\Release.InternalCloud\Zenject-usage\ TRACE;DEBUG;NOT_UNITY3D true - full - AnyCPU - prompt MinimumRecommendedRules.ruleset - false - - - - - - - - - - - - - - - - - - - - - - - - + - - - - \ No newline at end of file + diff --git a/AssemblyBuild/Zenject-usage/Zenject-usage.sln b/AssemblyBuild/Zenject-usage/Zenject-usage.sln index f10bd8410..94e821ab9 100644 --- a/AssemblyBuild/Zenject-usage/Zenject-usage.sln +++ b/AssemblyBuild/Zenject-usage/Zenject-usage.sln @@ -2,7 +2,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 14 VisualStudioVersion = 14.0.25420.1 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Zenject-usage", "Zenject-usage.csproj", "{E22B1CBF-7E4D-48BD-953B-2B730BD9FF13}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Zenject-usage", "Zenject-usage.csproj", "{E22B1CBF-7E4D-48BD-953B-2B730BD9FF13}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/UnityProject/Assets/Plugins/Zenject/Source/Usage/Zenject-usage.dll b/UnityProject/Assets/Plugins/Zenject/Source/Usage/Zenject-usage.dll index e974d3fc8..35b8bac63 100644 Binary files a/UnityProject/Assets/Plugins/Zenject/Source/Usage/Zenject-usage.dll and b/UnityProject/Assets/Plugins/Zenject/Source/Usage/Zenject-usage.dll differ