diff options
Diffstat (limited to 'Impostor-dev/src/Impostor.Benchmarks/Impostor.Benchmarks.csproj')
-rw-r--r-- | Impostor-dev/src/Impostor.Benchmarks/Impostor.Benchmarks.csproj | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Impostor-dev/src/Impostor.Benchmarks/Impostor.Benchmarks.csproj b/Impostor-dev/src/Impostor.Benchmarks/Impostor.Benchmarks.csproj new file mode 100644 index 0000000..6f19bda --- /dev/null +++ b/Impostor-dev/src/Impostor.Benchmarks/Impostor.Benchmarks.csproj @@ -0,0 +1,17 @@ +<Project Sdk="Microsoft.NET.Sdk"> + + <PropertyGroup> + <OutputType>Exe</OutputType> + <TargetFramework>net5.0</TargetFramework> + <AllowUnsafeBlocks>true</AllowUnsafeBlocks> + </PropertyGroup> + + <ItemGroup> + <PackageReference Include="BenchmarkDotNet" Version="0.12.1" /> + </ItemGroup> + + <ItemGroup> + <ProjectReference Include="..\Impostor.Server\Impostor.Server.csproj" /> + </ItemGroup> + +</Project> |