Home | History | Annotate | Download | only in Antlr3.Runtime.Debug
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <Project ToolsVersion="4.0" 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>9.0.30729</ProductVersion>
      7     <SchemaVersion>2.0</SchemaVersion>
      8     <ProjectGuid>{5EE27A90-B023-42C9-AAF1-52B0424C5D0B}</ProjectGuid>
      9     <OutputType>Library</OutputType>
     10     <AppDesignerFolder>Properties</AppDesignerFolder>
     11     <RootNamespace>Antlr.Runtime.Debug</RootNamespace>
     12     <AssemblyName>Antlr3.Runtime.Debug</AssemblyName>
     13     <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
     14     <FileAlignment>512</FileAlignment>
     15     <SignAssembly>true</SignAssembly>
     16     <AssemblyOriginatorKeyFile>..\..\..\..\..\..\..\..\..\keys\antlr\Key.snk</AssemblyOriginatorKeyFile>
     17   </PropertyGroup>
     18   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     19     <DebugSymbols>true</DebugSymbols>
     20     <DebugType>full</DebugType>
     21     <Optimize>false</Optimize>
     22     <OutputPath>bin\Debug\</OutputPath>
     23     <DefineConstants>DEBUG;TRACE</DefineConstants>
     24     <ErrorReport>prompt</ErrorReport>
     25     <WarningLevel>4</WarningLevel>
     26     <DocumentationFile>bin\Debug\Antlr3.Runtime.Debug.xml</DocumentationFile>
     27   </PropertyGroup>
     28   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     29     <DebugType>pdbonly</DebugType>
     30     <Optimize>true</Optimize>
     31     <OutputPath>bin\Release\</OutputPath>
     32     <DefineConstants>TRACE</DefineConstants>
     33     <ErrorReport>prompt</ErrorReport>
     34     <WarningLevel>4</WarningLevel>
     35     <DocumentationFile>bin\Release\Antlr3.Runtime.Debug.xml</DocumentationFile>
     36   </PropertyGroup>
     37   <ItemGroup>
     38     <Reference Include="System" />
     39   </ItemGroup>
     40   <ItemGroup>
     41     <Compile Include="BlankDebugEventListener.cs" />
     42     <Compile Include="DebugEventHub.cs" />
     43     <Compile Include="DebugEventListenerConstants.cs" />
     44     <Compile Include="DebugEventRepeater.cs" />
     45     <Compile Include="DebugEventSocketProxy.cs" />
     46     <Compile Include="DebugParser.cs" />
     47     <Compile Include="DebugTokenStream.cs" />
     48     <Compile Include="DebugTreeAdaptor.cs" />
     49     <Compile Include="DebugTreeNodeStream.cs" />
     50     <Compile Include="DebugTreeParser.cs" />
     51     <Compile Include="JavaExtensions\ExceptionExtensions.cs" />
     52     <Compile Include="Misc\DoubleKeyMap`3.cs" />
     53     <Compile Include="Misc\Stats.cs" />
     54     <None Include="..\..\..\..\..\..\..\..\..\keys\antlr\Key.snk">
     55       <Link>Key.snk</Link>
     56     </None>
     57     <None Include="ParserDebugger.cs" />
     58     <Compile Include="ParseTreeBuilder.cs" />
     59     <Compile Include="Profiler.cs" />
     60     <Compile Include="Properties\AssemblyInfo.cs" />
     61     <Compile Include="RemoteDebugEventSocketListener.cs" />
     62     <Compile Include="TraceDebugEventListener.cs" />
     63     <Compile Include="Tracer.cs" />
     64   </ItemGroup>
     65   <ItemGroup>
     66     <ProjectReference Include="..\Antlr3.Runtime\Antlr3.Runtime.csproj">
     67       <Project>{8FDC0A87-9005-4D5A-AB75-E55CEB575559}</Project>
     68       <Name>Antlr3.Runtime</Name>
     69     </ProjectReference>
     70   </ItemGroup>
     71   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
     72   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
     73        Other similar extension points exist, see Microsoft.Common.targets.
     74   <Target Name="BeforeBuild">
     75   </Target>
     76   <Target Name="AfterBuild">
     77   </Target>
     78   -->
     79 </Project>