Home | History | Annotate | Download | only in Antlr3.Utility
      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>{BEB27DCC-ABFB-4951-B618-2B639EC65A46}</ProjectGuid>
      9     <OutputType>Library</OutputType>
     10     <AppDesignerFolder>Properties</AppDesignerFolder>
     11     <RootNamespace>Antlr.Utility</RootNamespace>
     12     <AssemblyName>Antlr3-2.Utility.DotNet20</AssemblyName>
     13     <FileUpgradeFlags>
     14     </FileUpgradeFlags>
     15     <OldToolsVersion>2.0</OldToolsVersion>
     16     <UpgradeBackupLocation>
     17     </UpgradeBackupLocation>
     18   </PropertyGroup>
     19   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     20     <DebugSymbols>true</DebugSymbols>
     21     <DebugType>full</DebugType>
     22     <Optimize>false</Optimize>
     23     <OutputPath>bin\Debug\net-2.0\</OutputPath>
     24     <DefineConstants>TRACE;DEBUG;STRONG_NAME;DOTNET2</DefineConstants>
     25     <ErrorReport>prompt</ErrorReport>
     26     <WarningLevel>4</WarningLevel>
     27     <OutputType>Library</OutputType>
     28     <RootNamespace>Antlr.Utility</RootNamespace>
     29     <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
     30     <EnvironmentVariables>
     31       <EnvironmentVariables />
     32     </EnvironmentVariables>
     33     <GenerateDocumentation>true</GenerateDocumentation>
     34   </PropertyGroup>
     35   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     36     <DebugType>pdbonly</DebugType>
     37     <Optimize>true</Optimize>
     38     <OutputPath>bin\Release\net-2.0\</OutputPath>
     39     <DefineConstants>TRACE;STRONG_NAME;DOTNET2</DefineConstants>
     40     <ErrorReport>prompt</ErrorReport>
     41     <WarningLevel>4</WarningLevel>
     42     <DocumentationFile>bin\Release\net-2.0\Antlr3-2.Utility.DotNet20.xml</DocumentationFile>
     43     <OutputType>Library</OutputType>
     44     <DebugSymbols>true</DebugSymbols>
     45     <RootNamespace>Antlr.Utility</RootNamespace>
     46     <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
     47   </PropertyGroup>
     48   <ItemGroup>
     49     <Compile Include="Antlr.Utility.Tree\DotTreeGenerator.cs" />
     50     <Compile Include="AssemblyInfo.cs" />
     51   </ItemGroup>
     52   <ItemGroup>
     53     <ProjectReference Include="..\Antlr3.Runtime\Antlr3.Runtime (VS2008).csproj">
     54       <Project>{CF15D0D5-BE72-4F98-B70F-229ABA1DF0E8}</Project>
     55       <Name>Antlr3.Runtime (VS2008)</Name>
     56     </ProjectReference>
     57   </ItemGroup>
     58   <ItemGroup>
     59     <Reference Include="StringTemplate, Version=3.0.1.6846, Culture=neutral, PublicKeyToken=beee492b52c41e85">
     60       <SpecificVersion>False</SpecificVersion>
     61       <HintPath>..\..\Libraries\StringTemplate.NET\net-2.0\StringTemplate.dll</HintPath>
     62     </Reference>
     63     <Reference Include="System" />
     64   </ItemGroup>
     65   <ItemGroup>
     66     <Folder Include="Properties\" />
     67   </ItemGroup>
     68   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
     69   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
     70        Other similar extension points exist, see Microsoft.Common.targets.
     71   <Target Name="BeforeBuild">
     72   </Target>
     73   <Target Name="AfterBuild">
     74   </Target>
     75   -->
     76 </Project>