Package updates

This commit is contained in:
Charles Betros 2019-06-29 00:18:15 -05:00 committed by Quajak
parent bfeeb167a6
commit 791c52ecbb
2 changed files with 13 additions and 13 deletions

View file

@ -3,7 +3,7 @@
<PropertyGroup> <PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework> <TargetFramework>netcoreapp2.0</TargetFramework>
<RuntimeIdentifier>cosmos</RuntimeIdentifier> <RuntimeIdentifier>cosmos</RuntimeIdentifier>
<Profile>VMware</Profile> <Profile>Bochs</Profile>
<BinFormat>ELF</BinFormat> <BinFormat>ELF</BinFormat>
<StackCorruptionDetectionEnabled>True</StackCorruptionDetectionEnabled> <StackCorruptionDetectionEnabled>True</StackCorruptionDetectionEnabled>
<StackCorruptionDetectionLevel>MethodFooters</StackCorruptionDetectionLevel> <StackCorruptionDetectionLevel>MethodFooters</StackCorruptionDetectionLevel>
@ -19,11 +19,11 @@
<_DebugMode>Source</_DebugMode> <_DebugMode>Source</_DebugMode>
<_IgnoreDebugStubAttribute>False</_IgnoreDebugStubAttribute> <_IgnoreDebugStubAttribute>False</_IgnoreDebugStubAttribute>
<_PxeInterface>192.168.211.1</_PxeInterface> <_PxeInterface>192.168.211.1</_PxeInterface>
<Description>Use VMware Player or Workstation to deploy and debug.</Description> <Description>Use Bochs emulator to deploy and debug.</Description>
<Launch>VMware</Launch> <Launch>Bochs</Launch>
<VisualStudioDebugPort>Pipe: Cosmos\Serial</VisualStudioDebugPort> <VisualStudioDebugPort>Pipe: Cosmos\Serial</VisualStudioDebugPort>
<EnableGDB>False</EnableGDB> <EnableGDB>True</EnableGDB>
<StartCosmosGDB>False</StartCosmosGDB> <StartCosmosGDB>True</StartCosmosGDB>
<VMware_StackCorruptionDetectionEnabled>True</VMware_StackCorruptionDetectionEnabled> <VMware_StackCorruptionDetectionEnabled>True</VMware_StackCorruptionDetectionEnabled>
<VMware_StackCorruptionDetectionLevel>MethodFooters</VMware_StackCorruptionDetectionLevel> <VMware_StackCorruptionDetectionLevel>MethodFooters</VMware_StackCorruptionDetectionLevel>
<VMware_Description>Use VMware Player or Workstation to deploy and debug.</VMware_Description> <VMware_Description>Use VMware Player or Workstation to deploy and debug.</VMware_Description>
@ -34,8 +34,8 @@
<VMware_IgnoreDebugStubAttribute>False</VMware_IgnoreDebugStubAttribute> <VMware_IgnoreDebugStubAttribute>False</VMware_IgnoreDebugStubAttribute>
<VMware_VisualStudioDebugPort>Pipe: Cosmos\Serial</VMware_VisualStudioDebugPort> <VMware_VisualStudioDebugPort>Pipe: Cosmos\Serial</VMware_VisualStudioDebugPort>
<VMware_PxeInterface>192.168.211.1</VMware_PxeInterface> <VMware_PxeInterface>192.168.211.1</VMware_PxeInterface>
<VMware_EnableGDB>True</VMware_EnableGDB> <VMware_EnableGDB>False</VMware_EnableGDB>
<VMware_StartCosmosGDB>True</VMware_StartCosmosGDB> <VMware_StartCosmosGDB>False</VMware_StartCosmosGDB>
<Bochs_StackCorruptionDetectionEnabled>True</Bochs_StackCorruptionDetectionEnabled> <Bochs_StackCorruptionDetectionEnabled>True</Bochs_StackCorruptionDetectionEnabled>
<Bochs_StackCorruptionDetectionLevel>MethodFooters</Bochs_StackCorruptionDetectionLevel> <Bochs_StackCorruptionDetectionLevel>MethodFooters</Bochs_StackCorruptionDetectionLevel>
<Bochs_Description>Use Bochs emulator to deploy and debug.</Bochs_Description> <Bochs_Description>Use Bochs emulator to deploy and debug.</Bochs_Description>

View file

@ -5,7 +5,7 @@
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="Cosmos.Common" Version="*" /> <PackageReference Include="Cosmos.Common" Version="0-*" NoWarn="NU1604" />
</ItemGroup> </ItemGroup>
</Project> </Project>