Commit 865098ff by leo

升级版本

parent cdb44235
......@@ -23,6 +23,7 @@ namespace Test
if (sPrint == sDefault)
cbxPrinter.SelectedIndex = cbxPrinter.Items.IndexOf(sPrint);
}
this.Text += $" GS版本:{Kivii.GhostScript.Instance.GetRevision()}";
}
private void btnSelectFile_Click(object sender, EventArgs e)
{
......
......@@ -32,20 +32,15 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Kivii.GhostScript.V4.0, Version=5.5.2020.10000, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\Kivii.GhostScript.5.5.2020.10000\lib\net40\Kivii.GhostScript.V4.0.dll</HintPath>
<Reference Include="Kivii.GhostScript.V4.0, Version=5.5.2020.10110, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\Kivii.GhostScript.5.5.2020.10110\lib\net40\Kivii.GhostScript.V4.0.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="FrmMain.cs">
......
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Kivii.GhostScript" version="5.5.2020.10000" targetFramework="net40" />
<package id="Kivii.GhostScript" version="5.5.2020.10110" targetFramework="net40" />
</packages>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment