16 lines
392 B
XML
16 lines
392 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<AssemblyOriginatorKeyFile>../../cloudflare-api.snk</AssemblyOriginatorKeyFile>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Compile Include="../MSTestSettings.cs" Link="MSTestSettings.cs" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="../../src/Cloudflare/Cloudflare.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|