Skip to content

Commit afb06ef

Browse files
committed
Fixed demo projects.
1 parent 61fcbeb commit afb06ef

File tree

2 files changed

+75
-72
lines changed

2 files changed

+75
-72
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,76 +1,78 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

3-
<PropertyGroup>
4-
<TargetFramework>netcoreapp2.0</TargetFramework>
5-
<USB_Name>CosmosGraphicSubsystemBoot</USB_Name>
6-
<Bochs_Name>CosmosGraphicSubsystemBoot</Bochs_Name>
7-
<VMware_Name>CosmosGraphicSubsystemBoot</VMware_Name>
8-
</PropertyGroup>
3+
<PropertyGroup>
4+
<TargetFramework>netcoreapp2.0</TargetFramework>
5+
<RuntimeIdentifier>cosmos</RuntimeIdentifier>
6+
<USB_Name>CosmosGraphicSubsystemBoot</USB_Name>
7+
<Bochs_Name>CosmosGraphicSubsystemBoot</Bochs_Name>
8+
<VMware_Name>CosmosGraphicSubsystemBoot</VMware_Name>
9+
</PropertyGroup>
910

10-
<PropertyGroup>
11-
<BinFormat>Bin</BinFormat>
12-
<DebugEnabled>True</DebugEnabled>
13-
<DebugMode>Source</DebugMode>
14-
<TraceMode>User</TraceMode>
15-
<EnableGDB>False</EnableGDB>
16-
<StartCosmosGDB>False</StartCosmosGDB>
17-
<Deployment>ISO</Deployment>
18-
<VisualStudioDebugPort>Pipe: Cosmos\Serial</VisualStudioDebugPort>
19-
<StackCorruptionDetectionEnabled>True</StackCorruptionDetectionEnabled>
20-
<StackCorruptionDetectionLevel>MethodFooters</StackCorruptionDetectionLevel>
21-
<IgnoreDebugStubAttribute>False</IgnoreDebugStubAttribute>
22-
<CosmosDebugPort>Serial: COM1</CosmosDebugPort>
23-
<Launch>VMware</Launch>
24-
<Profile>VMware</Profile>
25-
<Description>Use VMware Player or Workstation to deploy and debug.</Description>
26-
<PxeInterface>192.168.0.8</PxeInterface>
27-
<VMware_StackCorruptionDetectionEnabled>True</VMware_StackCorruptionDetectionEnabled>
28-
<VMware_StackCorruptionDetectionLevel>MethodFooters</VMware_StackCorruptionDetectionLevel>
29-
<VMware_Description>Use VMware Player or Workstation to deploy and debug.</VMware_Description>
30-
<VMware_Deployment>ISO</VMware_Deployment>
31-
<VMware_Launch>VMware</VMware_Launch>
32-
<VMware_DebugEnabled>True</VMware_DebugEnabled>
33-
<VMware_DebugMode>Source</VMware_DebugMode>
34-
<VMware_IgnoreDebugStubAttribute>False</VMware_IgnoreDebugStubAttribute>
35-
<VMware_CosmosDebugPort>Serial: COM1</VMware_CosmosDebugPort>
36-
<VMware_VisualStudioDebugPort>Pipe: Cosmos\Serial</VMware_VisualStudioDebugPort>
37-
<VMware_PxeInterface>192.168.0.8</VMware_PxeInterface>
38-
<VMware_OutputPath>bin\Debug\net462\</VMware_OutputPath>
39-
<VMware_EnableGDB>False</VMware_EnableGDB>
40-
<VMware_StartCosmosGDB>False</VMware_StartCosmosGDB>
41-
<Bochs_StackCorruptionDetectionEnabled>True</Bochs_StackCorruptionDetectionEnabled>
42-
<Bochs_StackCorruptionDetectionLevel>MethodFooters</Bochs_StackCorruptionDetectionLevel>
43-
<Bochs_Description>Use Bochs emulator to deploy and debug.</Bochs_Description>
44-
<Bochs_Deployment>ISO</Bochs_Deployment>
45-
<Bochs_Launch>Bochs</Bochs_Launch>
46-
<Bochs_DebugEnabled>False</Bochs_DebugEnabled>
47-
<Bochs_DebugMode>Source</Bochs_DebugMode>
48-
<Bochs_IgnoreDebugStubAttribute>False</Bochs_IgnoreDebugStubAttribute>
49-
<Bochs_CosmosDebugPort>Serial: COM1</Bochs_CosmosDebugPort>
50-
<Bochs_VisualStudioDebugPort>Pipe: Cosmos\Serial</Bochs_VisualStudioDebugPort>
51-
<Bochs_PxeInterface>192.168.0.8</Bochs_PxeInterface>
52-
<Bochs_OutputPath>bin\Debug\net462\</Bochs_OutputPath>
53-
<Bochs_EnableGDB>False</Bochs_EnableGDB>
54-
<Bochs_StartCosmosGDB>False</Bochs_StartCosmosGDB>
55-
<USB_StackCorruptionDetectionEnabled>True</USB_StackCorruptionDetectionEnabled>
56-
<USB_StackCorruptionDetectionLevel>MethodFooters</USB_StackCorruptionDetectionLevel>
57-
<USB_Description>Makes a USB device such as a flash drive or external hard disk bootable.</USB_Description>
58-
<USB_Deployment>USB</USB_Deployment>
59-
<USB_Launch>None</USB_Launch>
60-
<USB_DebugEnabled>False</USB_DebugEnabled>
61-
<USB_DebugMode>Source</USB_DebugMode>
62-
<USB_IgnoreDebugStubAttribute>False</USB_IgnoreDebugStubAttribute>
63-
<USB_CosmosDebugPort>Serial: COM1</USB_CosmosDebugPort>
64-
<USB_VisualStudioDebugPort>Pipe: Cosmos\Serial</USB_VisualStudioDebugPort>
65-
<USB_PxeInterface>192.168.0.8</USB_PxeInterface>
66-
<USB_OutputPath>bin\Debug\net462\</USB_OutputPath>
67-
<USB_EnableGDB>False</USB_EnableGDB>
68-
<USB_StartCosmosGDB>False</USB_StartCosmosGDB>
69-
<Name>CosmosGraphicSubsystemBoot</Name>
70-
</PropertyGroup>
11+
<PropertyGroup>
12+
<BinFormat>Bin</BinFormat>
13+
<DebugEnabled>True</DebugEnabled>
14+
<DebugMode>Source</DebugMode>
15+
<TraceMode>User</TraceMode>
16+
<EnableGDB>False</EnableGDB>
17+
<StartCosmosGDB>False</StartCosmosGDB>
18+
<Deployment>ISO</Deployment>
19+
<VisualStudioDebugPort>Pipe: Cosmos\Serial</VisualStudioDebugPort>
20+
<StackCorruptionDetectionEnabled>True</StackCorruptionDetectionEnabled>
21+
<StackCorruptionDetectionLevel>MethodFooters</StackCorruptionDetectionLevel>
22+
<IgnoreDebugStubAttribute>False</IgnoreDebugStubAttribute>
23+
<CosmosDebugPort>Serial: COM1</CosmosDebugPort>
24+
<Launch>VMware</Launch>
25+
<Profile>VMware</Profile>
26+
<Description>Use VMware Player or Workstation to deploy and debug.</Description>
27+
<PxeInterface>192.168.0.8</PxeInterface>
28+
<VMware_StackCorruptionDetectionEnabled>True</VMware_StackCorruptionDetectionEnabled>
29+
<VMware_StackCorruptionDetectionLevel>MethodFooters</VMware_StackCorruptionDetectionLevel>
30+
<VMware_Description>Use VMware Player or Workstation to deploy and debug.</VMware_Description>
31+
<VMware_Deployment>ISO</VMware_Deployment>
32+
<VMware_Launch>VMware</VMware_Launch>
33+
<VMware_DebugEnabled>True</VMware_DebugEnabled>
34+
<VMware_DebugMode>Source</VMware_DebugMode>
35+
<VMware_IgnoreDebugStubAttribute>False</VMware_IgnoreDebugStubAttribute>
36+
<VMware_CosmosDebugPort>Serial: COM1</VMware_CosmosDebugPort>
37+
<VMware_VisualStudioDebugPort>Pipe: Cosmos\Serial</VMware_VisualStudioDebugPort>
38+
<VMware_PxeInterface>192.168.0.8</VMware_PxeInterface>
39+
<VMware_OutputPath>bin\Debug\net462\</VMware_OutputPath>
40+
<VMware_EnableGDB>False</VMware_EnableGDB>
41+
<VMware_StartCosmosGDB>False</VMware_StartCosmosGDB>
42+
<Bochs_StackCorruptionDetectionEnabled>True</Bochs_StackCorruptionDetectionEnabled>
43+
<Bochs_StackCorruptionDetectionLevel>MethodFooters</Bochs_StackCorruptionDetectionLevel>
44+
<Bochs_Description>Use Bochs emulator to deploy and debug.</Bochs_Description>
45+
<Bochs_Deployment>ISO</Bochs_Deployment>
46+
<Bochs_Launch>Bochs</Bochs_Launch>
47+
<Bochs_DebugEnabled>False</Bochs_DebugEnabled>
48+
<Bochs_DebugMode>Source</Bochs_DebugMode>
49+
<Bochs_IgnoreDebugStubAttribute>False</Bochs_IgnoreDebugStubAttribute>
50+
<Bochs_CosmosDebugPort>Serial: COM1</Bochs_CosmosDebugPort>
51+
<Bochs_VisualStudioDebugPort>Pipe: Cosmos\Serial</Bochs_VisualStudioDebugPort>
52+
<Bochs_PxeInterface>192.168.0.8</Bochs_PxeInterface>
53+
<Bochs_OutputPath>bin\Debug\net462\</Bochs_OutputPath>
54+
<Bochs_EnableGDB>False</Bochs_EnableGDB>
55+
<Bochs_StartCosmosGDB>False</Bochs_StartCosmosGDB>
56+
<USB_StackCorruptionDetectionEnabled>True</USB_StackCorruptionDetectionEnabled>
57+
<USB_StackCorruptionDetectionLevel>MethodFooters</USB_StackCorruptionDetectionLevel>
58+
<USB_Description>Makes a USB device such as a flash drive or external hard disk bootable.</USB_Description>
59+
<USB_Deployment>USB</USB_Deployment>
60+
<USB_Launch>None</USB_Launch>
61+
<USB_DebugEnabled>False</USB_DebugEnabled>
62+
<USB_DebugMode>Source</USB_DebugMode>
63+
<USB_IgnoreDebugStubAttribute>False</USB_IgnoreDebugStubAttribute>
64+
<USB_CosmosDebugPort>Serial: COM1</USB_CosmosDebugPort>
65+
<USB_VisualStudioDebugPort>Pipe: Cosmos\Serial</USB_VisualStudioDebugPort>
66+
<USB_PxeInterface>192.168.0.8</USB_PxeInterface>
67+
<USB_OutputPath>bin\Debug\net462\</USB_OutputPath>
68+
<USB_EnableGDB>False</USB_EnableGDB>
69+
<USB_StartCosmosGDB>False</USB_StartCosmosGDB>
70+
<Name>CosmosGraphicSubsystemBoot</Name>
71+
</PropertyGroup>
72+
73+
<ItemGroup>
74+
<PackageReference Include="Cosmos.Build" Version="2018.3.26" NoWarn="NU1604" />
75+
<PackageReference Include="Cosmos.System2" Version="2018.3.26" />
76+
</ItemGroup>
7177

72-
<ItemGroup>
73-
<PackageReference Include="Cosmos.Build" Version="2018.3.26" NoWarn="NU1604" />
74-
<PackageReference Include="Cosmos.System2" Version="2018.3.26" />
75-
</ItemGroup>
7678
</Project>

Demos/Guess/GuessKernel.csproj

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
<Project Sdk="Microsoft.Net.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>netcoreapp2.0</TargetFramework>
5+
<RuntimeIdentifier>cosmos</RuntimeIdentifier>
56
</PropertyGroup>
67

78
<PropertyGroup>

0 commit comments

Comments
 (0)