10 lines
215 B
XML
10 lines
215 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup />
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="$(SolutionDir)\src\Extensions\Cloudflare.Zones\Cloudflare.Zones.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|