From 93d3216a4f286b2c0d2ed413d1ea643dcb1ae831 Mon Sep 17 00:00:00 2001 From: MistEO Date: Mon, 27 Jun 2022 16:10:14 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BF=AE=E5=A4=8D=E4=B8=80=E4=BA=9B?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E9=85=8D=E7=BD=AE=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MeoAssistantArknights.sln | 6 ++++++ src/MeoAssistant/MeoAssistant.vcxproj | 12 ++++++------ src/MeoAsstGui/MeoAsstGui.csproj | 6 +++--- 3 files changed, 15 insertions(+), 9 deletions(-) diff --git a/MeoAssistantArknights.sln b/MeoAssistantArknights.sln index 0627e4e502..612e114396 100644 --- a/MeoAssistantArknights.sln +++ b/MeoAssistantArknights.sln @@ -35,9 +35,11 @@ Global EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {63B4F1A2-291C-4C85-91E1-A1F6DAE30D64}.Release|x64.ActiveCfg = Release|x64 + {63B4F1A2-291C-4C85-91E1-A1F6DAE30D64}.Release|x64.Build.0 = Release|x64 {63B4F1A2-291C-4C85-91E1-A1F6DAE30D64}.Release|x86.ActiveCfg = Release|x64 {63B4F1A2-291C-4C85-91E1-A1F6DAE30D64}.Release|x86.Build.0 = Release|x64 {63B4F1A2-291C-4C85-91E1-A1F6DAE30D64}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64 + {63B4F1A2-291C-4C85-91E1-A1F6DAE30D64}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64 {63B4F1A2-291C-4C85-91E1-A1F6DAE30D64}.RelWithDebInfo|x86.ActiveCfg = RelWithDebInfo|x64 {63B4F1A2-291C-4C85-91E1-A1F6DAE30D64}.RelWithDebInfo|x86.Build.0 = RelWithDebInfo|x64 {FFDC8F49-8EAF-45BE-B0A8-7EF0DB9875A2}.Release|x64.ActiveCfg = Release|x64 @@ -49,9 +51,11 @@ Global {FFDC8F49-8EAF-45BE-B0A8-7EF0DB9875A2}.RelWithDebInfo|x86.ActiveCfg = RelWithDebInfo|x64 {FFDC8F49-8EAF-45BE-B0A8-7EF0DB9875A2}.RelWithDebInfo|x86.Build.0 = RelWithDebInfo|x64 {093A3174-A27E-4D23-B64E-16F9448AD5AC}.Release|x64.ActiveCfg = Release|x64 + {093A3174-A27E-4D23-B64E-16F9448AD5AC}.Release|x64.Build.0 = Release|x64 {093A3174-A27E-4D23-B64E-16F9448AD5AC}.Release|x86.ActiveCfg = Release|Win32 {093A3174-A27E-4D23-B64E-16F9448AD5AC}.Release|x86.Build.0 = Release|Win32 {093A3174-A27E-4D23-B64E-16F9448AD5AC}.RelWithDebInfo|x64.ActiveCfg = Release|x64 + {093A3174-A27E-4D23-B64E-16F9448AD5AC}.RelWithDebInfo|x64.Build.0 = Release|x64 {093A3174-A27E-4D23-B64E-16F9448AD5AC}.RelWithDebInfo|x86.ActiveCfg = Release|Win32 {093A3174-A27E-4D23-B64E-16F9448AD5AC}.RelWithDebInfo|x86.Build.0 = Release|Win32 {362D1E30-F5AE-4279-9985-65C27B3BA300}.Release|x64.ActiveCfg = Release|x64 @@ -63,9 +67,11 @@ Global {362D1E30-F5AE-4279-9985-65C27B3BA300}.RelWithDebInfo|x86.ActiveCfg = RelWithDebInfo|x64 {362D1E30-F5AE-4279-9985-65C27B3BA300}.RelWithDebInfo|x86.Build.0 = RelWithDebInfo|x64 {C9EA2837-0A4B-488F-A289-643B9D0BFCEB}.Release|x64.ActiveCfg = Release|x64 + {C9EA2837-0A4B-488F-A289-643B9D0BFCEB}.Release|x64.Build.0 = Release|x64 {C9EA2837-0A4B-488F-A289-643B9D0BFCEB}.Release|x86.ActiveCfg = Release|Win32 {C9EA2837-0A4B-488F-A289-643B9D0BFCEB}.Release|x86.Build.0 = Release|Win32 {C9EA2837-0A4B-488F-A289-643B9D0BFCEB}.RelWithDebInfo|x64.ActiveCfg = Release|x64 + {C9EA2837-0A4B-488F-A289-643B9D0BFCEB}.RelWithDebInfo|x64.Build.0 = Release|x64 {C9EA2837-0A4B-488F-A289-643B9D0BFCEB}.RelWithDebInfo|x86.ActiveCfg = Release|Win32 {C9EA2837-0A4B-488F-A289-643B9D0BFCEB}.RelWithDebInfo|x86.Build.0 = Release|Win32 EndGlobalSection diff --git a/src/MeoAssistant/MeoAssistant.vcxproj b/src/MeoAssistant/MeoAssistant.vcxproj index 21b1cc44ad..2f439c7ddc 100644 --- a/src/MeoAssistant/MeoAssistant.vcxproj +++ b/src/MeoAssistant/MeoAssistant.vcxproj @@ -271,8 +271,8 @@ - xcopy /e /y /i /c $(ProjectDir)..\..\resource $(TargetDir)resource - xcopy /e /y /i /c $(ProjectDir)..\..\3rdparty\resource $(TargetDir)resource + xcopy /e /y /i /c "$(ProjectDir)..\..\resource" "$(TargetDir)resource" + xcopy /e /y /i /c "$(ProjectDir)..\..\3rdparty\resource" "$(TargetDir)resource" @@ -280,7 +280,7 @@ - xcopy /e /y /i /c $(ProjectDir)..\..\3rdparty\bin $(TargetDir) + xcopy /e /y /i /c "$(ProjectDir)..\..\3rdparty\bin" "$(TargetDir)" @@ -323,8 +323,8 @@ - xcopy /e /y /i /c $(ProjectDir)..\..\resource $(TargetDir)resource - xcopy /e /y /i /c $(ProjectDir)..\..\3rdparty\resource $(TargetDir)resource + xcopy /e /y /i /c "$(ProjectDir)..\..\resource" "$(TargetDir)resource" + xcopy /e /y /i /c "$(ProjectDir)..\..\3rdparty\resource" "$(TargetDir)resource" @@ -332,7 +332,7 @@ - xcopy /e /y /i /c $(ProjectDir)..\..\3rdparty\bin $(TargetDir) + xcopy /e /y /i /c "$(ProjectDir)..\..\3rdparty\bin" "$(TargetDir)" diff --git a/src/MeoAsstGui/MeoAsstGui.csproj b/src/MeoAsstGui/MeoAsstGui.csproj index 1e621a9fa9..a5f778c26c 100644 --- a/src/MeoAsstGui/MeoAsstGui.csproj +++ b/src/MeoAsstGui/MeoAsstGui.csproj @@ -419,8 +419,8 @@ - xcopy /e /y /i /c $(ProjectDir)..\..\3rdparty\tools $(TargetDir) -xcopy /e /y /i /c $(ProjectDir)..\..\tools\CopilotDesinger $(TargetDir)\作业制作器 -xcopy /e /y /i /c $(ProjectDir)..\..\src\Python $(TargetDir)\Python + xcopy /e /y /i /c "$(ProjectDir)..\..\3rdparty\tools" "$(TargetDir)" +xcopy /e /y /i /c "$(ProjectDir)..\..\tools\CopilotDesinger" "$(TargetDir)\作业制作器" +xcopy /e /y /i /c "$(ProjectDir)..\..\src\Python" "$(TargetDir)\Python" \ No newline at end of file