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>{A7EEC557-EB14-451C-9616-B7A61F4ECE69}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>Antlr3.Runtime.JavaExtensions</RootNamespace>
12    <AssemblyName>Antlr3.Runtime.JavaExtensions</AssemblyName>
13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <TargetFrameworkProfile>Client</TargetFrameworkProfile>
16  </PropertyGroup>
17  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18    <DebugSymbols>true</DebugSymbols>
19    <DebugType>full</DebugType>
20    <Optimize>false</Optimize>
21    <OutputPath>bin\Debug\</OutputPath>
22    <DefineConstants>DEBUG;TRACE</DefineConstants>
23    <ErrorReport>prompt</ErrorReport>
24    <WarningLevel>4</WarningLevel>
25  </PropertyGroup>
26  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27    <DebugType>pdbonly</DebugType>
28    <Optimize>true</Optimize>
29    <OutputPath>bin\Release\</OutputPath>
30    <DefineConstants>TRACE</DefineConstants>
31    <ErrorReport>prompt</ErrorReport>
32    <WarningLevel>4</WarningLevel>
33  </PropertyGroup>
34  <PropertyGroup>
35    <SignAssembly>true</SignAssembly>
36  </PropertyGroup>
37  <PropertyGroup>
38    <AssemblyOriginatorKeyFile>..\..\..\..\..\..\..\..\..\keys\antlr\Key.snk</AssemblyOriginatorKeyFile>
39  </PropertyGroup>
40  <ItemGroup>
41    <Reference Include="System" />
42    <Reference Include="System.Core">
43      <RequiredTargetFramework>3.5</RequiredTargetFramework>
44    </Reference>
45    <Reference Include="System.Xml.Linq">
46      <RequiredTargetFramework>3.5</RequiredTargetFramework>
47    </Reference>
48    <Reference Include="System.Data.DataSetExtensions">
49      <RequiredTargetFramework>3.5</RequiredTargetFramework>
50    </Reference>
51    <Reference Include="System.Data" />
52    <Reference Include="System.Xml" />
53  </ItemGroup>
54  <ItemGroup>
55    <Compile Include="DictionaryExtensions.cs" />
56    <Compile Include="ExceptionExtensions.cs" />
57    <Compile Include="IOExtensions.cs" />
58    <Compile Include="LexerExtensions.cs" />
59    <Compile Include="JSystem.cs" />
60    <Compile Include="ListExtensions.cs" />
61    <Compile Include="ObjectExtensions.cs" />
62    <Compile Include="Properties\AssemblyInfo.cs" />
63    <Compile Include="SetExtensions.cs" />
64    <Compile Include="StackExtensions.cs" />
65    <Compile Include="StringBuilderExtensions.cs" />
66    <Compile Include="StringExtensions.cs" />
67    <Compile Include="StringTokenizer.cs" />
68    <Compile Include="SubList.cs" />
69    <Compile Include="TreeExtensions.cs" />
70    <Compile Include="TypeExtensions.cs" />
71  </ItemGroup>
72  <ItemGroup>
73    <ProjectReference Include="..\Antlr3.Runtime\Antlr3.Runtime.csproj">
74      <Project>{8FDC0A87-9005-4D5A-AB75-E55CEB575559}</Project>
75      <Name>Antlr3.Runtime</Name>
76    </ProjectReference>
77  </ItemGroup>
78  <ItemGroup>
79    <None Include="..\..\..\..\..\..\..\..\..\keys\antlr\Key.snk">
80      <Link>Key.snk</Link>
81    </None>
82  </ItemGroup>
83  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
84  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
85       Other similar extension points exist, see Microsoft.Common.targets.
86  <Target Name="BeforeBuild">
87  </Target>
88  <Target Name="AfterBuild">
89  </Target>
90  -->
91</Project>