Skip to content

Commit

Permalink
Update to Alpha10.8
Browse files Browse the repository at this point in the history
Now using new "Code mod" system
  • Loading branch information
DenJur committed Oct 10, 2018
1 parent 5b7b0e9 commit 0136c09
Show file tree
Hide file tree
Showing 14 changed files with 173 additions and 379 deletions.
67 changes: 0 additions & 67 deletions StartOptions/ILMerge.props

This file was deleted.

4 changes: 0 additions & 4 deletions StartOptions/ILMergeOrder.txt

This file was deleted.

33 changes: 0 additions & 33 deletions StartOptions/Patches/ActorCustomizationStartPatch.cs

This file was deleted.

19 changes: 0 additions & 19 deletions StartOptions/Patches/DesignDocumentDoWorkPatch.cs

This file was deleted.

19 changes: 0 additions & 19 deletions StartOptions/Patches/EmployeeChangeSkillPatch.cs

This file was deleted.

19 changes: 0 additions & 19 deletions StartOptions/Patches/MarketSimulationGenerateCompanyPatch.cs

This file was deleted.

19 changes: 0 additions & 19 deletions StartOptions/Patches/MarketSimulationSimulateMonthPatch.cs

This file was deleted.

19 changes: 0 additions & 19 deletions StartOptions/Patches/MarketingPlanGetHypeFactorPatch.cs

This file was deleted.

4 changes: 2 additions & 2 deletions StartOptions/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// 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("1.3.0.0")]
[assembly: AssemblyFileVersion("1.3.0.0")]
[assembly: AssemblyVersion("2.0.0.0")]
[assembly: AssemblyFileVersion("2.0.0.0")]
23 changes: 0 additions & 23 deletions StartOptions/StartOptions.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\packages\MSBuild.ILMerge.Task.1.0.5\build\MSBuild.ILMerge.Task.props" Condition="Exists('..\packages\MSBuild.ILMerge.Task.1.0.5\build\MSBuild.ILMerge.Task.props')" />
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
Expand Down Expand Up @@ -64,31 +63,9 @@
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Patches\ActorCustomizationStartPatch.cs" />
<Compile Include="Patches\DesignDocumentDoWorkPatch.cs" />
<Compile Include="Patches\EmployeeChangeSkillPatch.cs" />
<Compile Include="Patches\MarketingPlanGetHypeFactorPatch.cs" />
<Compile Include="Patches\MarketSimulationGenerateCompanyPatch.cs" />
<Compile Include="Patches\MarketSimulationSimulateMonthPatch.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="StartOptionsModBehaviour.cs" />
<Compile Include="StartOptionsModMeta.cs" />
<Compile Include="Util.cs" />
</ItemGroup>
<ItemGroup>
<None Include="ILMerge.props" />
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<Content Include="ILMergeOrder.txt" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('..\packages\MSBuild.ILMerge.Task.1.0.5\build\MSBuild.ILMerge.Task.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\MSBuild.ILMerge.Task.1.0.5\build\MSBuild.ILMerge.Task.props'))" />
<Error Condition="!Exists('..\packages\MSBuild.ILMerge.Task.1.0.5\build\MSBuild.ILMerge.Task.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\MSBuild.ILMerge.Task.1.0.5\build\MSBuild.ILMerge.Task.targets'))" />
</Target>
<Import Project="..\packages\MSBuild.ILMerge.Task.1.0.5\build\MSBuild.ILMerge.Task.targets" Condition="Exists('..\packages\MSBuild.ILMerge.Task.1.0.5\build\MSBuild.ILMerge.Task.targets')" />
</Project>
Loading

0 comments on commit 0136c09

Please sign in to comment.