Projekt

Obecné

Profil

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

    
3
  <PropertyGroup>
4
    <OutputType>Exe</OutputType>
5
    <TargetFramework>net6.0</TargetFramework>
6
    <ImplicitUsings>enable</ImplicitUsings>
7
    <Nullable>enable</Nullable>
8
  </PropertyGroup>
9

    
10
  <ItemGroup>
11
    <Reference Include="t32apinet">
12
      <HintPath>..\dotnet\t32apinet\bin\Release\t32apinet.dll</HintPath>
13
    </Reference>
14
  </ItemGroup>
15

    
16
  <ItemGroup>
17
    <Folder Include="NewFolder\" />
18
  </ItemGroup>
19

    
20
</Project>
(1-1/2)