commit
dce259ecf8
6 changed files with 15 additions and 10 deletions
5
.vscode/extensions.json
vendored
Normal file
5
.vscode/extensions.json
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"recommendations": [
|
||||
"ms-dotnettools.csharp"
|
||||
]
|
||||
}
|
6
.vscode/mod.csproj
vendored
6
.vscode/mod.csproj
vendored
|
@ -7,8 +7,8 @@
|
|||
<!-- Modify [RootNamespace], [AssemblyName], [OutputPath], [VersionPrefix] -->
|
||||
<RootNamespace>Template</RootNamespace>
|
||||
<AssemblyName>Template</AssemblyName>
|
||||
<OutputPath>../1.3/Assemblies</OutputPath>
|
||||
<VersionPrefix>1.0.0.0</VersionPrefix>
|
||||
<OutputPath>../1.4/Assemblies</OutputPath>
|
||||
<VersionPrefix>0.1.0.0</VersionPrefix>
|
||||
|
||||
<!-- do not generate pdb file -->
|
||||
<DebugType>none</DebugType>
|
||||
|
@ -27,7 +27,7 @@
|
|||
</Reference>
|
||||
|
||||
<!-- Harmony -->
|
||||
<!-- <Reference Include="../../Harmony/v1.1/Assemblies/0Harmony.dll">
|
||||
<!-- <Reference Include="../../Harmony/Current/Assemblies/0Harmony.dll">
|
||||
<Private>False</Private>
|
||||
</Reference> -->
|
||||
</ItemGroup>
|
||||
|
|
|
@ -1,23 +1,23 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<ModMetaData>
|
||||
<packageId>arvkus.template</packageId>
|
||||
<name>Arvkus Mod Template</name>
|
||||
<author>Arvkus</author>
|
||||
<packageId>username.modname</packageId>
|
||||
<name>Mod Template</name>
|
||||
<author>username</author>
|
||||
<supportedVersions>
|
||||
<li>1.3</li>
|
||||
<li>1.4</li>
|
||||
</supportedVersions>
|
||||
|
||||
<modDependencies>
|
||||
<!-- <li>
|
||||
<packageId>brrainz.harmony</packageId>
|
||||
<displayName>Harmony</displayName>
|
||||
<downloadUrl>https://steamcommunity.com/workshop/filedetails/?id=2009463077</downloadUrl>
|
||||
<steamWorkshopUrl>https://steamcommunity.com/workshop/filedetails/?id=2009463077</steamWorkshopUrl>
|
||||
<steamWorkshopUrl>steam://url/CommunityFilePage/2009463077</steamWorkshopUrl>
|
||||
<downloadUrl>https://github.com/pardeike/HarmonyRimWorld/releases/latest</downloadUrl>
|
||||
</li> -->
|
||||
</modDependencies>
|
||||
|
||||
<incompatibleWith>
|
||||
<!-- <li>arvkus.template</li> -->
|
||||
<!-- <li>username.modname</li> -->
|
||||
</incompatibleWith>
|
||||
|
||||
<description>Template</description>
|
||||
|
|
Loading…
Reference in a new issue