/
kochkatech
/
Queue
Обзор
Документация
Войти
/
kochkatech
/
Queue
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
master
src/Queue.Admin/Queue.Admin.csproj
24 строки
867 B
kochkareal
init: Начальная структура проекта и панель администратора
24 июл 2026, 21:42
24 июл 2026, 21:42
cd5152a
Код
Авторство
О чём код?
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>WinExe</OutputType> <TargetFramework>net10.0-windows</TargetFramework> <UseWPF>true</UseWPF> <ImplicitUsings>enable</ImplicitUsings> <Nullable>enable</Nullable> <RootNamespace>Queue.Admin</RootNamespace> </PropertyGroup> <ItemGroup> <!-- Версии проверить при первом restore в Visual Studio --> <PackageReference Include="CommunityToolkit.Mvvm" Version="8.4.2" /> <PackageReference Include="System.Security.Cryptography.ProtectedData" Version="10.0.0" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\Queue.Core\Queue.Core.csproj" /> <ProjectReference Include="..\Queue.Data\Queue.Data.csproj" /> <ProjectReference Include="..\Queue.Integration.OneC\Queue.Integration.OneC.csproj" /> </ItemGroup> </Project>