* Rename Utils project to PABCCoreUtils * Move FormatTools from ParserTools project to PABCCoreUtils * Move SourceFilesProviders class and FileReader class to PABCCoreUtils
30 lines
1.2 KiB
XML
30 lines
1.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<TargetFramework>net40</TargetFramework>
|
|
|
|
<RootNamespace>VisualPascalABCPlugins</RootNamespace>
|
|
|
|
<OutputPath>..\bin\</OutputPath>
|
|
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
|
|
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\CompilerTools\CompilerTools.csproj" />
|
|
<ProjectReference Include="..\Compiler\Compiler.csproj" />
|
|
<ProjectReference Include="..\CoreUtils\PABCCoreUtils.csproj" />
|
|
<ProjectReference Include="..\Errors\Errors.csproj" />
|
|
<ProjectReference Include="..\ParserTools\ParserTools.csproj" />
|
|
<ProjectReference Include="..\SyntaxTree\SyntaxTree.csproj" />
|
|
<ProjectReference Include="..\TreeConverter\TreeConverter.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Reference Include="ICSharpCode.TextEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=4d61825e8dd49f1a, processorArchitecture=MSIL">
|
|
<HintPath>..\Libraries\ICSharpCode.TextEditor.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Windows.Forms" />
|
|
</ItemGroup>
|
|
</Project> |