Initial build system version.
commitfbd7b6336c23ecdd0b090b0c499611e3035571ea
authorAndrew Arnott <andrewarnott@gmail.com>
Sun, 31 Aug 2008 00:09:22 +0000 (30 17:09 -0700)
committerAndrew Arnott <andrewarnott@gmail.com>
Sun, 31 Aug 2008 00:09:22 +0000 (30 17:09 -0700)
tree95ef3746ecf0f87abb658db36f113c3baf680be5
Initial build system version.
480 files changed:
.gitignore [new file with mode: 0644]
build.proj [new file with mode: 0644]
doc/.gitignore [new file with mode: 0644]
lib/DotNetOpenId.BuildTasks.dll [new file with mode: 0644]
lib/DotNetOpenId.BuildTasks.pdb [new file with mode: 0644]
lib/DotNetOpenId.BuildTasks.targets [new file with mode: 0644]
lib/ICSharpCode.SharpZipLib.dll [new file with mode: 0644]
lib/MSBuild.Community.Tasks.Targets [new file with mode: 0644]
lib/MSBuild.Community.Tasks.dll [new file with mode: 0644]
lib/log4net.dll [new file with mode: 0644]
lib/log4net.xml [new file with mode: 0644]
readme.txt [new file with mode: 0644]
src/.gitignore [new file with mode: 0644]
src/LocalTestRun.testrunconfig [new file with mode: 0644]
src/YOURLIBNAME.Test/Logging.config [new file with mode: 0644]
src/YOURLIBNAME.Test/Properties/AssemblyInfo.cs [new file with mode: 0644]
src/YOURLIBNAME.Test/TestBase.cs [new file with mode: 0644]
src/YOURLIBNAME.Test/YOURLIBNAME.Test.csproj [new file with mode: 0644]
src/YOURLIBNAME.sln [new file with mode: 0644]
src/YOURLIBNAME.vsmdi [new file with mode: 0644]
src/YOURLIBNAME/.gitignore [new file with mode: 0644]
src/YOURLIBNAME/Logger.cs [new file with mode: 0644]
src/YOURLIBNAME/Loggers/ILog.cs [new file with mode: 0644]
src/YOURLIBNAME/Loggers/Log4NetLogger.cs [new file with mode: 0644]
src/YOURLIBNAME/Loggers/NoOpLogger.cs [new file with mode: 0644]
src/YOURLIBNAME/Loggers/TraceLogger.cs [new file with mode: 0644]
src/YOURLIBNAME/Properties/AssemblyInfo.cs [new file with mode: 0644]
src/YOURLIBNAME/Strings.Designer.cs [new file with mode: 0644]
src/YOURLIBNAME/Strings.resx [new file with mode: 0644]
src/YOURLIBNAME/Util.cs [new file with mode: 0644]
src/YOURLIBNAME/YOURLIBNAME.csproj [new file with mode: 0644]
src/official-build-key.pfx [new file with mode: 0644]
src/version.txt [new file with mode: 0644]
tools/Documentation.targets [new file with mode: 0644]
tools/Sandcastle/.gitignore [new file with mode: 0644]
tools/Sandcastle/Presentation/Prototype/DocModel.ps1 [new file with mode: 0644]
tools/Sandcastle/Presentation/Prototype/configuration/conceptual.config [new file with mode: 0644]
tools/Sandcastle/Presentation/Prototype/configuration/sandcastle-scbuild.config [new file with mode: 0644]
tools/Sandcastle/Presentation/Prototype/configuration/sandcastle.config [new file with mode: 0644]
tools/Sandcastle/Presentation/Prototype/content/conceptual_content.xml [new file with mode: 0644]
tools/Sandcastle/Presentation/Prototype/content/reference_content.xml [new file with mode: 0644]
tools/Sandcastle/Presentation/Prototype/content/shared_content.xml [new file with mode: 0644]
tools/Sandcastle/Presentation/Prototype/content/token_content.xml [new file with mode: 0644]
tools/Sandcastle/Presentation/Prototype/copyOutput.bat [new file with mode: 0644]
tools/Sandcastle/Presentation/Prototype/icons/CFW.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/Prototype/icons/Caution.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/Prototype/icons/LastChild.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/Prototype/icons/NotLastChild.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/Prototype/icons/alert_caution.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/Prototype/icons/alert_note.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/Prototype/icons/alert_security.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/Prototype/icons/collapse_all.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/Prototype/icons/copycode.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/Prototype/icons/expand_all.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/Prototype/icons/privclass.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/Prototype/icons/privdelegate.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/Prototype/icons/privenum.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/Prototype/icons/privevent.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/Prototype/icons/privfield.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/Prototype/icons/privinterface.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/Prototype/icons/privmethod.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/Prototype/icons/privproperty.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/Prototype/icons/privstructure.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/Prototype/icons/protclass.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/Prototype/icons/protdelegate.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/Prototype/icons/protenum.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/Prototype/icons/protevent.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/Prototype/icons/protfield.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/Prototype/icons/protfield.png [new file with mode: 0644]
tools/Sandcastle/Presentation/Prototype/icons/protinterface.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/Prototype/icons/protmethod.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/Prototype/icons/protoperator.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/Prototype/icons/protproperty.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/Prototype/icons/protstructure.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/Prototype/icons/pubclass.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/Prototype/icons/pubdelegate.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/Prototype/icons/pubenum.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/Prototype/icons/pubevent.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/Prototype/icons/pubfield.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/Prototype/icons/pubinterface.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/Prototype/icons/pubmethod.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/Prototype/icons/puboperator.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/Prototype/icons/pubproperty.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/Prototype/icons/pubstructure.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/Prototype/icons/security.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/Prototype/icons/static.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/Prototype/scripts/CollapsibleSection.js [new file with mode: 0644]
tools/Sandcastle/Presentation/Prototype/scripts/CookieDataStore.js [new file with mode: 0644]
tools/Sandcastle/Presentation/Prototype/scripts/ElementCollection.js [new file with mode: 0644]
tools/Sandcastle/Presentation/Prototype/scripts/EventUtilities.js [new file with mode: 0644]
tools/Sandcastle/Presentation/Prototype/scripts/LanguageFilter.js [new file with mode: 0644]
tools/Sandcastle/Presentation/Prototype/scripts/MemberFilter.js [new file with mode: 0644]
tools/Sandcastle/Presentation/Prototype/scripts/SplitScreen.js [new file with mode: 0644]
tools/Sandcastle/Presentation/Prototype/scripts/StyleUtilities.js [new file with mode: 0644]
tools/Sandcastle/Presentation/Prototype/styles/presentation.css [new file with mode: 0644]
tools/Sandcastle/Presentation/Prototype/transforms/main_conceptual.xsl [new file with mode: 0644]
tools/Sandcastle/Presentation/Prototype/transforms/main_reference.xsl [new file with mode: 0644]
tools/Sandcastle/Presentation/Prototype/transforms/main_sandcastle.xsl [new file with mode: 0644]
tools/Sandcastle/Presentation/Prototype/transforms/main_schema.xsl [new file with mode: 0644]
tools/Sandcastle/Presentation/Prototype/transforms/skeleton.xml [new file with mode: 0644]
tools/Sandcastle/Presentation/Prototype/transforms/skeleton_conceptual.xml [new file with mode: 0644]
tools/Sandcastle/Presentation/Prototype/transforms/utilities_dduexml.xsl [new file with mode: 0644]
tools/Sandcastle/Presentation/Prototype/transforms/utilities_metadata.xsl [new file with mode: 0644]
tools/Sandcastle/Presentation/Prototype/transforms/utilities_reference.xsl [new file with mode: 0644]
tools/Sandcastle/Presentation/Shared/HxsTemplate/template.HxF [new file with mode: 0644]
tools/Sandcastle/Presentation/Shared/HxsTemplate/template_A.HxK [new file with mode: 0644]
tools/Sandcastle/Presentation/Shared/HxsTemplate/template_B.HxK [new file with mode: 0644]
tools/Sandcastle/Presentation/Shared/HxsTemplate/template_F.HxK [new file with mode: 0644]
tools/Sandcastle/Presentation/Shared/HxsTemplate/template_K.HxK [new file with mode: 0644]
tools/Sandcastle/Presentation/Shared/HxsTemplate/template_N.HxK [new file with mode: 0644]
tools/Sandcastle/Presentation/Shared/HxsTemplate/template_S.HxK [new file with mode: 0644]
tools/Sandcastle/Presentation/Shared/SharedDocModel.ps1 [new file with mode: 0644]
tools/Sandcastle/Presentation/Shared/configuration/xamlSyntax.config [new file with mode: 0644]
tools/Sandcastle/Presentation/Shared/content/syntax_content.xml [new file with mode: 0644]
tools/Sandcastle/Presentation/Shared/copyHavana.bat [new file with mode: 0644]
tools/Sandcastle/Presentation/Shared/scripts/copycode.js [new file with mode: 0644]
tools/Sandcastle/Presentation/Shared/scripts/samples.js [new file with mode: 0644]
tools/Sandcastle/Presentation/Shared/transforms/utilities_dduexml.xsl [new file with mode: 0644]
tools/Sandcastle/Presentation/Shared/transforms/utilities_metadata.xsl [new file with mode: 0644]
tools/Sandcastle/Presentation/Shared/transforms/utilities_reference.xsl [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/Content/conceptual_content.xml [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/Content/reference_content.xml [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/Content/shared_content.xml [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/Content/token_content.xml [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/DocModel.ps1 [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/Scripts/CommonUtilities.js [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/Scripts/DataStore.js [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/Scripts/Dropdown.js [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/Scripts/EventUtilities.js [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/Scripts/LanguageFilter.js [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/Scripts/MemberFilter.js [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/Scripts/SplitScreen.js [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/Scripts/script_manifold.js [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/Styles/Presentation.css [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/Styles/syntax.css [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/Styles/tabs.css [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/configuration/conceptual.config [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/configuration/sandcastle-scbuild.config [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/configuration/sandcastle.config [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/copyOutput.bat [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/CFW.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/Caution.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/LastChild.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/NSRbottomgrad.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/adm.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/adm_arch.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/adm_dev.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/adm_dev_arch.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/alert_caution.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/alert_note.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/alert_security.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/arch.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/big_adm.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/big_arch.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/big_dev.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/big_kw.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/box.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/ch_selected.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/ch_selected_hover.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/ch_unselected.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/ch_unselected_hover.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/collall.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/collapse.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/collapse_all.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/copycode.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/copycodeHighlight.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/dev.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/dev_arch.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/drpdown.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/drpdown_orange.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/drpdown_orange_up.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/drpup.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/exp.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/expall.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/expand_all.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/filter1a.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/filter1c.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/footer.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/greencheck.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/greychck.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/header_prev_next.jpg [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/header_sql_tutorial_blank.jpg [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/header_sql_tutorial_logo.GIF [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/kw.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/kw_adm.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/kw_adm_arch.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/kw_adm_dev.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/kw_adm_dev_arch.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/kw_arch.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/kw_dev.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/kw_dev_arch.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/load.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/load_hover.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/note.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/pencil.GIF [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/privclass.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/privdelegate.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/privenum.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/privenumeration.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/privevent.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/privfield.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/privinterface.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/privmethod.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/privproperty.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/privstructure.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/protclass.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/protdelegate.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/protenum.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/protenumeration.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/protevent.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/protfield.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/protinterface.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/protmethod.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/protoperator.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/protproperty.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/protstructure.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/pubclass.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/pubdelegate.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/pubenum.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/pubenumeration.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/pubevent.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/pubfield.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/pubinterface.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/pubmethod.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/puboperator.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/pubproperty.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/pubstructure.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/r_select.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/r_select_hover.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/r_unselect.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/r_unselect_hover.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/requirements1a.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/requirements1c.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/save.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/save_hover.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/security.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/seealso1a.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/seealso1c.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/static.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/tab_sel_lft_cnr.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/tab_sel_lft_grad.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/tab_sel_rt_cnr.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/tab_sel_rt_grad.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/tab_unsel_lft_cnr.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/tab_unsel_lft_grad.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/tab_unsel_rt_cnr.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/tab_unsel_rt_grad.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/twirl_selected.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/twirl_selected_hover.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/twirl_unselected.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/twirl_unselected_hover.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/icons/xna.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/transforms/globalTemplates.xsl [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/transforms/htmlBody.xsl [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/transforms/main_conceptual.xsl [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/transforms/main_reference.xsl [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/transforms/main_sandcastle.xsl [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/transforms/skeleton.xml [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/transforms/skeleton_conceptual.xml [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/transforms/utilities_dduexml.xsl [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/transforms/utilities_metadata.xsl [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/transforms/utilities_reference.xsl [new file with mode: 0644]
tools/Sandcastle/Presentation/hana/transforms/xamlSyntax.xsl [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/Content/conceptual_content.xml [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/Content/feedBack_content.xml [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/Content/reference_content.xml [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/Content/shared_content.xml [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/Content/token_content.xml [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/Content/web_content.xml [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/DocModel.ps1 [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/Scripts/CheckboxMenu.js [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/Scripts/CommonUtilities.js [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/Scripts/Dropdown.js [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/Scripts/EventUtilities.js [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/Scripts/SplitScreen.js [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/Scripts/script_feedBack.js [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/Scripts/script_manifold.js [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/Styles/Presentation.css [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/Styles/Whidbey/presentation.css [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/configuration/conceptual.config [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/configuration/sandcastle-scbuild.config [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/configuration/sandcastle-webref.config [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/configuration/sandcastle.config [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/copyOutput.bat [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/CFW.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/Caution.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/LastChild.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/adm.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/adm_arch.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/adm_dev.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/adm_dev_arch.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/alert_caution.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/alert_note.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/alert_security.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/arch.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/big_adm.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/big_arch.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/big_dev.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/big_kw.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/box.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/collall.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/collapse.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/collapse_all.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/copycode.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/copycodeHighlight.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/dev.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/dev_arch.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/dropdown.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/dropdownHover.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/drpdown.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/drpdown_orange.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/drpdown_orange_up.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/drpup.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/exp.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/expall.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/expand_all.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/filter1a.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/filter1c.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/footer.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/gradient.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/greencheck.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/greychck.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/header_prev_next.jpg [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/header_sql_tutorial_blank.jpg [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/header_sql_tutorial_logo.GIF [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/kw.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/kw_adm.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/kw_adm_arch.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/kw_adm_dev.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/kw_adm_dev_arch.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/kw_arch.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/kw_dev.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/kw_dev_arch.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/load.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/load_hover.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/note.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/pencil.GIF [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/privclass.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/privdelegate.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/privenum.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/privenumeration.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/privevent.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/privextension.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/privfield.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/privinterface.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/privmethod.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/privproperty.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/privstructure.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/protclass.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/protdelegate.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/protenum.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/protenumeration.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/protevent.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/protextension.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/protfield.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/protinterface.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/protmethod.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/protoperator.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/protproperty.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/protstructure.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/pubclass.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/pubdelegate.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/pubenum.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/pubenumeration.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/pubevent.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/pubextension.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/pubfield.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/pubinterface.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/pubmethod.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/puboperator.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/pubproperty.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/pubstructure.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/requirements1a.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/requirements1c.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/save.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/save_hover.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/security.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/seealso1a.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/seealso1c.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/static.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/icons/xna.gif [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/seed.HxF [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/transforms/globalTemplates.xsl [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/transforms/htmlBody.xsl [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/transforms/main_conceptual.xsl [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/transforms/main_reference.xsl [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/transforms/main_sandcastle.xsl [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/transforms/skeleton.xml [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/transforms/skeleton_conceptual.xml [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/transforms/utilities_dduexml.xsl [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/transforms/utilities_metadata.xsl [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/transforms/utilities_reference.xsl [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/transforms/web_reference.xsl [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/transforms/xamlSyntax.xsl [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/website/Default.aspx [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/website/site.css [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/website/site.master [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/website/web.config [new file with mode: 0644]
tools/Sandcastle/Presentation/vs2005/website/web.sitemap [new file with mode: 0644]
tools/Sandcastle/ProductionTools/AggregateByNamespace.exe [new file with mode: 0644]
tools/Sandcastle/ProductionTools/BuildAssembler.exe [new file with mode: 0644]
tools/Sandcastle/ProductionTools/BuildAssemblerLibrary.dll [new file with mode: 0644]
tools/Sandcastle/ProductionTools/BuildComponents.dll [new file with mode: 0644]
tools/Sandcastle/ProductionTools/ChmBuilder.config [new file with mode: 0644]
tools/Sandcastle/ProductionTools/ChmBuilder.exe [new file with mode: 0644]
tools/Sandcastle/ProductionTools/CommandLine.dll [new file with mode: 0644]
tools/Sandcastle/ProductionTools/DBCSFix.exe [new file with mode: 0644]
tools/Sandcastle/ProductionTools/DBCSFix.exe.config [new file with mode: 0644]
tools/Sandcastle/ProductionTools/MRefBuilder.config [new file with mode: 0644]
tools/Sandcastle/ProductionTools/MrefBuilder.exe [new file with mode: 0644]
tools/Sandcastle/ProductionTools/SegregateByAssembly.exe [new file with mode: 0644]
tools/Sandcastle/ProductionTools/SyntaxComponents.dll [new file with mode: 0644]
tools/Sandcastle/ProductionTools/VersionBuilder.exe [new file with mode: 0644]
tools/Sandcastle/ProductionTools/XslTransform.exe [new file with mode: 0644]
tools/Sandcastle/ProductionTools/scbuild.ps1 [new file with mode: 0644]
tools/Sandcastle/ProductionTransforms/AddFriendlyFilenames.xsl [new file with mode: 0644]
tools/Sandcastle/ProductionTransforms/AddGuidFilenames.xsl [new file with mode: 0644]
tools/Sandcastle/ProductionTransforms/AddXamlSyntaxData.xsl [new file with mode: 0644]
tools/Sandcastle/ProductionTransforms/ApplyPrototypeDocModel.xsl [new file with mode: 0644]
tools/Sandcastle/ProductionTransforms/ApplyVSDocModel.xsl [new file with mode: 0644]
tools/Sandcastle/ProductionTransforms/CreateHxC.xsl [new file with mode: 0644]
tools/Sandcastle/ProductionTransforms/CreatePrototypeToc.xsl [new file with mode: 0644]
tools/Sandcastle/ProductionTransforms/CreateVSToc.xsl [new file with mode: 0644]
tools/Sandcastle/ProductionTransforms/DsManifestToManifest.xsl [new file with mode: 0644]
tools/Sandcastle/ProductionTransforms/DsTocToManifest.xsl [new file with mode: 0644]
tools/Sandcastle/ProductionTransforms/DsTocToSitemap.xsl [new file with mode: 0644]
tools/Sandcastle/ProductionTransforms/DsTocToToc.xsl [new file with mode: 0644]
tools/Sandcastle/ProductionTransforms/FixScriptSharp.xsl [new file with mode: 0644]
tools/Sandcastle/ProductionTransforms/MergeDuplicates.xsl [new file with mode: 0644]
tools/Sandcastle/ProductionTransforms/MergeHxF.xsl [new file with mode: 0644]
tools/Sandcastle/ProductionTransforms/ReflectionToCDocML.xsl [new file with mode: 0644]
tools/Sandcastle/ProductionTransforms/ReflectionToChmIndex.xsl [new file with mode: 0644]
tools/Sandcastle/ProductionTransforms/ReflectionToChmProject.xsl [new file with mode: 0644]
tools/Sandcastle/ProductionTransforms/ReflectionToManifest.xsl [new file with mode: 0644]
tools/Sandcastle/ProductionTransforms/TocToChmContents.xsl [new file with mode: 0644]
tools/Sandcastle/ProductionTransforms/TocToHxsContents.xsl [new file with mode: 0644]
tools/Sandcastle/ProductionTransforms/Vs2005TocToDsToc.xsl [new file with mode: 0644]
tools/Sandcastle/Schemas/Authoring/__internal.xsd [new file with mode: 0644]
tools/Sandcastle/Schemas/Authoring/base.xsd [new file with mode: 0644]
tools/Sandcastle/Schemas/Authoring/baseConditional.xsd [new file with mode: 0644]
tools/Sandcastle/Schemas/Authoring/block.xsd [new file with mode: 0644]
tools/Sandcastle/Schemas/Authoring/blockCommon.xsd [new file with mode: 0644]
tools/Sandcastle/Schemas/Authoring/blockSoftware.xsd [new file with mode: 0644]
tools/Sandcastle/Schemas/Authoring/conditionSet.xsd [new file with mode: 0644]
tools/Sandcastle/Schemas/Authoring/developer.xsd [new file with mode: 0644]
tools/Sandcastle/Schemas/Authoring/developerReference.xsd [new file with mode: 0644]
tools/Sandcastle/Schemas/Authoring/developerStructure.xsd [new file with mode: 0644]
tools/Sandcastle/Schemas/Authoring/glossary.xsd [new file with mode: 0644]
tools/Sandcastle/Schemas/Authoring/hierarchy.xsd [new file with mode: 0644]
tools/Sandcastle/Schemas/Authoring/inline.xsd [new file with mode: 0644]
tools/Sandcastle/Schemas/Authoring/inlineCommon.xsd [new file with mode: 0644]
tools/Sandcastle/Schemas/Authoring/inlineLinking.xsd [new file with mode: 0644]
tools/Sandcastle/Schemas/Authoring/inlineSoftware.xsd [new file with mode: 0644]
tools/Sandcastle/Schemas/Authoring/inlineUi.xsd [new file with mode: 0644]
tools/Sandcastle/Schemas/Authoring/space.xsd [new file with mode: 0644]
tools/Sandcastle/Schemas/Authoring/standardCodes.xsd [new file with mode: 0644]
tools/Sandcastle/Schemas/Authoring/structure.xsd [new file with mode: 0644]
tools/Sandcastle/Schemas/Authoring/structureList.xsd [new file with mode: 0644]
tools/Sandcastle/Schemas/Authoring/structureMedia.xsd [new file with mode: 0644]
tools/Sandcastle/Schemas/Authoring/structureProcedure.xsd [new file with mode: 0644]
tools/Sandcastle/Schemas/Authoring/structureTable.xsd [new file with mode: 0644]
tools/Sandcastle/Schemas/Authoring/xlink.xsd [new file with mode: 0644]
tools/Sandcastle/Schemas/Reflection/reflection.xsd [new file with mode: 0644]
tools/YOURLIBNAME.Common.Settings.targets [new file with mode: 0644]
tools/YOURLIBNAME.Versioning.targets [new file with mode: 0644]
tools/libcheck.ps1 [new file with mode: 0644]
tools/libcheck/ChurnReport.dll [new file with mode: 0644]
tools/libcheck/ComCompat.dll [new file with mode: 0644]
tools/libcheck/RefFiles/breakIntfcAdds.txt [new file with mode: 0644]
tools/libcheck/RefFiles/gacload.txt [new file with mode: 0644]
tools/libcheck/RefFiles/header.txt [new file with mode: 0644]
tools/libcheck/RefFiles/ignorefiles.txt [new file with mode: 0644]
tools/libcheck/RefFiles/splitNamespaces.txt [new file with mode: 0644]
tools/libcheck/RefFiles/splitfiles.txt [new file with mode: 0644]
tools/libcheck/RefFiles/splitranges.txt [new file with mode: 0644]
tools/libcheck/RefFiles/translations.txt [new file with mode: 0644]
tools/libcheck/SigHelper.dll [new file with mode: 0644]
tools/libcheck/libcheck.exe [new file with mode: 0644]
tools/libcheck/obsolete.txt [new file with mode: 0644]
tools/sandcastle.targets [new file with mode: 0644]