chore: 修复一些项目配置的问题

This commit is contained in:
MistEO
2022-06-27 16:10:14 +08:00
parent 6b00fe14ad
commit 93d3216a4f
3 changed files with 15 additions and 9 deletions

View File

@@ -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

View File

@@ -271,8 +271,8 @@
</PreBuildEvent>
<PostBuildEvent>
<Command>
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"
</Command>
</PostBuildEvent>
<PostBuildEvent>
@@ -280,7 +280,7 @@
</PostBuildEvent>
<PreLinkEvent>
<Command>
xcopy /e /y /i /c $(ProjectDir)..\..\3rdparty\bin $(TargetDir)
xcopy /e /y /i /c "$(ProjectDir)..\..\3rdparty\bin" "$(TargetDir)"
</Command>
</PreLinkEvent>
<PreLinkEvent>
@@ -323,8 +323,8 @@
</PreBuildEvent>
<PostBuildEvent>
<Command>
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"
</Command>
</PostBuildEvent>
<PostBuildEvent>
@@ -332,7 +332,7 @@
</PostBuildEvent>
<PreLinkEvent>
<Command>
xcopy /e /y /i /c $(ProjectDir)..\..\3rdparty\bin $(TargetDir)
xcopy /e /y /i /c "$(ProjectDir)..\..\3rdparty\bin" "$(TargetDir)"
</Command>
</PreLinkEvent>
<PreLinkEvent>

View File

@@ -419,8 +419,8 @@
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>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</PostBuildEvent>
<PostBuildEvent>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"</PostBuildEvent>
</PropertyGroup>
</Project>