/
spruttechnology
/
cam-api-examples
Обзор
Документация
Войти
/
spruttechnology
/
cam-api-examples
Код
Запросы
3
Задачи
Пакеты
0
Релизы
1
Аналитика
v19/develop
Geometry/VecMatrLibExamples/VecMatrLibExamples.csproj
18 строк
527 B
renal
Stabilization with fresh update of CAM
10 апр 2026, 15:28
10 апр 2026, 15:28
ff452f8
Код
Авторство
О чём код?
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <TargetFramework>net8.0-windows</TargetFramework> <ImplicitUsings>enable</ImplicitUsings> <Nullable>enable</Nullable> <OutDir>bin/Debug</OutDir> <PublishDir>bin/Debug</PublishDir> </PropertyGroup> <ItemGroup> <PackageReference Include="SprutTechnology.CAMAPI.SDK.Net" Version="19.0.12" /> <PackageReference Include="SprutTechnology.GeneralUtils.STDefLib" Version="19.0.0" /> </ItemGroup> </Project>