mirror of
https://github.com/danbulant/Cosmos
synced 2026-06-10 18:21:20 +00:00
This commit is contained in:
parent
f029a2e400
commit
f12a299d64
2 changed files with 3 additions and 2 deletions
|
|
@ -162,6 +162,7 @@ Source: .\Build\VSIP\Cosmos.targets; DestDir: {pf32}\MSBuild\Cosmos; Flags: igno
|
|||
Source: .\Build\VSIP\Cosmos.VS.Package.*; DestDir: {app}\Build\VSIP\; Flags: ignoreversion uninsremovereadonly
|
||||
Source: .\Build\VSIP\Cosmos.Debug.*; DestDir: {app}\Build\VSIP\; Flags: ignoreversion uninsremovereadonly
|
||||
Source: .\Build\VSIP\Cosmos.Build.*; DestDir: {app}\Build\VSIP\; Flags: ignoreversion uninsremovereadonly
|
||||
Source: .\Build\VSIP\Cosmos.Assembler.*; DestDir: {app}\Build\VSIP\; Flags: ignoreversion uninsremovereadonly
|
||||
Source: .\Build\VSIP\Cosmos.Compiler.*; DestDir: {app}\Build\VSIP\; Flags: ignoreversion uninsremovereadonly
|
||||
Source: .\Build\VSIP\Cosmos.IL2CPU.*; DestDir: {app}\Build\VSIP\; Flags: ignoreversion uninsremovereadonly
|
||||
Source: .\Build\VSIP\corapi.*; DestDir: {app}\Build\VSIP\; Flags: ignoreversion uninsremovereadonly
|
||||
|
|
|
|||
|
|
@ -101,9 +101,9 @@
|
|||
<Project>{94D079E4-3C66-486A-8407-EA6EC049FF53}</Project>
|
||||
<Name>Cosmos.Compiler.Assembler.X86</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\Cosmos.Compiler.Assembler\Cosmos.Compiler.Assembler.csproj">
|
||||
<ProjectReference Include="..\Cosmos.Compiler.Assembler\Cosmos.Assembler.csproj">
|
||||
<Project>{1116130E-28E0-428A-A597-F4B3B676C0CA}</Project>
|
||||
<Name>Cosmos.Compiler.Assembler</Name>
|
||||
<Name>Cosmos.Assembler</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
|
|
|||
Loading…
Reference in a new issue