projects
/
master-thesis.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Use an absolute value for thickness and font size
[master-thesis.git]
/
Parasitemia
/
ParasitemiaUIControls
/
ParasitemiaUIControls.csproj
1
<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
<TargetFramework>net5.0-windows</TargetFramework>
5
<UseWPF>true</UseWPF>
6
</PropertyGroup>
7
8
<ItemGroup>
9
<Resource Include="Resources\chuv_logo.png" />
10
<Resource Include="Resources\hes-so_logo.png" />
11
<Resource Include="Resources\icon.ico" />
12
</ItemGroup>
13
14
</Project>