mirror of
https://github.com/fadden/6502bench.git
synced 2024-12-01 22:50:35 +00:00
Tweak SourceNotes
This commit is contained in:
parent
ce1a6d0109
commit
4c60f329c7
@ -2,16 +2,17 @@
|
|||||||
|
|
||||||
All of the code is written in C# .NET, using the (free to download) Visual
|
All of the code is written in C# .NET, using the (free to download) Visual
|
||||||
Studio Community 2022 IDE as the primary development environment. The user
|
Studio Community 2022 IDE as the primary development environment. The user
|
||||||
interface uses the WPF API, targeted at .NET Framework 4.6.2. When
|
interface uses the WPF API, targeted at .NET Framework 4.6.2.
|
||||||
installing Visual Studio, be sure to include ".NET Desktop Development".
|
To build the sources, clone the git repository and open "WorkBench.sln"
|
||||||
|
in Visual Studio 2019 or later. The Solution file is called
|
||||||
|
"WorkBench.sln" rather than "6502bench.sln" because some things in
|
||||||
|
Visual Studio got weird when it didn't start with a letter.
|
||||||
|
|
||||||
|
When installing Visual Studio, be sure to include ".NET Desktop Development".
|
||||||
You may also need to install the .NET Framework 4.6.2 "Dev Pack" (as a
|
You may also need to install the .NET Framework 4.6.2 "Dev Pack" (as a
|
||||||
separate download, or via the "individual components" tab in the
|
separate download, or via the "individual components" tab in the
|
||||||
Visual Studio Installer).
|
Visual Studio Installer).
|
||||||
|
|
||||||
The Solution file is called "WorkBench.sln" rather than "6502bench.sln"
|
|
||||||
because some things in Visual Studio got weird when it didn't start with a
|
|
||||||
letter.
|
|
||||||
|
|
||||||
The code style is closer to what Android uses than "standard" C#. Lines
|
The code style is closer to what Android uses than "standard" C#. Lines
|
||||||
are folded to fit 100 columns.
|
are folded to fit 100 columns.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user