Skip to content

Requirements

Sean edited this page Jan 12, 2020 · 1 revision

IDE

.NET

  • Code Contracts. Optional. Heavily used throughout our .NET code. However, as of 2020 we've started moving away from this since it is no longer supported by Microsoft, newer .NET frameworks, or Visual Studio 2017 and later. We now have stub interfaces that provide bare minimum functionality when building under Visual Studio 2017 and later.
  • ICSharpCode.SharpZipLib. Optional. Used by KSoft.Compression.
    • NOTE: Place AnyCPU binaries in your "$(VitaRootDir)shared\external_libraries" folder, as the binaries aren't committed to any of our repositories
Clone this wiki locally