|
| 1 | +<Solution> |
| 2 | + <Configurations> |
| 3 | + <BuildType Name="Debug" /> |
| 4 | + <BuildType Name="Release" /> |
| 5 | + <BuildType Name="Release-NotWindows" /> |
| 6 | + </Configurations> |
| 7 | + <Folder Name="/Solution Items/"> |
| 8 | + <File Path="../appveyor.yml" /> |
| 9 | + <File Path="../readme.source.md" /> |
| 10 | + <File Path=".editorconfig" /> |
| 11 | + <File Path="Directory.Build.props" /> |
| 12 | + <File Path="Directory.Packages.props" /> |
| 13 | + <File Path="global.json" /> |
| 14 | + <File Path="mdsnippets.json" /> |
| 15 | + </Folder> |
| 16 | + <Project Path="DiffEngine.Tests/DiffEngine.Tests.csproj"> |
| 17 | + <BuildDependency Project="FakeDiffTool/FakeDiffTool.csproj" /> |
| 18 | + <BuildType Solution="Release-NotWindows|*" Project="Release" /> |
| 19 | + </Project> |
| 20 | + <Project Path="DiffEngine/DiffEngine.csproj"> |
| 21 | + <BuildType Solution="Release-NotWindows|*" Project="Release" /> |
| 22 | + </Project> |
| 23 | + <Project Path="DiffEngineTray.Tests/DiffEngineTray.Tests.csproj"> |
| 24 | + <BuildDependency Project="FakeDiffTool/FakeDiffTool.csproj" /> |
| 25 | + <BuildType Solution="Release-NotWindows|*" Project="Release" /> |
| 26 | + <Build Solution="Release-NotWindows|*" Project="false" /> |
| 27 | + </Project> |
| 28 | + <Project Path="DiffEngineTray/DiffEngineTray.csproj"> |
| 29 | + <BuildType Solution="Release-NotWindows|*" Project="Release" /> |
| 30 | + <Build Solution="Release-NotWindows|*" Project="false" /> |
| 31 | + </Project> |
| 32 | + <Project Path="FakeDiffTool/FakeDiffTool.csproj"> |
| 33 | + <BuildType Solution="Release-NotWindows|*" Project="Release" /> |
| 34 | + </Project> |
| 35 | + <Project Path="VersionTests/VersionTests.csproj"> |
| 36 | + <BuildType Solution="Release-NotWindows|*" Project="Debug" /> |
| 37 | + </Project> |
| 38 | +</Solution> |
0 commit comments