25개 이상의 토픽을 선택하실 수 없습니다.
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <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>
|