mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 20:39:01 +00:00
90 lines
No EOL
3.9 KiB
XML
90 lines
No EOL
3.9 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.20706</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{B7E87073-CFFB-4972-BA0B-DCF0C3A0C930}</ProjectGuid>
|
|
<OutputType>Exe</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>IL2CPU</RootNamespace>
|
|
<AssemblyName>IL2CPU</AssemblyName>
|
|
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<SccProjectName>SAK</SccProjectName>
|
|
<SccLocalPath>SAK</SccLocalPath>
|
|
<SccAuxPath>SAK</SccAuxPath>
|
|
<SccProvider>SAK</SccProvider>
|
|
</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>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
</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" />
|
|
<Reference Include="System.Core">
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Program.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Cosmos.Kernel\Cosmos.Kernel.csproj">
|
|
<Project>{EF5F012A-4AA4-4B4D-A318-6D228C1F30D8}</Project>
|
|
<Name>Cosmos.Kernel</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\HelloWorldMetal\HelloWorldMetal.csproj">
|
|
<Project>{B57BEF6D-48D6-49DD-B4C5-893537E0EBB8}</Project>
|
|
<Name>HelloWorldMetal</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\HelloWorld\HelloWorld.csproj">
|
|
<Project>{0267F1AE-CA81-4EBD-86CA-C8E22BE9A6F1}</Project>
|
|
<Name>HelloWorld</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Indy.IL2CPU.IL.X86.Native\Indy.IL2CPU.IL.X86.Native.csproj">
|
|
<Project>{8D84CDE5-77A3-4E1F-B022-753E9E077926}</Project>
|
|
<Name>Indy.IL2CPU.IL.X86.Native</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Indy.IL2CPU.IL.X86.Win32\Indy.IL2CPU.IL.X86.Win32.csproj">
|
|
<Project>{4B6F38F2-A1E7-4D79-B47D-F2F4ED68C4A1}</Project>
|
|
<Name>Indy.IL2CPU.IL.X86.Win32</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Indy.IL2CPU.IL.X86\Indy.IL2CPU.IL.X86.csproj">
|
|
<Project>{69C8D2C5-225C-4A00-BA55-AEF6719CBDBA}</Project>
|
|
<Name>Indy.IL2CPU.IL.X86</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Indy.IL2CPU.IL\Indy.IL2CPU.IL.csproj">
|
|
<Project>{5A39A8DF-D99E-4112-9676-BD3EED969A9C}</Project>
|
|
<Name>Indy.IL2CPU.IL</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Indy.IL2CPU\Indy.IL2CPU.csproj">
|
|
<Project>{21243B63-9CD0-4573-9C58-AF4B4AEF9D57}</Project>
|
|
<Name>Indy.IL2CPU</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildBinPath)\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> |