-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCairoSharp.slnx
More file actions
73 lines (73 loc) · 3.14 KB
/
CairoSharp.slnx
File metadata and controls
73 lines (73 loc) · 3.14 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
<Solution>
<Folder Name="/build/">
<File Path="Directory.Build.props" />
<File Path="Directory.Build.targets" />
<File Path="nuget.config" />
</Folder>
<Folder Name="/demos/">
<File Path="demos/ReadMe.md" />
<File Path="demos/run-all-non-gui.sh" />
<Project Path="demos/AspNetCoreDemo/AspNetCoreDemo.csproj" />
<Project Path="demos/CairoDemo.NuGet/CairoDemo.NuGet.csproj" />
<Project Path="demos/CairoDemo/CairoDemo.csproj" />
<Project Path="demos/CairoExtensionsDemo/CairoExtensionsDemo.csproj" />
<Project Path="demos/FreeTypeDemo/FreeTypeDemo.csproj" />
<Project Path="demos/PangoDemo/PangoDemo.csproj" />
</Folder>
<Folder Name="/demos/GTK/">
<Project Path="demos/Gtk/Gtk3Demo/Gtk3Demo.csproj" />
<Project Path="demos/Gtk/Gtk4Animation/Gtk4Animation.csproj" />
<Project Path="demos/Gtk/Gtk4AnimationOptimized/Gtk4AnimationOptimized.csproj" />
<Project Path="demos/Gtk/Gtk4AnimationWithBuilder/Gtk4AnimationWithBuilder.csproj" />
<Project Path="demos/GTK/Gtk4Demo.NuGet/Gtk4Demo.NuGet.csproj" />
<Project Path="demos/Gtk/Gtk4Demo/Gtk4Demo.csproj" />
<Project Path="demos/Gtk/Gtk4DemoSimple/Gtk4DemoSimple.csproj" />
<Project Path="demos/GTK/Gtk4FunctionPlotDemo/Gtk4FunctionPlotDemo.csproj" />
</Folder>
<Folder Name="/demos/Loading/">
<Project Path="demos/Loading/AspNetCorePdf2Png/AspNetCorePdf2Png.csproj" />
<Project Path="demos/Loading/SvgPdfLoading/SvgPdfLoading.csproj" />
</Folder>
<Folder Name="/demos/Windows/">
<Project Path="demos/Windows/WinFormsAnimation/WinFormsAnimation.csproj" />
<Project Path="demos/Windows/WinFormsDemo/WinFormsDemo.csproj" />
<Project Path="demos/Windows/WpfDemo/WpfDemo.csproj" />
</Folder>
<Folder Name="/native/">
<File Path="native/ReadMe.md" />
</Folder>
<Folder Name="/native/stubs/">
<File Path="native/stubs/ReadMe.md" />
</Folder>
<Folder Name="/native/stubs/linux-arm/">
<File Path="native/stubs/linux-arm/create.sh" />
</Folder>
<Folder Name="/native/stubs/linux-arm64/">
<File Path="native/stubs/linux-arm64/create.sh" />
</Folder>
<Folder Name="/native/stubs/linux-x64/">
<File Path="native/stubs/linux-x64/create.sh" />
</Folder>
<Folder Name="/Solution Items/">
<File Path=".editorconfig" />
<File Path=".gitattributes" />
<File Path=".gitignore" />
<File Path="LICENSE" />
<File Path="ReadMe.md" />
</Folder>
<Folder Name="/source/">
<File Path="source/Directory.Build.props" />
<Project Path="source/CairoSharp.Extensions/CairoSharp.Extensions.csproj" />
<Project Path="source/CairoSharp/CairoSharp.csproj" />
<Project Path="source/Gtk4.Extensions/Gtk4.Extensions.csproj" />
</Folder>
<Folder Name="/tests/">
<Project Path="tests/CairoSharp.Extensions.Tests/CairoSharp.Extensions.Tests.csproj" />
<Project Path="tests/CairoSharp.Tests/CairoSharp.Tests.csproj" />
</Folder>
<Folder Name="/tools/">
<Project Path="tools/ColorMapLightnessPlotter/ColorMapLightnessPlotter.csproj" />
<Project Path="tools/CreateColorMaps/CreateColorMaps.csproj" />
<Project Path="tools/CreateKnownColors/CreateKnownColors.csproj" />
</Folder>
</Solution>