forked from verybadcat/CSharpMath
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCSharpMath.slnx
More file actions
100 lines (100 loc) · 4.41 KB
/
CSharpMath.slnx
File metadata and controls
100 lines (100 loc) · 4.41 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<Solution>
<Configurations>
<BuildType Name="Debug" />
<BuildType Name="Release" />
<BuildType Name="Not.Uno.Example" />
</Configurations>
<Folder Name="/_GlobalFiles/">
<File Path=".editorconfig" />
<File Path=".gitignore" />
<File Path="CONTRIBUTING.md" />
<File Path="Directory.Build.props" />
<File Path="Directory.Build.targets" />
<File Path="global.json" />
<File Path="Icon.png" />
<File Path="Idea bucket.txt" />
<File Path="LICENSE" />
<File Path="README.md" />
<File Path="ReleaseProcedure.txt" />
</Folder>
<Folder Name="/_GlobalFiles/workflows/">
<File Path=".github/workflows/Benchmark.yml" />
<File Path=".github/workflows/Format.yml" />
<File Path=".github/workflows/Nightly.yml" />
<File Path=".github/workflows/Release.yml" />
<File Path=".github/workflows/Test.yml" />
</Folder>
<Folder Name="/Core/">
<Project Path="CSharpMath/CSharpMath.csproj">
<BuildType Solution="Not.Uno.Example|*" Project="Release" />
</Project>
<Project Path="CSharpMath.Core.Example/CSharpMath.Core.Example.csproj">
<BuildType Solution="Not.Uno.Example|*" Project="Release" />
</Project>
<Project Path="CSharpMath.Core.Tests/CSharpMath.Core.Tests.csproj">
<BuildType Solution="Not.Uno.Example|*" Project="Release" />
</Project>
<Project Path="CSharpMath.Evaluation/CSharpMath.Evaluation.csproj">
<BuildType Solution="Not.Uno.Example|*" Project="Release" />
</Project>
<Project Path="CSharpMath.Evaluation.Tests/CSharpMath.Evaluation.Tests.csproj">
<BuildType Solution="Not.Uno.Example|*" Project="Release" />
</Project>
<Project Path="CSharpMath.Rendering/CSharpMath.Rendering.csproj">
<BuildType Solution="Not.Uno.Example|*" Project="Release" />
</Project>
<Project Path="CSharpMath.Rendering.Benchmarks/CSharpMath.Rendering.Benchmarks.csproj">
<BuildType Solution="Not.Uno.Example|*" Project="Release" />
</Project>
<Project Path="CSharpMath.Rendering.Tests/CSharpMath.Rendering.Tests.csproj">
<BuildType Solution="Not.Uno.Example|*" Project="Release" />
</Project>
<Project Path="CSharpMath.Rendering.Tests.FSharp/CSharpMath.Rendering.Tests.FSharp.fsproj">
<BuildType Solution="Not.Uno.Example|*" Project="Release" />
</Project>
<Project Path="CSharpMath.Rendering.Text.Tests/CSharpMath.Rendering.Text.Tests.csproj">
<BuildType Solution="Not.Uno.Example|*" Project="Release" />
</Project>
<Project Path="CSharpMath.Xaml.Tests/CSharpMath.Xaml.Tests.csproj">
<BuildType Solution="Not.Uno.Example|*" Project="Release" />
</Project>
<Project Path="CSharpMath.Xaml.Tests.NuGet/CSharpMath.Xaml.Tests.NuGet.csproj">
<BuildType Solution="Not.Uno.Example|*" Project="Release" />
</Project>
</Folder>
<Folder Name="/Core/CSharpMath.Xaml/">
<File Path="CSharpMath.Xaml/Views.cs" />
</Folder>
<Project Path="CSharpMath.Avalonia/CSharpMath.Avalonia.csproj">
<BuildType Solution="Not.Uno.Example|*" Project="Release" />
</Project>
<Project Path="CSharpMath.Avalonia.Example/CSharpMath.Avalonia.Example.csproj">
<BuildType Solution="Not.Uno.Example|*" Project="Release" />
</Project>
<Project Path="CSharpMath.Maui/CSharpMath.Maui.csproj">
<BuildType Solution="Not.Uno.Example|*" Project="Release" />
</Project>
<Project Path="CSharpMath.Maui.Example/CSharpMath.Maui.Example.csproj">
<BuildType Solution="Not.Uno.Example|*" Project="Release" />
<Deploy Solution="Debug|*" />
</Project>
<Project Path="CSharpMath.SkiaSharp/CSharpMath.SkiaSharp.csproj">
<BuildType Solution="Not.Uno.Example|*" Project="Release" />
</Project>
<Project Path="CSharpMath.SkiaSharp.Example/CSharpMath.SkiaSharp.Example.csproj">
<BuildType Solution="Not.Uno.Example|*" Project="Release" />
</Project>
<Project Path="CSharpMath.Uno/CSharpMath.Uno.csproj">
<BuildType Solution="Not.Uno.Example|*" Project="Release" />
</Project>
<Project Path="CSharpMath.Uno.Example/CSharpMath.Uno.Example.csproj">
<Build Solution="Not.Uno.Example|*" Project="false" />
<Deploy Solution="Debug|*" />
</Project>
<Project Path="CSharpMath.VectSharp/CSharpMath.VectSharp.csproj">
<BuildType Solution="Not.Uno.Example|*" Project="Release" />
</Project>
<Project Path="CSharpMath.VectSharp.Example/CSharpMath.VectSharp.Example.csproj">
<BuildType Solution="Not.Uno.Example|*" Project="Release" />
</Project>
</Solution>