add data provider projects
This commit is contained in:
12
OwnChar.Server.Data.ServerDataProvider/DataProvider.cs
Normal file
12
OwnChar.Server.Data.ServerDataProvider/DataProvider.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace OwnChar.Server.Data.ServerDataProvider
|
||||
{
|
||||
public class DataProvider : IServerDataProvider
|
||||
{
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\OwnChar.Server\OwnChar.Server.csproj" />
|
||||
<ProjectReference Include="..\OwnChar\OwnChar\OwnChar.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
7
OwnChar.Server.Data.ServerDataProvider/Plugin.cs
Normal file
7
OwnChar.Server.Data.ServerDataProvider/Plugin.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace OwnChar.Server.Data.ServerDataProvider
|
||||
{
|
||||
public class Plugin
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user