Skip to content

Latest commit

 

History

History
63 lines (20 loc) · 1.19 KB

VisualStudioProject.md

File metadata and controls

63 lines (20 loc) · 1.19 KB

Visual Studio Project

Create a .Net Framework Project

Selection_999(1450).png

Add SharpASM.cs to the project

Selection_999(1463).png

Selection_999(1452).png

(Optional) Create two build configuration to handle x86 and x86-64

Go on Build --> Configuration Manager

Selection_999(1504).png

Open the drop down menu Active solution platform and click on New

Selection_999(1505).png

Create the configuration

Selection_999(1506).png

Enable unsafe code

Pick Allow unsafe code in the project Build configuration

Selection_999(1501).png

Define conditional compilation symbol (only 64 bit)

Selection_999(1503).png

Write your program using SharpASM

Selection_999(1451).png