Skip to content

Commit 6f66c4f

Browse files
authored
Update vcxproj file structure documentation
Updated per conversation with dev owner.
1 parent e1cc89b commit 6f66c4f

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

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

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -125,18 +125,11 @@ The following snippet shows a project configuration. In this example, 'Debug|x64
125125
The IDE expects to find a project configuration for any combination of `Configuration` and `Platform` values used in all `ProjectConfiguration` items. Often, it means that a project might have meaningless project configurations to fulfill this requirement. For instance, if a project has these configurations:
126126

127127
- Debug|Win32
128-
129128
- Retail|x64
130-
131-
- Special 32-bit Optimization|Win32
132-
133-
then it must also have these configurations, even though "Special 32-bit Optimization" is meaningless for x64:
134-
135129
- Debug|x64
136-
137130
- Retail|Win32
138131

139-
- Special 32-bit Optimization|x64
132+
Then if you add a new configuration to the project, say "Special 32-bit Optimization|Win32", then you must also add the configuration "Special 32-bit Optimization|x64", even though "Special 32-bit Optimization" is meaningless for x64.
140133

141134
You can disable the build and deploy commands for any configuration in the **Solution Configuration Manager**.
142135

0 commit comments

Comments
 (0)