mirror of
https://github.com/danbulant/Cosmos
synced 2026-06-01 05:40:29 +00:00
106 lines
No EOL
4.9 KiB
XML
106 lines
No EOL
4.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.21022</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{8D84CDE5-77A3-4E1F-B022-753E9E077926}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>Indy.IL2CPU.IL.X86.Native</RootNamespace>
|
|
<AssemblyName>Indy.IL2CPU.IL.X86.Native</AssemblyName>
|
|
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<SccProjectName>SAK</SccProjectName>
|
|
<SccLocalPath>SAK</SccLocalPath>
|
|
<SccAuxPath>SAK</SccAuxPath>
|
|
<SccProvider>SAK</SccProvider>
|
|
<SignAssembly>true</SignAssembly>
|
|
<AssemblyOriginatorKeyFile>Cosmos.snk</AssemblyOriginatorKeyFile>
|
|
</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>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
</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>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core">
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
</Reference>
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Attributes\InterruptServiceRoutineAttribute.cs" />
|
|
<Compile Include="Call.cs" />
|
|
<Compile Include="CustomImplementations\System\Diagnostics\BreakAssembler.cs" />
|
|
<Compile Include="CustomImplementations\System\Diagnostics\DebugImplRefs.cs" />
|
|
<Compile Include="CustomImplementations\System\Diagnostics\DebuggerImpl.cs" />
|
|
<Compile Include="CustomImplementations\System\Diagnostics\DebugImpl.cs" />
|
|
<Compile Include="NativeCustomMethodImplementationOp.cs" />
|
|
<Compile Include="NativeMainEntryMethodOp.cs" />
|
|
<Compile Include="NativeOpCodeMap.cs" />
|
|
<Compile Include="NativePutCharOp.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="RuntimeEngineImpl.cs" />
|
|
<Compile Include="NativeMethodFooterOp.cs" />
|
|
<Compile Include="NativeMethodHeaderOp.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Indy.IL2CPU.Assembler.X86.Native\Indy.IL2CPU.Assembler.X86.Native.csproj">
|
|
<Project>{6597AAC6-755D-47F9-ACF4-E13F65EC5418}</Project>
|
|
<Name>Indy.IL2CPU.Assembler.X86.Native</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Indy.IL2CPU.Assembler.X86\Indy.IL2CPU.Assembler.X86.csproj">
|
|
<Project>{7F32CE06-13F2-4EDA-B588-3FAAFD25178A}</Project>
|
|
<Name>Indy.IL2CPU.Assembler.X86</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Indy.IL2CPU.Assembler\Indy.IL2CPU.Assembler.csproj">
|
|
<Project>{8E8CAD9B-C092-4071-AD92-E7A4E7BA776F}</Project>
|
|
<Name>Indy.IL2CPU.Assembler</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.Plugs\Indy.IL2CPU.Plugs.csproj">
|
|
<Project>{E9B2E8CC-E264-42F9-9113-16B0A0431198}</Project>
|
|
<Name>Indy.IL2CPU.Plugs</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Indy.IL2CPU\Indy.IL2CPU.csproj">
|
|
<Project>{21243B63-9CD0-4573-9C58-AF4B4AEF9D57}</Project>
|
|
<Name>Indy.IL2CPU</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Cosmos.snk" />
|
|
</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> |