Fahad/MCG-CS/readme.txt
changeset 45 7545b1bc1514
equal deleted inserted replaced
44:a751aa1ee4f7 45:7545b1bc1514
       
     1 Visual Studio 2010 is required to open this project.
       
     2 
       
     3 The project executable is saved in BIB\DEBUG folder with the name of MCG-CS.exe
       
     4 
       
     5 To generate an assembly file, run the project executable and provide the input code file path. Input file should be saved with an extension of *.kcl
       
     6 
       
     7 The generated assembly is saved inside "Bin\Debug\" folder. Assemblies are saved as an executable files and can be executed directly
       
     8 
       
     9 ILDASM.exe comand line tool is required to inspect the assembly. This tool is available in "C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bin\" folder
       
    10 
       
    11 Sample code for some standard programing problems is given in CODE folder
       
    12 
       
    13 PROPERTIES, OBJ and BIN folders are auto-generated folders created by .NET runtime and shall not be modified