/
spruttechnology
/
cam-api-examples
Обзор
Документация
Войти
/
spruttechnology
/
cam-api-examples
Код
Запросы
3
Задачи
Пакеты
0
Релизы
1
Аналитика
v19/develop
ApiApplicationNet/FullWorkflow3DProject/project/main/ApplicationFullWorkflow3DProjectNet.csproj
18 строк
798 B
renal
Stabilization with fresh update of CAM
10 апр 2026, 15:28
10 апр 2026, 15:28
ff452f8
Код
Авторство
О чём код?
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>WinExe</OutputType> <TargetFramework>net8.0-windows</TargetFramework> <Nullable>enable</Nullable> <UseWPF>true</UseWPF> <CAMPath>C:\Program Files\Sprut Technology\SprutCAM 19\Bin64</CAMPath> <OutDir>C:\Program Files\Sprut Technology\SprutCAM 19\Bin64</OutDir> </PropertyGroup> <ItemGroup> <PackageReference Include="SprutTechnology.CAMIPC.SDK.Net" Version="19.0.12" /> <Reference Include="$(CAMPath)\PathAliasesInterface.dll" /> <Reference Include="$(CAMPath)\AssemblyLoaderTypes.dll" /> <Reference Include="$(CAMPath)\AppStarterInterface.dll" /> <Reference Include="$(CAMPath)\STLoggingInterface.dll" /> </ItemGroup> </Project>