summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDomain <[email protected]>2022-06-25 15:21:00 +0800
committerDomain <[email protected]>2022-06-25 15:21:00 +0800
commita0cf368d17e46c88588456a855a9c3c45bc4f1ed (patch)
treecb3db4e8f58cfb00c9e0c3a8172d5758fd40d1fb
parent554d7848d9433fa2582cbfc35f08984c284bde6a (diff)
Revert "fix vsxmake"
Fix #2432 This reverts commit 5a2ac394c0cd7b5ee39ba88b5022c8e7f58dde3f.
-rw-r--r--xmake/plugins/project/vsxmake/vsproj/templates/sln/ProjConfig(target,mode,arch)4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/plugins/project/vsxmake/vsproj/templates/sln/ProjConfig(target,mode,arch) b/xmake/plugins/project/vsxmake/vsproj/templates/sln/ProjConfig(target,mode,arch)
index d90dd7a70..7b41e11bc 100644
--- a/xmake/plugins/project/vsxmake/vsproj/templates/sln/ProjConfig(target,mode,arch)
+++ b/xmake/plugins/project/vsxmake/vsproj/templates/sln/ProjConfig(target,mode,arch)
@@ -1,2 +1,2 @@
- {#target_id#}.#mode#|#arch#.ActiveCfg = #mode#|#vsarch#
-@default=true; {#target_id#}.#mode#|#arch#.Build.0 = #mode#|#vsarch#@
+ {#target_id#}.#mode#|#arch#.ActiveCfg = #mode#|#vsarch#
+@default=true; {#target_id#}.#mode#|#arch#.Build.0 = #mode#|#vsarch#@