Skip to content
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.

Commit

Permalink
AllowUnsafeBlocks
Browse files Browse the repository at this point in the history
  • Loading branch information
MrakDev committed Nov 21, 2020
1 parent e76e40c commit b4ea3dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Examples/Examples.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Hook Detector.NET\Hook Detector.csproj">
<ProjectReference Include="..\HookDetector.NET\HookDetector.csproj">
<Project>{4ee70a30-c5f4-4884-bb9c-2a5d19120eb4}</Project>
<Name>Hook Detector</Name>
</ProjectReference>
Expand Down
1 change: 1 addition & 0 deletions src/HookDetector.NET/HookDetector.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup>
<StartupObject />
Expand Down

0 comments on commit b4ea3dd

Please sign in to comment.