|
| 1 | +<Solution> |
| 2 | + <Folder Name="/Solution Items/"> |
| 3 | + <File Path=".editorconfig" /> |
| 4 | + <File Path=".gitattributes" /> |
| 5 | + <File Path=".gitignore" /> |
| 6 | + <File Path="Directory.Build.props" /> |
| 7 | + <File Path="Directory.Packages.props" /> |
| 8 | + <File Path="global.json" /> |
| 9 | + <File Path="nuget.config" /> |
| 10 | + <File Path="README.md" /> |
| 11 | + <File Path="version.json" /> |
| 12 | + </Folder> |
| 13 | + <Folder Name="/Solution Items/src/"> |
| 14 | + <File Path="src/.editorconfig" /> |
| 15 | + <File Path="src/Directory.Build.props" /> |
| 16 | + <File Path="src/Directory.Packages.props" /> |
| 17 | + </Folder> |
| 18 | + <Folder Name="/Solution Items/tests/"> |
| 19 | + <File Path="tests/.editorconfig" /> |
| 20 | + <File Path="tests/Directory.Build.props" /> |
| 21 | + <File Path="tests/Directory.Packages.props" /> |
| 22 | + </Folder> |
| 23 | + <Folder Name="/Tests/"> |
| 24 | + <Project Path="tests/SlnUp.Core.Tests/SlnUp.Core.Tests.csproj" /> |
| 25 | + <Project Path="tests/SlnUp.Json.Tests/SlnUp.Json.Tests.csproj" /> |
| 26 | + <Project Path="tests/SlnUp.TestLibrary/SlnUp.TestLibrary.csproj" /> |
| 27 | + <Project Path="tests/SlnUp.Tests/SlnUp.Tests.csproj" /> |
| 28 | + </Folder> |
| 29 | + <Folder Name="/Tools/"> |
| 30 | + <Project Path="src/VisualStudio.VersionScraper/VisualStudio.VersionScraper.csproj" /> |
| 31 | + </Folder> |
| 32 | + <Project Path="src/SlnUp.Core/SlnUp.Core.csproj" /> |
| 33 | + <Project Path="src/SlnUp.Json/SlnUp.Json.csproj" /> |
| 34 | + <Project Path="src/SlnUp/SlnUp.csproj" /> |
| 35 | +</Solution> |
0 commit comments