mirror of
https://github.com/danbulant/Cosmos
synced 2026-06-12 19:21:40 +00:00
Reorganizing code: Moved Build and Compiler.
This commit is contained in:
parent
ad1a061020
commit
e851d3efcb
383 changed files with 89 additions and 89 deletions
|
|
@ -176,7 +176,7 @@ Source: ".\Build\VSIP\Cosmos.Common.Extensions.*"; DestDir: "{app}\Kernel"; Flag
|
|||
Source: ".\source2\Cosmos.ico"; DestDir: "{app}"; Flags: ignoreversion uninsremovereadonly
|
||||
|
||||
; XSharp Source
|
||||
Source: ".\source2\Compiler\Cosmos.Compiler.DebugStub\*.xs"; DestDir: "{app}\XSharp\DebugStub\"; Flags: ignoreversion uninsremovereadonly
|
||||
Source: ".\source\Cosmos.Debug.DebugStub\*.xs"; DestDir: "{app}\XSharp\DebugStub\"; Flags: ignoreversion uninsremovereadonly
|
||||
|
||||
; System.Data.SQLite library
|
||||
Source: ".\Resources\Dependencies\Dapper\*.*"; DestDir: "{app}\Build\VSIP"; Flags: ignoreversion uninsremovereadonly
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@
|
|||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\..\source2\Build\Cosmos.Build.MSBuild\Cosmos.Build.MSBuild.csproj">
|
||||
<ProjectReference Include="..\..\..\source\Cosmos.Build.MSBuild\Cosmos.Build.MSBuild.csproj">
|
||||
<Project>{BC6AE974-1F18-4A19-A956-5062E4D3FD53}</Project>
|
||||
<Name>Cosmos.Build.MSBuild</Name>
|
||||
</ProjectReference>
|
||||
|
|
|
|||
|
|
@ -5,9 +5,9 @@ VisualStudioVersion = 12.0.30723.0
|
|||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{D95021E1-A2C9-4829-819E-ED433AF13162}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cosmos.Build.Common", "..\source2\Build\Cosmos.Build.Common\Cosmos.Build.Common.csproj", "{0462E82B-8C29-41A9-8265-9C89038ADB29}"
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cosmos.Build.Common", "Cosmos.Build.Common\Cosmos.Build.Common.csproj", "{0462E82B-8C29-41A9-8265-9C89038ADB29}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cosmos.Build.MSBuild", "..\source2\Build\Cosmos.Build.MSBuild\Cosmos.Build.MSBuild.csproj", "{BC6AE974-1F18-4A19-A956-5062E4D3FD53}"
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cosmos.Build.MSBuild", "Cosmos.Build.MSBuild\Cosmos.Build.MSBuild.csproj", "{BC6AE974-1F18-4A19-A956-5062E4D3FD53}"
|
||||
EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Debug", "Debug", "{FF5BAFDE-AE9D-438D-935A-86B33EE0A758}"
|
||||
EndProject
|
||||
|
|
@ -22,13 +22,13 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Visual Studio", "Visual Stu
|
|||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cosmos.VS.Package", "..\source2\VSIP\Cosmos.VS.Package\Cosmos.VS.Package.csproj", "{61535AF6-4A1E-4691-B2BC-039851EF4850}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cosmos.IL2CPU", "..\source2\IL2CPU\Cosmos.IL2CPU\Cosmos.IL2CPU.csproj", "{239E33A7-F0C3-4801-85CA-4D8F89A31DC0}"
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cosmos.IL2CPU", "Cosmos.IL2CPU\Cosmos.IL2CPU.csproj", "{239E33A7-F0C3-4801-85CA-4D8F89A31DC0}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cosmos.IL2CPU.Plugs", "..\source2\IL2CPU\Cosmos.IL2CPU.Plugs\Cosmos.IL2CPU.Plugs.csproj", "{C801F19C-A9D3-42D5-9A57-9FFDF9B4D05E}"
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cosmos.IL2CPU.Plugs", "Cosmos.IL2CPU.Plugs\Cosmos.IL2CPU.Plugs.csproj", "{C801F19C-A9D3-42D5-9A57-9FFDF9B4D05E}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cosmos.Debug.GDB", "..\source2\Debug\Cosmos.Debug.GDB\Cosmos.Debug.GDB.csproj", "{3370FC04-B669-46A4-A4AA-A89540318F8D}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cosmos.Debug.DebugStub", "..\source2\Compiler\Cosmos.Compiler.DebugStub\Cosmos.Debug.DebugStub.csproj", "{A7F3F078-CF99-4018-9A35-2D6DC9517ADB}"
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cosmos.Debug.DebugStub", "Cosmos.Debug.DebugStub\Cosmos.Debug.DebugStub.csproj", "{A7F3F078-CF99-4018-9A35-2D6DC9517ADB}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cosmos.Assembler", "..\source2\Cosmos.Assembler\Cosmos.Assembler.csproj", "{1116130E-28E0-428A-A597-F4B3B676C0CA}"
|
||||
EndProject
|
||||
|
|
@ -104,15 +104,15 @@ Global
|
|||
SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
|
||||
SccTeamFoundationServer = https://tfs.codeplex.com/tfs/tfs04
|
||||
SccLocalPath0 = .
|
||||
SccProjectUniqueName1 = ..\\source2\\Build\\Cosmos.Build.Common\\Cosmos.Build.Common.csproj
|
||||
SccProjectUniqueName1 = Cosmos.Build.Common\\Cosmos.Build.Common.csproj
|
||||
SccProjectTopLevelParentUniqueName1 = Build.sln
|
||||
SccProjectName1 = ../source2/Build/Cosmos.Build.Common
|
||||
SccProjectName1 = Cosmos.Build.Common
|
||||
SccAuxPath1 = https://tfs.codeplex.com/tfs/TFS04
|
||||
SccLocalPath1 = ..\\source2\\Build\\Cosmos.Build.Common
|
||||
SccProjectUniqueName2 = ..\\source2\\Build\\Cosmos.Build.MSBuild\\Cosmos.Build.MSBuild.csproj
|
||||
SccLocalPath1 = Cosmos.Build.Common
|
||||
SccProjectUniqueName2 = Cosmos.Build.MSBuild\\Cosmos.Build.MSBuild.csproj
|
||||
SccProjectTopLevelParentUniqueName2 = Build.sln
|
||||
SccProjectName2 = ../source2/Build/Cosmos.Build.MSBuild
|
||||
SccLocalPath2 = ..\\source2\\Build\\Cosmos.Build.MSBuild
|
||||
SccProjectName2 = Cosmos.Build.MSBuild
|
||||
SccLocalPath2 = Cosmos.Build.MSBuild
|
||||
SccProjectUniqueName3 = ..\\source2\\Debug\\Cosmos.Debug.Common\\Cosmos.Debug.Common.csproj
|
||||
SccProjectTopLevelParentUniqueName3 = Build.sln
|
||||
SccProjectName3 = ../source2/Debug/Cosmos.Debug.Common
|
||||
|
|
@ -125,14 +125,14 @@ Global
|
|||
SccProjectTopLevelParentUniqueName5 = Build.sln
|
||||
SccProjectName5 = ../source2/VSIP/Cosmos.VS.Package
|
||||
SccLocalPath5 = ..\\source2\\VSIP\\Cosmos.VS.Package
|
||||
SccProjectUniqueName6 = ..\\source2\\IL2CPU\\Cosmos.IL2CPU\\Cosmos.IL2CPU.csproj
|
||||
SccProjectUniqueName6 = Cosmos.IL2CPU\\Cosmos.IL2CPU.csproj
|
||||
SccProjectTopLevelParentUniqueName6 = Build.sln
|
||||
SccProjectName6 = ../source2/IL2CPU/Cosmos.IL2CPU
|
||||
SccLocalPath6 = ..\\source2\\IL2CPU\\Cosmos.IL2CPU
|
||||
SccProjectUniqueName7 = ..\\source2\\IL2CPU\\Cosmos.IL2CPU.Plugs\\Cosmos.IL2CPU.Plugs.csproj
|
||||
SccProjectName6 = Cosmos.IL2CPU
|
||||
SccLocalPath6 = Cosmos.IL2CPU
|
||||
SccProjectUniqueName7 = Cosmos.IL2CPU.Plugs\\Cosmos.IL2CPU.Plugs.csproj
|
||||
SccProjectTopLevelParentUniqueName7 = Build.sln
|
||||
SccProjectName7 = ../source2/IL2CPU/Cosmos.IL2CPU.Plugs
|
||||
SccLocalPath7 = ..\\source2\\IL2CPU\\Cosmos.IL2CPU.Plugs
|
||||
SccProjectName7 = Cosmos.IL2CPU.Plugs
|
||||
SccLocalPath7 = Cosmos.IL2CPU.Plugs
|
||||
SccProjectUniqueName8 = ..\\source2\\Debug\\Cosmos.Debug.GDB\\Cosmos.Debug.GDB.csproj
|
||||
SccProjectTopLevelParentUniqueName8 = Build.sln
|
||||
SccProjectName8 = ../source2/Debug/Cosmos.Debug.GDB
|
||||
|
|
@ -177,10 +177,10 @@ Global
|
|||
SccProjectTopLevelParentUniqueName18 = Build.sln
|
||||
SccProjectName18 = ../source2/VSIP/Cosmos.VS.Windows
|
||||
SccLocalPath18 = ..\\source2\\VSIP\\Cosmos.VS.Windows
|
||||
SccProjectUniqueName19 = ..\\source2\\Compiler\\Cosmos.Compiler.DebugStub\\Cosmos.Debug.DebugStub.csproj
|
||||
SccProjectUniqueName19 = Cosmos.Debug.DebugStub\\Cosmos.Debug.DebugStub.csproj
|
||||
SccProjectTopLevelParentUniqueName19 = Build.sln
|
||||
SccProjectName19 = ../source2/Compiler/Cosmos.Compiler.DebugStub
|
||||
SccLocalPath19 = ..\\source2\\Compiler\\Cosmos.Compiler.DebugStub
|
||||
SccProjectName19 = Cosmos.Debug.DebugStub
|
||||
SccLocalPath19 = Cosmos.Debug.DebugStub
|
||||
SccProjectUniqueName20 = ..\\source2\\Cosmos.Assembler\\Cosmos.Assembler.csproj
|
||||
SccProjectTopLevelParentUniqueName20 = Build.sln
|
||||
SccProjectName20 = ../source2/Cosmos.Assembler
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
<AssemblyName>Cosmos.Build.Common</AssemblyName>
|
||||
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<SccProjectName>%24/IL2CPU/source2/Build/Cosmos.Build.Common</SccProjectName>
|
||||
<SccProjectName>%24/IL2CPU/source/Cosmos.Build.Common</SccProjectName>
|
||||
<SccLocalPath>.</SccLocalPath>
|
||||
<SccAuxPath>https://tfs.codeplex.com/tfs/TFS04</SccAuxPath>
|
||||
<SccProvider>{4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}</SccProvider>
|
||||
|
|
@ -63,7 +63,7 @@
|
|||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="Mosa.Utility.IsoImage">
|
||||
<HintPath>..\..\..\Resources\Dependencies\Mosa\Mosa.Utility.IsoImage.dll</HintPath>
|
||||
<HintPath>..\..\Resources\Dependencies\Mosa\Mosa.Utility.IsoImage.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Core">
|
||||
|
|
@ -73,7 +73,7 @@
|
|||
<Reference Include="System.Data" />
|
||||
<Reference Include="System.Data.SQLite, Version=1.0.87.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=x86">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\..\..\source\packages\System.Data.SQLite.x86.1.0.87.0\lib\net40\System.Data.SQLite.dll</HintPath>
|
||||
<HintPath>..\packages\System.Data.SQLite.x86.1.0.87.0\lib\net40\System.Data.SQLite.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.Xml" />
|
||||
</ItemGroup>
|
||||
|
|
@ -90,19 +90,19 @@
|
|||
<Compile Include="TestClass.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\Cosmos.Assembler\Cosmos.Assembler.csproj">
|
||||
<ProjectReference Include="..\..\source2\Cosmos.Assembler\Cosmos.Assembler.csproj">
|
||||
<Project>{1116130E-28E0-428A-A597-F4B3B676C0CA}</Project>
|
||||
<Name>Cosmos.Assembler</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\Compiler\Cosmos.Compiler.DebugStub\Cosmos.Debug.DebugStub.csproj">
|
||||
<ProjectReference Include="..\Cosmos.Debug.DebugStub\Cosmos.Debug.DebugStub.csproj">
|
||||
<Project>{A7F3F078-CF99-4018-9A35-2D6DC9517ADB}</Project>
|
||||
<Name>Cosmos.Debug.DebugStub</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\Debug\Cosmos.Debug.Common\Cosmos.Debug.Common.csproj">
|
||||
<ProjectReference Include="..\..\source2\Debug\Cosmos.Debug.Common\Cosmos.Debug.Common.csproj">
|
||||
<Project>{AB24E403-54F3-4F67-B5E0-119A7227AAC1}</Project>
|
||||
<Name>Cosmos.Debug.Common</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\IL2CPU\Cosmos.IL2CPU\Cosmos.IL2CPU.csproj">
|
||||
<ProjectReference Include="..\Cosmos.IL2CPU\Cosmos.IL2CPU.csproj">
|
||||
<Project>{239E33A7-F0C3-4801-85CA-4D8F89A31DC0}</Project>
|
||||
<Name>Cosmos.IL2CPU</Name>
|
||||
</ProjectReference>
|
||||
|
|
@ -85,7 +85,7 @@
|
|||
<Content Include="ReadMe.html" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\Cosmos.Assembler\Cosmos.Assembler.csproj">
|
||||
<ProjectReference Include="..\..\source2\Cosmos.Assembler\Cosmos.Assembler.csproj">
|
||||
<Project>{1116130E-28E0-428A-A597-F4B3B676C0CA}</Project>
|
||||
<Name>Cosmos.Assembler</Name>
|
||||
</ProjectReference>
|
||||
|
|
@ -69,31 +69,31 @@
|
|||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\Build\Cosmos.Build.Common\Cosmos.Build.Common.csproj">
|
||||
<ProjectReference Include="..\Cosmos.Build.Common\Cosmos.Build.Common.csproj">
|
||||
<Project>{0462E82B-8C29-41A9-8265-9C89038ADB29}</Project>
|
||||
<Name>Cosmos.Build.Common</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\Cosmos.Assembler\Cosmos.Assembler.csproj">
|
||||
<ProjectReference Include="..\..\source2\Cosmos.Assembler\Cosmos.Assembler.csproj">
|
||||
<Project>{1116130E-28E0-428A-A597-F4B3B676C0CA}</Project>
|
||||
<Name>Cosmos.Assembler</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\Debug\Cosmos.Debug.Common\Cosmos.Debug.Common.csproj">
|
||||
<ProjectReference Include="..\..\source2\Debug\Cosmos.Debug.Common\Cosmos.Debug.Common.csproj">
|
||||
<Project>{AB24E403-54F3-4F67-B5E0-119A7227AAC1}</Project>
|
||||
<Name>Cosmos.Debug.Common</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\Kernel\Debug\Cosmos.Debug.Kernel.Plugs\Cosmos.Debug.Kernel.Plugs.csproj">
|
||||
<ProjectReference Include="..\..\source2\Kernel\Debug\Cosmos.Debug.Kernel.Plugs\Cosmos.Debug.Kernel.Plugs.csproj">
|
||||
<Project>{B97A2956-C363-47F2-A6AA-B4FCCFF4D315}</Project>
|
||||
<Name>Cosmos.Debug.Kernel.Plugs</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\Kernel\System\Cosmos.System.Plugs.System\Cosmos.System.Plugs.System.csproj">
|
||||
<ProjectReference Include="..\..\source2\Kernel\System\Cosmos.System.Plugs.System\Cosmos.System.Plugs.System.csproj">
|
||||
<Project>{7C64B97F-516D-4A6D-B9E1-3FE48F561409}</Project>
|
||||
<Name>Cosmos.System.Plugs.System</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\Kernel\System\Cosmos.System\Cosmos.System.csproj">
|
||||
<ProjectReference Include="..\..\source2\Kernel\System\Cosmos.System\Cosmos.System.csproj">
|
||||
<Project>{DA50B9B2-0E95-4F0D-A3C8-79FC549301B5}</Project>
|
||||
<Name>Cosmos.System</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\Kernel\System\Hardware\Core\Cosmos.Core.Plugs\Cosmos.Core.Plugs.csproj">
|
||||
<ProjectReference Include="..\..\source2\Kernel\System\Hardware\Core\Cosmos.Core.Plugs\Cosmos.Core.Plugs.csproj">
|
||||
<Project>{D9A87AAD-FCC9-4517-B31D-E904DAD00784}</Project>
|
||||
<Name>Cosmos.Core.Plugs</Name>
|
||||
</ProjectReference>
|
||||
|
|
@ -66,10 +66,10 @@
|
|||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="Mono.Cecil">
|
||||
<HintPath>..\..\..\Resources\Dependencies\cecil\Mono.Cecil.dll</HintPath>
|
||||
<HintPath>..\..\Resources\Dependencies\cecil\Mono.Cecil.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Mono.Cecil.Pdb">
|
||||
<HintPath>..\..\..\Resources\Dependencies\cecil\Mono.Cecil.Pdb.dll</HintPath>
|
||||
<HintPath>..\..\Resources\Dependencies\cecil\Mono.Cecil.Pdb.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.ComponentModel.DataAnnotations" />
|
||||
|
|
@ -381,27 +381,27 @@
|
|||
<Content Include="ReadMe.txt" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\..\source\XSharp.Nasm\XSharp.Nasm.csproj">
|
||||
<ProjectReference Include="..\XSharp.Nasm\XSharp.Nasm.csproj">
|
||||
<Project>{841A734E-9606-4AAB-9C4A-74E7E303FF5D}</Project>
|
||||
<Name>XSharp.Nasm</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\Build\Cosmos.Build.Common\Cosmos.Build.Common.csproj">
|
||||
<ProjectReference Include="..\Cosmos.Build.Common\Cosmos.Build.Common.csproj">
|
||||
<Project>{0462E82B-8C29-41A9-8265-9C89038ADB29}</Project>
|
||||
<Name>Cosmos.Build.Common</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\..\source\XSharp.Compiler\XSharp.Compiler.csproj">
|
||||
<ProjectReference Include="..\XSharp.Compiler\XSharp.Compiler.csproj">
|
||||
<Project>{A281A1B1-C718-4BCB-A7BE-ED840A70449A}</Project>
|
||||
<Name>XSharp.Compiler</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\Cosmos.Assembler\Cosmos.Assembler.csproj">
|
||||
<ProjectReference Include="..\..\source2\Cosmos.Assembler\Cosmos.Assembler.csproj">
|
||||
<Project>{1116130E-28E0-428A-A597-F4B3B676C0CA}</Project>
|
||||
<Name>Cosmos.Assembler</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\Debug\Cosmos.Debug.Common\Cosmos.Debug.Common.csproj">
|
||||
<ProjectReference Include="..\..\source2\Debug\Cosmos.Debug.Common\Cosmos.Debug.Common.csproj">
|
||||
<Project>{AB24E403-54F3-4F67-B5E0-119A7227AAC1}</Project>
|
||||
<Name>Cosmos.Debug.Common</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\MDbg4\src\debugger\corapi\corapi.csproj">
|
||||
<ProjectReference Include="..\..\source2\MDbg4\src\debugger\corapi\corapi.csproj">
|
||||
<Project>{04EF9865-E1B1-403D-802B-E4FAEA50A634}</Project>
|
||||
<Name>corapi</Name>
|
||||
</ProjectReference>
|
||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue