added windows firewall auto entry support.

This commit is contained in:
Shreyas Zare
2020-05-23 18:05:50 +05:30
parent 6763bdd5fa
commit 1ff00e7ace
4 changed files with 265 additions and 2 deletions

View File

@@ -39,6 +39,9 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="TechnitiumLibrary.Net.Firewall">
<HintPath>..\..\TechnitiumLibrary\bin\TechnitiumLibrary.Net.Firewall.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Program.cs" />