mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-27 05:52:11 +00:00
88 lines
No EOL
4.1 KiB
XML
88 lines
No EOL
4.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{02c67056-795c-4dfe-be83-989e6a16dee3}</ProjectGuid>
|
|
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
|
|
<Name>OrvidTest</Name>
|
|
<BinFormat>elf</BinFormat>
|
|
<RootNamespace>OrvidTest</RootNamespace>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<Framework>MicrosoftNET</Framework>
|
|
<UseInternalAssembler>False</UseInternalAssembler>
|
|
<EnableGDB>False</EnableGDB>
|
|
<DebugMode>None</DebugMode>
|
|
<TraceMode>User</TraceMode>
|
|
<BuildTarget>VMWare</BuildTarget>
|
|
<VMWareFlavor>Workstation</VMWareFlavor>
|
|
<StartCosmosGDB>False</StartCosmosGDB>
|
|
<TraceAssemblies>All</TraceAssemblies>
|
|
<ExternalLibsForArgs>D:\Documents and Settings\Orvid\Desktop\Cosmos\Trunk\source2\Users\Orvid\StructTest\bin\Debug\StructTest.obj</ExternalLibsForArgs>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<Framework>MicrosoftNET</Framework>
|
|
<UseInternalAssembler>False</UseInternalAssembler>
|
|
<EnableGDB>False</EnableGDB>
|
|
<DebugMode>Source</DebugMode>
|
|
<TraceMode>User</TraceMode>
|
|
<BuildTarget>VMWare</BuildTarget>
|
|
<VMWareFlavor>Player</VMWareFlavor>
|
|
<StartCosmosGDB>false</StartCosmosGDB>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\..\IL2CPU\Cosmos.IL2CPU.Plugs\Cosmos.IL2CPU.Plugs.csproj">
|
|
<Name>Cosmos.IL2CPU.Plugs</Name>
|
|
<Project>{c801f19c-a9d3-42d5-9a57-9ffdf9b4d05e}</Project>
|
|
<Private>True</Private>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\..\Kernel\Debug\Cosmos.Debug.Kernel.Plugs\Cosmos.Debug.Kernel.Plugs.csproj">
|
|
<Name>Cosmos.Debug.Kernel.Plugs</Name>
|
|
<Project>{b97a2956-c363-47f2-a6aa-b4fccff4d315}</Project>
|
|
<Private>True</Private>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\..\Kernel\System\Cosmos.System.Plugs.System\Cosmos.System.Plugs.System.csproj">
|
|
<Name>Cosmos.System.Plugs.System</Name>
|
|
<Project>{7c64b97f-516d-4a6d-b9e1-3fe48f561409}</Project>
|
|
<Private>True</Private>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\..\Kernel\System\Cosmos.System\Cosmos.System.csproj">
|
|
<Name>Cosmos.System</Name>
|
|
<Project>{da50b9b2-0e95-4f0d-a3c8-79fc549301b5}</Project>
|
|
<Private>True</Private>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\..\Kernel\System\Hardware\Core\Cosmos.Core.Plugs\Cosmos.Core.Plugs.csproj">
|
|
<Name>Cosmos.Core.Plugs</Name>
|
|
<Project>{d9a87aad-fcc9-4517-b31d-e904dad00784}</Project>
|
|
<Private>True</Private>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\..\Kernel\System\Hardware\Core\Cosmos.Core\Cosmos.Core.csproj">
|
|
<Name>Cosmos.Core</Name>
|
|
<Project>{5ac4773c-cb4e-4cd9-8d50-02e10a07dee6}</Project>
|
|
<Private>True</Private>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\..\Kernel\System\Hardware\Cosmos.Hardware\Cosmos.Hardware.csproj">
|
|
<Name>Cosmos.Hardware</Name>
|
|
<Project>{6a991d03-1435-4005-9809-b8bacdf3b021}</Project>
|
|
<Private>True</Private>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Orvid.Graphics\Orvid.Graphics.csproj">
|
|
<Name>Orvid.Graphics</Name>
|
|
<Project>{c9e995cf-cb65-4410-a7d2-63ebbe02aabb}</Project>
|
|
<Private>True</Private>
|
|
</ProjectReference>
|
|
<ProjectReference Include="OrvidKernel.csproj">
|
|
<Name>OrvidKernel</Name>
|
|
<Project>{73cf15c1-0ab6-4b3a-8142-d326ada72970}</Project>
|
|
<Private>True</Private>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildExtensionsPath)\Cosmos\Cosmos.targets" />
|
|
<Target Name="BeforeBuild">
|
|
</Target>
|
|
</Project> |