/
spruttechnology
/
cam-api-examples
Обзор
Документация
Войти
/
spruttechnology
/
cam-api-examples
Код
Запросы
3
Задачи
Пакеты
0
Релизы
1
Аналитика
v19/develop
GCodeGeneration/ExtensionPostprocessorPopupNet/project/main/ExtensionPostprocessorPopupNet.csproj
61 строка
3 KB
renal
Новые расширения - всплывающие окна
08 май 2026, 14:27
08 май 2026, 14:27
3cbaf6c
Код
Авторство
О чём код?
<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> <CAMPath>C:/Program Files/Sprut Technology/SprutCAM 19 NB/Bin64</CAMPath> </PropertyGroup> <ItemGroup> <!-- <PackageReference Include="SprutTechnology.CAMAPI.Sdk.Net" Version="19.0.14-dev.1" /> --> <Reference Include="$(CAMPath)\STTypes.dll" /> <Reference Include="$(CAMPath)\STGeomApiTypes.dll" /> <Reference Include="$(CAMPath)\STCustomPropTypes.dll" /> <Reference Include="$(CAMPath)\Geometry.VecMatrLib.dll" /> <Reference Include="$(CAMPath)\CAMAPI.Application.dll" /> <Reference Include="$(CAMPath)\CAMAPI.ApplicationMainForm.dll" /> <Reference Include="$(CAMPath)\CAMAPI.CoordinateSystem.dll" /> <Reference Include="$(CAMPath)\CAMAPI.CurveTypes.dll" /> <Reference Include="$(CAMPath)\CAMAPI.CustomAttributes.dll" /> <Reference Include="$(CAMPath)\CAMAPI.DotnetHelper.dll" /> <Reference Include="$(CAMPath)\CAMAPI.EventHandler.dll" /> <Reference Include="$(CAMPath)\CAMAPI.Extension.PLM.dll" /> <Reference Include="$(CAMPath)\CAMAPI.Extension.Util.Common.dll" /> <Reference Include="$(CAMPath)\CAMAPI.ExtensionManager.dll" /> <Reference Include="$(CAMPath)\CAMAPI.Extensions.dll" /> <Reference Include="$(CAMPath)\CAMAPI.Generic.Dictionary.dll" /> <Reference Include="$(CAMPath)\CAMAPI.Generic.List.dll" /> <Reference Include="$(CAMPath)\CAMAPI.GeomImporter.dll" /> <Reference Include="$(CAMPath)\CAMAPI.GeomLibrary.dll" /> <Reference Include="$(CAMPath)\CAMAPI.GeomModel.dll" /> <Reference Include="$(CAMPath)\CAMAPI.Logger.dll" /> <Reference Include="$(CAMPath)\CAMAPI.Machine.dll" /> <Reference Include="$(CAMPath)\CAMAPI.MCDFormerTypes.dll" /> <Reference Include="$(CAMPath)\CAMAPI.MeshTypes.dll" /> <Reference Include="$(CAMPath)\CAMAPI.ModelFormerTypes.dll" /> <Reference Include="$(CAMPath)\CAMAPI.NCMaker.dll" /> <Reference Include="$(CAMPath)\CAMAPI.Project.dll" /> <Reference Include="$(CAMPath)\CAMAPI.ResultStatus.dll" /> <Reference Include="$(CAMPath)\CAMAPI.Singletons.dll" /> <Reference Include="$(CAMPath)\CAMAPI.Snapshot.dll" /> <Reference Include="$(CAMPath)\CAMAPI.SurfaceTypes.dll" /> <Reference Include="$(CAMPath)\CAMAPI.Technologist.dll" /> <Reference Include="$(CAMPath)\CAMAPI.TechnologyForm.dll" /> <Reference Include="$(CAMPath)\CAMAPI.TechOperation.dll" /> <Reference Include="$(CAMPath)\CAMAPI.TechSolvers.dll" /> <Reference Include="$(CAMPath)\CAMAPI.Tools.dll" /> <Reference Include="$(CAMPath)\CAMAPI.ToolsList.dll" /> <Reference Include="$(CAMPath)\CAMAPI.Simulator.dll" /> <Reference Include="$(CAMPath)\CAMAPI.MachinesLibrary.dll" /> <Reference Include="$(CAMPath)\CAMAPI.PartStage.dll" /> <Reference Include="$(CAMPath)\CAMAPI.Workpiece.dll" /> <Reference Include="$(CAMPath)\STXmlProptypes.dll" /> <Reference Include="$(CAMPath)\CAMAPI.UIDialogs.dll" /> <Reference Include="$(CAMPath)\CAMAPI.UIDialogs.DotnetHelper.dll" /> <Reference Include="$(CAMPath)\CAMAPI.Utilities.dll" /> </ItemGroup> </Project>