Changes

71 bytes removed ,  18:57, 16 December 2021
Line 30: Line 30:  
# Open Visual Studio 2019.
 
# Open Visual Studio 2019.
 
# Click ''Create a new project'' from the start screen.<br />[[File:Modding - IDE reference - create project (Visual Studio 1).png]]
 
# Click ''Create a new project'' from the start screen.<br />[[File:Modding - IDE reference - create project (Visual Studio 1).png]]
# Filter by "C#" and "Library", then choose ''Class Library (.NET Framework)'' and click ''Next''. Make sure you '''don't''' choose ''Class Library (.NET Core)'' or ''Class Library (.NET Standard)'', which won't work.<br />[[File:Modding - IDE reference - create project (Visual Studio 2).png]]
+
# Filter by "C#" and "Library", then choose ''Class Library (.NET Framework)'' and click ''Next''. Make sure you '''don't''' choose ''Class Library (.NET Core)'' or ''Class Library (.NET Standard)'', which won't work.<br />
 
# In the ''configure your new project'' window: <ol><li>Enter a descriptive mod name. By convention, the name should be one word with mixed caps (like "PineapplesEverywhere").</li><li>Make sure "Place solution and project in the same directory" is ''not'' checked.</li><li>Make sure .NET Framework 4.5.2 is selected.</li><li>Click "Create" to to create the project.</li></ol>[[File:Modding - IDE reference - create project (Visual Studio 3).png]]
 
# In the ''configure your new project'' window: <ol><li>Enter a descriptive mod name. By convention, the name should be one word with mixed caps (like "PineapplesEverywhere").</li><li>Make sure "Place solution and project in the same directory" is ''not'' checked.</li><li>Make sure .NET Framework 4.5.2 is selected.</li><li>Click "Create" to to create the project.</li></ol>[[File:Modding - IDE reference - create project (Visual Studio 3).png]]
  
528

edits