diff -r a751aa1ee4f7 -r 7545b1bc1514 Fahad/MCG-CS/readme.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Fahad/MCG-CS/readme.txt Wed Nov 12 12:24:26 2014 +0000 @@ -0,0 +1,13 @@ +Visual Studio 2010 is required to open this project. + +The project executable is saved in BIB\DEBUG folder with the name of MCG-CS.exe + +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 + +The generated assembly is saved inside "Bin\Debug\" folder. Assemblies are saved as an executable files and can be executed directly + +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 + +Sample code for some standard programing problems is given in CODE folder + +PROPERTIES, OBJ and BIN folders are auto-generated folders created by .NET runtime and shall not be modified