From eb1429021044bc732ec8dda638bacf86a9fbb8ef Mon Sep 17 00:00:00 2001 From: Arvkus Date: Fri, 11 Sep 2020 17:06:16 +0300 Subject: [PATCH] small fixes --- .vscode/tasks.json | 1 - README.md | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 2c3b56d..1d80d19 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -9,7 +9,6 @@ "isDefault": true }, "command": ".vscode/build.bat", - // "command": "dotnet build .vscode" }, ] } \ No newline at end of file diff --git a/README.md b/README.md index bcfc94f..c5d1378 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,9 @@ This template is created for Rimworld moders who use [Visual Studio Code](https: 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). 3. Clone, pull or download this template into your Rimworld `Mods` folder. -4. Modify `.vscode/mod.scproj` and `About/About.xml` files. ## Additional notes * By pressing `F5` key VS Code will perform 2 operations: build assembly file and launch Rimworld executable. * All intermediate files are kept inside `.vscode` folder. -* Modify `.vscode/mod.csproj` according to your needs. +* Modify `.vscode/mod.csproj` and `About/About.xml` according to your needs.