|
1 | 1 | <Solution> |
2 | 2 | <Configurations> |
| 3 | + <BuildType Name="Debug.R21"/> |
3 | 4 | <BuildType Name="Debug.R22"/> |
4 | 5 | <BuildType Name="Debug.R23"/> |
5 | 6 | <BuildType Name="Debug.R24"/> |
6 | 7 | <BuildType Name="Debug.R25"/> |
7 | 8 | <BuildType Name="Debug.R26"/> |
| 9 | + <BuildType Name="Release.R21"/> |
8 | 10 | <BuildType Name="Release.R22"/> |
9 | 11 | <BuildType Name="Release.R23"/> |
10 | 12 | <BuildType Name="Release.R24"/> |
|
13 | 15 | </Configurations> |
14 | 16 | <Folder Name="/Solution Items/"> |
15 | 17 | <File Path="build/appsettings.json"/> |
| 18 | + <File Path="Changelog.md"/> |
16 | 19 | <File Path="Directory.Build.props"/> |
17 | 20 | <File Path="Directory.Packages.props"/> |
18 | 21 | <File Path="Readme.md"/> |
19 | 22 | </Folder> |
20 | 23 | <Project Path="build/Build.csproj"> |
| 24 | + <BuildType Solution="Debug.R21|*" Project="Debug"/> |
21 | 25 | <BuildType Solution="Debug.R22|*" Project="Debug"/> |
22 | 26 | <BuildType Solution="Debug.R23|*" Project="Debug"/> |
23 | 27 | <BuildType Solution="Debug.R24|*" Project="Debug"/> |
24 | 28 | <BuildType Solution="Debug.R25|*" Project="Debug"/> |
25 | 29 | <BuildType Solution="Debug.R26|*" Project="Debug"/> |
| 30 | + <BuildType Solution="Release.R21|*" Project="Release"/> |
26 | 31 | <BuildType Solution="Release.R22|*" Project="Release"/> |
27 | 32 | <BuildType Solution="Release.R23|*" Project="Release"/> |
28 | 33 | <BuildType Solution="Release.R24|*" Project="Release"/> |
|
0 commit comments