Skip to content
This repository was archived by the owner on Aug 11, 2021. It is now read-only.

Commit 365ea14

Browse files
committed
[packages,VSSolutionBuilder] Fixes #656. Generated .vcxprojs were missing filters for source files.
1 parent 60e7bb4 commit 365ea14

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Changelog.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
04-Sep-2019 Fixes #656. Generated .vcxprojs were missing filters for source files.
2+
13
04-Sep-2019 Fixes #654. Cannot use macros in 'ClCompile Include="path"' style .vcxproj elements, as it's not guaranteed to work. See https://docs.microsoft.com/en-us/cpp/build/reference/vcxproj-file-structure?view=vs-2015.
24

35
04-Sep-2019 Fixes #655. Fixed regression that specifying a package version on the command line that did not match any package versions in the definition file was silently ignored.

packages/VSSolutionBuilder/bam/Scripts/VSProject.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ public void
227227
{
228228
this.Sources.AddUnique(source);
229229
}
230+
AddToFilter(source);
230231
}
231232

232233
/// <summary>

0 commit comments

Comments
 (0)