/
spruttechnology
/
cam-api-examples
Обзор
Документация
Войти
/
spruttechnology
/
cam-api-examples
Код
Запросы
3
Задачи
Пакеты
0
Релизы
1
Аналитика
v19/develop
UI/ExtensionUtilityMessageBoxNet/project/main/ExtensionUtilityMessageBoxNet.csproj
15 строк
603 B
renal
Stabilization with fresh update of CAM
10 апр 2026, 15:28
10 апр 2026, 15:28
ff452f8
Код
Авторство
О чём код?
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>net8.0-windows</TargetFramework> <ImplicitUsings>enable</ImplicitUsings> <Nullable>enable</Nullable> <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath> <AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath> <GenerateDocumentationFile>true</GenerateDocumentationFile> <OutDir>bin\$(Configuration)\</OutDir> </PropertyGroup> <ItemGroup> <PackageReference Include="SprutTechnology.CAMAPI.SDK.Net" Version="19.0.12" /> </ItemGroup> </Project>