Added template for APIKeys class.
This commit is contained in:
13
osrs-toolbox/APIs/APIKeys.template.cs
Normal file
13
osrs-toolbox/APIs/APIKeys.template.cs
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Text;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
|
namespace osrs_toolbox
|
||||||
|
{
|
||||||
|
public static class APIKeys
|
||||||
|
{
|
||||||
|
public static readonly string RANDOM = "";
|
||||||
|
}
|
||||||
|
}
|
@@ -10,6 +10,10 @@
|
|||||||
<ApplicationIcon>fantasy_toolbox_icon.ico</ApplicationIcon>
|
<ApplicationIcon>fantasy_toolbox_icon.ico</ApplicationIcon>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<Compile Remove="APIs\APIKeys.template.cs" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Remove="Resources\close-button.png" />
|
<None Remove="Resources\close-button.png" />
|
||||||
<None Remove="Resources\main-banner.png" />
|
<None Remove="Resources\main-banner.png" />
|
||||||
@@ -34,6 +38,10 @@
|
|||||||
<Content Include="fantasy_toolbox_icon.ico" />
|
<Content Include="fantasy_toolbox_icon.ico" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="APIs\APIKeys.template.cs" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="CXuesong.MW.WikiClientLibrary" Version="0.8.0" />
|
<PackageReference Include="CXuesong.MW.WikiClientLibrary" Version="0.8.0" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
Reference in New Issue
Block a user