Skip to content

Commit aaee1bf

Browse files
committed
fix up some kspassemblydependency attributes to reduce benign log spam
1 parent 263cf00 commit aaee1bf

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

KerbalVR_Mod/KerbalVR-MAS/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@
1818
// The following GUID is for the ID of the typelib if this project is exposed to COM
1919
[assembly: Guid("d2efbfe8-da01-427f-abfa-f2f52278787d")]
2020

21+
// this should eventually get populated by KSPBuildTools
22+
[assembly:KSPAssemblyDependency("KerbalVR", 0, 9)]

KerbalVR_Mod/KerbalVR-RPM/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,6 @@
1717

1818
// The following GUID is for the ID of the typelib if this project is exposed to COM
1919
[assembly: Guid("132c7d00-6367-4312-bae1-4286435638e0")]
20+
21+
// this should eventually get populated by KSPBuildTools
22+
[assembly: KSPAssemblyDependency("KerbalVR", 0, 9)]

KerbalVR_Mod/KerbalVR/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,6 @@
1818
// The following GUID is for the ID of the typelib if this project is exposed to COM
1919
[assembly: Guid("bbe6013a-e30c-43d6-919d-36176cdb2599")]
2020

21+
// Eventually this should be handled by KSPBuildTools
22+
[assembly: KSPAssemblyDependency("SteamVR", 2, 8)]
23+

KerbalVR_Mod/KerbalVR_Mod.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<Import Condition="$(MSBuildProjectName) != SteamVR" Project="KerbalVR_Mod.version.props"/>
44
<PropertyGroup Condition="$(MSBuildProjectName) != SteamVR">
5-
<GenerateKSPAssemblyAttribute>true</GenerateKSPAssemblyAttribute>
6-
<GenerateKSPAssemblyDependencyAttributes>true</GenerateKSPAssemblyDependencyAttributes>
75
<AssemblyProduct>KerbalVR</AssemblyProduct>
86
</PropertyGroup>
97
<PropertyGroup>
8+
<GenerateKSPAssemblyAttribute>true</GenerateKSPAssemblyAttribute>
9+
<GenerateKSPAssemblyDependencyAttributes>true</GenerateKSPAssemblyDependencyAttributes>
1010
<RepoRootPath>$(MSBuildThisFileDirectory)\..</RepoRootPath>
1111
<BinariesOutputRelativePath>KerbalVR_Mod\GameData\KerbalVR\Plugins</BinariesOutputRelativePath>
1212
</PropertyGroup>

0 commit comments

Comments
 (0)