/
anton.bessolitsyn
/
GraphTool
Обзор
Документация
Войти
/
anton.bessolitsyn
/
GraphTool
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
GraphToolWPF/GraphToolWPF.csproj
44 строки
1 KB
Anton Bessolitsyn
in progress
22 окт 2025, 10:25
22 окт 2025, 10:25
8675066
Код
Авторство
О чём код?
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>net6.0-windows7.0</TargetFramework> <Nullable>enable</Nullable> <UseWPF>true</UseWPF> <ImplicitUsings>enable</ImplicitUsings> </PropertyGroup> <ItemGroup> <PackageReference Include="System.Drawing.Common" Version="6.0.0" /> </ItemGroup> <ItemGroup> <Reference Include="imapimgd"> <HintPath>..\..\..\..\..\..\..\tools\nanoCAD 24.1\SDK\include-x64\imapimgd.dll</HintPath> <Private>False</Private> </Reference> <Reference Include="MapiBaseTypes"> <HintPath>..\..\..\..\..\..\..\tools\nanoCAD 24.1\SDK\include-x64\mapibasetypes.dll</HintPath> <Private>False</Private> </Reference> <Reference Include="mapimgd"> <HintPath>..\..\..\..\..\..\..\tools\nanoCAD 24.1\SDK\include-x64\mapimgd.dll</HintPath> <Private>False</Private> </Reference> <Reference Include="mapinet"> <HintPath>..\..\..\..\..\..\..\tools\nanoCAD 24.1\SDK\include-x64\mapinet.dll</HintPath> </Reference> <Reference Include="mapiwpf"> <HintPath>..\..\..\..\..\..\..\tools\nanoCAD 24.1\SDK\include-x64\mapiwpf.dll</HintPath> <Private>False</Private> </Reference> <Reference Include="McUnits"> <HintPath>..\..\..\..\..\..\..\tools\nanoCAD 24.1\SDK\include-x64\McUnits.dll</HintPath> <Private>False</Private> </Reference> </ItemGroup> <ItemGroup> <Folder Include="Controls\" /> </ItemGroup> </Project>