2015-05-14 22:35:07 +03:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2025-03-03 20:34:51 +03:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2015-05-14 22:35:07 +03:00
|
|
|
|
<PropertyGroup>
|
2025-03-03 20:34:51 +03:00
|
|
|
|
<TargetFramework>net40</TargetFramework>
|
|
|
|
|
|
|
2024-05-25 12:26:32 +03:00
|
|
|
|
<RootNamespace>Languages.Pascal.Frontend</RootNamespace>
|
2025-03-03 20:34:51 +03:00
|
|
|
|
|
2024-07-02 16:10:50 +03:00
|
|
|
|
<OutputPath>..\..\bin\</OutputPath>
|
2025-03-03 20:34:51 +03:00
|
|
|
|
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
|
|
|
|
|
<AssemblyName>PascalABCParser</AssemblyName>
|
|
|
|
|
|
|
|
|
|
|
|
<EnableDefaultNoneItems>false</EnableDefaultNoneItems>
|
|
|
|
|
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
2015-05-14 22:35:07 +03:00
|
|
|
|
</PropertyGroup>
|
2025-03-03 20:34:51 +03:00
|
|
|
|
|
2015-05-14 22:35:07 +03:00
|
|
|
|
<ItemGroup>
|
2026-03-08 18:30:33 +03:00
|
|
|
|
<ProjectReference Include="..\..\CoreUtils\Utils.csproj" />
|
2025-03-03 20:34:51 +03:00
|
|
|
|
<ProjectReference Include="..\..\Errors\Errors.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\..\LanguageIntegrator\LanguageIntegrator.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\..\Localization\Localization.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\..\ParserTools\ParserTools.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\..\StringConstants\StringConstants.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\..\SyntaxTree\SyntaxTree.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\..\SyntaxVisitors\SyntaxVisitors.csproj" />
|
2015-05-14 22:35:07 +03:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
</Project>
|