pascalabcnet/VisualPlugins/SyntaxTreeVisualisator/SyntaxTreeVisualisator.csproj

34 lines
1.3 KiB
XML
Raw Normal View History

2015-05-14 22:35:07 +03:00
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
2015-05-14 22:35:07 +03:00
<PropertyGroup>
<TargetFramework>net462</TargetFramework>
2015-05-14 22:35:07 +03:00
<RootNamespace>VisualPascalABCPlugins</RootNamespace>
2015-05-14 22:35:07 +03:00
<OutputPath>..\..\bin\</OutputPath>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<GenerateResourceUsePreserializedResources>true</GenerateResourceUsePreserializedResources>
2015-05-14 22:35:07 +03:00
</PropertyGroup>
2015-05-14 22:35:07 +03:00
<ItemGroup>
<ProjectReference Include="..\..\CompilerTools\CompilerTools.csproj" />
<ProjectReference Include="..\..\Compiler\Compiler.csproj" />
<ProjectReference Include="..\..\Errors\Errors.csproj" />
<ProjectReference Include="..\..\LanguageIntegrator\LanguageIntegrator.csproj" />
<ProjectReference Include="..\..\Localization\Localization.csproj" />
<ProjectReference Include="..\..\ParserTools\ParserTools.csproj" />
<ProjectReference Include="..\..\PluginsSupport\PluginsSupport.csproj" />
2015-05-14 22:35:07 +03:00
</ItemGroup>
2015-05-14 22:35:07 +03:00
<ItemGroup>
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
2015-05-14 22:35:07 +03:00
</ItemGroup>
2015-05-14 22:35:07 +03:00
<ItemGroup>
<PackageReference Include="System.Resources.Extensions" Version="9.0.0" />
2015-05-14 22:35:07 +03:00
</ItemGroup>
</Project>