mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-31 13:21:05 +00:00
78 lines
No EOL
3.5 KiB
XML
78 lines
No EOL
3.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProductVersion>9.0.21022</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{27C543CD-A06F-47EB-81F6-21B386999830}</ProjectGuid>
|
|
<OutputType>WinExe</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>Test_OS</RootNamespace>
|
|
<AssemblyName>Test OS</AssemblyName>
|
|
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Program.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\..\..\source2\Debug\Cosmos.Debug.Common\Cosmos.Debug.Common.csproj">
|
|
<Project>{AB24E403-54F3-4F67-B5E0-119A7227AAC1}</Project>
|
|
<Name>Cosmos.Debug.Common</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\..\Cosmos.Build.Windows\Cosmos.Compiler.Builder.csproj">
|
|
<Project>{1F0EDE86-F6D4-4355-9A97-10E90457770C}</Project>
|
|
<Name>Cosmos.Compiler.Builder</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\..\Cosmos.Kernel.FileSystems\Cosmos.Sys.FileSystem.csproj">
|
|
<Project>{5C293BB9-FB42-495E-AAD9-D15888631CA4}</Project>
|
|
<Name>Cosmos.Sys.FileSystem</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\..\CosmosBoot\CosmosBoot.csproj">
|
|
<Project>{E2C54C80-75F3-4249-93B4-0003A4AF705F}</Project>
|
|
<Name>CosmosBoot</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\..\Cosmos\Cosmos.Hardware\Cosmos.Hardware.csproj">
|
|
<Project>{CE50FE98-9AC4-4B4D-ADC7-31F6DCD28755}</Project>
|
|
<Name>Cosmos.Hardware</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\..\Cosmos\Cosmos.Kernel\Cosmos.Kernel.csproj">
|
|
<Project>{A1F83D9F-2D44-4264-A08B-416797123018}</Project>
|
|
<Name>Cosmos.Kernel</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\..\Cosmos\Cosmos.System\Cosmos.Sys.csproj">
|
|
<Project>{819DB8FC-5DA1-461F-83C9-2F5C88088C94}</Project>
|
|
<Name>Cosmos.Sys</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
<Target Name="BeforeBuild">
|
|
</Target>
|
|
<Target Name="AfterBuild">
|
|
</Target>
|
|
-->
|
|
</Project> |