Skip to content

Commit

Permalink
Recompiled for KSP 1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodrigv committed Sep 23, 2020
1 parent 868290b commit e6e0e2d
Show file tree
Hide file tree
Showing 12 changed files with 40 additions and 91 deletions.
96 changes: 21 additions & 75 deletions DestructionEffects.csproj
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="packages\Microsoft.Net.Compilers.1.3.2\build\Microsoft.Net.Compilers.props" Condition="Exists('packages\Microsoft.Net.Compilers.1.3.2\build\Microsoft.Net.Compilers.props')" />
<Import Project="packages\Microsoft.Net.Compilers.3.8.0-3.final\build\Microsoft.Net.Compilers.props" Condition="Exists('packages\Microsoft.Net.Compilers.3.8.0-3.final\build\Microsoft.Net.Compilers.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
Expand All @@ -11,28 +11,8 @@
<RootNamespace>DestructionEffects</RootNamespace>
<AssemblyName>DestructionEffects</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<FileUpgradeFlags>
</FileUpgradeFlags>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<OldToolsVersion>3.5</OldToolsVersion>
<TargetFrameworkProfile />
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
<NuGetPackageImportStamp>aec9b8bb</NuGetPackageImportStamp>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -77,66 +57,34 @@
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>
<Reference Include="Assembly-CSharp">
<HintPath>D:\REPOSITORIO\_LocalDev\KSPRefs\Assembly-CSharp.dll</HintPath>
<HintPath>..\_LocalDev\KSPRefs\Assembly-CSharp.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="KSPAssets">
<HintPath>D:\REPOSITORIO\_LocalDev\KSPRefs\KSPAssets.dll</HintPath>
<HintPath>..\_LocalDev\KSPRefs\KSPAssets.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System" />
<Reference Include="System.Linq" />
<Reference Include="System.Runtime" />
<Reference Include="System.Runtime.InteropServices" />
<Reference Include="System.Runtime.InteropServices.RuntimeInformation" />
<Reference Include="System.Threading.Thread" />
<Reference Include="UnityEngine">
<HintPath>D:\REPOSITORIO\_LocalDev\KSPRefs\UnityEngine.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.AnimationModule">
<HintPath>D:\REPOSITORIO\_LocalDev\KSPRefs\UnityEngine.AnimationModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.AssetBundleModule">
<HintPath>D:\REPOSITORIO\_LocalDev\KSPRefs\UnityEngine.AssetBundleModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.AudioModule">
<HintPath>D:\REPOSITORIO\_LocalDev\KSPRefs\UnityEngine.AudioModule.dll</HintPath>
<HintPath>..\_LocalDev\KSPRefs\UnityEngine.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="UnityEngine.CoreModule">
<HintPath>D:\REPOSITORIO\_LocalDev\KSPRefs\UnityEngine.CoreModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.ImageConversionModule">
<HintPath>D:\REPOSITORIO\_LocalDev\KSPRefs\UnityEngine.ImageConversionModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.IMGUIModule">
<HintPath>D:\REPOSITORIO\_LocalDev\KSPRefs\UnityEngine.IMGUIModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.InputLegacyModule">
<HintPath>D:\REPOSITORIO\_LocalDev\KSPRefs\UnityEngine.InputLegacyModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.InputModule">
<HintPath>D:\REPOSITORIO\_LocalDev\KSPRefs\UnityEngine.InputModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.JSONSerializeModule">
<HintPath>D:\REPOSITORIO\_LocalDev\KSPRefs\UnityEngine.JSONSerializeModule.dll</HintPath>
<HintPath>..\_LocalDev\KSPRefs\UnityEngine.CoreModule.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="UnityEngine.ParticleSystemModule">
<HintPath>D:\REPOSITORIO\_LocalDev\KSPRefs\UnityEngine.ParticleSystemModule.dll</HintPath>
<HintPath>..\_LocalDev\KSPRefs\UnityEngine.ParticleSystemModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.PhysicsModule">
<HintPath>D:\REPOSITORIO\_LocalDev\KSPRefs\UnityEngine.PhysicsModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.TextCoreModule">
<HintPath>D:\REPOSITORIO\_LocalDev\KSPRefs\UnityEngine.TextCoreModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.TextRenderingModule">
<HintPath>D:\REPOSITORIO\_LocalDev\KSPRefs\UnityEngine.TextRenderingModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.UI">
<HintPath>D:\REPOSITORIO\_LocalDev\KSPRefs\UnityEngine.UI.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.UIElementsModule">
<HintPath>D:\REPOSITORIO\_LocalDev\KSPRefs\UnityEngine.UIElementsModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.UIModule">
<HintPath>D:\REPOSITORIO\_LocalDev\KSPRefs\UnityEngine.UIModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.UnityWebRequestWWWModule">
<HintPath>D:\REPOSITORIO\_LocalDev\KSPRefs\UnityEngine.UnityWebRequestWWWModule.dll</HintPath>
<HintPath>..\_LocalDev\KSPRefs\UnityEngine.PhysicsModule.dll</HintPath>
<Private>False</Private>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down Expand Up @@ -173,8 +121,6 @@
<None Include="Distribution\GameData\DestructionEffects\Models\FlameEffect2\model.mu" />
<None Include="Distribution\GameData\DestructionEffects\Models\FlameEffect_Legacy\model.mu" />
<None Include="Distribution\GameData\DestructionEffects\settings.cfg" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<PropertyGroup>
Expand Down Expand Up @@ -222,8 +168,8 @@ copy /Y "$(TargetDir)$(Targetname).pdb" "%25KSP_DIR%25\GameData\DestructionEffec
</PropertyGroup>
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
<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\Microsoft.Net.Compilers.1.3.2\build\Microsoft.Net.Compilers.props')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Microsoft.Net.Compilers.1.3.2\build\Microsoft.Net.Compilers.props'))" />
<Error Condition="!Exists('packages\Microsoft.Net.Compilers.3.8.0-3.final\build\Microsoft.Net.Compilers.props')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Microsoft.Net.Compilers.3.8.0-3.final\build\Microsoft.Net.Compilers.props'))" />
</Target>
</Project>
4 changes: 2 additions & 2 deletions DestructionEffects/Properties/AssemblyInfo.cs
Expand Up @@ -29,5 +29,5 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion("1.11")]
[assembly: AssemblyFileVersion("1.11.0.0")]
[assembly: AssemblyVersion("1.12")]
[assembly: AssemblyFileVersion("1.12.0.0")]
3 changes: 3 additions & 0 deletions Distribution/GameData/DestructionEffects/ChangeLog.txt
@@ -1,3 +1,6 @@
v1.12
- Compiled for KSP 1.10.1

v1.11
- Compiled for KSP 1.8
- Fixes for autostrut thanks to Alioth81
Expand Down
@@ -1,31 +1,31 @@
{
"NAME": "DestructionEffects",
"URL": "https://raw.githubusercontent.com/jrodrigv/DestructionEffects/master/Distribution/GameData/DestructionEffects/DestructionEffects.version",
"DOWNLOAD": "https://github.com/jrodrigv/DestructionEffects/releases/tag/v1.11.0",
"DOWNLOAD": "https://github.com/jrodrigv/DestructionEffects/releases/tag/v1.12.0",
"GITHUB": {
"USERNAME": "jrodrigv",
"REPOSITORY": "DestructionEffects",
"ALLOW_PRE_RELEASE": false
},
"VERSION": {
"MAJOR": 1,
"MINOR": 11,
"MINOR": 12,
"PATCH": 0,
"BUILD": 0
},
"KSP_VERSION": {
"MAJOR": 1,
"MINOR": 8,
"PATCH": 0
"MINOR": 10,
"PATCH": 1
},
"KSP_VERSION_MIN": {
"MAJOR": 1,
"MINOR": 8,
"PATCH": 0
"MINOR": 10,
"PATCH": 1
},
"KSP_VERSION_MAX": {
"MAJOR": 1,
"MINOR": 8,
"MINOR": 10,
"PATCH": 99
}
}
Binary file not shown.
2 changes: 1 addition & 1 deletion LocalDev/7za_dir.txt
@@ -1 +1 @@
I:\7za\x64
D:\PROGRAMS\7za\x64
2 changes: 1 addition & 1 deletion LocalDev/dist_dir.txt
@@ -1 +1 @@
I:\Deployment
E:\PROGRAMACION\KSP_Development
2 changes: 1 addition & 1 deletion LocalDev/ksp_dir.txt
@@ -1 +1 @@
G:\GAMES\KERBAL\Kerbal Space Program_18_DEV
D:\GAMES\KERBAL\Kerbal Space Program_110_DEV
2 changes: 1 addition & 1 deletion LocalDev/ksp_dir2.txt
@@ -1 +1 @@
G:\GAMES\KERBAL\Kerbal Space Program_DEV_150M
G:\GAMES\KERBAL\Kerbal Space Program_191_DEVM2
2 changes: 1 addition & 1 deletion LocalDev/mono_exe.txt
@@ -1 +1 @@
G:\Unity\Editor\Data\MonoBleedingEdge\bin\mono.exe
D:\PROGRAMS\Unity\Editor\Data\MonoBleedingEdge\bin
2 changes: 1 addition & 1 deletion LocalDev/pdb2mdb_exe.txt
@@ -1 +1 @@
I:\pdb2mdb
G:\pdb2mdb\pdb2mdb.exe
2 changes: 1 addition & 1 deletion packages.config
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.Net.Compilers" version="1.3.2" targetFramework="net35" />
<package id="Microsoft.Net.Compilers" version="3.8.0-3.final" targetFramework="net472" developmentDependency="true" />
</packages>

0 comments on commit e6e0e2d

Please sign in to comment.