/
n-dimens
/
pascalabcnet
Обзор
Документация
Войти
/
n-dimens
/
pascalabcnet
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
VisualPlugins/CompilerController/CompilerController.csproj
33 строки
1 KB
samuraiGH
migration to new build system (#3241)
03 мар 2025, 20:34
Не верифицирован
03 мар 2025, 20:34
d491e88
Код
Авторство
О чём код?
<?xml version="1.0" encoding="utf-8"?> <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>net462</TargetFramework> <RootNamespace>VisualPascalABCPlugins</RootNamespace> <GenerateAssemblyInfo>false</GenerateAssemblyInfo> <OutputPath>..\..\bin\</OutputPath> <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath> <GenerateResourceUsePreserializedResources>true</GenerateResourceUsePreserializedResources> <Deterministic>false</Deterministic> </PropertyGroup> <ItemGroup> <ProjectReference Include="..\..\CodeCompletion\CodeCompletion.csproj" /> <ProjectReference Include="..\..\Compiler\Compiler.csproj" /> <ProjectReference Include="..\..\Errors\Errors.csproj" /> <ProjectReference Include="..\..\Localization\Localization.csproj" /> <ProjectReference Include="..\..\PluginsSupport\PluginsSupport.csproj" /> </ItemGroup> <ItemGroup> <Reference Include="System.Drawing" /> <Reference Include="System.Windows.Forms" /> </ItemGroup> <ItemGroup> <PackageReference Include="System.Resources.Extensions" Version="9.0.0" /> </ItemGroup> </Project>