Skip to content

Commit

Permalink
change target to 4.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Theysen committed Feb 22, 2020
1 parent de42e76 commit 672408f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
Source/.idea/
Source/RSSVE.sln.DotSettings.user
Source/Builds/
RSSVE/Plugins
Binary file added RSSVE/Plugins/RSSVE.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion Source/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@
// are loaded in the correct order.
// This attribute is not currently used but it is included here for completeness.

[assembly: KSPAssembly("RSSVE", 1, 1)]
[assembly: KSPAssembly("RSSVE", 1, 2)]
8 changes: 6 additions & 2 deletions Source/RSSVE.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>RSSVE</RootNamespace>
<AssemblyName>RSSVE</AssemblyName>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DebugType>pdbonly</DebugType>
Expand Down Expand Up @@ -42,8 +42,12 @@
<HintPath>C:\Kerbal Space Program\KSP_x64_Data\Managed\System.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="UnityEngine, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\..\Dependencies\1.8.1\Managed\UnityEngine.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
<HintPath>C:\Kerbal Space Program\KSP_x64_Data\Managed\UnityEngine.CoreModule.dll</HintPath>
<HintPath>..\..\Dependencies\1.8.1\Managed\UnityEngine.CoreModule.dll</HintPath>
<Private>False</Private>
</Reference>
</ItemGroup>
Expand Down

0 comments on commit 672408f

Please sign in to comment.