Skip to content

Commit 2141411

Browse files
committed
Add comment to Traversal project for SlnGen project properties
1 parent c6a7c3d commit 2141411

3 files changed

Lines changed: 30 additions & 0 deletions

File tree

  • src
    • Traversal.UnitTests/Snapshots
      • RespectsExplicitName.traversal.--name#asdf.verified/traversal
      • UsesDirsAsDefaultName.traversal.--name#.verified/traversal
    • Traversal/Templates/traversal

src/Traversal.UnitTests/Snapshots/RespectsExplicitName.traversal.--name#asdf.verified/traversal/asdf.proj

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
44
55
For docs on customizing a Traversal project, see https://github.com/microsoft/MSBuildSdks/blob/main/src/Traversal/README.md
66
-->
7+
8+
<!--
9+
Uncomment the following lines if you use the SlnGen tool (https://microsoft.github.io/slngen/) and want to customize how solutions are generated.
10+
11+
<PropertyGroup>
12+
<SlnGenProjectName>MyCustomProject</SlnGenProjectName>
13+
<SlnGenFolders>true</SlnGenFolders>
14+
</PropertyGroup>
15+
-->
16+
717
<ItemGroup>
818
<!-- Build all projects recursively under the "src" folder -->
919
<ProjectReference Include="src\**\*.*proj" />

src/Traversal.UnitTests/Snapshots/UsesDirsAsDefaultName.traversal.--name#.verified/traversal/dirs.proj

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
44
55
For docs on customizing a Traversal project, see https://github.com/microsoft/MSBuildSdks/blob/main/src/Traversal/README.md
66
-->
7+
8+
<!--
9+
Uncomment the following lines if you use the SlnGen tool (https://microsoft.github.io/slngen/) and want to customize how solutions are generated.
10+
11+
<PropertyGroup>
12+
<SlnGenProjectName>MyCustomProject</SlnGenProjectName>
13+
<SlnGenFolders>true</SlnGenFolders>
14+
</PropertyGroup>
15+
-->
16+
717
<ItemGroup>
818
<!-- Build all projects recursively under the "src" folder -->
919
<ProjectReference Include="src\**\*.*proj" />

src/Traversal/Templates/traversal/dirs.proj

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
44
55
For docs on customizing a Traversal project, see https://github.com/microsoft/MSBuildSdks/blob/main/src/Traversal/README.md
66
-->
7+
8+
<!--
9+
Uncomment the following lines if you use the SlnGen tool (https://microsoft.github.io/slngen/) and want to customize how solutions are generated.
10+
11+
<PropertyGroup>
12+
<SlnGenProjectName>MyCustomProject</SlnGenProjectName>
13+
<SlnGenFolders>true</SlnGenFolders>
14+
</PropertyGroup>
15+
-->
16+
717
<ItemGroup>
818
<!-- Build all projects recursively under the "src" folder -->
919
<ProjectReference Include="src\**\*.*proj" />

0 commit comments

Comments
 (0)