Upgraded solution to Visual Studio 2010 (still targeting .NET 3.5).
This commit is contained in:
parent
71943e1e23
commit
94d378f865
39 changed files with 816 additions and 74 deletions
10
SqlServerProviders/Properties/Resources.Designer.cs
generated
10
SqlServerProviders/Properties/Resources.Designer.cs
generated
|
@ -1,7 +1,7 @@
|
|||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:2.0.50727.4016
|
||||
// Runtime Version:4.0.30319.1
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
|
@ -19,7 +19,7 @@ namespace ScrewTurn.Wiki.Plugins.SqlServer.Properties {
|
|||
// class via a tool like ResGen or Visual Studio.
|
||||
// To add or remove a member, edit your .ResX file then rerun ResGen
|
||||
// with the /str option, or rebuild your VS project.
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||
internal class Resources {
|
||||
|
@ -130,8 +130,8 @@ namespace ScrewTurn.Wiki.Plugins.SqlServer.Properties {
|
|||
///create table [IndexWord] (
|
||||
/// [Id] int not null,
|
||||
/// [Text] nvarchar(200) not null
|
||||
/// constraint [UQ_IndexKeyword] unique,
|
||||
/// constraint [rest of string was truncated]";.
|
||||
/// constraint [UQ_IndexWord] unique,
|
||||
/// constraint [PK [rest of string was truncated]";.
|
||||
/// </summary>
|
||||
internal static string PagesDatabase_3000to3001 {
|
||||
get {
|
||||
|
@ -176,7 +176,7 @@ namespace ScrewTurn.Wiki.Plugins.SqlServer.Properties {
|
|||
/// [Email] varchar(100) not null,
|
||||
/// [Active] bit not null,
|
||||
/// [DateTime] datetime not null,
|
||||
/// constraint [PK_User] primary key clustered ([USername])
|
||||
/// constraint [PK_User] primary key clustered ([Username])
|
||||
///)
|
||||
///
|
||||
///create table [UserGroup] (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue