Skip to content

Commit

Permalink
2.7 for Battletech 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
m22spencer committed Jan 31, 2019
1 parent d5b8585 commit 15bc857
Show file tree
Hide file tree
Showing 15 changed files with 4 additions and 1,335 deletions.
2 changes: 1 addition & 1 deletion source/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.6.0.*")]
[assembly: AssemblyVersion("2.7.0.*")]
14 changes: 1 addition & 13 deletions source/BattletechPerformanceFix.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="0Harmony">
<HintPath>$(BTechData)0Harmony.dll</HintPath>
<Private>False</Private>
<HintPath>..\..\Mods\ModTek\0Harmony.dll</HintPath>
</Reference>
<Reference Include="Assembly-CSharp">
<HintPath>$(BTechData)Assembly-CSharp.dll</HintPath>
Expand Down Expand Up @@ -98,31 +97,20 @@
</ItemGroup>
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="CollectSingletons.cs" />
<Compile Include="ContractLagFix.cs" />
<Compile Include="DisableSensitiveDataLogDump.cs" />
<Compile Include="DMFix.cs" />
<Compile Include="ExtraLogging.cs" />
<Compile Include="LazyLoadAssets.cs" />
<Compile Include="Logging.cs" />
<Compile Include="MDDB_InMemoryCache.cs" />
<Compile Include="Main.cs" />
<Compile Include="Extensions.cs" />
<Compile Include="BTLightControllerThrottle.cs" />
<Compile Include="HarmonyExt.cs" />
<Compile Include="DataLoaderGetEntryCheck.cs" />
<Compile Include="MDDB_TagsetQueryInChunks.cs" />
<Compile Include="MissingAssetsContinueLoad.cs" />
<Compile Include="NoSalvageSoftlock.cs" />
<Compile Include="LazyRoomInitialization.cs" />
<Compile Include="LoadFixes.cs" />
<Compile Include="OnEffectEndNullFix.cs" />
<Compile Include="ParallelizeLoad.cs" />
<Compile Include="ShopTabLagFix.cs" />
<Compile Include="PatchMechLabLimitItems.cs" />
<Compile Include="PatchMechLabPanelLoadThrottling.cs" />
<Compile Include="DynamicTagsFix.cs" />
<Compile Include="SimpleMetrics.cs" />
<Compile Include="EnableLoggingDuringLoads.cs" />
</ItemGroup>
<ItemGroup>
Expand Down
120 changes: 0 additions & 120 deletions source/CollectSingletons.cs

This file was deleted.

119 changes: 0 additions & 119 deletions source/DMFix.cs

This file was deleted.

109 changes: 0 additions & 109 deletions source/DynamicTagsFix.cs

This file was deleted.

Loading

0 comments on commit 15bc857

Please sign in to comment.