Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hemei
Project
Project
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
潘栩锋
hemei
Commits
05194008
Commit
05194008
authored
Aug 26, 2019
by
潘栩锋
🚴
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nlog.config 设置为永远复制
parent
6203fadd
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
5 deletions
+9
-5
FLY.Thick.Blowing.UI.Fix.Client.csproj
...wing.UI.Fix.Client/FLY.Thick.Blowing.UI.Fix.Client.csproj
+3
-1
FLY.Thick.Blowing.UI.Fix.Server.csproj
...wing.UI.Fix.Server/FLY.Thick.Blowing.UI.Fix.Server.csproj
+3
-1
get_exe_all.ps1
脚本/get_exe_all.ps1
+3
-3
No files found.
Project.FLY.Thick.Blowing/FLY.Thick.Blowing.UI.Fix.Client/FLY.Thick.Blowing.UI.Fix.Client.csproj
View file @
05194008
...
...
@@ -281,7 +281,9 @@
<SubType>
Designer
</SubType>
</EmbeddedResource>
<None
Include=
"app.config"
/>
<None
Include=
"NLog.config"
/>
<None
Include=
"NLog.config"
>
<CopyToOutputDirectory>
Always
</CopyToOutputDirectory>
</None>
<None
Include=
"Properties\Settings.settings"
>
<Generator>
SettingsSingleFileGenerator
</Generator>
<LastGenOutput>
Settings.Designer.cs
</LastGenOutput>
...
...
Project.FLY.Thick.Blowing/FLY.Thick.Blowing.UI.Fix.Server/FLY.Thick.Blowing.UI.Fix.Server.csproj
View file @
05194008
...
...
@@ -113,7 +113,9 @@
<SubType>
Designer
</SubType>
</EmbeddedResource>
<None
Include=
"app.config"
/>
<None
Include=
"NLog.config"
/>
<None
Include=
"NLog.config"
>
<CopyToOutputDirectory>
Always
</CopyToOutputDirectory>
</None>
<None
Include=
"Properties\Settings.settings"
>
<Generator>
SettingsSingleFileGenerator
</Generator>
<LastGenOutput>
Settings.Designer.cs
</LastGenOutput>
...
...
脚本/get_exe_all.ps1
View file @
05194008
...
...
@@ -59,12 +59,12 @@ function copy_to2($src_dir , $project_name, $other )
copy_to2
`
"Project.FLY.Thick.Blowing"
`
"FLY.Thick.Blowing.UI.Fix.Client"
`
(
"csysparam.xml"
,
"layout"
,
"main_module"
,
"music"
,
"版本说明.txt"
,
"测厚仪说明书.pdf"
)
(
"
nlog.config"
,
"
csysparam.xml"
,
"layout"
,
"main_module"
,
"music"
,
"版本说明.txt"
,
"测厚仪说明书.pdf"
)
copy_to2
`
"Project.FLY.Thick.Blowing"
`
"FLY.Thick.Blowing.UI.Fix.Server"
`
(
"Gage1"
)
(
"
nlog.config"
,
"
Gage1"
)
copy_to2
`
"Project.FLY.FeedbackRenZiJia"
`
...
...
@@ -98,7 +98,7 @@ copy_to2 `
#删除 历史数据文件
$remove_files
=
(
"b
ackup"
,
"profile"
,
"warning_history"
,
"history"
,
"b
ulk.csv"
)
$remove_files
=
(
"bulk.csv"
)
foreach
(
$f
in
$remove_files
)
{
rm
-Recurse -Force
(
$install_dir
+
"\FLY.Thick.Blowing.UI.Fix.Server\Gage1\"
+
$f
)
...
...
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