mirror of
https://github.com/tiennm99/time-mocker-csharp.git
synced 2026-06-06 10:14:00 +00:00
15 lines
529 B
XML
15 lines
529 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<TargetFramework>net48</TargetFramework>
|
|
<Platforms>x64;x86</Platforms>
|
|
<AssemblyName>TimeMocker.Hook</AssemblyName>
|
|
<RootNamespace>TimeMocker.Hook</RootNamespace>
|
|
<OutputType>Library</OutputType>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
<PlatformTarget>$(Platform)</PlatformTarget>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="EasyHook" Version="2.7.7097.0"/>
|
|
</ItemGroup>
|
|
</Project>
|