/
Edwar
/
cam-api-examples
Обзор
Документация
Войти
/
Edwar
/
cam-api-examples
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
UI/ExtensionUtilityNotifyNet/project/main/ExtensionUtilityNotifyNet.csproj
16 строк
630 B
cepera
Merge branch 'v18/develop' into v18/main
29 май 2025, 15:29
29 май 2025, 15:29
9c30e94
Код
Авторство
О чём код?
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>net8.0-windows</TargetFramework> <ImplicitUsings>enable</ImplicitUsings> <Nullable>enable</Nullable> <UseWPF>true</UseWPF> <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath> <AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath> <GenerateDocumentationFile>true</GenerateDocumentationFile> <OutDir>bin\$(Configuration)\</OutDir> </PropertyGroup> <ItemGroup> <PackageReference Include="SprutTechnology.CAMAPI.SDK.Net" Version="18.4.1" /> </ItemGroup> </Project>