aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/embeddable-dll-service/csharp/demo-client.csproj
blob: 00339ee2445916985a5fdba0ca01f9af05afa846 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">

  <PropertyGroup>
    <OutputType>WinExe</OutputType>
    <TargetFramework>net5.0-windows</TargetFramework>
    <RootNamespace>DemoUI</RootNamespace>
    <UseWindowsForms>true</UseWindowsForms>
    <AssemblyName>demo-client</AssemblyName>
    <Platforms>x64</Platforms>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    <ApplicationManifest>DemoUI\app.manifest</ApplicationManifest>
  </PropertyGroup>

</Project>