You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
439 B
XML

1 month ago
<Project Sdk="Microsoft.NET.Sdk">
1 month ago
<PropertyGroup>
1 month ago
<TargetFramework>net8.0-windows</TargetFramework>
1 month ago
<OutputType>Library</OutputType>
1 month ago
<Configurations>Ad-Hoc;AppStore;Debug;Release</Configurations>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<BaseOutputPath>..\..\..\bin</BaseOutputPath>
1 month ago
</PropertyGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
</Project>