Add a fledgling Windows Forms engine to UWT

This commit is contained in:
Michael Becker 2019-08-04 17:14:21 -04:00
parent 53cb40b99f
commit fd34e83bfa

View File

@ -127,6 +127,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UniversalEditor.Plugins.Sof
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UniversalEditor.Plugins.AddressBook.UserInterface", "Plugins.UserInterface\UniversalEditor.Plugins.AddressBook.UserInterface\UniversalEditor.Plugins.AddressBook.UserInterface.csproj", "{E94B6C34-660F-4280-AEEC-D28AC6A3F528}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UniversalWidgetToolkit.Engines.WindowsForms", "..\..\UniversalWidgetToolkit\Engines\WindowsForms\UniversalWidgetToolkit.Engines.WindowsForms\UniversalWidgetToolkit.Engines.WindowsForms.csproj", "{B8573BB1-A0CD-41F4-A775-E0CB79555C59}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@ -367,6 +369,10 @@ Global
{118E40C4-323E-4B4B-8EF4-38EED6CC5E83}.Release|Any CPU.ActiveCfg = Release|Any CPU
{118E40C4-323E-4B4B-8EF4-38EED6CC5E83}.Release|Any CPU.Build.0 = Release|Any CPU
{118E40C4-323E-4B4B-8EF4-38EED6CC5E83}.Release|x86.ActiveCfg = Release|Any CPU
{B8573BB1-A0CD-41F4-A775-E0CB79555C59}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B8573BB1-A0CD-41F4-A775-E0CB79555C59}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B8573BB1-A0CD-41F4-A775-E0CB79555C59}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B8573BB1-A0CD-41F4-A775-E0CB79555C59}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{6F0AB1AF-E1A1-4D19-B19C-05BBB15C94B2} = {05D15661-E684-4EC9-8FBD-C014BA433CC5}
@ -426,26 +432,39 @@ Global
{D9D5AC3B-9AC0-4D4E-B295-2134FDCF166C} = {7B535D74-5496-4802-B809-89ED88274A91}
{5CC1FF25-44BF-4CD1-BD36-11E29EB21D19} = {7B535D74-5496-4802-B809-89ED88274A91}
{E94B6C34-660F-4280-AEEC-D28AC6A3F528} = {7B535D74-5496-4802-B809-89ED88274A91}
{B8573BB1-A0CD-41F4-A775-E0CB79555C59} = {20F315E0-52AE-479F-AF43-3402482C1FC8}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.TextStylePolicy = $1
$1.TabsToSpaces = False
$1.NoTabsAfterNonTabs = True
$1.inheritsSet = VisualStudio
$1.inheritsScope = text/plain
$1.scope = text/plain
$1.FileWidth = 80
$0.DotNetNamingPolicy = $2
$2.DirectoryNamespaceAssociation = PrefixedHierarchical
$2.ResourceNamePolicy = FileFormatDefault
$0.TextStylePolicy = $3
$3.inheritsSet = null
$3.scope = text/x-csharp
$0.CSharpFormattingPolicy = $4
$4.AfterDelegateDeclarationParameterComma = True
$4.inheritsSet = Mono
$4.inheritsScope = text/x-csharp
$4.scope = text/x-csharp
$4.IndentSwitchSection = False
$4.NewLinesForBracesInProperties = False
$4.NewLinesForBracesInAccessors = False
$4.NewLinesForBracesInAnonymousMethods = False
$4.NewLinesForBracesInControlBlocks = False
$4.NewLinesForBracesInAnonymousTypes = False
$4.NewLinesForBracesInObjectCollectionArrayInitializers = False
$4.NewLinesForBracesInLambdaExpressionBody = False
$4.NewLineForElse = False
$4.NewLineForCatch = False
$4.NewLineForFinally = False
$4.NewLineForMembersInObjectInit = False
$4.NewLineForMembersInAnonymousTypes = False
$4.NewLineForClausesInQuery = False
$4.SpacingAfterMethodDeclarationName = True
$4.SpaceAfterMethodCallName = True
$4.SpaceBeforeOpenSquareBracket = True
StartupItem = Applications\UniversalEditor.Bootstrapper\UniversalEditor.Bootstrapper.csproj
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution