diff options
| author | ruki <[email protected]> | 2022-06-07 00:41:06 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-06-07 00:41:06 +0800 |
| commit | 5a2ac394c0cd7b5ee39ba88b5022c8e7f58dde3f (patch) | |
| tree | 69e3555b4dac988fbe8dbef62fe1cec17771e187 | |
| parent | 31e6c06bbda24d8b2e704705d4acf716d6c28a1d (diff) | |
fix vsxmake
| -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 7b41e11bc..d90dd7a70 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#@ |
