-
Notifications
You must be signed in to change notification settings - Fork 0
/
Advent2019.slnf
25 lines (25 loc) · 1.01 KB
/
Advent2019.slnf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"solution": {
"path": "Advent.slnx",
"projects": [
"2019\\A2019.Common\\A2019.Common.csproj",
"2019\\A2019.Problem01\\A2019.Problem01.csproj",
"2019\\A2019.Problem02\\A2019.Problem02.csproj",
"2019\\A2019.Problem03\\A2019.Problem03.csproj",
"2019\\A2019.Problem04\\A2019.Problem04.csproj",
"2019\\A2019.Problem05\\A2019.Problem05.csproj",
"2019\\A2019.Problem06\\A2019.Problem06.csproj",
"2019\\A2019.Problem07\\A2019.Problem07.csproj",
"2019\\A2019.Problem08\\A2019.Problem08.csproj",
"2019\\A2019.Problem09\\A2019.Problem09.csproj",
"2019\\A2019.Problem10\\A2019.Problem10.csproj",
"2019\\A2019.Problem11\\A2019.Problem11.csproj",
"2019\\A2019.Problem12\\A2019.Problem12.csproj",
"2019\\A2019.Problem13\\A2019.Problem13.csproj",
"2019\\A2019.Problem14\\A2019.Problem14.csproj",
"2019\\A2019.Tests\\A2019.Tests.csproj",
"Advent.BaseTests\\Advent.BaseTests.csproj",
"Advent.Common\\Advent.Common.csproj"
]
}
}