1234567891011121314151617 |
- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <OutputType>WinExe</OutputType>
- <TargetFramework>net6.0-windows</TargetFramework>
- <UseWPF>true</UseWPF>
- </PropertyGroup>
- <ItemGroup>
- <PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\DocTools\DocTools.csproj" />
- </ItemGroup>
- </Project>
|