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