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>{BEB27DCC-ABFB-4951-B618-2B639EC65A46}</ProjectGuid> 9 <OutputType>Library</OutputType> 10 <AppDesignerFolder>Properties</AppDesignerFolder> 11 <RootNamespace>Antlr.Utility</RootNamespace> 12 <AssemblyName>Antlr3.Utility</AssemblyName> 13 </PropertyGroup> 14 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 15 <DebugSymbols>true</DebugSymbols> 16 <DebugType>full</DebugType> 17 <Optimize>false</Optimize> 18 <OutputPath>bin\Debug\net-2.0\</OutputPath> 19 <DefineConstants>TRACE;DEBUG;STRONG_NAME;DOTNET2</DefineConstants> 20 <ErrorReport>prompt</ErrorReport> 21 <WarningLevel>4</WarningLevel> 22 <OutputType>Library</OutputType> 23 <RootNamespace>Antlr.Utility</RootNamespace> 24 <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow> 25 <EnvironmentVariables> 26 <EnvironmentVariables /> 27 </EnvironmentVariables> 28 <GenerateDocumentation>true</GenerateDocumentation> 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 <DocumentationFile>bin\Release\net-2.0\Antlr3.Utility.XML</DocumentationFile> 38 <OutputType>Library</OutputType> 39 <DebugSymbols>true</DebugSymbols> 40 <RootNamespace>Antlr.Utility</RootNamespace> 41 <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow> 42 </PropertyGroup> 43 <ItemGroup> 44 <Compile Include="Antlr.Utility.Tree\DOTTreeGenerator.cs" /> 45 <Compile Include="AssemblyInfo.cs" /> 46 </ItemGroup> 47 <ItemGroup> 48 <ProjectReference Include="..\Antlr3.Runtime\Antlr3.Runtime (VS2005).csproj"> 49 <Project>{CF15D0D5-BE72-4F98-B70F-229ABA1DF0E8}</Project> 50 <Name>Antlr3.Runtime (VS2005)</Name> 51 </ProjectReference> 52 </ItemGroup> 53 <ItemGroup> 54 <Reference Include="StringTemplate, Version=3.0.1.6846, Culture=neutral, PublicKeyToken=beee492b52c41e85"> 55 <SpecificVersion>False</SpecificVersion> 56 <HintPath>..\..\Libraries\StringTemplate.NET\net-2.0\StringTemplate.dll</HintPath> 57 </Reference> 58 </ItemGroup> 59 <ItemGroup> 60 <Folder Include="Properties/" /> 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>