my advent of code solutions
at main 16 lines 528 B view raw
1<Solution> 2 <Folder Name="/SolutionItems/"> 3 <File Path=".drone.yml"/> 4 <File Path=".editorconfig"/> 5 <File Path=".gitignore"/> 6 <File Path="DayXX.cs.txt"/> 7 <File Path="Directory.Build.props"/> 8 <File Path="Directory.Packages.props"/> 9 <File Path="getday.sh"/> 10 <File Path="global.json"/> 11 <File Path="LICENSE"/> 12 <File Path="README.md"/> 13 </Folder> 14 <Project Path="Solutions\Solutions.csproj"/> 15 <Project Path="Tests\Tests.csproj"/> 16</Solution>