Cosmos/source/IL2CPU.Tests/IL2CPU.Tests.csproj
2007-09-24 07:19:39 +00:00

207 lines
No EOL
8.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.20706</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{3A0BAC46-1D4E-4E21-89CA-72903B9FCEB1}</ProjectGuid>
<OutputType>Exe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>IL2CPU.Tests</RootNamespace>
<AssemblyName>IL2CPU.Tests</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>
</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.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<None Include="Tests\SimpleByRefParam\SimpleByRefParam.cs">
</None>
<None Include="Tests\TestSimpleArrays\TestSimpleArrays.cs">
</None>
<None Include="Tests\TwoMethodsWithLocals\TwoMethodsWithLocals.cs">
</None>
<None Include="Tests\ComplexerIfStatements\ComplexerIfStatements.cs">
</None>
<None Include="Tests\TwoIfStatements\TwoIfStatements.cs">
</None>
<None Include="Tests\SimpleIfStatement\SimpleIfStatement.cs">
</None>
<None Include="Tests\SimpleSubtractFunction\SimpleSubtractFunction.cs">
</None>
<None Include="Tests\SimpleAddFunction\SimpleAddFunction.cs" />
<None Include="Tests\SimplePInvoke\SimplePInvokeTest.cs">
</None>
<None Include="Tests\SimpleEchoFunction\SimpleEchoFunction.cs">
</None>
<None Include="Tests\SimpleFunctionCall\SimpleFunctionCall.cs" />
<None Include="Tests\SimpleMethodCall\SimpleMethodCall.cs" />
<None Include="Tests\SingleMethodWithParam\SingleMethodWithParam.cs" />
<None Include="Tests\SimpleVar\SimpleVar.cs" />
<None Include="Tests\EmptyMethod\TestEmptyMethodApp.cs" />
<None Include="Tests\EmptyMethod\TestEmptyMethodApp.expected.asm">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\IL2CPU\IL2CPU.csproj">
<Project>{B7E87073-CFFB-4972-BA0B-DCF0C3A0C930}</Project>
<Name>IL2CPU</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>
</ItemGroup>
<ItemGroup>
<None Include="Tests\EmptyMethod\TestEmptyMethodApp.exe">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="Tests\SimpleVar\SimpleVar.expected.asm">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<None Include="Tests\SimpleMethodCall\SimpleMethodCall.expected.asm">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="Tests\SimpleVar\SimpleVar.exe">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="Tests\SingleMethodWithParam\SingleMethodWithParam.expected.asm">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<None Include="Tests\SimpleFunctionCall\SimpleFunctionCall.expected.asm">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="Tests\SimpleMethodCall\SimpleMethodCall.exe">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="Tests\SingleMethodWithParam\SingleMethodWithParam.exe">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<None Include="Tests\SimpleEchoFunction\SimpleEchoFunction.expected.asm">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="Tests\SimpleFunctionCall\SimpleFunctionCall.exe">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<None Include="Tests\SimpleEchoFunction\SimpleEchoFunction.exe">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="Tests\SimplePInvoke\SimplePInvokeTest.expected.asm">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<None Include="Tests\SimpleAddFunction\SimpleAddFunction.expected.asm">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="Tests\SimplePInvoke\SimplePInvokeTest.exe">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<None Include="Tests\SimpleAddFunction\SimpleAddFunction.exe">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="Tests\SimpleSubtractFunction\SimpleSubtractFunction.expected.asm">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<None Include="Tests\SimpleIfStatement\SimpleIfStatement.expected.asm">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="Tests\SimpleSubtractFunction\SimpleSubtractFunction.exe">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<None Include="Tests\ComplexerIfStatements\ComplexerIfStatements.expected.asm">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="Tests\SimpleIfStatement\SimpleIfStatement.exe">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="Tests\TwoIfStatements\TwoIfStatements.expected.asm">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<None Include="Tests\ComplexerIfStatements\ComplexerIfStatements.exe">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="Tests\TwoIfStatements\TwoIfStatements.exe">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="Tests\TwoMethodsWithLocals\TwoMethodsWithLocals.expected.asm">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<None Include="Tests\TestSimpleArrays\TestSimpleArrays.expected.asm">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="Tests\TwoMethodsWithLocals\TwoMethodsWithLocals.exe">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<None Include="Tests\SimpleByRefParam\SimpleByRefParam.expected.asm">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="Tests\TestSimpleArrays\TestSimpleArrays.exe">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<None Include="Tests\SimpleByRefParam\SimpleByRefParam.exe">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</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>