Cosmos/source/Indy.IL2CPU.Assembler.X86/Indy.IL2CPU.Assembler.X86.csproj
2008-05-14 17:21:54 +00:00

167 lines
No EOL
6.7 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>{7F32CE06-13F2-4EDA-B588-3FAAFD25178A}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Indy.IL2CPU.Assembler.X86</RootNamespace>
<AssemblyName>Indy.IL2CPU.Assembler.X86</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>
</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>
<Reference Include="System.Xml.Linq">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Data.DataSetExtensions">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Add.cs" />
<Compile Include="AddWithCarry.cs" />
<Compile Include="And.cs" />
<Compile Include="Assembler.cs" />
<Compile Include="Break.cs" />
<Compile Include="Call.cs" />
<Compile Include="CLD.cs" />
<Compile Include="Cli.cs" />
<Compile Include="CmpXchg.cs" />
<Compile Include="Compare.cs" />
<Compile Include="ConditionalMove.cs" />
<Compile Include="Condition.cs" />
<Compile Include="RotateThroughCarryRight.cs" />
<Compile Include="DebugStub.cs" />
<Compile Include="Dec.cs" />
<Compile Include="IDivide.cs" />
<Compile Include="InByte.cs" />
<Compile Include="Inc.cs" />
<Compile Include="InDWord.cs" />
<Compile Include="InWord.cs" />
<Compile Include="IRet.cs" />
<Compile Include="JumpIfAbove.cs" />
<Compile Include="JumpIfAboveOrEqual.cs" />
<Compile Include="JumpIfBelow.cs" />
<Compile Include="JumpIfBelowOrEqual.cs" />
<Compile Include="JumpIfCarry.cs" />
<Compile Include="JumpIfGreaterOrEqual.cs" />
<Compile Include="JumpIfNotZero.cs" />
<Compile Include="JumpOnGreater.cs" />
<Compile Include="Lgdt.cs" />
<Compile Include="Lidt.cs" />
<Compile Include="MoveAndSignExtend.cs" />
<Compile Include="MoveAndZeroExtend.cs" />
<Compile Include="Out.cs" />
<Compile Include="Popad.cs" />
<Compile Include="Pushad.cs" />
<Compile Include="RotateThroughCarryLeft.cs" />
<Compile Include="SignExtendAX.cs" />
<Compile Include="Sti.cs" />
<Compile Include="Stosw.cs" />
<Compile Include="JumpNotCary.cs" />
<Compile Include="RepeatMovsb.cs" />
<Compile Include="RepeatStosd.cs" />
<Compile Include="Interrupt.cs" />
<Compile Include="JumpBase.cs" />
<Compile Include="Not.cs" />
<Compile Include="Pushfd.cs" />
<Compile Include="Registers.cs" />
<Compile Include="RepeatStosb.cs" />
<Compile Include="ShiftLeft.cs" />
<Compile Include="Divide.cs" />
<Compile Include="Instruction.cs" />
<Compile Include="JumpAlways.cs" />
<Compile Include="JumpIfEqual.cs" />
<Compile Include="JumpIfGreater.cs" />
<Compile Include="JumpIfGreaterOrEquals.cs" />
<Compile Include="JumpIfLess.cs" />
<Compile Include="JumpIfLessOrEqual.cs" />
<Compile Include="JumpIfNotEquals.cs" />
<Compile Include="JumpIfZero.cs" />
<Compile Include="Move.cs" />
<Compile Include="Multiply.cs" />
<Compile Include="Neg.cs" />
<Compile Include="Noop.cs" />
<Compile Include="Or.cs" />
<Compile Include="Pop.cs" />
<Compile Include="Popd.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Push.cs" />
<Compile Include="Pushd.cs" />
<Compile Include="Ret.cs" />
<Compile Include="ShiftRight.cs" />
<Compile Include="Stosb.cs" />
<Compile Include="Sub.cs" />
<Compile Include="SubWithCarry.cs" />
<Compile Include="Test.cs" />
<Compile Include="Xor.cs" />
<Compile Include="X\MemoryAction.cs" />
<Compile Include="X\AddressIndirect.cs" />
<Compile Include="X\AddressDirect.cs" />
<Compile Include="X\Math.cs" />
<Compile Include="X\Memory.cs" />
<Compile Include="X\Address.cs" />
<Compile Include="X\Ports.cs" />
<Compile Include="X\PortNumber.cs" />
<Compile Include="X\Register.cs" />
<Compile Include="X\Register08.cs" />
<Compile Include="X\Register16.cs" />
<Compile Include="X\Register32.cs" />
<Compile Include="X\RegisterAL.cs" />
<Compile Include="X\RegisterDX.cs" />
<Compile Include="X\RegisterEAX.cs" />
<Compile Include="X\RegisterEBP.cs" />
<Compile Include="X\RegisterESP.cs" />
<Compile Include="X\Y86.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Indy.IL2CPU.Assembler\Indy.IL2CPU.Assembler.csproj">
<Project>{8E8CAD9B-C092-4071-AD92-E7A4E7BA776F}</Project>
<Name>Indy.IL2CPU.Assembler</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>