Cosmos/source/IL2CPU.Tests/IL2CPU.Tests.csproj
2008-01-07 13:13:56 +00:00

219 lines
No EOL
9.2 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>{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\TestInt64Result\TestInt64Result.cs" />
<None Include="Tests\Generics\SimpleList\SimpleList.cs" />
<None Include="Tests\Events\SimpleMulticastDelegate\SimpleMulticastDelegate.cs" />
<None Include="Tests\Events\CustomDelegate\CustomDelegate.cs" />
<None Include="Tests\Events\SimpleCreateDelegate\SimpleCreateDelegate.cs" />
<None Include="Tests\ComplexerStructIndexing\ComplexerStructIndexing.cs" />
<None Include="Tests\SimpleVCallTest\SimpleVCallTest.cs" />
<None Include="Tests\SimpleNewObject\SimpleNewObject.cs" />
<None Include="Tests\SimpleStructParamSum\SimpleStructParamSum.cs" />
<None Include="Tests\SimpleStaticField\SimpleStaticField.cs" />
<None Include="Tests\SimpleStructSumming\SimpleStructSumming.cs" />
<None Include="Tests\SimpleStructIndexing\SimpleStructIndexing.cs" />
<None Include="Tests\SimpleForWithIf\SimpleForWithIf.cs">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="Tests\SimpleStructTest\SimpleStructTest.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\SimplePInvokeTest\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\TestEmptyMethodApp\TestEmptyMethodApp.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\IL2CPU\IL2CPU.csproj">
<Project>{B7E87073-CFFB-4972-BA0B-DCF0C3A0C930}</Project>
<Name>IL2CPU %28IL2CPU\IL2CPU%29</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\TestEmptyMethodApp\TestEmptyMethodApp.exe">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<None Include="Tests\SimpleVar\SimpleVar.exe">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<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\SimpleFunctionCall\SimpleFunctionCall.exe">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<None Include="Tests\SimpleEchoFunction\SimpleEchoFunction.exe">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<None Include="Tests\SimplePInvokeTest\SimplePInvokeTest.exe">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<None Include="Tests\SimpleAddFunction\SimpleAddFunction.exe">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<None Include="Tests\SimpleSubtractFunction\SimpleSubtractFunction.exe">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<None Include="Tests\SimpleIfStatement\SimpleIfStatement.exe">
<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>
</ItemGroup>
<ItemGroup>
<None Include="Tests\TwoMethodsWithLocals\TwoMethodsWithLocals.exe">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<None Include="Tests\TestSimpleArrays\TestSimpleArrays.exe">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<None Include="Tests\SimpleByRefParam\SimpleByRefParam.exe">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<None Include="Tests\buildalltests.bat" />
<None Include="Tests\SimpleStructTest\SimpleStructTest.exe">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<None Include="Tests\ComplexerStructIndexing\ComplexerStructIndexing.exe">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="Tests\Events\SimpleCreateDelegate\SimpleCreateDelegate.exe">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="Tests\Generics\SimpleList\SimpleList.exe">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<Content Include="Tests\SimpleForWithIf\SimpleForWithIf.exe">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<None Include="Tests\TestInt64Result\TestInt64Result.exe">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="Tests\SimpleVCallTest\SimpleVCallTest.exe">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="Tests\SimpleNewObject\SimpleNewObject.exe">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="Tests\SimpleStructParamSum\SimpleStructParamSum.exe">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="Tests\SimpleStaticField\SimpleStaticField.exe">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="Tests\SimpleStructSumming\SimpleStructSumming.exe">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="Tests\SimpleStructIndexing\SimpleStructIndexing.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>