加入测试例子

This commit is contained in:
MysticBoy
2022-04-24 19:07:38 +08:00
parent 9f0e752543
commit 969a77235d
95 changed files with 75616 additions and 8 deletions

16
sample/example.csproj Normal file
View File

@@ -0,0 +1,16 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DefineConstants>TRACE;ENABLE_AUTH</DefineConstants>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\src\Quartz.Plugins.RecentHistory\Quartz.Plugins.RecentHistory.csproj" />
<ProjectReference Include="..\src\SilkierQuartz\SilkierQuartz.csproj" />
</ItemGroup>
</Project>