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