Ticket #123 (closed task: fixed)
MSBuild reports warning when (re-)building OpenSource.sln in VS2010
| Reported by: | baertelchen | Owned by: | baertelchen |
|---|---|---|---|
| Priority: | trivial | Milestone: | |
| Component: | Library | Version: | |
| Keywords: | building opensource.sln msbuild | Cc: |
Description
When re-building OpenSource?.sln, MsBuild? reports a warning, that the linker's output doesn't match the project's target name configuration.
Most of the projects have their own name set as the target name whereas the linker's options are set to emit a different file name.
For example: The Library.vcxproj's output target name is set to $(ProjectName?), i.e. "Library.lib". The linker then overrides that to $(OutDir?)/csmapd.lib what causes the build to report a warning.
Change History
Note: See
TracTickets for help on using
tickets.