-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathProduction Dashboard.csproj
More file actions
31 lines (26 loc) · 1.01 KB
/
Production Dashboard.csproj
File metadata and controls
31 lines (26 loc) · 1.01 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
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<RootNamespace>Production_Analysis</RootNamespace>
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
</PropertyGroup>
<ItemGroup>
<None Remove="Images\dashboard.png" />
<None Remove="Images\proanalysis.png" />
<None Remove="Images\proanalysis2.png" />
<None Remove="Images\prodashboard.png" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.2" />
<PackageReference Include="LiveChartsCore.SkiaSharpView.WPF" Version="2.0.0-beta.810" />
<PackageReference Include="MahApps.Metro.IconPacks" Version="4.11.0" />
<PackageReference Include="PDFsharp" Version="6.0.0" />
<PackageReference Include="System.Data.SqlClient" Version="4.8.6" />
</ItemGroup>
<ItemGroup>
<Resource Include="Images\dashboard.png" />
<Resource Include="Images\prodashboard.png" />
</ItemGroup>
</Project>