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>
|
|
|
|
|
|
|
2015-05-14 22:35:07 +03:00
|
|
|
|
<RootNamespace>VisualPascalABCPlugins</RootNamespace>
|
2025-03-03 20:34:51 +03:00
|
|
|
|
|
2015-05-14 22:35:07 +03:00
|
|
|
|
<OutputPath>..\bin\</OutputPath>
|
2025-03-03 20:34:51 +03:00
|
|
|
|
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
|
|
|
|
|
|
|
|
|
|
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
2015-05-14 22:35:07 +03:00
|
|
|
|
</PropertyGroup>
|
2025-03-03 20:34:51 +03:00
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<ProjectReference Include="..\CompilerTools\CompilerTools.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\Compiler\Compiler.csproj" />
|
2026-03-13 08:02:04 +03:00
|
|
|
|
<ProjectReference Include="..\CoreUtils\PABCCoreUtils.csproj" />
|
2025-03-03 20:34:51 +03:00
|
|
|
|
<ProjectReference Include="..\Errors\Errors.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\ParserTools\ParserTools.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\SyntaxTree\SyntaxTree.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\TreeConverter\TreeConverter.csproj" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
2015-05-14 22:35:07 +03:00
|
|
|
|
<ItemGroup>
|
2017-08-11 05:55:16 +03:00
|
|
|
|
<Reference Include="ICSharpCode.TextEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=4d61825e8dd49f1a, processorArchitecture=MSIL">
|
|
|
|
|
|
<HintPath>..\Libraries\ICSharpCode.TextEditor.dll</HintPath>
|
|
|
|
|
|
</Reference>
|
2015-05-14 22:35:07 +03:00
|
|
|
|
<Reference Include="System.Windows.Forms" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
</Project>
|