File tree Expand file tree Collapse file tree
Traversal.UnitTests/Snapshots
RespectsExplicitName.traversal.--name#asdf.verified/traversal
UsesDirsAsDefaultName.traversal.--name#.verified/traversal
Traversal/Templates/traversal Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" />
Original file line number Diff line number Diff line change 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" />
Original file line number Diff line number Diff line change 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" />
You can’t perform that action at this time.
0 commit comments