languages
This commit is contained in:
parent
b57a6df20e
commit
1b8d5d5f6b
3 changed files with 4 additions and 3 deletions
2
.vscode/mod.csproj
vendored
2
.vscode/mod.csproj
vendored
|
@ -1,6 +1,4 @@
|
||||||
<Project Sdk="Microsoft.NET.Sdk">
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
|
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<OutputType>Library</OutputType>
|
<OutputType>Library</OutputType>
|
||||||
<TargetFramework>net472</TargetFramework>
|
<TargetFramework>net472</TargetFramework>
|
||||||
|
|
3
1.1/Languages/English/Data.xml
Normal file
3
1.1/Languages/English/Data.xml
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
<LanguageData>
|
||||||
|
</LanguageData>
|
|
@ -11,7 +11,7 @@ This template is created for Rimworld moders who use [Visual Studio Code](https:
|
||||||
* __Customizable__. Almost every feature can be changed, whenever it is editor UI, keybinds or folder structure.
|
* __Customizable__. Almost every feature can be changed, whenever it is editor UI, keybinds or folder structure.
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
1. Download and install [.NET Core SDK](https://dotnet.microsoft.com/download/dotnet-core) and [.Net Framework 4.7.2 Developer Pack]( https://dotnet.microsoft.com/download/dotnet-framework/net472). This step can be skipped if you already have C# packages from Visual Studio.
|
1. Download and install [.NET Core SDK](https://dotnet.microsoft.com/download/dotnet-core) and [.Net Framework 4.7.2 Developer Pack]( https://dotnet.microsoft.com/download/dotnet-framework/net472). This step can be skipped if you already have required C# packages from Visual Studio IDE.
|
||||||
2. Instal [C# extension](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csharp).
|
2. Instal [C# extension](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csharp).
|
||||||
3. Clone, pull or download this template into your Rimworld `Mods` folder.
|
3. Clone, pull or download this template into your Rimworld `Mods` folder.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue