Skip to content

Commit

Permalink
Added readme.txt to binary output. Updated this txt file.
Browse files Browse the repository at this point in the history
--HG--
branch : 6.1
  • Loading branch information
lextm committed May 21, 2011
1 parent 22e792e commit d7b8e52
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions SharpSnmpLib/SharpSnmpLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,10 @@
<Compile Include="TrapV2Pdu.cs" />
<Compile Include="Variable.cs" />
<Compile Include="VersionCode.cs" />
<None Include="..\readme.txt">
<Link>readme.txt</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="gendarme.ignore" />
<None Include="license.txt" />
<None Include="Microsoft.VersionNumber.targets" />
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ The #SNMP MIB Compiler source code (Compiler.exe and related) is released under

The #SNMP Agent source code (snmpd.exe) is released under MIT/X11 License.

Other demo source code is released in public domain.
Other sample source code is released in public domain.

*Samples*
All samples are provided in source code only. Please check out source code and find them.

*Build From Source Code*
Please read KB articles on the project site, http://sharpsnmplib.codeplex.com/wikipage?title=KB

0 comments on commit d7b8e52

Please sign in to comment.