aswi2022bug-thugs-gitlab/ld_client/LDClient/LDClient.csproj @ 71520576
1 | c318a92c | Pultak | <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> |