aboutsummaryrefslogtreecommitdiff
path: root/runtime/CSharp2/Sources/Antlr3.Utility/Antlr3.Utility (VS2005).csproj
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/CSharp2/Sources/Antlr3.Utility/Antlr3.Utility (VS2005).csproj')
-rw-r--r--runtime/CSharp2/Sources/Antlr3.Utility/Antlr3.Utility (VS2005).csproj70
1 files changed, 70 insertions, 0 deletions
diff --git a/runtime/CSharp2/Sources/Antlr3.Utility/Antlr3.Utility (VS2005).csproj b/runtime/CSharp2/Sources/Antlr3.Utility/Antlr3.Utility (VS2005).csproj
new file mode 100644
index 0000000..9f75322
--- /dev/null
+++ b/runtime/CSharp2/Sources/Antlr3.Utility/Antlr3.Utility (VS2005).csproj
@@ -0,0 +1,70 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+ <ProductVersion>8.0.50727</ProductVersion>
+ <SchemaVersion>2.0</SchemaVersion>
+ <ProjectGuid>{BEB27DCC-ABFB-4951-B618-2B639EC65A46}</ProjectGuid>
+ <OutputType>Library</OutputType>
+ <AppDesignerFolder>Properties</AppDesignerFolder>
+ <RootNamespace>Antlr.Utility</RootNamespace>
+ <AssemblyName>Antlr3.Utility</AssemblyName>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+ <DebugSymbols>true</DebugSymbols>
+ <DebugType>full</DebugType>
+ <Optimize>false</Optimize>
+ <OutputPath>bin\Debug\net-2.0\</OutputPath>
+ <DefineConstants>TRACE;DEBUG;STRONG_NAME;DOTNET2</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ <OutputType>Library</OutputType>
+ <RootNamespace>Antlr.Utility</RootNamespace>
+ <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
+ <EnvironmentVariables>
+ <EnvironmentVariables />
+ </EnvironmentVariables>
+ <GenerateDocumentation>true</GenerateDocumentation>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+ <DebugType>pdbonly</DebugType>
+ <Optimize>true</Optimize>
+ <OutputPath>bin\Release\net-2.0\</OutputPath>
+ <DefineConstants>TRACE;STRONG_NAME;DOTNET2</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ <DocumentationFile>bin\Release\net-2.0\Antlr3.Utility.XML</DocumentationFile>
+ <OutputType>Library</OutputType>
+ <DebugSymbols>true</DebugSymbols>
+ <RootNamespace>Antlr.Utility</RootNamespace>
+ <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
+ </PropertyGroup>
+ <ItemGroup>
+ <Compile Include="Antlr.Utility.Tree\DOTTreeGenerator.cs" />
+ <Compile Include="AssemblyInfo.cs" />
+ </ItemGroup>
+ <ItemGroup>
+ <ProjectReference Include="..\Antlr3.Runtime\Antlr3.Runtime (VS2005).csproj">
+ <Project>{CF15D0D5-BE72-4F98-B70F-229ABA1DF0E8}</Project>
+ <Name>Antlr3.Runtime (VS2005)</Name>
+ </ProjectReference>
+ </ItemGroup>
+ <ItemGroup>
+ <Reference Include="StringTemplate, Version=3.0.1.6846, Culture=neutral, PublicKeyToken=beee492b52c41e85">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\..\Libraries\StringTemplate.NET\net-2.0\StringTemplate.dll</HintPath>
+ </Reference>
+ </ItemGroup>
+ <ItemGroup>
+ <Folder Include="Properties/" />
+ </ItemGroup>
+ <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
+ Other similar extension points exist, see Microsoft.Common.targets.
+ <Target Name="BeforeBuild">
+ </Target>
+ <Target Name="AfterBuild">
+ </Target>
+ -->
+</Project> \ No newline at end of file