Projekt

Obecné

Profil

Stáhnout (1.31 KB) Statistiky
| Větev: | Tag: | Revize:
1
<Project Sdk="Microsoft.NET.Sdk">
2

    
3
    <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

    
10
    <ItemGroup>
11
        <PackageReference Include="log4net" Version="2.0.12" />
12
        <PackageReference Include="Microsoft.ML" Version="1.5.5" />
13
        <PackageReference Include="Microsoft.ML.TimeSeries" Version="1.5.5" />
14
    </ItemGroup>
15

    
16
    <ItemGroup>
17
        <Compile Update="Properties\Resources.Designer.cs">
18
            <DesignTime>True</DesignTime>
19
            <AutoGen>True</AutoGen>
20
            <DependentUpon>Resources.resx</DependentUpon>
21
        </Compile>
22
    </ItemGroup>
23

    
24
    <ItemGroup>
25
        <EmbeddedResource Update="Properties\Resources.resx">
26
            <Generator>ResXFileCodeGenerator</Generator>
27
            <LastGenOutput>Resources.Designer.cs</LastGenOutput>
28
        </EmbeddedResource>
29
    </ItemGroup>
30

    
31
    <!--<ItemGroup>
32
        <AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleToAttribute">
33
            <_Parameter1>ServerAppUnitTests</_Parameter1>
34
            --><!-- We use the value of AssemblyName to declare the value of the attribute --><!--
35
        </AssemblyAttribute>
36
    </ItemGroup>-->
37

    
38
</Project>
(3-3/4)