|
| 1 | +<Solution> |
| 2 | + <Configurations> |
| 3 | + <BuildType Name="Debug" /> |
| 4 | + <BuildType Name="Debug.Appveyor" /> |
| 5 | + <BuildType Name="Release" /> |
| 6 | + <Platform Name="Any CPU" /> |
| 7 | + <Platform Name="ARM" /> |
| 8 | + <Platform Name="Mixed Platforms" /> |
| 9 | + <Platform Name="x64" /> |
| 10 | + <Platform Name="x86" /> |
| 11 | + </Configurations> |
| 12 | + <Folder Name="/Perf/"> |
| 13 | + <Project Path="benchmarks/RestSharp.Benchmarks/RestSharp.Benchmarks.csproj"> |
| 14 | + <BuildType Solution="Debug.Appveyor|*" Project="Debug" /> |
| 15 | + </Project> |
| 16 | + </Folder> |
| 17 | + <Folder Name="/Serializers/"> |
| 18 | + <Project Path="src/RestSharp.Serializers.CsvHelper/RestSharp.Serializers.CsvHelper.csproj"> |
| 19 | + <BuildType Solution="Debug.Appveyor|*" Project="Debug" /> |
| 20 | + </Project> |
| 21 | + <Project Path="src/RestSharp.Serializers.NewtonsoftJson/RestSharp.Serializers.NewtonsoftJson.csproj"> |
| 22 | + <BuildType Solution="Debug.Appveyor|*" Project="Debug" /> |
| 23 | + </Project> |
| 24 | + <Project Path="src/RestSharp.Serializers.Xml/RestSharp.Serializers.Xml.csproj"> |
| 25 | + <BuildType Solution="Debug.Appveyor|*" Project="Debug" /> |
| 26 | + </Project> |
| 27 | + </Folder> |
| 28 | + <Folder Name="/SourceGen/"> |
| 29 | + <Project Path="gen/SourceGenerator/SourceGenerator.csproj"> |
| 30 | + <BuildType Solution="Debug.Appveyor|*" Project="Debug" /> |
| 31 | + </Project> |
| 32 | + </Folder> |
| 33 | + <Folder Name="/Tests/"> |
| 34 | + <Project Path="test/RestSharp.InteractiveTests/RestSharp.InteractiveTests.csproj"> |
| 35 | + <BuildType Solution="Debug.Appveyor|*" Project="Debug" /> |
| 36 | + </Project> |
| 37 | + <Project Path="test/RestSharp.Tests.DependencyInjection/RestSharp.Tests.DependencyInjection.csproj"> |
| 38 | + <BuildType Solution="Debug.Appveyor|*" Project="Debug" /> |
| 39 | + </Project> |
| 40 | + <Project Path="test/RestSharp.Tests.Integrated/RestSharp.Tests.Integrated.csproj"> |
| 41 | + <BuildType Solution="Debug.Appveyor|*" Project="Debug" /> |
| 42 | + </Project> |
| 43 | + <Project Path="test/RestSharp.Tests.Serializers.Csv/RestSharp.Tests.Serializers.Csv.csproj"> |
| 44 | + <BuildType Solution="Debug.Appveyor|*" Project="Debug" /> |
| 45 | + </Project> |
| 46 | + <Project Path="test/RestSharp.Tests.Serializers.Json/RestSharp.Tests.Serializers.Json.csproj"> |
| 47 | + <BuildType Solution="Debug.Appveyor|*" Project="Debug" /> |
| 48 | + </Project> |
| 49 | + <Project Path="test/RestSharp.Tests.Serializers.Xml/RestSharp.Tests.Serializers.Xml.csproj"> |
| 50 | + <BuildType Solution="Debug.Appveyor|*" Project="Debug" /> |
| 51 | + </Project> |
| 52 | + <Project Path="test/RestSharp.Tests.Shared/RestSharp.Tests.Shared.csproj"> |
| 53 | + <BuildType Solution="Debug.Appveyor|*" Project="Debug" /> |
| 54 | + </Project> |
| 55 | + <Project Path="test/RestSharp.Tests/RestSharp.Tests.csproj"> |
| 56 | + <BuildType Solution="Debug.Appveyor|*" Project="Debug" /> |
| 57 | + </Project> |
| 58 | + </Folder> |
| 59 | + <Project Path="src/RestSharp.Extensions.DependencyInjection/RestSharp.Extensions.DependencyInjection.csproj"> |
| 60 | + <BuildType Solution="Debug.Appveyor|*" Project="Debug" /> |
| 61 | + </Project> |
| 62 | + <Project Path="src/RestSharp/RestSharp.csproj"> |
| 63 | + <BuildType Solution="Debug.Appveyor|*" Project="Debug" /> |
| 64 | + </Project> |
| 65 | +</Solution> |
0 commit comments