File tree Expand file tree Collapse file tree 4 files changed +10
-2
lines changed
Expand file tree Collapse file tree 4 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 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 ) ]
Original file line number Diff line number Diff line change 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 ) ]
Original file line number Diff line number Diff line change 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+
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments