mirror of
https://github.com/gbowne1/ClassicOS.git
synced 2024-11-22 06:06:52 -08:00
17 lines
386 B
JSON
17 lines
386 B
JSON
{
|
|
"BuildOptions": {
|
|
"Platform": "x86",
|
|
"Configuration": "Debug",
|
|
"OptimizationLevel": "None",
|
|
"AdditionalCompilerOptions": "-m32",
|
|
"AdditionalLinkerOptions": "-m32"
|
|
},
|
|
"DebuggingOptions": {
|
|
"DebuggerType": "NativeOnly",
|
|
"EnableUnmanagedDebugging": true
|
|
},
|
|
"DeploymentOptions": {
|
|
"TargetArchitecture": "x86",
|
|
"TargetOperatingSystem": "Windows"
|
|
}
|
|
} |