Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
|
- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <OutputType>WinExe</OutputType>
- <TargetFramework>net5.0-windows</TargetFramework>
- <UseWPF>true</UseWPF>
- <AssemblyName>HKCardIN</AssemblyName>
- <RootNamespace>HKCardIN</RootNamespace>
- <Version>1.0.0.0</Version>
- <Configurations>Debug;Release</Configurations>
- <Copyright>Copyright © HBL 2022</Copyright>
- <FileVersion>1.0.0.0</FileVersion>
- <AssemblyVersion>1.0.0.0</AssemblyVersion>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
- <DefineConstants>TRACE;Core</DefineConstants>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
- <DefineConstants>TRACE;Core</DefineConstants>
- </PropertyGroup>
- <ItemGroup>
- <PackageReference Include="HandyControls" Version="3.4.1" />
- <PackageReference Include="Stylet" Version="1.3.6" />
- </ItemGroup>
- </Project>
|