-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathOneWare.Core.csproj
More file actions
42 lines (38 loc) · 2.41 KB
/
Copy pathOneWare.Core.csproj
File metadata and controls
42 lines (38 loc) · 2.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
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\..\build\props\Base.props"/>
<Import Project="..\..\build\props\OneWare.Module.props"/>
<Import Project="..\..\build\props\Avalonia.Themes.Simple.props"/>
<Import Project="..\..\build\props\Avalonia.Diagnostics.props"/>
<Import Project="..\..\build\props\RestSharp.props"/>
<Import Project="..\..\build\props\SharpCompress.props"/>
<Import Project="..\..\build\props\Markdown.Avalonia.props"/>
<Import Project="..\..\build\props\Microsoft.ML.OnnxRuntime.props"/>
<Import Project="..\..\build\props\OpenCvSharp4.runtime.props"/>
<Import Project="..\..\build\props\Microsoft.Extensions.DependencyInjection.props"/>
<Import Project="..\..\build\props\Microsoft.Extensions.Logging.props"/>
<ItemGroup>
<AvaloniaResource Include="Assets\**\*.*"/>
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.CommandLine" Version="2.0.10"/>
<PackageReference Include="Serilog" Version="4.3.1"/>
<PackageReference Include="Serilog.Extensions.Logging" Version="10.0.0"/>
<PackageReference Include="Serilog.Sinks.Console" Version="6.1.1"/>
<PackageReference Include="Serilog.Sinks.File" Version="7.0.0"/>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\OneWare.Essentials\OneWare.Essentials.csproj"/>
<ProjectReference Include="..\OneWare.ApplicationCommands\OneWare.ApplicationCommands.csproj"/>
<ProjectReference Include="..\OneWare.ErrorList\OneWare.ErrorList.csproj"/>
<ProjectReference Include="..\OneWare.FolderProjectSystem\OneWare.FolderProjectSystem.csproj"/>
<ProjectReference Include="..\OneWare.ImageViewer\OneWare.ImageViewer.csproj"/>
<ProjectReference Include="..\OneWare.Json\OneWare.Json.csproj"/>
<ProjectReference Include="..\OneWare.LibraryExplorer\OneWare.LibraryExplorer.csproj"/>
<ProjectReference Include="..\OneWare.Output\OneWare.Output.csproj"/>
<ProjectReference Include="..\OneWare.ProjectExplorer\OneWare.ProjectExplorer.csproj"/>
<ProjectReference Include="..\OneWare.ProjectSystem\OneWare.ProjectSystem.csproj"/>
<ProjectReference Include="..\OneWare.SearchList\OneWare.SearchList.csproj"/>
<ProjectReference Include="..\OneWare.Settings\OneWare.Settings.csproj"/>
<ProjectReference Include="..\OneWare.Toml\OneWare.Toml.csproj"/>
</ItemGroup>
</Project>