This repository was archived by the owner on Jan 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathSartoxOS.csproj
More file actions
162 lines (157 loc) · 9.87 KB
/
SartoxOS.csproj
File metadata and controls
162 lines (157 loc) · 9.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
<RuntimeIdentifier>cosmos</RuntimeIdentifier>
<SelfContained>True</SelfContained>
<BinFormat>Elf</BinFormat>
<StackCorruptionDetectionEnabled>True</StackCorruptionDetectionEnabled>
<StackCorruptionDetectionLevel>MethodFooters</StackCorruptionDetectionLevel>
<Deployment>ISO</Deployment>
<DebugEnabled>True</DebugEnabled>
<DebugMode>Source</DebugMode>
<IgnoreDebugStubAttribute>False</IgnoreDebugStubAttribute>
<TraceAssemblies>User</TraceAssemblies>
<VMwareEdition>Workstation</VMwareEdition>
<VMware_StackCorruptionDetectionEnabled>True</VMware_StackCorruptionDetectionEnabled>
<VMware_StackCorruptionDetectionLevel>MethodFooters</VMware_StackCorruptionDetectionLevel>
<VMware_Description>Use VMware Player or Workstation to deploy and debug.</VMware_Description>
<VMware_Deployment>ISO</VMware_Deployment>
<VMware_Launch>VMware</VMware_Launch>
<VMware_DebugEnabled>False</VMware_DebugEnabled>
<VMware_DebugMode>Source</VMware_DebugMode>
<VMware_IgnoreDebugStubAttribute>False</VMware_IgnoreDebugStubAttribute>
<VMware_CosmosDebugPort>Serial: COM1</VMware_CosmosDebugPort>
<VMware_VisualStudioDebugPort>Pipe: Cosmos\Serial</VMware_VisualStudioDebugPort>
<VMware_PxeInterface>192.168.0.8</VMware_PxeInterface>
<VMware_VMwareEdition>Workstation</VMware_VMwareEdition>
<VMware_TraceAssemblies>User</VMware_TraceAssemblies>
<VMware_EnableGDB>False</VMware_EnableGDB>
<VMware_StartCosmosGDB>False</VMware_StartCosmosGDB>
<IntelEdison_StackCorruptionDetectionEnabled>True</IntelEdison_StackCorruptionDetectionEnabled>
<IntelEdison_StackCorruptionDetectionLevel>MethodFooters</IntelEdison_StackCorruptionDetectionLevel>
<IntelEdison_Description>Connect to Intel Edison device to deploy and debug.</IntelEdison_Description>
<IntelEdison_Deployment>BinaryImage</IntelEdison_Deployment>
<IntelEdison_Launch>IntelEdison</IntelEdison_Launch>
<IntelEdison_DebugEnabled>False</IntelEdison_DebugEnabled>
<IntelEdison_DebugMode>Source</IntelEdison_DebugMode>
<IntelEdison_IgnoreDebugStubAttribute>False</IntelEdison_IgnoreDebugStubAttribute>
<IntelEdison_CosmosDebugPort>Serial: COM1</IntelEdison_CosmosDebugPort>
<IntelEdison_VisualStudioDebugPort>Pipe: Cosmos\Serial</IntelEdison_VisualStudioDebugPort>
<IntelEdison_PxeInterface>192.168.0.8</IntelEdison_PxeInterface>
<IntelEdison_VMwareEdition>Workstation</IntelEdison_VMwareEdition>
<IntelEdison_TraceAssemblies>User</IntelEdison_TraceAssemblies>
<IntelEdison_EnableGDB>False</IntelEdison_EnableGDB>
<IntelEdison_StartCosmosGDB>False</IntelEdison_StartCosmosGDB>
<ISO_StackCorruptionDetectionEnabled>True</ISO_StackCorruptionDetectionEnabled>
<ISO_StackCorruptionDetectionLevel>MethodFooters</ISO_StackCorruptionDetectionLevel>
<ISO_Description>Creates a bootable ISO image which can be burned to a DVD. After running the selected project, an explorer window will open containing the ISO file. The ISO file can then be burned to a CD or DVD and used to boot a physical or virtual system.</ISO_Description>
<ISO_Deployment>ISO</ISO_Deployment>
<ISO_Launch>None</ISO_Launch>
<ISO_DebugEnabled>False</ISO_DebugEnabled>
<ISO_DebugMode>Source</ISO_DebugMode>
<ISO_IgnoreDebugStubAttribute>False</ISO_IgnoreDebugStubAttribute>
<ISO_CosmosDebugPort>Serial: COM1</ISO_CosmosDebugPort>
<ISO_VisualStudioDebugPort>Pipe: Cosmos\Serial</ISO_VisualStudioDebugPort>
<ISO_PxeInterface>192.168.0.8</ISO_PxeInterface>
<ISO_VMwareEdition>Workstation</ISO_VMwareEdition>
<ISO_TraceAssemblies>User</ISO_TraceAssemblies>
<ISO_EnableGDB>False</ISO_EnableGDB>
<ISO_StartCosmosGDB>False</ISO_StartCosmosGDB>
<USB_StackCorruptionDetectionEnabled>True</USB_StackCorruptionDetectionEnabled>
<USB_StackCorruptionDetectionLevel>MethodFooters</USB_StackCorruptionDetectionLevel>
<USB_Description>Makes a USB device such as a flash drive or external hard disk bootable.</USB_Description>
<USB_Deployment>USB</USB_Deployment>
<USB_Launch>None</USB_Launch>
<USB_DebugEnabled>False</USB_DebugEnabled>
<USB_DebugMode>Source</USB_DebugMode>
<USB_IgnoreDebugStubAttribute>False</USB_IgnoreDebugStubAttribute>
<USB_CosmosDebugPort>Serial: COM1</USB_CosmosDebugPort>
<USB_VisualStudioDebugPort>Pipe: Cosmos\Serial</USB_VisualStudioDebugPort>
<USB_PxeInterface>192.168.0.8</USB_PxeInterface>
<USB_VMwareEdition>Workstation</USB_VMwareEdition>
<USB_TraceAssemblies>User</USB_TraceAssemblies>
<USB_EnableGDB>False</USB_EnableGDB>
<USB_StartCosmosGDB>False</USB_StartCosmosGDB>
<HyperV_StackCorruptionDetectionEnabled>True</HyperV_StackCorruptionDetectionEnabled>
<HyperV_StackCorruptionDetectionLevel>MethodFooters</HyperV_StackCorruptionDetectionLevel>
<HyperV_Description>Use Hyper-V to deploy and debug.</HyperV_Description>
<HyperV_Deployment>ISO</HyperV_Deployment>
<HyperV_Launch>HyperV</HyperV_Launch>
<HyperV_DebugEnabled>False</HyperV_DebugEnabled>
<HyperV_DebugMode>Source</HyperV_DebugMode>
<HyperV_IgnoreDebugStubAttribute>False</HyperV_IgnoreDebugStubAttribute>
<HyperV_CosmosDebugPort>Serial: COM1</HyperV_CosmosDebugPort>
<HyperV_VisualStudioDebugPort>Pipe: CosmosSerial</HyperV_VisualStudioDebugPort>
<HyperV_PxeInterface>192.168.0.8</HyperV_PxeInterface>
<HyperV_VMwareEdition>Workstation</HyperV_VMwareEdition>
<HyperV_TraceAssemblies>User</HyperV_TraceAssemblies>
<HyperV_EnableGDB>False</HyperV_EnableGDB>
<HyperV_StartCosmosGDB>False</HyperV_StartCosmosGDB>
<Name>USB User 001</Name>
<USB_Name>USB User 001</USB_Name>
<PXE_PxeInterface>192.168.0.8</PXE_PxeInterface>
<PXE_VisualStudioDebugPort>Pipe: Cosmos\Serial</PXE_VisualStudioDebugPort>
<PXE_CosmosDebugPort>Serial: COM1</PXE_CosmosDebugPort>
<PXE_IgnoreDebugStubAttribute>False</PXE_IgnoreDebugStubAttribute>
<PXE_DebugMode>Source</PXE_DebugMode>
<PXE_DebugEnabled>False</PXE_DebugEnabled>
<PXE_Launch>None</PXE_Launch>
<PXE_Deployment>PXE</PXE_Deployment>
<PXE_Description>Creates a PXE setup and hosts a DCHP and TFTP server to deploy directly to physical hardware. Allows debugging with a serial cable.</PXE_Description>
<PXE_Name>USB User 001</PXE_Name>
<PXE_StackCorruptionDetectionLevel>MethodFooters</PXE_StackCorruptionDetectionLevel>
<PXE_StackCorruptionDetectionEnabled>True</PXE_StackCorruptionDetectionEnabled>
<ISO_Name>USB User 001</ISO_Name>
<VMware_Name>USB User 001</VMware_Name>
<HyperV_Name>USB User 001</HyperV_Name>
<PXE_VMwareEdition>Workstation</PXE_VMwareEdition>
<PXE_TraceAssemblies>User</PXE_TraceAssemblies>
<PXE_EnableGDB>False</PXE_EnableGDB>
<PXE_StartCosmosGDB>False</PXE_StartCosmosGDB>
<IntelEdison_Name>USB User 001</IntelEdison_Name>
<EnableBochsDebug>False</EnableBochsDebug>
<StartBochsDebugGui>False</StartBochsDebugGui>
<Bochs_StackCorruptionDetectionEnabled>True</Bochs_StackCorruptionDetectionEnabled>
<Bochs_StackCorruptionDetectionLevel>MethodFooters</Bochs_StackCorruptionDetectionLevel>
<Bochs_Name>USB User 001</Bochs_Name>
<Bochs_Description>Use Bochs emulator to deploy and debug.</Bochs_Description>
<Bochs_Deployment>ISO</Bochs_Deployment>
<Bochs_Launch>Bochs</Bochs_Launch>
<Bochs_DebugEnabled>False</Bochs_DebugEnabled>
<Bochs_DebugMode>Source</Bochs_DebugMode>
<Bochs_IgnoreDebugStubAttribute>False</Bochs_IgnoreDebugStubAttribute>
<Bochs_CosmosDebugPort>Serial: COM1</Bochs_CosmosDebugPort>
<Bochs_VisualStudioDebugPort>Pipe: Cosmos\Serial</Bochs_VisualStudioDebugPort>
<Bochs_PxeInterface>192.168.0.8</Bochs_PxeInterface>
<Bochs_VMwareEdition>Workstation</Bochs_VMwareEdition>
<Bochs_TraceAssemblies>User</Bochs_TraceAssemblies>
<Bochs_EnableGDB>False</Bochs_EnableGDB>
<Bochs_StartCosmosGDB>False</Bochs_StartCosmosGDB>
<Bochs_EnableBochsDebug>False</Bochs_EnableBochsDebug>
<Bochs_StartBochsDebugGui>False</Bochs_StartBochsDebugGui>
<VMware_EnableBochsDebug>False</VMware_EnableBochsDebug>
<VMware_StartBochsDebugGui>False</VMware_StartBochsDebugGui>
<ISO_EnableBochsDebug>False</ISO_EnableBochsDebug>
<ISO_StartBochsDebugGui>False</ISO_StartBochsDebugGui>
</PropertyGroup>
<PropertyGroup>
<EnableGDB>False</EnableGDB>
<StartCosmosGDB>False</StartCosmosGDB>
<VisualStudioDebugPort>Pipe: Cosmos\Serial</VisualStudioDebugPort>
<CosmosDebugPort>Serial: COM1</CosmosDebugPort>
<Launch>VMware</Launch>
<Profile>VMware</Profile>
<Description>Use VMware Player or Workstation to deploy and debug.</Description>
<PxeInterface>192.168.0.8</PxeInterface>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<Optimize>true</Optimize>
<DebugEnabled>False</DebugEnabled>
<DebugCom>1</DebugCom>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Cosmos.Build" Version="0-*" NoWarn="NU1604" />
<PackageReference Include="Cosmos.Debug.Kernel" Version="0-*" NoWarn="NU1604" />
<PackageReference Include="Cosmos.System2" Version="0-*" NoWarn="NU1604" />
</ItemGroup>
</Project>