added extra libs, ignore bin/obj
This commit is contained in:
parent
9a1f0347c0
commit
84bb9bf421
BIN
Lib/Moq.dll
Normal file
BIN
Lib/Moq.dll
Normal file
Binary file not shown.
5120
Lib/Moq.xml
Normal file
5120
Lib/Moq.xml
Normal file
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@ -133,6 +133,28 @@
|
|||||||
Logs all interceptable method calls via the <see cref="T:Portoa.Web.Unity.LoggerCallHandler"/>
|
Logs all interceptable method calls via the <see cref="T:Portoa.Web.Unity.LoggerCallHandler"/>
|
||||||
</summary>
|
</summary>
|
||||||
</member>
|
</member>
|
||||||
|
<member name="T:Portoa.Web.Unity.ILog4NetConfigurator">
|
||||||
|
<summary>
|
||||||
|
Exposes an interface to configure log4net
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:Portoa.Web.Unity.ILog4NetConfigurator.SetName(System.String)">
|
||||||
|
<summary>
|
||||||
|
Sets the name of the logger to retrieve
|
||||||
|
</summary>
|
||||||
|
<param name="loggerName">Name of the logger to use</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:Portoa.Web.Unity.ILog4NetConfigurator.UseXml(System.String)">
|
||||||
|
<summary>
|
||||||
|
Uses the <c>XmlConfigurator</c> to configure log4net
|
||||||
|
</summary>
|
||||||
|
<param name="filename">Optional filename to watch, otherwise it uses the default</param>
|
||||||
|
</member>
|
||||||
|
<member name="T:Portoa.Web.Unity.ConfigureLog4Net">
|
||||||
|
<summary>
|
||||||
|
Configures the application to use log4net
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
<member name="T:Portoa.Web.Session.ISessionStore">
|
<member name="T:Portoa.Web.Session.ISessionStore">
|
||||||
<summary>
|
<summary>
|
||||||
Provides an interface for interacting with session data
|
Provides an interface for interacting with session data
|
||||||
@ -301,15 +323,5 @@
|
|||||||
Controller factory that uses a service provider to resolve controllers
|
Controller factory that uses a service provider to resolve controllers
|
||||||
</summary>
|
</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:Portoa.Web.Unity.ILog4NetConfigurator.SetName(System.String)">
|
|
||||||
<summary>
|
|
||||||
Sets the name of the logger to retrieve
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="T:Portoa.Web.Unity.ConfigureLog4Net">
|
|
||||||
<summary>
|
|
||||||
Configures the application to use log4net
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
</members>
|
</members>
|
||||||
</doc>
|
</doc>
|
||||||
|
@ -58,7 +58,7 @@ alter table game_quote drop foreign key fk_quote_game
|
|||||||
create table vote (
|
create table vote (
|
||||||
vote_id INTEGER NOT NULL AUTO_INCREMENT,
|
vote_id INTEGER NOT NULL AUTO_INCREMENT,
|
||||||
created DATETIME not null,
|
created DATETIME not null,
|
||||||
point_value INTEGER not null,
|
direction INTEGER not null,
|
||||||
voter_id INTEGER not null,
|
voter_id INTEGER not null,
|
||||||
quote_id INTEGER not null,
|
quote_id INTEGER not null,
|
||||||
primary key (vote_id)
|
primary key (vote_id)
|
||||||
|
Loading…
Reference in New Issue
Block a user