2024-11-22 09:55:08 +01:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2024-12-02 17:17:26 +01:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
|
<ImplicitUsings>disable</ImplicitUsings>
|
|
|
|
|
<RootNamespace>Uwaa.Pleroma.Test</RootNamespace>
|
|
|
|
|
<AssemblyName>Uwaa.Pleroma.Test</AssemblyName>
|
|
|
|
|
</PropertyGroup>
|
2024-11-22 09:55:08 +01:00
|
|
|
|
|
2024-12-02 17:17:26 +01:00
|
|
|
|
<Import Project="../Common.targets"/>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\Pleroma\Pleroma.csproj" />
|
|
|
|
|
</ItemGroup>
|
2024-11-22 09:55:08 +01:00
|
|
|
|
</Project>
|