2022-10-14 18:08:45 +08:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
|
<Nullable>enable</Nullable>
|
2023-01-03 18:05:57 +08:00
|
|
|
<OutputType>Exe</OutputType>
|
2022-10-14 18:08:45 +08:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
2022-10-16 13:18:07 +08:00
|
|
|
<ItemGroup>
|
2023-01-03 18:05:57 +08:00
|
|
|
<Service Include="{508349b6-6b84-4df5-91f0-309beebad82d}" />
|
2022-10-14 18:08:45 +08:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2023-01-03 18:05:57 +08:00
|
|
|
<Folder Include="Template\" />
|
|
|
|
|
<Folder Include="Code\" />
|
2022-10-14 18:08:45 +08:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|