1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
3  <PropertyGroup>
4    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6    <ProductVersion>9.0.30729</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{784B3027-5E9C-4BF2-BFE6-B5002CAE30AB}</ProjectGuid>
9    <OutputType>Exe</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>Antlr.Runtime.Tests</RootNamespace>
12    <AssemblyName>Antlr3-2.Runtime.Tests.DotNet20</AssemblyName>
13    <StartupObject>
14    </StartupObject>
15    <FileUpgradeFlags>
16    </FileUpgradeFlags>
17    <OldToolsVersion>2.0</OldToolsVersion>
18    <UpgradeBackupLocation>
19    </UpgradeBackupLocation>
20  </PropertyGroup>
21  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
22    <DebugSymbols>true</DebugSymbols>
23    <DebugType>full</DebugType>
24    <Optimize>false</Optimize>
25    <OutputPath>bin\Debug\net-2.0\</OutputPath>
26    <DefineConstants>TRACE;DEBUG;STRONG_NAME;DOTNET2</DefineConstants>
27    <ErrorReport>prompt</ErrorReport>
28    <WarningLevel>4</WarningLevel>
29  </PropertyGroup>
30  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
31    <DebugType>pdbonly</DebugType>
32    <Optimize>true</Optimize>
33    <OutputPath>bin\Release\net-2.0\</OutputPath>
34    <DefineConstants>TRACE;STRONG_NAME;DOTNET2</DefineConstants>
35    <ErrorReport>prompt</ErrorReport>
36    <WarningLevel>4</WarningLevel>
37    <UseVSHostingProcess>false</UseVSHostingProcess>
38    <DocumentationFile>
39    </DocumentationFile>
40  </PropertyGroup>
41  <ItemGroup>
42    <Compile Include="ANTLRxxxxStreamFixture.cs" />
43    <Compile Include="RewriteRuleXxxxStreamFixture.cs" />
44    <Compile Include="TestDriver.cs" />
45    <Compile Include="ITreeFixture.cs" />
46    <Compile Include="ITreeNodeStreamFixture.cs" />
47    <Compile Include="TestFixtureBase.cs" />
48    <Compile Include="Properties\AssemblyInfo.cs" />
49  </ItemGroup>
50  <ItemGroup>
51    <Reference Include="MbUnit.Framework, Version=1.0.2700.29885, Culture=neutral, PublicKeyToken=5e72ecd30bc408d5">
52      <SpecificVersion>False</SpecificVersion>
53      <HintPath>..\..\Libraries\MbUnit\MbUnit.Framework.dll</HintPath>
54    </Reference>
55  </ItemGroup>
56  <ItemGroup>
57    <ProjectReference Include="..\Antlr3.Runtime\Antlr3.Runtime (VS2008).csproj">
58      <Project>{CF15D0D5-BE72-4F98-B70F-229ABA1DF0E8}</Project>
59      <Name>Antlr3.Runtime (VS2008)</Name>
60    </ProjectReference>
61  </ItemGroup>
62  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
63  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
64       Other similar extension points exist, see Microsoft.Common.targets.
65  <Target Name="BeforeBuild">
66  </Target>
67  <Target Name="AfterBuild">
68  </Target>
69  -->
70</Project>