chore: add missing explanation comments
This commit is contained in:
parent
c229cb42ac
commit
84bb67f0ec
1 changed files with 2 additions and 0 deletions
2
.vscode/mod.csproj
vendored
2
.vscode/mod.csproj
vendored
|
@ -25,6 +25,7 @@
|
|||
<supportedVersions>
|
||||
<li>1.4</li>
|
||||
</supportedVersions>
|
||||
<!-- Gets automatically populated with VersionPrefix (see above) -->
|
||||
<modVersion IgnoreIfNoMatchingField="True" />
|
||||
<url />
|
||||
<modDependencies />
|
||||
|
@ -53,6 +54,7 @@
|
|||
<Compile Include="../Source/*" />
|
||||
<PackageReference Include="Krafs.Rimworld.Ref"
|
||||
Version="1.4.3901" />
|
||||
<!-- Set IncludeAssets to 'compile' to enable Harmony -->
|
||||
<PackageReference Include="Lib.Harmony"
|
||||
Version="2.2.2"
|
||||
IncludeAssets="none" />
|
||||
|
|
Loading…
Reference in a new issue