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     <SccProjectName>Perforce Project</SccProjectName>
     16     <SccLocalPath>..\..\..\..\..\..</SccLocalPath>
     17     <SccAuxPath>
     18     </SccAuxPath>
     19     <SccProvider>MSSCCI:Perforce SCM</SccProvider>
     20     <SignAssembly>true</SignAssembly>
     21     <AssemblyOriginatorKeyFile>..\..\..\..\..\..\..\keys\antlr\Key.snk</AssemblyOriginatorKeyFile>
     22     <TargetFrameworkProfile>
     23     </TargetFrameworkProfile>
     24   </PropertyGroup>
     25   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     26     <DebugSymbols>true</DebugSymbols>
     27     <DebugType>full</DebugType>
     28     <Optimize>false</Optimize>
     29     <OutputPath>bin\Debug\</OutputPath>
     30     <DefineConstants>DEBUG;TRACE</DefineConstants>
     31     <ErrorReport>prompt</ErrorReport>
     32     <WarningLevel>4</WarningLevel>
     33   </PropertyGroup>
     34   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     35     <DebugType>pdbonly</DebugType>
     36     <Optimize>true</Optimize>
     37     <OutputPath>bin\Release\</OutputPath>
     38     <DefineConstants>TRACE</DefineConstants>
     39     <ErrorReport>prompt</ErrorReport>
     40     <WarningLevel>4</WarningLevel>
     41   </PropertyGroup>
     42   <ItemGroup>
     43     <Reference Include="System" />
     44   </ItemGroup>
     45   <ItemGroup>
     46     <Compile Include="BlankDebugEventListener.cs" />
     47     <Compile Include="DebugEventHub.cs" />
     48     <Compile Include="DebugEventListenerConstants.cs" />
     49     <Compile Include="DebugEventRepeater.cs" />
     50     <Compile Include="DebugEventSocketProxy.cs" />
     51     <Compile Include="DebugParser.cs" />
     52     <Compile Include="DebugTokenStream.cs" />
     53     <Compile Include="DebugTreeAdaptor.cs" />
     54     <Compile Include="DebugTreeNodeStream.cs" />
     55     <Compile Include="DebugTreeParser.cs" />
     56     <Compile Include="JavaExtensions\ExceptionExtensions.cs" />
     57     <Compile Include="Misc\DoubleKeyMap`3.cs" />
     58     <Compile Include="Misc\Stats.cs" />
     59     <None Include="..\..\..\..\..\..\..\keys\antlr\Key.snk">
     60       <Link>Key.snk</Link>
     61     </None>
     62     <None Include="ParserDebugger.cs" />
     63     <Compile Include="ParseTreeBuilder.cs" />
     64     <Compile Include="Profiler.cs" />
     65     <Compile Include="Properties\AssemblyInfo.cs" />
     66     <Compile Include="RemoteDebugEventSocketListener.cs" />
     67     <Compile Include="TraceDebugEventListener.cs" />
     68     <Compile Include="Tracer.cs" />
     69   </ItemGroup>
     70   <ItemGroup>
     71     <ProjectReference Include="..\Antlr3.Runtime\Antlr3.Runtime.csproj">
     72       <Project>{8FDC0A87-9005-4D5A-AB75-E55CEB575559}</Project>
     73       <Name>Antlr3.Runtime</Name>
     74     </ProjectReference>
     75   </ItemGroup>
     76   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
     77   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
     78        Other similar extension points exist, see Microsoft.Common.targets.
     79   <Target Name="BeforeBuild">
     80   </Target>
     81   <Target Name="AfterBuild">
     82   </Target>
     83   -->
     84 </Project>