--- updated-dependencies: - dependency-name: SharpZipLib dependency-version: 1.3.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
34 lines
1.1 KiB
XML
34 lines
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<TargetFramework>net462</TargetFramework>
|
|
|
|
<RootNamespace>VisualPascalABCPlugins</RootNamespace>
|
|
|
|
<Deterministic>false</Deterministic>
|
|
|
|
<OutputPath>..\..\bin\</OutputPath>
|
|
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
|
|
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
|
|
|
<GenerateResourceUsePreserializedResources>true</GenerateResourceUsePreserializedResources>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<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" />
|
|
<PackageReference Include="SharpZipLib" Version="1.3.3" />
|
|
</ItemGroup>
|
|
</Project> |