[성현모] eCIAv2 솔루션, WindowsApp, library 프로젝트 생성

This commit is contained in:
SHM
2026-03-09 09:54:16 +09:00
parent 7847a9e729
commit cc5c6d572b
7 changed files with 247 additions and 0 deletions

View File

@ -0,0 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\eCIAv2.Library\eCIAv2.Library.csproj" />
</ItemGroup>
</Project>