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] -->
|
<!-- Modify [RootNamespace], [AssemblyName], [OutputPath], [VersionPrefix] -->
|
||||||
<RootNamespace>Template</RootNamespace>
|
<RootNamespace>Template</RootNamespace>
|
||||||
<AssemblyName>Template</AssemblyName>
|
<AssemblyName>Template</AssemblyName>
|
||||||
<OutputPath>../1.3/Assemblies</OutputPath>
|
<OutputPath>../1.4/Assemblies</OutputPath>
|
||||||
<VersionPrefix>1.0.0.0</VersionPrefix>
|
<VersionPrefix>0.1.0.0</VersionPrefix>
|
||||||
|
|
||||||
<!-- do not generate pdb file -->
|
<!-- do not generate pdb file -->
|
||||||
<DebugType>none</DebugType>
|
<DebugType>none</DebugType>
|
||||||
|
@ -27,7 +27,7 @@
|
||||||
</Reference>
|
</Reference>
|
||||||
|
|
||||||
<!-- Harmony -->
|
<!-- Harmony -->
|
||||||
<!-- <Reference Include="../../Harmony/v1.1/Assemblies/0Harmony.dll">
|
<!-- <Reference Include="../../Harmony/Current/Assemblies/0Harmony.dll">
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
</Reference> -->
|
</Reference> -->
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
|
@ -1,23 +1,23 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<ModMetaData>
|
<ModMetaData>
|
||||||
<packageId>arvkus.template</packageId>
|
<packageId>username.modname</packageId>
|
||||||
<name>Arvkus Mod Template</name>
|
<name>Mod Template</name>
|
||||||
<author>Arvkus</author>
|
<author>username</author>
|
||||||
<supportedVersions>
|
<supportedVersions>
|
||||||
<li>1.3</li>
|
<li>1.4</li>
|
||||||
</supportedVersions>
|
</supportedVersions>
|
||||||
|
|
||||||
<modDependencies>
|
<modDependencies>
|
||||||
<!-- <li>
|
<!-- <li>
|
||||||
<packageId>brrainz.harmony</packageId>
|
<packageId>brrainz.harmony</packageId>
|
||||||
<displayName>Harmony</displayName>
|
<displayName>Harmony</displayName>
|
||||||
<downloadUrl>https://steamcommunity.com/workshop/filedetails/?id=2009463077</downloadUrl>
|
<steamWorkshopUrl>steam://url/CommunityFilePage/2009463077</steamWorkshopUrl>
|
||||||
<steamWorkshopUrl>https://steamcommunity.com/workshop/filedetails/?id=2009463077</steamWorkshopUrl>
|
<downloadUrl>https://github.com/pardeike/HarmonyRimWorld/releases/latest</downloadUrl>
|
||||||
</li> -->
|
</li> -->
|
||||||
</modDependencies>
|
</modDependencies>
|
||||||
|
|
||||||
<incompatibleWith>
|
<incompatibleWith>
|
||||||
<!-- <li>arvkus.template</li> -->
|
<!-- <li>username.modname</li> -->
|
||||||
</incompatibleWith>
|
</incompatibleWith>
|
||||||
|
|
||||||
<description>Template</description>
|
<description>Template</description>
|
||||||
|
|
Loading…
Reference in a new issue