diff --git a/.vscode/mod.csproj b/.vscode/mod.csproj index a45c0cd..0f86931 100644 --- a/.vscode/mod.csproj +++ b/.vscode/mod.csproj @@ -1,6 +1,4 @@ - - Library net472 diff --git a/1.1/Languages/English/Data.xml b/1.1/Languages/English/Data.xml new file mode 100644 index 0000000..ff3d55b --- /dev/null +++ b/1.1/Languages/English/Data.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/README.md b/README.md index 5443487..7cd06d6 100644 --- a/README.md +++ b/README.md @@ -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. ## 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). 3. Clone, pull or download this template into your Rimworld `Mods` folder.