Skip to content

Commit e1cc89b

Browse files
authored
Tweak example in configuration combinations
Swaps the platform for one project configuration in the Configuration X Platform matrix example, so it's clearer why the first set requires the existence of the second set. Otherwise, it's not obvious why three Win32 configurations require three x64 configurations (but not three ARM configurations).
1 parent 65fdba5 commit e1cc89b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/build/reference/vcxproj-file-structure.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,15 +126,15 @@ The IDE expects to find a project configuration for any combination of `Configur
126126

127127
- Debug|Win32
128128

129-
- Retail|Win32
129+
- Retail|x64
130130

131131
- Special 32-bit Optimization|Win32
132132

133133
then it must also have these configurations, even though "Special 32-bit Optimization" is meaningless for x64:
134134

135135
- Debug|x64
136136

137-
- Retail|x64
137+
- Retail|Win32
138138

139139
- Special 32-bit Optimization|x64
140140

0 commit comments

Comments
 (0)