mirror of
https://github.com/danbulant/Cosmos
synced 2026-06-04 23:31:37 +00:00
80 lines
No EOL
4 KiB
XML
80 lines
No EOL
4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" DefaultTargets="CoreBuild" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="$(MSBuildExtensionsPath)/$(MSBuildToolsVersion)/Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)/$(MSBuildToolsVersion)/Microsoft.Common.props')" />
|
|
<PropertyGroup>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<Platform Condition="'$(Platform)'==''">AnyCPU</Platform>
|
|
<PlatformTarget Condition="'$(OutputType)' == ''">AnyCPU</PlatformTarget>
|
|
<Configuration Condition="'$(Configuration)' == ''">Debug</Configuration>
|
|
<ProjectGuid>{5b2c0369-7a84-4113-892c-f71b50e1da12}</ProjectGuid>
|
|
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
|
|
<Name>GuessBoot</Name>
|
|
<BinFormat>elf</BinFormat>
|
|
<TargetFrameworkIdentifier>.NETCoreApp</TargetFrameworkIdentifier>
|
|
<TargetFrameworkVersion>v1.0</TargetFrameworkVersion>
|
|
<BaseNuGetRuntimeIdentifier>win</BaseNuGetRuntimeIdentifier>
|
|
<NoStdLib>true</NoStdLib>
|
|
<NoWarn>$(NoWarn);1701</NoWarn>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<Profile>VMware</Profile>
|
|
<DebugEnabled>True</DebugEnabled>
|
|
<DebugMode>Source</DebugMode>
|
|
<TraceMode>User</TraceMode>
|
|
<EnableGDB>False</EnableGDB>
|
|
<StartCosmosGDB>False</StartCosmosGDB>
|
|
<VMWareEdition>Workstation</VMWareEdition>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<Name>GuessBoot</Name>
|
|
<Description>Use VMware Player or Workstation to deploy and debug.</Description>
|
|
<Deployment>ISO</Deployment>
|
|
<Launch>VMware</Launch>
|
|
<VisualStudioDebugPort>Pipe: Cosmos\Serial</VisualStudioDebugPort>
|
|
<TraceAssemblies>All</TraceAssemblies>
|
|
<VMware_Name>PlaygroundBoot</VMware_Name>
|
|
<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>True</VMware_DebugEnabled>
|
|
<VMware_DebugMode>Source</VMware_DebugMode>
|
|
<VMware_VisualStudioDebugPort>Pipe: Cosmos\Serial</VMware_VisualStudioDebugPort>
|
|
<VMware_VMwareEdition>Workstation</VMware_VMwareEdition>
|
|
<VMware_OutputPath>bin\Debug\</VMware_OutputPath>
|
|
<VMware_TraceAssemblies>All</VMware_TraceAssemblies>
|
|
<VMware_EnableGDB>False</VMware_EnableGDB>
|
|
<VMware_StartCosmosGDB>False</VMware_StartCosmosGDB>
|
|
<StackCorruptionDetectionEnabled>True</StackCorruptionDetectionEnabled>
|
|
<VMware_StackCorruptionDetectionEnabled>True</VMware_StackCorruptionDetectionEnabled>
|
|
<CosmosDebugPort>Serial: COM1</CosmosDebugPort>
|
|
<VMware_CosmosDebugPort>Serial: COM1</VMware_CosmosDebugPort>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Content Include="Cosmos.bxrc">
|
|
<SubType>Content</SubType>
|
|
</Content>
|
|
<Content Include="GuessBoot.project.json">
|
|
<SubType>Content</SubType>
|
|
</Content>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Guess\GuessKernel.csproj">
|
|
<Name>GuessKernel</Name>
|
|
<Project>{1780684c-6b7f-4360-81c0-69204e343a08}</Project>
|
|
<Private>True</Private>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.Targets" />
|
|
<Import Project="$(MSBuildExtensionsPath)\Cosmos\Cosmos.targets" />
|
|
<PropertyGroup>
|
|
<!-- We don't use any of MSBuild's resolution logic for resolving the framework, so just set these two
|
|
properties to any folder that exists to skip the GetReferenceAssemblyPaths task (not target) and
|
|
to prevent it from outputting a warning (MSB3644).
|
|
-->
|
|
<_TargetFrameworkDirectories>$(MSBuildThisFileDirectory)</_TargetFrameworkDirectories>
|
|
<_FullFrameworkReferenceAssemblyPaths>$(MSBuildThisFileDirectory)</_FullFrameworkReferenceAssemblyPaths>
|
|
|
|
<!-- MSBuild thinks all EXEs need binding redirects, not so for CoreCLR! -->
|
|
<AutoUnifyAssemblyReferences>true</AutoUnifyAssemblyReferences>
|
|
<AutoGenerateBindingRedirects>false</AutoGenerateBindingRedirects>
|
|
</PropertyGroup>
|
|
</Project> |