Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Always create solution folders when importing, since they are useful for build telemetry#1117

Merged
asimonov-msft merged 1 commit into
microsoft:developfrom
asimonov-msft:vsimporter_slnfolders
Oct 14, 2016
Merged

Always create solution folders when importing, since they are useful for build telemetry#1117
asimonov-msft merged 1 commit into
microsoft:developfrom
asimonov-msft:vsimporter_slnfolders

Conversation

@asimonov-msft

Copy link
Copy Markdown
Contributor

No description provided.

Comment thread tools/vsimporter/src/SBProject.cpp Outdated
// The solution folder is necessary for VS build telemetry to work properly.
VSSolutionFolderProject* projFolder = NULL;
if (m_existingTargets.size() > 1) {
if (m_existingTargets.size() > 0) {

@aballway aballway Oct 11, 2016

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this check necessary since you already return if it's empty? #Resolved

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are technically correct. The best kind of correct.


In reply to: 82833190 [](ancestors = 82833190)

@andrejo-msft andrejo-msft left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yup.

@asimonov-msft asimonov-msft merged commit 033f725 into microsoft:develop Oct 14, 2016
aballway pushed a commit to aballway/WinObjC that referenced this pull request Oct 19, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants