From cde164b5b823ea4eb603d6e4296e7baa139f9ab1 Mon Sep 17 00:00:00 2001 From: JamJar00 Date: Fri, 12 May 2017 13:12:46 +0100 Subject: [PATCH] Added separate documentation project --- .../Content}/Content Layout.content | 0 .../Content}/DocInclude/TcpClientExample.cs | 0 .../Content}/DocInclude/TcpListenerExample.cs | 0 .../Content}/DocInclude/UdpClientExample.cs | 0 .../Content}/DocInclude/UdpListenerExample.cs | 0 .../Content}/DocInclude/common.xml | 0 .../Content}/Introduction.aml | 0 .../Content}/Quickstart.aml | 0 .../Technical Details/Protocols/Protocols.aml | 0 .../Technical Details/Protocols/TCP.aml | 0 .../Technical Details/Protocols/UDP-RUDP.aml | 0 .../Technical Details/Technical Details.aml | 0 Hazel.Documentation/Content/Welcome.aml | 55 ++++++++++ Hazel.Documentation/ContentLayout.content | 18 ++++ .../Hazel.Documentation.shfbproj | 79 ++++++++++++++ Hazel.Documentation/icons/Help.png | Bin 0 -> 4942 bytes Hazel.sln | 10 +- Hazel/Documentation/Hazel.shfbproj | 98 ------------------ Hazel/Documentation/README.md | 3 - 19 files changed, 160 insertions(+), 103 deletions(-) rename {Hazel/Documentation/Documentation => Hazel.Documentation/Content}/Content Layout.content (100%) rename {Hazel => Hazel.Documentation/Content}/DocInclude/TcpClientExample.cs (100%) rename {Hazel => Hazel.Documentation/Content}/DocInclude/TcpListenerExample.cs (100%) rename {Hazel => Hazel.Documentation/Content}/DocInclude/UdpClientExample.cs (100%) rename {Hazel => Hazel.Documentation/Content}/DocInclude/UdpListenerExample.cs (100%) rename {Hazel => Hazel.Documentation/Content}/DocInclude/common.xml (100%) rename {Hazel/Documentation/Documentation => Hazel.Documentation/Content}/Introduction.aml (100%) rename {Hazel/Documentation/Documentation => Hazel.Documentation/Content}/Quickstart.aml (100%) rename {Hazel/Documentation/Documentation => Hazel.Documentation/Content}/Technical Details/Protocols/Protocols.aml (100%) rename {Hazel/Documentation/Documentation => Hazel.Documentation/Content}/Technical Details/Protocols/TCP.aml (100%) rename {Hazel/Documentation/Documentation => Hazel.Documentation/Content}/Technical Details/Protocols/UDP-RUDP.aml (100%) rename {Hazel/Documentation/Documentation => Hazel.Documentation/Content}/Technical Details/Technical Details.aml (100%) create mode 100644 Hazel.Documentation/Content/Welcome.aml create mode 100644 Hazel.Documentation/ContentLayout.content create mode 100644 Hazel.Documentation/Hazel.Documentation.shfbproj create mode 100644 Hazel.Documentation/icons/Help.png delete mode 100644 Hazel/Documentation/Hazel.shfbproj delete mode 100644 Hazel/Documentation/README.md diff --git a/Hazel/Documentation/Documentation/Content Layout.content b/Hazel.Documentation/Content/Content Layout.content similarity index 100% rename from Hazel/Documentation/Documentation/Content Layout.content rename to Hazel.Documentation/Content/Content Layout.content diff --git a/Hazel/DocInclude/TcpClientExample.cs b/Hazel.Documentation/Content/DocInclude/TcpClientExample.cs similarity index 100% rename from Hazel/DocInclude/TcpClientExample.cs rename to Hazel.Documentation/Content/DocInclude/TcpClientExample.cs diff --git a/Hazel/DocInclude/TcpListenerExample.cs b/Hazel.Documentation/Content/DocInclude/TcpListenerExample.cs similarity index 100% rename from Hazel/DocInclude/TcpListenerExample.cs rename to Hazel.Documentation/Content/DocInclude/TcpListenerExample.cs diff --git a/Hazel/DocInclude/UdpClientExample.cs b/Hazel.Documentation/Content/DocInclude/UdpClientExample.cs similarity index 100% rename from Hazel/DocInclude/UdpClientExample.cs rename to Hazel.Documentation/Content/DocInclude/UdpClientExample.cs diff --git a/Hazel/DocInclude/UdpListenerExample.cs b/Hazel.Documentation/Content/DocInclude/UdpListenerExample.cs similarity index 100% rename from Hazel/DocInclude/UdpListenerExample.cs rename to Hazel.Documentation/Content/DocInclude/UdpListenerExample.cs diff --git a/Hazel/DocInclude/common.xml b/Hazel.Documentation/Content/DocInclude/common.xml similarity index 100% rename from Hazel/DocInclude/common.xml rename to Hazel.Documentation/Content/DocInclude/common.xml diff --git a/Hazel/Documentation/Documentation/Introduction.aml b/Hazel.Documentation/Content/Introduction.aml similarity index 100% rename from Hazel/Documentation/Documentation/Introduction.aml rename to Hazel.Documentation/Content/Introduction.aml diff --git a/Hazel/Documentation/Documentation/Quickstart.aml b/Hazel.Documentation/Content/Quickstart.aml similarity index 100% rename from Hazel/Documentation/Documentation/Quickstart.aml rename to Hazel.Documentation/Content/Quickstart.aml diff --git a/Hazel/Documentation/Documentation/Technical Details/Protocols/Protocols.aml b/Hazel.Documentation/Content/Technical Details/Protocols/Protocols.aml similarity index 100% rename from Hazel/Documentation/Documentation/Technical Details/Protocols/Protocols.aml rename to Hazel.Documentation/Content/Technical Details/Protocols/Protocols.aml diff --git a/Hazel/Documentation/Documentation/Technical Details/Protocols/TCP.aml b/Hazel.Documentation/Content/Technical Details/Protocols/TCP.aml similarity index 100% rename from Hazel/Documentation/Documentation/Technical Details/Protocols/TCP.aml rename to Hazel.Documentation/Content/Technical Details/Protocols/TCP.aml diff --git a/Hazel/Documentation/Documentation/Technical Details/Protocols/UDP-RUDP.aml b/Hazel.Documentation/Content/Technical Details/Protocols/UDP-RUDP.aml similarity index 100% rename from Hazel/Documentation/Documentation/Technical Details/Protocols/UDP-RUDP.aml rename to Hazel.Documentation/Content/Technical Details/Protocols/UDP-RUDP.aml diff --git a/Hazel/Documentation/Documentation/Technical Details/Technical Details.aml b/Hazel.Documentation/Content/Technical Details/Technical Details.aml similarity index 100% rename from Hazel/Documentation/Documentation/Technical Details/Technical Details.aml rename to Hazel.Documentation/Content/Technical Details/Technical Details.aml diff --git a/Hazel.Documentation/Content/Welcome.aml b/Hazel.Documentation/Content/Welcome.aml new file mode 100644 index 0000000..3143860 --- /dev/null +++ b/Hazel.Documentation/Content/Welcome.aml @@ -0,0 +1,55 @@ + + + + + This is a sample conceptual topic. You can use this as a starting point for adding more conceptual +content to your help project. + + +
+ Getting Started + + To get started, add a documentation source to the project (a Visual Studio solution, project, or +assembly and XML comments file). See the Getting Started topics in the Sandcastle Help +File Builder's help file for more information. The following default items are included in this project: + + + + ContentLayout.content - Use the content layout file to manage the +conceptual content in the project and define its layout in the table of contents. + + + + The .\media folder - Place images in this folder that you will reference +from conceptual content using medialLink or mediaLinkInline +elements. If you will not have any images in the file, you may remove this folder. + + + + The .\icons folder - This contains a default logo for the help file. You +may replace it or remove it and the folder if not wanted. If removed or if you change the file name, update +the Transform Args project properties page by removing or changing the filename in the +logoFile transform argument. Note that unlike images referenced from conceptual topics, +the logo file should have its BuildAction property set to Content. + + + + The .\Content folder - Use this to store your conceptual topics. You may +name the files and organize them however you like. One suggestion is to lay the files out on disk as you have +them in the content layout file as shown in this project but the choice is yours. Files can be added via the +Solution Explorer or from within the content layout file editor. Files must appear in the content layout file +in order to be compiled into the help file. + + + + See the Conceptual Content topics in the Sandcastle Help File Builder's +help file for more information. See the Sandcastle MAML Guide for details on Microsoft +Assistance Markup Language (MAML) which is used to create these topics. + +
+ + + + +
+
diff --git a/Hazel.Documentation/ContentLayout.content b/Hazel.Documentation/ContentLayout.content new file mode 100644 index 0000000..500dd8f --- /dev/null +++ b/Hazel.Documentation/ContentLayout.content @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Hazel.Documentation/Hazel.Documentation.shfbproj b/Hazel.Documentation/Hazel.Documentation.shfbproj new file mode 100644 index 0000000..09ebcfe --- /dev/null +++ b/Hazel.Documentation/Hazel.Documentation.shfbproj @@ -0,0 +1,79 @@ + + + + + Debug + AnyCPU + 2.0 + b90bb577-2080-4c22-ae86-fb0ccfb40920 + 2015.6.5.0 + + Hazel.Documentation + Hazel.Documentation + Hazel.Documentation + + .NET Framework 4.5 + .\Help\ + Hazel.Documentation + en-US + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + OnBuildSuccess + + \ No newline at end of file diff --git a/Hazel.Documentation/icons/Help.png b/Hazel.Documentation/icons/Help.png new file mode 100644 index 0000000000000000000000000000000000000000..945e89fb96271c85b901f1e656e9920c788c48e6 GIT binary patch literal 4942 zcmV-U6S3@xP)Un>oiIt;G^8NUH0d90 z(2x}zZQ3xzkeJw%@USE!+xQ{diTsdd>n&YfN%vme$L=|&f9zga z5J*T!&dh3eM`!o`zQ5o1_xpX%S;6}ldpbJS0GomJz#3pR&9nwAAdfD6DG;3RN# zZ)fM3_w(E3A%4{d_H=YK0v`oF<~YvgmX?;>>eZ{`tt(g7E?Kf9QC(f_x~?nB^F7Zq zb8~av#Kc5q@Y1F9g$oz*!^6XszV9Ceo&yf-?d+WVtpnK8(NP6Fpp<&7skzzNv13Qw zh7B89gb-?OZjQ0>NrpyJTprCZmCBGWc({(Bp}vaNmKv^UYM`m9kz_K7F-D&_abmcu zt8036WW?86KMg#)x3e?*TLG}AqvIB()K{8YT2|b5-+jwhu3T9^GczN9)_;-yffOUN z3C6RvOlKn$Jn(&kF$VC!cwpyo$&-xbXltBj`=%A#xb_3o*4FC5!NJtNefx$-hKDa} zt^aOsXXoMHD1bd39iNHCVqdxc{`)I7ZQk5EGczNP96QOtWRje1W+W}SG+H8?^RPyP zH5hBL!XPYQeGEQA`v^RYKTn05C*jO-_bpZIy7Lwq8yn5hBS$Vh_uO;&LZR^YdpkS- zg(Xn>z+E0J>(MNC6TE`B)a*RuJt(==^Z4e1< zHAa{3129H|wqUHn2#2}6OV7y(h6eiBw0?E;_MJPIj*X8uwqJW~;=O=)M*w>|Iy%;^ zTeth+M;_TcH8mw)?iygEcpaw);poq@lstoy1cqA^c-?A@G5Eg5_k4V9Fh*mI#u@|G zV6DYkjkN}CEWQRK6bOe4BSm_8df9M&qx{H+KioV#JY3)2-d^>~K>QqlJsll?(9+WK z=w}~&bmQdYq zK^wz-p@h~x5(~nhwZT}h#-g=FNJXX~dFAyZY+2jLZMWaPw6Cvk*@pG&r@Fek&%PS~ z@iybP#bU8#m9MjmKB>;O*61+v3uYlvKqb;()6l77^4W6ip2-H>|4Uo)0$C)>6r#H^(WIe543y zW~{+z6GQ?@ItQ1}pWvQ5w?``~E9cIiJJ-5>`}P;Qy1V_i1CWcZA82lAS+RM`mX*g( z^f9ehabehJB2`4Gkh?|)ytamX$>aK!aaJyqZ-3`ohP9wI6bc%Q&%GaNXB&wd<|5AAP6y%h3A`N~tg0d+)u=)9JK4 zc1|;#ig5B=hKK_u^t!bs@Rre7U!#5f3ym)iAq0*iQI1PCTjW#swDHKtR+7yZ!lbrg zWWi`b$yXRz$+y0DjM33CardrW4N}TK`_nIcq59n-aCcL4bEK`Ut?p3waZ1ig&Rx!+ z6hUb;I;b+%V02JztTkvIMARC)@Iv4BDV4kha6%9m7y?mF1nqn5+|)=!d01-@Ve=y_ z$J#>4M#!6LzW4nXx$(vumsD3*FPBp8csl?mJb!G*jvaOBbXpz0P(?u)#!`7)S7Njc zn^Isj1m!T`t`AtWF0%jN8TNM#GdU}nFIgNVxpiYBk3X~tfd~x*B?a2ItZc5LuA)dP zuW%(u341FVTWt11Y2KnU2C&Udm+z^|Znz|Es5in%{YEMVU8pm;-*u8uAilcA# z$+XwR`O8ISa~i^OxzLQbS~YxaSW+WttjhBBZ+G#J|8;?ZsRT2{IGMadY7V+jrV#jS zUDtrGEkXo^M<9sC9QMC@hS6z5)RBm=Aqo+6a$x~9g~B}7uZXZ|(@n7>y}ip@TU-CT zudgq&I0BnnT3T{K2zBJ-Wzx=au1pk=!eX_>hF)GMpW!(kF?64t=H;#wJ~3*SwF5yy zVlB$G80+%g{X;zP;cIB9iQ^j(LShg&R$#Sd4`0VT~BeO{cGr55CGDs|J(6F#Jhz5ayR$H*(R@4!}U~O5< z*{gz1`#35>AwSQI@DM_xltVP)kj@u5dtr)Pp%%~6fDVWuZ3qIC@TqVFXD-e#J)Neh zsY#BHk8cJJ0Dd`%*R-~_CPzjm7|T>Kn<;?sAxvCr4AyA0@iErJ`WoX0p4Qd}>tSu_ zsuIa%{R*k)54jVq%iaY=(TkfDo38SEfm2z;!?nbaA09Qh*d7gariJ zDl!Gdz@^JHH8)oZA#PZdyEs7m(xpqQ4;?;5-bfy6|<2zkcCYB?EMZ<#mWo;u62mt~G!eweY zL(7^KN-5O{L_+px2dHvgSB#9N(55}8?KZ6agx+RRK7@5!YfUCsBwzILJU`^Ep-|Fn zzOIso?n+Q!Wyu!}t}F3;4=KU(4S)6YL9|m(g(Je}WRN?8pag}0gb)ZJ5mIsf;vn0% zTrVQgXl)n)RR#b+HaCwiG*)|9DFCy`%>(oe8tQB7zEUkfjN#i(yNwvvp ziazZ5`yX-mY>6d}jR*oe0-7uyVJ6s+cEZCklG#37v+u_ND^ZViMZqgtyKu+5Qzj8q$2L}%rl1=o{rMcPy-mGkVqkrQh^X5^9AM9 zUC4oOcfh4cOd1lEQ3eJE@|jF#aPd?L{B-EbmD%Q|Wh9&wm=f0au||_G6q%mMqkRvH z#*}-4)e8%EYc&E(MNE;bR2XfL5+V`BeBR^G$w_Kz>QGYRI1aAk;yNx$IXKb@&PoM6 zLOCc|J`}DaagDjteF))jwtb=Z8tGEFyQ5KxorQrbNzr<1|au#cJ}+e|Ju=`M~Am;+JKn9fG%b6 z{8FH8j30VESW=diX~1WY4k!h#w4}0v!KpZxrz;suRWO#RCK{_oNr{vSAzXxTkU|mk zp~Z)@a0nDiSd`7vSnads`Zl@`9m-5hPIirtkEa#`DEEOM^z`&>*uH(cx%ak}^50$@ zL)dx*F2)2+Ezm}R)D3Ed#gPIf!I1)sprs+ky0$9nlL5!aXA~#<=djj62^DNrAVY&g z;lH4OM96B35IzcxGCA(vc|D0l!VX-%>|eQZr5Bh7N^b}7(!}`qW3TqYCNQ`kYT4Aj~T7yFlmuWtA|3+$SYHatBBl**3&OD#VWTry^3%d!6 zJIMaY$;op)Jw2Cq|NbY~u}0$PG!6wUr3J|lgcy_vazF_|#8IqnsYFT#$5AN9L8;(e zEO=B`_>??@B{bM7jCL?ap^d^Afz=XWERHB4y-BvLt>pGwxAOgGo|zpP898?R`0*pa z98h>i0DC(-^TwFJ+4qAVc-d?=^VPrjW7=xQh%y`Om;G?_zXt zuynMquh@I!$g{;_F-7pXYJooRw!P7=?(XqhZoYZs{Q2|i@4D-*#?9;7==^me_(d`TdsL`j9CR6rFKTt_1g={e20%X2u=r!uC<&X@S{YZv(DcQ26l z8c`~W(Gp`MT1zY*b~XUM8orSNW|RTu0%k;NEpy##5G_lheF* zbc_Rs#yE0TBV)^P-6+P0kn2IKlGZ1p@j zpM5rS=GK>KLF1bz--XGz9$-2IVtd~n-lRh5>i(|-06=ZovZeOMb?ZJ}Q&aONwRLrs zn>TJu?!4oU`a-cNN+l12qW|0_E)P#IHlC(X(8OaA8tbcRX{uwzHOq*_6p5-zVv&e_ z?Zp=h$B!K=TuG;A&;InMKYF9L_w{TxJ4(R!6z@>;-wyx?dPZd1wrwq|+uC*|5{cif ztgO7Lwx*`Ee%-nytJ>RR_4V~6lS$(7_`*ZQVv%$@&Ghs%6JukXK6EHIJUy+)(&_%o zSFXHq^3TU)AvPc)tJ^zo)E|6=l8rR9!X<=w{r1EgJ;Fikb~4FCWD M07*qoM6N<$f`j^SBme*a literal 0 HcmV?d00001 diff --git a/Hazel.sln b/Hazel.sln index 02013f7..af3b741 100644 --- a/Hazel.sln +++ b/Hazel.sln @@ -1,12 +1,14 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 2013 -VisualStudioVersion = 12.0.31101.0 +# Visual Studio 14 +VisualStudioVersion = 14.0.25420.1 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Hazel", "Hazel\Hazel.csproj", "{02CFBD30-D77D-400F-94B2-700F60EFDD7F}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Hazel.UnitTests", "Hazel.UnitTests\Hazel.UnitTests.csproj", "{1394E4CA-E17A-42F5-9216-8046ACA8D16B}" EndProject +Project("{7CF6DF6D-3B04-46F8-A40B-537D21BCA0B4}") = "Hazel.Documentation", "Hazel.Documentation\Hazel.Documentation.shfbproj", "{B90BB577-2080-4C22-AE86-FB0CCFB40920}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -21,6 +23,10 @@ Global {1394E4CA-E17A-42F5-9216-8046ACA8D16B}.Debug|Any CPU.Build.0 = Debug|Any CPU {1394E4CA-E17A-42F5-9216-8046ACA8D16B}.Release|Any CPU.ActiveCfg = Release|Any CPU {1394E4CA-E17A-42F5-9216-8046ACA8D16B}.Release|Any CPU.Build.0 = Release|Any CPU + {B90BB577-2080-4C22-AE86-FB0CCFB40920}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {B90BB577-2080-4C22-AE86-FB0CCFB40920}.Debug|Any CPU.Build.0 = Debug|Any CPU + {B90BB577-2080-4C22-AE86-FB0CCFB40920}.Release|Any CPU.ActiveCfg = Release|Any CPU + {B90BB577-2080-4C22-AE86-FB0CCFB40920}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/Hazel/Documentation/Hazel.shfbproj b/Hazel/Documentation/Hazel.shfbproj deleted file mode 100644 index f46d602..0000000 --- a/Hazel/Documentation/Hazel.shfbproj +++ /dev/null @@ -1,98 +0,0 @@ - - - - - Debug - AnyCPU - 2.0 - {359995e0-bef3-42dd-800f-20368ff5fabb} - 2015.6.5.0 - - Documentation - Documentation - Documentation - - .NET Framework 4.5 - .\Help\ - Documentation - en-US - 100 - OnlyWarningsAndErrors - Website - False - True - False - True - - - - 1.0.0.0 - 2 - False - C# - Blank - False - VS2013 - False - Guid - Hazel Networking - AboveNamespaces - - The Hazel namespace contains various classes used across the different communication methods implemented. -Namespace for classes relating to communication via TCP. -Namespace for classes relating to communication via TCP. - - - - - - - - - - - - - - - - - - - - - - - - - - - OnBuildSuccess - - - - - - - - - - - - - - - - - - - - - Hazel - {02CFBD30-D77D-400F-94B2-700F60EFDD7F} - - - \ No newline at end of file diff --git a/Hazel/Documentation/README.md b/Hazel/Documentation/README.md deleted file mode 100644 index 74bf9e4..0000000 --- a/Hazel/Documentation/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# Hey! - -## If you're looking for documentation go [here](http://www.darkriftnetworking.com/docs)! This is the source for the documentation! -- 2.39.5