mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-27 22:12:25 +00:00
[-] some unnecessary overloads [+] overloaded operators in order to allow defining memory operands easily [+] overloaded automatic conversions to allow operands [+] Labels support [+] code generator based on F# started
60 lines
1.2 KiB
Text
60 lines
1.2 KiB
Text
"General"
|
|
{
|
|
"SccProjectName" = "SAK"
|
|
"SccLocalPath" = "SAK"
|
|
"SccAuxPath" = "SAK"
|
|
"SccProvider" = "SAK"
|
|
"ProjectIdGuid" = "{7F5A3E7A-2725-4F94-9CFF-04C6A6AEA59F}"
|
|
}
|
|
"Configurations"
|
|
{
|
|
"Debug|Win32"
|
|
{
|
|
"ProjectType" = "EXE"
|
|
"OptLevel" = "Off"
|
|
"StrongNamingLevel" = "None"
|
|
"OutputPath" = "..\\Debug"
|
|
"SearchPath" = "-r LostAssembler.exe -I ..\\Debug"
|
|
"StrongNameFile" = ""
|
|
"OutputBase" = ""
|
|
"CustomCommandLine" = ""
|
|
"CustomCompiler" = ""
|
|
"DebugCheck" = "TRUE"
|
|
"CustomCompilationCheck" = "FALSE"
|
|
"DebugStartMode" = "0"
|
|
"StartApp" = ""
|
|
"StartAppPath" = ""
|
|
"CustomStartupArguments" = ""
|
|
}
|
|
"Release|Win32"
|
|
{
|
|
"ProjectType" = "EXE"
|
|
"OptLevel" = "3"
|
|
"StrongNamingLevel" = "None"
|
|
"OutputPath" = "..\\Release"
|
|
"SearchPath" = ""
|
|
"StrongNameFile" = ""
|
|
"OutputBase" = ""
|
|
"CustomCommandLine" = ""
|
|
"CustomCompiler" = ""
|
|
"DebugCheck" = "FALSE"
|
|
"CustomCompilationCheck" = "FALSE"
|
|
"DebugStartMode" = "0"
|
|
"StartApp" = ""
|
|
"StartAppPath" = ""
|
|
"CustomStartupArguments" = ""
|
|
}
|
|
}
|
|
"Files"
|
|
{
|
|
"codegen.fs"
|
|
{
|
|
"ProjRelPath" = "T"
|
|
}
|
|
}
|
|
"ProjStartupServices"
|
|
{
|
|
}
|
|
"Globals"
|
|
{
|
|
}
|