/
Edwar
/
cam-api-examples
Обзор
Документация
Войти
/
Edwar
/
cam-api-examples
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
ApplicationEmpty/ApplicationEmptyNet/project/main/ApplicationEmptyNet.csproj
32 строки
2 KB
cepera
Merge branch 'v18/develop' into v18/main
29 май 2025, 15:29
29 май 2025, 15:29
9c30e94
Код
Авторство
О чём код?
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>WinExe</OutputType> <TargetFramework>net8.0-windows</TargetFramework> <Nullable>enable</Nullable> <UseWPF>true</UseWPF> </PropertyGroup> <ItemGroup> <PackageReference Include="SprutTechnology.CAMIPC.SDK.Net" Version="18.3.1" /> <!-- <Reference Include="$(CAMPath)CAMAPI.ResultStatus.dll" />--> <!-- <Reference Include="$(CAMPath)CAMAPI.Extensions.dll" />--> <!-- <Reference Include="$(CAMPath)CAMAPI.TechOperation.dll" />--> <!-- <Reference Include="$(CAMPath)CAMAPI.TechnologyForm.dll" />--> <!-- <Reference Include="$(CAMPath)CAMAPI.Generic.List.dll" />--> <!-- <Reference Include="$(CAMPath)CAMAPI.Tools.dll" />--> <!-- <Reference Include="$(CAMPath)CAMAPI.EventHandler.dll" />--> <!-- <Reference Include="$(CAMPath)CAMAPI.DotnetHelper.dll" />--> <!-- <Reference Include="$(CAMPath)CAMAPI.Application.dll" />--> <!-- <Reference Include="$(CAMPath)CAMAPI.Project.dll" />--> <!-- <Reference Include="$(CAMPath)CAMAPI.Technologist.dll" />--> <!-- <Reference Include="$(CAMPath)CAMAPI.UIDialogs.dll" />--> <!-- <Reference Include="$(CAMPath)CAMAPI.UIDialogs.DotnetHelper.dll" />--> <!-- <Reference Include="$(CAMPath)CAMIPC.Helper.dll" />--> <!-- <Reference Include="$(CAMPath)CAMIPC.Application.dll" />--> <!-- <Reference Include="$(CAMPath)CAMIPC.Project.dll" />--> <!-- <Reference Include="$(CAMPath)CAMIPC.Technologist.dll" />--> <!-- <Reference Include="$(CAMPath)CAMIPC.TechOperation.dll" />--> <!-- <Reference Include="$(CAMPath)CAMIPC.ExecuteContext.dll" />--> <!-- <Reference Include="$(CAMPath)NativeLibUtils.dll" />--> </ItemGroup> </Project>