-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathKitopia.slnx
More file actions
43 lines (43 loc) · 1.7 KB
/
Kitopia.slnx
File metadata and controls
43 lines (43 loc) · 1.7 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
<Solution>
<Configurations>
<Platform Name="Any CPU" />
<Platform Name="ARM" />
<Platform Name="arm64" />
<Platform Name="x64" />
<Platform Name="x86" />
</Configurations>
<Folder Name="/Plugins/">
<Project Path="KitopiaEx/KitopiaEx.csproj" />
<Project Path="PluginCore/PluginCore.csproj" />
</Folder>
<Folder Name="/Plugins/HasDependencyPlugin/">
<Project Path="HasDependencyPlugin/HasDependencyPlugin.csproj" />
<Project Path="HasDependencyPluginBase/HasDependencyPluginBase.csproj" />
</Folder>
<Folder Name="/Plugins/OnnxRuntime/">
<Project Path="OnnxRuntime.CPU/OnnxRuntime.CPU.csproj" />
<Project Path="OnnxRuntime.Gpu.Win/OnnxRuntime.Gpu.Win.csproj" />
<Project Path="OnnxRuntime.OpenVino/OnnxRuntime.OpenVino.csproj" />
</Folder>
<Project Path="build/kitopia.csproj">
<Build Project="false" />
</Project>
<Project Path="ContextMenuDll/ContextMenuDll.csproj">
<Deploy Solution="Debug|Any CPU" />
</Project>
<Project Path="ContextMenuDllTester/ContextMenuDllTester.csproj" />
<Project Path="Core.Linux/Core.Linux.csproj" />
<Project Path="Core.Window/Core.Window.csproj" />
<Project Path="Core/Core.csproj">
<BuildDependency Project="PluginCore/PluginCore.csproj" />
</Project>
<Project Path="KitopiaAvalonia/KitopiaAvalonia.csproj">
<Platform Solution="Debug|x64" Project="x64" />
</Project>
<Project Path="KitopiaBenchmark/KitopiaBenchmark.csproj">
<BuildType Solution="Debug|Any CPU" Project="Release" />
</Project>
<Project Path="KitopiaTest/KitopiaTest.csproj" />
<Project Path="NodifyM.Avalonia/NodifyM.Avalonia/NodifyM.Avalonia.csproj" />
<Project Path="PinyinM.NET/Pinyin.NET/Pinyin.NET.csproj" />
</Solution>