diff options
| -rw-r--r-- | Thronefall_1_57/Thronefall/Thronefall/__JobReflectionRegistrationOutput__296523972.cs | 54 | ||||
| -rw-r--r-- | Thronefall_1_57/Thronefall/Thronefall_1_57.csproj (renamed from Thronefall_1_57/Thronefall/thronefall.csproj) | 9 | ||||
| -rw-r--r-- | Thronefall_1_57/Thronefall/Thronefall_1_57.sln (renamed from Thronefall_1_57/Thronefall/thronefall.sln) | 12 |
3 files changed, 39 insertions, 36 deletions
diff --git a/Thronefall_1_57/Thronefall/Thronefall/__JobReflectionRegistrationOutput__296523972.cs b/Thronefall_1_57/Thronefall/Thronefall/__JobReflectionRegistrationOutput__296523972.cs index 7be730b..ca8e3d2 100644 --- a/Thronefall_1_57/Thronefall/Thronefall/__JobReflectionRegistrationOutput__296523972.cs +++ b/Thronefall_1_57/Thronefall/Thronefall/__JobReflectionRegistrationOutput__296523972.cs @@ -1,29 +1,29 @@ -using System; -using NGS.MeshFusionPro; -using Unity.Jobs; -using UnityEngine; +//using System; +//using NGS.MeshFusionPro; +//using Unity.Jobs; +//using UnityEngine; -[Unity.Jobs.DOTSCompilerGenerated] -internal class __JobReflectionRegistrationOutput__296523972 -{ - public static void CreateJobReflectionData() - { - try - { - IJobParallelForExtensions.EarlyJobInit<JobsMeshMoverLW.MovePartsJob>(); - IJobExtensions.EarlyJobInit<JobsMeshMoverLW.RecalculateBoundsJob>(); - IJobParallelForExtensions.EarlyJobInit<JobsMeshMoverSTD.MovePartsJob>(); - IJobExtensions.EarlyJobInit<JobsMeshMoverSTD.RecalculateBoundsJob>(); - } - catch (Exception ex) - { - EarlyInitHelpers.JobReflectionDataCreationFailed(ex); - } - } +//[Unity.Jobs.DOTSCompilerGenerated] +//internal class __JobReflectionRegistrationOutput__296523972 +//{ +// public static void CreateJobReflectionData() +// { +// try +// { +// IJobParallelForExtensions.EarlyJobInit<JobsMeshMoverLW.MovePartsJob>(); +// IJobExtensions.EarlyJobInit<JobsMeshMoverLW.RecalculateBoundsJob>(); +// IJobParallelForExtensions.EarlyJobInit<JobsMeshMoverSTD.MovePartsJob>(); +// IJobExtensions.EarlyJobInit<JobsMeshMoverSTD.RecalculateBoundsJob>(); +// } +// catch (Exception ex) +// { +// EarlyInitHelpers.JobReflectionDataCreationFailed(ex); +// } +// } - [RuntimeInitializeOnLoadMethod(RuntimeInitializeLoadType.AfterAssembliesLoaded)] - public static void EarlyInit() - { - CreateJobReflectionData(); - } -} +// [RuntimeInitializeOnLoadMethod(RuntimeInitializeLoadType.AfterAssembliesLoaded)] +// public static void EarlyInit() +// { +// CreateJobReflectionData(); +// } +//} diff --git a/Thronefall_1_57/Thronefall/thronefall.csproj b/Thronefall_1_57/Thronefall/Thronefall_1_57.csproj index c573b07..1aab2c7 100644 --- a/Thronefall_1_57/Thronefall/thronefall.csproj +++ b/Thronefall_1_57/Thronefall/Thronefall_1_57.csproj @@ -61,9 +61,6 @@ <Reference Include="MPUIKit"> <HintPath>..\Game\Thronefall_Data\Managed\MPUIKit.dll</HintPath> </Reference> - <Reference Include="netstandard"> - <HintPath>..\Game\Thronefall_Data\Managed\netstandard.dll</HintPath> - </Reference> <Reference Include="Pathfinding.ClipperLib"> <HintPath>..\Game\Thronefall_Data\Managed\Pathfinding.ClipperLib.dll</HintPath> </Reference> @@ -82,6 +79,12 @@ <Reference Include="Rewired_Windows_Functions"> <HintPath>..\Game\Thronefall_Data\Managed\Rewired_Windows_Functions.dll</HintPath> </Reference> + <Reference Include="ShapesRuntime"> + <HintPath>..\Game\Thronefall_Data\Managed\ShapesRuntime.dll</HintPath> + </Reference> + <Reference Include="Sirenix.OdinInspector.Attributes"> + <HintPath>..\Game\Thronefall_Data\Managed\Sirenix.OdinInspector.Attributes.dll</HintPath> + </Reference> <Reference Include="System.Configuration"> <HintPath>..\Game\Thronefall_Data\Managed\System.Configuration.dll</HintPath> </Reference> diff --git a/Thronefall_1_57/Thronefall/thronefall.sln b/Thronefall_1_57/Thronefall/Thronefall_1_57.sln index 1243d75..2ce1b8a 100644 --- a/Thronefall_1_57/Thronefall/thronefall.sln +++ b/Thronefall_1_57/Thronefall/Thronefall_1_57.sln @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.4.33213.308 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "thronefall", "thronefall.csproj", "{6A60C429-6C66-43E7-91D8-56C8A7630844}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Thronefall_1_57", "Thronefall_1_57.csproj", "{B707595C-25D9-4831-BC78-46B0E2453590}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -11,15 +11,15 @@ Global Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {6A60C429-6C66-43E7-91D8-56C8A7630844}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {6A60C429-6C66-43E7-91D8-56C8A7630844}.Debug|Any CPU.Build.0 = Debug|Any CPU - {6A60C429-6C66-43E7-91D8-56C8A7630844}.Release|Any CPU.ActiveCfg = Release|Any CPU - {6A60C429-6C66-43E7-91D8-56C8A7630844}.Release|Any CPU.Build.0 = Release|Any CPU + {B707595C-25D9-4831-BC78-46B0E2453590}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {B707595C-25D9-4831-BC78-46B0E2453590}.Debug|Any CPU.Build.0 = Debug|Any CPU + {B707595C-25D9-4831-BC78-46B0E2453590}.Release|Any CPU.ActiveCfg = Release|Any CPU + {B707595C-25D9-4831-BC78-46B0E2453590}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {5813CB62-3322-4334-B7F4-FE56B625B791} + SolutionGuid = {E9BB9617-3E82-4306-A55A-EFD715D9A68B} EndGlobalSection EndGlobal |
