36 lines
1.3 KiB
XML
36 lines
1.3 KiB
XML
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
<PropertyGroup>
|
|
<OutputType>WinExe</OutputType>
|
|
<TargetFramework>net8.0-windows</TargetFramework>
|
|
<UseWindowsForms>true</UseWindowsForms>
|
|
<ApplicationManifest>app.manifest</ApplicationManifest>
|
|
<Nullable>enable</Nullable>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Pilz.Configuration" Version="3.1.2" />
|
|
<PackageReference Include="Pilz.Cryptography" Version="2.0.1" />
|
|
<PackageReference Include="Pilz.IO" Version="2.0.0" />
|
|
<PackageReference Include="Pilz.Plugins" Version="2.1.9" />
|
|
<PackageReference Include="Pilz.Plugins.Advanced" Version="2.7.3" />
|
|
<PackageReference Include="Pilz.Plugins.Advanced.UI" Version="1.5.0" />
|
|
<PackageReference Include="Pilz.Plugins.Advanced.UI.Telerik" Version="1.4.0" />
|
|
<PackageReference Include="UI.for.WinForms.AllControls.Net70" Version="2024.1.312" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\OwnChar.Plugins\OwnChar.Plugins\OwnChar.Plugins.csproj" />
|
|
<ProjectReference Include="..\OwnChar\OwnChar\OwnChar.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Folder Include="Features\MainWindow\MainTabs\" />
|
|
</ItemGroup>
|
|
|
|
<ProjectExtensions><VisualStudio><UserProperties ShouldAddDPIScalingManifest="" /></VisualStudio></ProjectExtensions>
|
|
|
|
|
|
</Project> |