Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
Kivii.Client.Lims.ExcelToPdf.V4.5
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
陶然
Kivii.Client.Lims.ExcelToPdf.V4.5
Commits
00c3e878
Commit
00c3e878
authored
Nov 11, 2024
by
Neo Turing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
框架变更:.net 4.5 调整至 .net 4.0
parent
e74a1309
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
43 additions
and
24 deletions
+43
-24
.gitignore
.gitignore
+2
-0
App.config
Src/App.config
+2
-2
FrmServer.Designer.cs
Src/FrmServer.Designer.cs
+1
-1
Kivii.Client.Lims.ExcelToPdf.V4.0.csproj
Src/Kivii.Client.Lims.ExcelToPdf.V4.0.csproj
+30
-13
Kivii.Client.Lims.ExcelToPdf.V4.0.csproj.user
Src/Kivii.Client.Lims.ExcelToPdf.V4.0.csproj.user
+0
-0
AssemblyInfo.cs
Src/Properties/AssemblyInfo.cs
+2
-2
Settings.Designer.cs
Src/Properties/Settings.Designer.cs
+1
-1
packages.config
Src/packages.config
+5
-5
No files found.
.gitignore
View file @
00c3e878
...
...
@@ -8,3 +8,5 @@
/Src/packages
/Src/obj/Release
/Src/.vs/Kivii.Client.Lims.ExcelToPdf.V4.5
/Src/bin/x86/Debug
/Src/obj/x86/Debug
Src/App.config
View file @
00c3e878
<?
xml
version
=
"1.0"
encoding
=
"utf-8"
?>
<?
xml
version
=
"1.0"
encoding
=
"utf-8"
?>
<
configuration
>
<
startup
>
<
supportedRuntime
version
=
"v4.0"
sku
=
".NETFramework,Version=v4.
5"
/>
<
supportedRuntime
version
=
"v4.0"
sku
=
".NETFramework,Version=v4.
0"
/>
</
startup
>
</
configuration
>
Src/FrmServer.Designer.cs
View file @
00c3e878
...
...
@@ -561,7 +561,7 @@
this
.
Controls
.
Add
(
this
.
pnlLeft
);
this
.
Icon
=
((
System
.
Drawing
.
Icon
)(
resources
.
GetObject
(
"$this.Icon"
)));
this
.
Name
=
"FrmServer"
;
this
.
Text
=
"Office转PDF V4.
3
"
;
this
.
Text
=
"Office转PDF V4.
0_2024.11110
"
;
this
.
FormClosing
+=
new
System
.
Windows
.
Forms
.
FormClosingEventHandler
(
this
.
FrmServer_FormClosing
);
this
.
Load
+=
new
System
.
EventHandler
(
this
.
FrmServer_Load
);
this
.
cmsNotify
.
ResumeLayout
(
false
);
...
...
Src/Kivii.Client.Lims.ExcelToPdf.V4.
5
.csproj
→
Src/Kivii.Client.Lims.ExcelToPdf.V4.
0
.csproj
View file @
00c3e878
...
...
@@ -8,9 +8,10 @@
<OutputType>
WinExe
</OutputType>
<RootNamespace>
Kivii.Lims.ExcelToPdf
</RootNamespace>
<AssemblyName>
Office转PDF客户端
</AssemblyName>
<TargetFrameworkVersion>
v4.
5
</TargetFrameworkVersion>
<TargetFrameworkVersion>
v4.
0
</TargetFrameworkVersion>
<FileAlignment>
512
</FileAlignment>
<Deterministic>
true
</Deterministic>
<TargetFrameworkProfile
/>
</PropertyGroup>
<PropertyGroup
Condition=
" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "
>
<PlatformTarget>
AnyCPU
</PlatformTarget>
...
...
@@ -34,21 +35,38 @@
<PropertyGroup>
<ApplicationIcon>
F.ico
</ApplicationIcon>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)' == 'Debug|x86'"
>
<DebugSymbols>
true
</DebugSymbols>
<OutputPath>
bin\x86\Debug\
</OutputPath>
<DefineConstants>
DEBUG;TRACE
</DefineConstants>
<DebugType>
full
</DebugType>
<PlatformTarget>
x86
</PlatformTarget>
<LangVersion>
7.3
</LangVersion>
<ErrorReport>
prompt
</ErrorReport>
<Prefer32Bit>
true
</Prefer32Bit>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)' == 'Release|x86'"
>
<OutputPath>
bin\x86\Release\
</OutputPath>
<DefineConstants>
TRACE
</DefineConstants>
<Optimize>
true
</Optimize>
<DebugType>
pdbonly
</DebugType>
<PlatformTarget>
x86
</PlatformTarget>
<LangVersion>
7.3
</LangVersion>
<ErrorReport>
prompt
</ErrorReport>
<Prefer32Bit>
true
</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference
Include=
"Kivii.Common.V4.5, Version=5.6.2024.10240, Culture=neutral, processorArchitecture=MSIL"
>
<HintPath>
..\..\packages\Kivii.Common.5.6.2024.10240\lib\net45\Kivii.Common.V4.5.dll
</HintPath>
</Reference>
<Reference
Include=
"Kivii.Core.V4.5, Version=5.6.2024.10000, Culture=neutral, processorArchitecture=MSIL"
>
<HintPath>
..\..\packages\Kivii.Core.5.6.2024.10000\lib\net45\Kivii.Core.V4.5.dll
</HintPath>
<Reference
Include=
"Kivii.Common.V4.0, Version=5.6.2024.10240, Culture=neutral, processorArchitecture=MSIL"
>
<HintPath>
..\..\packages\Kivii.Common.5.6.2024.10240\lib\net40\Kivii.Common.V4.0.dll
</HintPath>
</Reference>
<Reference
Include=
"Kivii.Linq.V4.
5
, Version=5.6.2024.10000, Culture=neutral, processorArchitecture=MSIL"
>
<HintPath>
..\..\packages\Kivii.Linq.5.6.2024.10000\lib\net4
5\Kivii.Linq.V4.5
.dll
</HintPath>
<Reference
Include=
"Kivii.Linq.V4.
0
, Version=5.6.2024.10000, Culture=neutral, processorArchitecture=MSIL"
>
<HintPath>
..\..\packages\Kivii.Linq.5.6.2024.10000\lib\net4
0\Kivii.Linq.V4.0
.dll
</HintPath>
</Reference>
<Reference
Include=
"Kivii.Office.V4.
5
, Version=5.6.2023.12000, Culture=neutral, processorArchitecture=MSIL"
>
<HintPath>
..\..\packages\Kivii.Office.5.6.2023.12000\lib\net4
5\Kivii.Office.V4.5
.dll
</HintPath>
<Reference
Include=
"Kivii.Office.V4.
0
, Version=5.6.2023.12000, Culture=neutral, processorArchitecture=MSIL"
>
<HintPath>
..\..\packages\Kivii.Office.5.6.2023.12000\lib\net4
0\Kivii.Office.V4.0
.dll
</HintPath>
</Reference>
<Reference
Include=
"Kivii.RabbitMq.V4.
5
, Version=5.6.2024.10120, Culture=neutral, processorArchitecture=MSIL"
>
<HintPath>
..\..\packages\Kivii.RabbitMq.5.6.2024.10120\lib\net4
5\Kivii.RabbitMq.V4.5
.dll
</HintPath>
<Reference
Include=
"Kivii.RabbitMq.V4.
0
, Version=5.6.2024.10120, Culture=neutral, processorArchitecture=MSIL"
>
<HintPath>
..\..\packages\Kivii.RabbitMq.5.6.2024.10120\lib\net4
0\Kivii.RabbitMq.V4.0
.dll
</HintPath>
</Reference>
<Reference
Include=
"System"
/>
<Reference
Include=
"System.Core"
/>
...
...
@@ -58,7 +76,6 @@
<Reference
Include=
"System.Data"
/>
<Reference
Include=
"System.Deployment"
/>
<Reference
Include=
"System.Drawing"
/>
<Reference
Include=
"System.Net.Http"
/>
<Reference
Include=
"System.Windows.Forms"
/>
<Reference
Include=
"System.Xml"
/>
</ItemGroup>
...
...
Src/Kivii.Client.Lims.ExcelToPdf.V4.
5
.csproj.user
→
Src/Kivii.Client.Lims.ExcelToPdf.V4.
0
.csproj.user
View file @
00c3e878
File moved
Src/Properties/AssemblyInfo.cs
View file @
00c3e878
...
...
@@ -33,5 +33,5 @@ using System.Runtime.InteropServices;
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
//通过使用 "*",如下所示:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("5.4.2024.1
024
0")]
[assembly: AssemblyFileVersion("5.4.2024.1
024
0")]
[assembly: AssemblyVersion("5.4.2024.1
111
0")]
[assembly: AssemblyFileVersion("5.4.2024.1
111
0")]
Src/Properties/Settings.Designer.cs
View file @
00c3e878
...
...
@@ -12,7 +12,7 @@ namespace Kivii.Lims.ExcelToPdf.Properties {
[
global
::
System
.
Runtime
.
CompilerServices
.
CompilerGeneratedAttribute
()]
[
global
::
System
.
CodeDom
.
Compiler
.
GeneratedCodeAttribute
(
"Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator"
,
"17.
7
.0.0"
)]
[
global
::
System
.
CodeDom
.
Compiler
.
GeneratedCodeAttribute
(
"Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator"
,
"17.
9
.0.0"
)]
internal
sealed
partial
class
Settings
:
global
::
System
.
Configuration
.
ApplicationSettingsBase
{
private
static
Settings
defaultInstance
=
((
Settings
)(
global
::
System
.
Configuration
.
ApplicationSettingsBase
.
Synchronized
(
new
Settings
())));
...
...
Src/packages.config
View file @
00c3e878
<?
xml
version
=
"1.0"
encoding
=
"utf-8"
?>
<
packages
>
<
package
id
=
"Kivii.Common"
version
=
"5.6.2024.10240"
targetFramework
=
"net45"
/>
<
package
id
=
"Kivii.Core"
version
=
"5.6.2024.10000"
targetFramework
=
"net45"
/>
<
package
id
=
"Kivii.Linq"
version
=
"5.6.2024.10000"
targetFramework
=
"net45"
/>
<
package
id
=
"Kivii.Office"
version
=
"5.6.2023.12000"
targetFramework
=
"net45"
/>
<
package
id
=
"Kivii.RabbitMq"
version
=
"5.6.2024.10120"
targetFramework
=
"net45"
/>
<
package
id
=
"Kivii.Common"
version
=
"5.6.2024.10240"
targetFramework
=
"net40"
/>
<
package
id
=
"Kivii.Linq"
version
=
"5.6.2024.10000"
targetFramework
=
"net40"
/>
<
package
id
=
"Kivii.Office"
version
=
"5.6.2023.12000"
targetFramework
=
"net40"
/>
<
package
id
=
"Kivii.RabbitMq"
version
=
"5.6.2024.10120"
targetFramework
=
"net40"
/>
</
packages
>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment