1 |
b8b5af05
|
Roman Kalivoda
|
<Project Sdk="Microsoft.NET.Sdk">
|
2 |
5e6dbc33
|
Roman Kalivoda
|
|
3 |
b8b5af05
|
Roman Kalivoda
|
<PropertyGroup>
|
4 |
|
|
<OutputType>Exe</OutputType>
|
5 |
|
|
<TargetFramework>net5.0</TargetFramework>
|
6 |
|
|
<Authors>Tři Mušketýři</Authors>
|
7 |
|
|
<Company>University of West Bohemia</Company>
|
8 |
|
|
</PropertyGroup>
|
9 |
5e6dbc33
|
Roman Kalivoda
|
|
10 |
b8b5af05
|
Roman Kalivoda
|
<ItemGroup>
|
11 |
0d31f7e0
|
Roman Kalivoda
|
<PackageReference Include="log4net" Version="2.0.12" />
|
12 |
b8b5af05
|
Roman Kalivoda
|
<PackageReference Include="Microsoft.ML" Version="1.5.5" />
|
13 |
|
|
</ItemGroup>
|
14 |
|
|
|
15 |
|
|
<ItemGroup>
|
16 |
|
|
<Compile Update="Properties\Resources.Designer.cs">
|
17 |
|
|
<DesignTime>True</DesignTime>
|
18 |
|
|
<AutoGen>True</AutoGen>
|
19 |
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
20 |
|
|
</Compile>
|
21 |
|
|
</ItemGroup>
|
22 |
|
|
|
23 |
|
|
<ItemGroup>
|
24 |
|
|
<EmbeddedResource Update="Properties\Resources.resx">
|
25 |
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
26 |
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
27 |
|
|
</EmbeddedResource>
|
28 |
|
|
</ItemGroup>
|
29 |
|
|
|
30 |
0d31f7e0
|
Roman Kalivoda
|
<!--<ItemGroup>
|
31 |
b8b5af05
|
Roman Kalivoda
|
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleToAttribute">
|
32 |
|
|
<_Parameter1>ServerAppUnitTests</_Parameter1>
|
33 |
0d31f7e0
|
Roman Kalivoda
|
--><!-- We use the value of AssemblyName to declare the value of the attribute --><!--
|
34 |
b8b5af05
|
Roman Kalivoda
|
</AssemblyAttribute>
|
35 |
0d31f7e0
|
Roman Kalivoda
|
</ItemGroup>-->
|
36 |
5e6dbc33
|
Roman Kalivoda
|
|
37 |
|
|
</Project>
|