diff options
| author | ruki <[email protected]> | 2020-07-15 00:43:15 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-07-14 22:19:31 +0800 |
| commit | ae2a52115fa338dee9fbd426771b34dabe882d76 (patch) | |
| tree | cab7be0d634e0925435e3396f656634f73811ebe /xmake/plugins/project | |
| parent | 648b495eb4d94d3f2908eff3eff47286a807b303 (diff) | |
fix vsxmake arch
Diffstat (limited to 'xmake/plugins/project')
| -rw-r--r-- | xmake/plugins/project/vsxmake/vsproj/templates/vcxproj/ProjectConfiguration(mode,arch) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/plugins/project/vsxmake/vsproj/templates/vcxproj/ProjectConfiguration(mode,arch) b/xmake/plugins/project/vsxmake/vsproj/templates/vcxproj/ProjectConfiguration(mode,arch) index f2d2eac47..d6956bf15 100644 --- a/xmake/plugins/project/vsxmake/vsproj/templates/vcxproj/ProjectConfiguration(mode,arch) +++ b/xmake/plugins/project/vsxmake/vsproj/templates/vcxproj/ProjectConfiguration(mode,arch) @@ -1,4 +1,4 @@ - <ProjectConfiguration Include="#mode#|#arch#"> + <ProjectConfiguration Include="#mode#|#vsarch#"> <Configuration>#mode#</Configuration> <Platform>#vsarch#</Platform> </ProjectConfiguration> |
