From d15fbe5778f56eb8cf3549f76f6c8fa47997f5fe Mon Sep 17 00:00:00 2001 From: Mogoson Date: Sun, 20 Oct 2019 22:50:09 +0800 Subject: [PATCH] Squashed commit of the following: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit commit 3915cb95baf5a3e97438a7f7d41d64d13edee42b Author: Mogoson Date: Sun Oct 20 22:47:49 2019 +0800 Update postbuildevent commit 7b159da1797a62e1bdc92ac156708f46b89ea160 Author: Mogoson Date: Sun Oct 20 00:13:43 2019 +0800 修改单例实现方式。 commit 9486a4ec9d7c0cedbe43cf50ed79ab6d8566464e Author: Mogoson Date: Wed Oct 2 23:08:28 2019 +0800 Add interface to get mac adress. --- Common/Common.csproj | 4 ++-- CurveHose/CurveHose.csproj | 4 ++-- CurveHoseEditor/CurveHoseEditor.csproj | 2 +- CurvePath/CurvePath.csproj | 4 ++-- CurvePathEditor/CurvePathEditor.csproj | 2 +- ElectronicComponent/ElectronicComponent.csproj | 4 ++-- ElectronicComponentEditor/ElectronicComponentEditor.csproj | 2 +- Graph/Graph.csproj | 4 ++-- Media/Media.csproj | 4 ++-- Meter/Meter.csproj | 4 ++-- MeterEditor/MeterEditor.csproj | 2 +- ObjectPool/ObjectPool.csproj | 4 ++-- PathAnimation/PathAnimation.csproj | 4 ++-- PathAnimationEditor/PathAnimationEditor.csproj | 2 +- SerialPort/SerialPort.csproj | 4 ++-- TwoDAnimation/TwoDAnimation.csproj | 4 ++-- TwoDAnimationEditor/TwoDAnimationEditor.csproj | 2 +- UCamera/UCamera.csproj | 4 ++-- UCameraEditor/UCameraEditor.csproj | 2 +- UCommon/UCommon.csproj | 4 ++-- UCommonEditor/UCommonEditor.csproj | 2 +- UIForm/UIForm.csproj | 4 ++-- UIFormEditor/UIFormEditor.csproj | 2 +- UIMap/UIMap.csproj | 4 ++-- UIMapEditor/UIMapEditor.csproj | 2 +- WinCommon/WinCommon.csproj | 4 ++-- WinLibrary/WinLibrary.csproj | 4 ++-- 27 files changed, 44 insertions(+), 44 deletions(-) diff --git a/Common/Common.csproj b/Common/Common.csproj index 567f617..22be237 100644 --- a/Common/Common.csproj +++ b/Common/Common.csproj @@ -68,8 +68,8 @@ if exist %25targetDir%25\$(TargetFileName) ( del "%25targetDir%25\$(TargetName).pdb" ) ) - copy "$(TargetFileName)" %25TargetDir%25 - copy "$(TargetName).xml" %25TargetDir%25 + copy "$(TargetFileName)" %25targetDir%25 + copy "$(TargetName).xml" %25targetDir%25 ) \ No newline at end of file diff --git a/CurveHose/CurveHose.csproj b/CurveHose/CurveHose.csproj index 9600ef4..c4ac89a 100644 --- a/CurveHose/CurveHose.csproj +++ b/CurveHose/CurveHose.csproj @@ -67,8 +67,8 @@ if exist %25targetDir%25\$(TargetFileName) ( del "%25targetDir%25\$(TargetName).pdb" ) ) - copy "$(TargetFileName)" %25TargetDir%25 - copy "$(TargetName).xml" %25TargetDir%25 + copy "$(TargetFileName)" %25targetDir%25 + copy "$(TargetName).xml" %25targetDir%25 ) \ No newline at end of file diff --git a/CurveHoseEditor/CurveHoseEditor.csproj b/CurveHoseEditor/CurveHoseEditor.csproj index ffa6821..0f61d1c 100644 --- a/CurveHoseEditor/CurveHoseEditor.csproj +++ b/CurveHoseEditor/CurveHoseEditor.csproj @@ -71,7 +71,7 @@ if exist %25targetDir%25\$(TargetFileName) ( del "%25targetDir%25\$(TargetName).pdb" ) ) - copy "$(TargetFileName)" %25TargetDir%25 + copy "$(TargetFileName)" %25targetDir%25 ) \ No newline at end of file diff --git a/CurvePath/CurvePath.csproj b/CurvePath/CurvePath.csproj index f1e26f2..b85804d 100644 --- a/CurvePath/CurvePath.csproj +++ b/CurvePath/CurvePath.csproj @@ -67,8 +67,8 @@ if exist %25targetDir%25\$(TargetFileName) ( del "%25targetDir%25\$(TargetName).pdb" ) ) - copy "$(TargetFileName)" %25TargetDir%25 - copy "$(TargetName).xml" %25TargetDir%25 + copy "$(TargetFileName)" %25targetDir%25 + copy "$(TargetName).xml" %25targetDir%25 ) \ No newline at end of file diff --git a/CurvePathEditor/CurvePathEditor.csproj b/CurvePathEditor/CurvePathEditor.csproj index dbaed66..d1ae03d 100644 --- a/CurvePathEditor/CurvePathEditor.csproj +++ b/CurvePathEditor/CurvePathEditor.csproj @@ -71,7 +71,7 @@ if exist %25targetDir%25\$(TargetFileName) ( del "%25targetDir%25\$(TargetName).pdb" ) ) - copy "$(TargetFileName)" %25TargetDir%25 + copy "$(TargetFileName)" %25targetDir%25 ) \ No newline at end of file diff --git a/ElectronicComponent/ElectronicComponent.csproj b/ElectronicComponent/ElectronicComponent.csproj index 55b1eeb..8022a14 100644 --- a/ElectronicComponent/ElectronicComponent.csproj +++ b/ElectronicComponent/ElectronicComponent.csproj @@ -74,8 +74,8 @@ if exist %25targetDir%25\$(TargetFileName) ( del "%25targetDir%25\$(TargetName).pdb" ) ) - copy "$(TargetFileName)" %25TargetDir%25 - copy "$(TargetName).xml" %25TargetDir%25 + copy "$(TargetFileName)" %25targetDir%25 + copy "$(TargetName).xml" %25targetDir%25 ) \ No newline at end of file diff --git a/ElectronicComponentEditor/ElectronicComponentEditor.csproj b/ElectronicComponentEditor/ElectronicComponentEditor.csproj index e6e7b0d..5c85f34 100644 --- a/ElectronicComponentEditor/ElectronicComponentEditor.csproj +++ b/ElectronicComponentEditor/ElectronicComponentEditor.csproj @@ -71,7 +71,7 @@ if exist %25targetDir%25\$(TargetFileName) ( del "%25targetDir%25\$(TargetName).pdb" ) ) - copy "$(TargetFileName)" %25TargetDir%25 + copy "$(TargetFileName)" %25targetDir%25 ) \ No newline at end of file diff --git a/Graph/Graph.csproj b/Graph/Graph.csproj index 0469dd9..eda346c 100644 --- a/Graph/Graph.csproj +++ b/Graph/Graph.csproj @@ -65,8 +65,8 @@ if exist %25targetDir%25\$(TargetFileName) ( del "%25targetDir%25\$(TargetName).pdb" ) ) - copy "$(TargetFileName)" %25TargetDir%25 - copy "$(TargetName).xml" %25TargetDir%25 + copy "$(TargetFileName)" %25targetDir%25 + copy "$(TargetName).xml" %25targetDir%25 ) \ No newline at end of file diff --git a/Media/Media.csproj b/Media/Media.csproj index 0e4595e..81a98cd 100644 --- a/Media/Media.csproj +++ b/Media/Media.csproj @@ -61,8 +61,8 @@ if exist %25targetDir%25\$(TargetFileName) ( del "%25targetDir%25\$(TargetName).pdb" ) ) - copy "$(TargetFileName)" %25TargetDir%25 - copy "$(TargetName).xml" %25TargetDir%25 + copy "$(TargetFileName)" %25targetDir%25 + copy "$(TargetName).xml" %25targetDir%25 ) \ No newline at end of file diff --git a/Meter/Meter.csproj b/Meter/Meter.csproj index b747418..b8ffa79 100644 --- a/Meter/Meter.csproj +++ b/Meter/Meter.csproj @@ -71,8 +71,8 @@ if exist %25targetDir%25\$(TargetFileName) ( del "%25targetDir%25\$(TargetName).pdb" ) ) - copy "$(TargetFileName)" %25TargetDir%25 - copy "$(TargetName).xml" %25TargetDir%25 + copy "$(TargetFileName)" %25targetDir%25 + copy "$(TargetName).xml" %25targetDir%25 ) \ No newline at end of file diff --git a/MeterEditor/MeterEditor.csproj b/MeterEditor/MeterEditor.csproj index 2d1e44d..9f600e1 100644 --- a/MeterEditor/MeterEditor.csproj +++ b/MeterEditor/MeterEditor.csproj @@ -67,7 +67,7 @@ if exist %25targetDir%25\$(TargetFileName) ( del "%25targetDir%25\$(TargetName).pdb" ) ) - copy "$(TargetFileName)" %25TargetDir%25 + copy "$(TargetFileName)" %25targetDir%25 ) \ No newline at end of file diff --git a/ObjectPool/ObjectPool.csproj b/ObjectPool/ObjectPool.csproj index 46fded3..2430d8e 100644 --- a/ObjectPool/ObjectPool.csproj +++ b/ObjectPool/ObjectPool.csproj @@ -65,8 +65,8 @@ if exist %25targetDir%25\$(TargetFileName) ( del "%25targetDir%25\$(TargetName).pdb" ) ) - copy "$(TargetFileName)" %25TargetDir%25 - copy "$(TargetName).xml" %25TargetDir%25 + copy "$(TargetFileName)" %25targetDir%25 + copy "$(TargetName).xml" %25targetDir%25 ) \ No newline at end of file diff --git a/PathAnimation/PathAnimation.csproj b/PathAnimation/PathAnimation.csproj index e4134ce..e9ab949 100644 --- a/PathAnimation/PathAnimation.csproj +++ b/PathAnimation/PathAnimation.csproj @@ -71,8 +71,8 @@ if exist %25targetDir%25\$(TargetFileName) ( del "%25targetDir%25\$(TargetName).pdb" ) ) - copy "$(TargetFileName)" %25TargetDir%25 - copy "$(TargetName).xml" %25TargetDir%25 + copy "$(TargetFileName)" %25targetDir%25 + copy "$(TargetName).xml" %25targetDir%25 ) \ No newline at end of file diff --git a/PathAnimationEditor/PathAnimationEditor.csproj b/PathAnimationEditor/PathAnimationEditor.csproj index baa5bbd..50b8325 100644 --- a/PathAnimationEditor/PathAnimationEditor.csproj +++ b/PathAnimationEditor/PathAnimationEditor.csproj @@ -73,7 +73,7 @@ if exist %25targetDir%25\$(TargetFileName) ( del "%25targetDir%25\$(TargetName).pdb" ) ) - copy "$(TargetFileName)" %25TargetDir%25 + copy "$(TargetFileName)" %25targetDir%25 ) \ No newline at end of file diff --git a/SerialPort/SerialPort.csproj b/SerialPort/SerialPort.csproj index 6f4eed3..4034f09 100644 --- a/SerialPort/SerialPort.csproj +++ b/SerialPort/SerialPort.csproj @@ -62,8 +62,8 @@ if exist %25targetDir%25\$(TargetFileName) ( del "%25targetDir%25\$(TargetName).pdb" ) ) - copy "$(TargetFileName)" %25TargetDir%25 - copy "$(TargetName).xml" %25TargetDir%25 + copy "$(TargetFileName)" %25targetDir%25 + copy "$(TargetName).xml" %25targetDir%25 ) \ No newline at end of file diff --git a/TwoDAnimation/TwoDAnimation.csproj b/TwoDAnimation/TwoDAnimation.csproj index 231d48d..ef39902 100644 --- a/TwoDAnimation/TwoDAnimation.csproj +++ b/TwoDAnimation/TwoDAnimation.csproj @@ -76,8 +76,8 @@ if exist %25targetDir%25\$(TargetFileName) ( del "%25targetDir%25\$(TargetName).pdb" ) ) - copy "$(TargetFileName)" %25TargetDir%25 - copy "$(TargetName).xml" %25TargetDir%25 + copy "$(TargetFileName)" %25targetDir%25 + copy "$(TargetName).xml" %25targetDir%25 ) \ No newline at end of file diff --git a/TwoDAnimationEditor/TwoDAnimationEditor.csproj b/TwoDAnimationEditor/TwoDAnimationEditor.csproj index 1dc366a..b65df6a 100644 --- a/TwoDAnimationEditor/TwoDAnimationEditor.csproj +++ b/TwoDAnimationEditor/TwoDAnimationEditor.csproj @@ -65,7 +65,7 @@ if exist %25targetDir%25\$(TargetFileName) ( del "%25targetDir%25\$(TargetName).pdb" ) ) - copy "$(TargetFileName)" %25TargetDir%25 + copy "$(TargetFileName)" %25targetDir%25 ) \ No newline at end of file diff --git a/UCamera/UCamera.csproj b/UCamera/UCamera.csproj index 5eb4667..aad2579 100644 --- a/UCamera/UCamera.csproj +++ b/UCamera/UCamera.csproj @@ -70,8 +70,8 @@ if exist %25targetDir%25\$(TargetFileName) ( del "%25targetDir%25\$(TargetName).pdb" ) ) - copy "$(TargetFileName)" %25TargetDir%25 - copy "$(TargetName).xml" %25TargetDir%25 + copy "$(TargetFileName)" %25targetDir%25 + copy "$(TargetName).xml" %25targetDir%25 ) \ No newline at end of file diff --git a/UCameraEditor/UCameraEditor.csproj b/UCameraEditor/UCameraEditor.csproj index 6e31564..1f2cc69 100644 --- a/UCameraEditor/UCameraEditor.csproj +++ b/UCameraEditor/UCameraEditor.csproj @@ -79,7 +79,7 @@ if exist %25targetDir%25\$(TargetFileName) ( del "%25targetDir%25\$(TargetName).pdb" ) ) - copy "$(TargetFileName)" %25TargetDir%25 + copy "$(TargetFileName)" %25targetDir%25 ) \ No newline at end of file diff --git a/UCommon/UCommon.csproj b/UCommon/UCommon.csproj index ee3baf6..d6c5ba5 100644 --- a/UCommon/UCommon.csproj +++ b/UCommon/UCommon.csproj @@ -96,8 +96,8 @@ if exist %25targetDir%25\$(TargetFileName) ( del "%25targetDir%25\$(TargetName).pdb" ) ) - copy "$(TargetFileName)" %25TargetDir%25 - copy "$(TargetName).xml" %25TargetDir%25 + copy "$(TargetFileName)" %25targetDir%25 + copy "$(TargetName).xml" %25targetDir%25 ) \ No newline at end of file diff --git a/UCommonEditor/UCommonEditor.csproj b/UCommonEditor/UCommonEditor.csproj index 22dd284..e5eb82c 100644 --- a/UCommonEditor/UCommonEditor.csproj +++ b/UCommonEditor/UCommonEditor.csproj @@ -62,7 +62,7 @@ if exist %25targetDir%25\$(TargetFileName) ( del "%25targetDir%25\$(TargetName).pdb" ) ) - copy "$(TargetFileName)" %25TargetDir%25 + copy "$(TargetFileName)" %25targetDir%25 ) \ No newline at end of file diff --git a/UIForm/UIForm.csproj b/UIForm/UIForm.csproj index 740c69c..158537d 100644 --- a/UIForm/UIForm.csproj +++ b/UIForm/UIForm.csproj @@ -73,8 +73,8 @@ if exist %25targetDir%25\$(TargetFileName) ( del "%25targetDir%25\$(TargetName).pdb" ) ) - copy "$(TargetFileName)" %25TargetDir%25 - copy "$(TargetName).xml" %25TargetDir%25 + copy "$(TargetFileName)" %25targetDir%25 + copy "$(TargetName).xml" %25targetDir%25 ) \ No newline at end of file diff --git a/UIFormEditor/UIFormEditor.csproj b/UIFormEditor/UIFormEditor.csproj index e6f0081..27e9885 100644 --- a/UIFormEditor/UIFormEditor.csproj +++ b/UIFormEditor/UIFormEditor.csproj @@ -69,7 +69,7 @@ if exist %25targetDir%25\$(TargetFileName) ( del "%25targetDir%25\$(TargetName).pdb" ) ) - copy "$(TargetFileName)" %25TargetDir%25 + copy "$(TargetFileName)" %25targetDir%25 ) \ No newline at end of file diff --git a/UIMap/UIMap.csproj b/UIMap/UIMap.csproj index 20190b4..9d034ed 100644 --- a/UIMap/UIMap.csproj +++ b/UIMap/UIMap.csproj @@ -62,8 +62,8 @@ if exist %25targetDir%25\$(TargetFileName) ( del "%25targetDir%25\$(TargetName).pdb" ) ) - copy "$(TargetFileName)" %25TargetDir%25 - copy "$(TargetName).xml" %25TargetDir%25 + copy "$(TargetFileName)" %25targetDir%25 + copy "$(TargetName).xml" %25targetDir%25 ) \ No newline at end of file diff --git a/UIMapEditor/UIMapEditor.csproj b/UIMapEditor/UIMapEditor.csproj index b09c79e..2d7a6c9 100644 --- a/UIMapEditor/UIMapEditor.csproj +++ b/UIMapEditor/UIMapEditor.csproj @@ -70,7 +70,7 @@ if exist %25targetDir%25\$(TargetFileName) ( del "%25targetDir%25\$(TargetName).pdb" ) ) - copy "$(TargetFileName)" %25TargetDir%25 + copy "$(TargetFileName)" %25targetDir%25 ) \ No newline at end of file diff --git a/WinCommon/WinCommon.csproj b/WinCommon/WinCommon.csproj index 9d491e2..9988710 100644 --- a/WinCommon/WinCommon.csproj +++ b/WinCommon/WinCommon.csproj @@ -69,8 +69,8 @@ if exist %25targetDir%25\$(TargetFileName) ( del "%25targetDir%25\$(TargetName).pdb" ) ) - copy "$(TargetFileName)" %25TargetDir%25 - copy "$(TargetName).xml" %25TargetDir%25 + copy "$(TargetFileName)" %25targetDir%25 + copy "$(TargetName).xml" %25targetDir%25 ) \ No newline at end of file diff --git a/WinLibrary/WinLibrary.csproj b/WinLibrary/WinLibrary.csproj index 4017b5a..c87453f 100644 --- a/WinLibrary/WinLibrary.csproj +++ b/WinLibrary/WinLibrary.csproj @@ -52,8 +52,8 @@ if exist %25targetDir%25\$(TargetFileName) ( del "%25targetDir%25\$(TargetName).pdb" ) ) - copy "$(TargetFileName)" %25TargetDir%25 - copy "$(TargetName).xml" %25TargetDir%25 + copy "$(TargetFileName)" %25targetDir%25 + copy "$(TargetName).xml" %25targetDir%25 ) \ No newline at end of file