/
shmachilin
/
MathCore
Обзор
Документация
Войти
/
shmachilin
/
MathCore
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
dev
Tests/MathCore.Tests.WPF/MathCore.Tests.WPF.csproj
29 строк
851 B
Павел
Доработка SelectableCollection что бы можно было её можно было полноценно использвоать с DataGrid в режиме добавления новых элементов
11 июн 2025, 16:22
11 июн 2025, 16:22
eca0d70
Код
Авторство
О чём код?
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>WinExe</OutputType> <TargetFramework>net9.0-windows</TargetFramework> <Nullable>enable</Nullable> <ImplicitUsings>enable</ImplicitUsings> <UseWPF>true</UseWPF> <EnableWindowsTargeting>true</EnableWindowsTargeting> <LangVersion>preview</LangVersion> </PropertyGroup> <ItemGroup> <PackageReference Include="MathCore.WPF" Version="0.0.48.1" /> <PackageReference Include="OxyPlot.Contrib.Wpf" Version="2.1.2" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\..\MathCore\MathCore.csproj" /> </ItemGroup> <ItemGroup> <None Update="InterpolatorNDData.zip"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <ExcludeFromSingleFile>true</ExcludeFromSingleFile> </None> </ItemGroup> </Project>