From 27cbc7bad394eede81e2043ab43983dee81fb5cc Mon Sep 17 00:00:00 2001 From: kudzu_cp <6d05c8c8ef5431987001abfdb2eadc9593ac9498> Date: Sun, 1 Aug 2010 18:25:08 +0000 Subject: [PATCH] --- .../Cosmos.Compiler.Debug.csproj | 91 ++++++++++++++++++ .../Cosmos.Compiler.Debug.csproj.vspscc | 10 ++ source2/IL2PCU/Cosmos.IL2CPU.Debug/Cosmos.snk | Bin 0 -> 596 bytes source2/IL2PCU/Cosmos.IL2CPU.Debug/Enums.cs | 29 ++++++ .../Properties/AssemblyInfo.cs | 36 +++++++ .../IL2PCU/Cosmos.IL2CPU.Debug/ReadMe.html | 17 ++++ 6 files changed, 183 insertions(+) create mode 100644 source2/IL2PCU/Cosmos.IL2CPU.Debug/Cosmos.Compiler.Debug.csproj create mode 100644 source2/IL2PCU/Cosmos.IL2CPU.Debug/Cosmos.Compiler.Debug.csproj.vspscc create mode 100644 source2/IL2PCU/Cosmos.IL2CPU.Debug/Cosmos.snk create mode 100644 source2/IL2PCU/Cosmos.IL2CPU.Debug/Enums.cs create mode 100644 source2/IL2PCU/Cosmos.IL2CPU.Debug/Properties/AssemblyInfo.cs create mode 100644 source2/IL2PCU/Cosmos.IL2CPU.Debug/ReadMe.html diff --git a/source2/IL2PCU/Cosmos.IL2CPU.Debug/Cosmos.Compiler.Debug.csproj b/source2/IL2PCU/Cosmos.IL2CPU.Debug/Cosmos.Compiler.Debug.csproj new file mode 100644 index 000000000..67ae0d07f --- /dev/null +++ b/source2/IL2PCU/Cosmos.IL2CPU.Debug/Cosmos.Compiler.Debug.csproj @@ -0,0 +1,91 @@ + + + + Debug + AnyCPU + 9.0.30729 + 2.0 + {9998B4EA-385E-4DA2-8905-2BBEB5B2C6E2} + Library + Properties + Cosmos.Compiler.Debug + Cosmos.Compiler.Debug + v3.5 + 512 + true + Cosmos.snk + SAK + SAK + SAK + SAK + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + true + bin\Debug\ + DEBUG;TRACE + full + x86 + true + GlobalSuppressions.cs + prompt + + + bin\x86\Release\ + TRACE + true + pdbonly + x86 + true + GlobalSuppressions.cs + prompt + + + + + 3.5 + + + 3.5 + + + 3.5 + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/source2/IL2PCU/Cosmos.IL2CPU.Debug/Cosmos.Compiler.Debug.csproj.vspscc b/source2/IL2PCU/Cosmos.IL2CPU.Debug/Cosmos.Compiler.Debug.csproj.vspscc new file mode 100644 index 000000000..feffdecaa --- /dev/null +++ b/source2/IL2PCU/Cosmos.IL2CPU.Debug/Cosmos.Compiler.Debug.csproj.vspscc @@ -0,0 +1,10 @@ +"" +{ +"FILE_VERSION" = "9237" +"ENLISTMENT_CHOICE" = "NEVER" +"PROJECT_FILE_RELATIVE_PATH" = "" +"NUMBER_OF_EXCLUDED_FILES" = "0" +"ORIGINAL_PROJECT_FILE_PATH" = "" +"NUMBER_OF_NESTED_PROJECTS" = "0" +"SOURCE_CONTROL_SETTINGS_PROVIDER" = "PROVIDER" +} diff --git a/source2/IL2PCU/Cosmos.IL2CPU.Debug/Cosmos.snk b/source2/IL2PCU/Cosmos.IL2CPU.Debug/Cosmos.snk new file mode 100644 index 0000000000000000000000000000000000000000..68808d3925e8d3b4fe1ef4770241ec029941961f GIT binary patch literal 596 zcmV-a0;~N80ssI2Bme+XQ$aES1ONa50098w?@^fgFNr4b2DQ=!KC`pPb>~KvXIg8Q zy(hYB3|zkAXArY4H)$^2w-Z35!|@&l#zn@Y&breBFcK(~J2^Lt^CB;l zGXI=%!yOu4lWn%opBTbB)ha{4k^F!>;uDdQ_lSltyq(KIbIwr>n^Bb)8;E;6)3HG^(7r!UA!j+uAQH|PRNIz0fvWbDM!N^K%a z{TrMm5|WU!5IxCpnw9ZKv$tO?c`3BtWm@%B%=6gG%67d**b|=&27Jrh#zyiJRf0L! z8;=o)QM0ADNqPopG7T6|8P`-+L^<*U=_ zk>rn$nWIa5nO6t_jZg%4nX@gO%d6IYYFDFQlekJMAF;JW%(;rmE^k zTggKgQn{S|y+7Lh9T`9iKPY?%ElJ;qEUUi-^pZ&Avq_}Y~ iG`%?pdhPqZWNc;@BYWJgvJH(- + + + + + + +

+ Cosmos.Debug contains common classes and enums that runs on both Windows and + Cosmos. The Debugger uses it to receive messages from the debugstub in Cosmos, + and Cosmos uses it to compile into the debug stub.

+

+ Because of this extreme care must be take of which assemblies are linked and + this assembly should not link in any other Cosmos assemblies.

+ + + \ No newline at end of file