Add code
This commit is contained in:
69
Vocab Coverer/obj/Debug/Application.g.i.vb
Normal file
69
Vocab Coverer/obj/Debug/Application.g.i.vb
Normal file
@@ -0,0 +1,69 @@
|
||||
#ExternalChecksum("..\..\Application.xaml","{ff1816ec-aa5e-4d10-87f7-6f4963833460}","FE3B7CA1C27D8E515AB5927B4AD2A60D0A0E966F")
|
||||
'------------------------------------------------------------------------------
|
||||
' <auto-generated>
|
||||
' This code was generated by a tool.
|
||||
' Runtime Version:4.0.30319.42000
|
||||
'
|
||||
' Changes to this file may cause incorrect behavior and will be lost if
|
||||
' the code is regenerated.
|
||||
' </auto-generated>
|
||||
'------------------------------------------------------------------------------
|
||||
|
||||
Option Strict Off
|
||||
Option Explicit On
|
||||
|
||||
Imports System
|
||||
Imports System.Diagnostics
|
||||
Imports System.Windows
|
||||
Imports System.Windows.Automation
|
||||
Imports System.Windows.Controls
|
||||
Imports System.Windows.Controls.Primitives
|
||||
Imports System.Windows.Data
|
||||
Imports System.Windows.Documents
|
||||
Imports System.Windows.Ink
|
||||
Imports System.Windows.Input
|
||||
Imports System.Windows.Markup
|
||||
Imports System.Windows.Media
|
||||
Imports System.Windows.Media.Animation
|
||||
Imports System.Windows.Media.Effects
|
||||
Imports System.Windows.Media.Imaging
|
||||
Imports System.Windows.Media.Media3D
|
||||
Imports System.Windows.Media.TextFormatting
|
||||
Imports System.Windows.Navigation
|
||||
Imports System.Windows.Shapes
|
||||
Imports System.Windows.Shell
|
||||
Imports Vocab_Coverer
|
||||
|
||||
|
||||
'''<summary>
|
||||
'''Application
|
||||
'''</summary>
|
||||
Partial Public Class Application
|
||||
Inherits System.Windows.Application
|
||||
|
||||
'''<summary>
|
||||
'''InitializeComponent
|
||||
'''</summary>
|
||||
<System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")> _
|
||||
Public Sub InitializeComponent()
|
||||
|
||||
#ExternalSource("..\..\Application.xaml",5)
|
||||
Me.StartupUri = New System.Uri("MainWindow.xaml", System.UriKind.Relative)
|
||||
|
||||
#End ExternalSource
|
||||
End Sub
|
||||
|
||||
'''<summary>
|
||||
'''Application Entry Point.
|
||||
'''</summary>
|
||||
<System.STAThreadAttribute(), _
|
||||
System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")> _
|
||||
Public Shared Sub Main()
|
||||
Dim app As Application = New Application()
|
||||
app.InitializeComponent
|
||||
app.Run
|
||||
End Sub
|
||||
End Class
|
||||
|
||||
69
Vocab Coverer/obj/Debug/Application.g.vb
Normal file
69
Vocab Coverer/obj/Debug/Application.g.vb
Normal file
@@ -0,0 +1,69 @@
|
||||
#ExternalChecksum("..\..\Application.xaml","{ff1816ec-aa5e-4d10-87f7-6f4963833460}","FE3B7CA1C27D8E515AB5927B4AD2A60D0A0E966F")
|
||||
'------------------------------------------------------------------------------
|
||||
' <auto-generated>
|
||||
' This code was generated by a tool.
|
||||
' Runtime Version:4.0.30319.42000
|
||||
'
|
||||
' Changes to this file may cause incorrect behavior and will be lost if
|
||||
' the code is regenerated.
|
||||
' </auto-generated>
|
||||
'------------------------------------------------------------------------------
|
||||
|
||||
Option Strict Off
|
||||
Option Explicit On
|
||||
|
||||
Imports System
|
||||
Imports System.Diagnostics
|
||||
Imports System.Windows
|
||||
Imports System.Windows.Automation
|
||||
Imports System.Windows.Controls
|
||||
Imports System.Windows.Controls.Primitives
|
||||
Imports System.Windows.Data
|
||||
Imports System.Windows.Documents
|
||||
Imports System.Windows.Ink
|
||||
Imports System.Windows.Input
|
||||
Imports System.Windows.Markup
|
||||
Imports System.Windows.Media
|
||||
Imports System.Windows.Media.Animation
|
||||
Imports System.Windows.Media.Effects
|
||||
Imports System.Windows.Media.Imaging
|
||||
Imports System.Windows.Media.Media3D
|
||||
Imports System.Windows.Media.TextFormatting
|
||||
Imports System.Windows.Navigation
|
||||
Imports System.Windows.Shapes
|
||||
Imports System.Windows.Shell
|
||||
Imports Vocab_Coverer
|
||||
|
||||
|
||||
'''<summary>
|
||||
'''Application
|
||||
'''</summary>
|
||||
Partial Public Class Application
|
||||
Inherits System.Windows.Application
|
||||
|
||||
'''<summary>
|
||||
'''InitializeComponent
|
||||
'''</summary>
|
||||
<System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")> _
|
||||
Public Sub InitializeComponent()
|
||||
|
||||
#ExternalSource("..\..\Application.xaml",5)
|
||||
Me.StartupUri = New System.Uri("MainWindow.xaml", System.UriKind.Relative)
|
||||
|
||||
#End ExternalSource
|
||||
End Sub
|
||||
|
||||
'''<summary>
|
||||
'''Application Entry Point.
|
||||
'''</summary>
|
||||
<System.STAThreadAttribute(), _
|
||||
System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")> _
|
||||
Public Shared Sub Main()
|
||||
Dim app As Application = New Application()
|
||||
app.InitializeComponent
|
||||
app.Run
|
||||
End Sub
|
||||
End Class
|
||||
|
||||
Binary file not shown.
Binary file not shown.
BIN
Vocab Coverer/obj/Debug/MainWindow.baml
Normal file
BIN
Vocab Coverer/obj/Debug/MainWindow.baml
Normal file
Binary file not shown.
76
Vocab Coverer/obj/Debug/MainWindow.g.i.vb
Normal file
76
Vocab Coverer/obj/Debug/MainWindow.g.i.vb
Normal file
@@ -0,0 +1,76 @@
|
||||
#ExternalChecksum("..\..\MainWindow.xaml","{ff1816ec-aa5e-4d10-87f7-6f4963833460}","A7EB87985D3E5089B4DF91CBE1B222DC8023C221")
|
||||
'------------------------------------------------------------------------------
|
||||
' <auto-generated>
|
||||
' This code was generated by a tool.
|
||||
' Runtime Version:4.0.30319.42000
|
||||
'
|
||||
' Changes to this file may cause incorrect behavior and will be lost if
|
||||
' the code is regenerated.
|
||||
' </auto-generated>
|
||||
'------------------------------------------------------------------------------
|
||||
|
||||
Option Strict Off
|
||||
Option Explicit On
|
||||
|
||||
Imports System
|
||||
Imports System.Diagnostics
|
||||
Imports System.Windows
|
||||
Imports System.Windows.Automation
|
||||
Imports System.Windows.Controls
|
||||
Imports System.Windows.Controls.Primitives
|
||||
Imports System.Windows.Data
|
||||
Imports System.Windows.Documents
|
||||
Imports System.Windows.Ink
|
||||
Imports System.Windows.Input
|
||||
Imports System.Windows.Markup
|
||||
Imports System.Windows.Media
|
||||
Imports System.Windows.Media.Animation
|
||||
Imports System.Windows.Media.Effects
|
||||
Imports System.Windows.Media.Imaging
|
||||
Imports System.Windows.Media.Media3D
|
||||
Imports System.Windows.Media.TextFormatting
|
||||
Imports System.Windows.Navigation
|
||||
Imports System.Windows.Shapes
|
||||
Imports System.Windows.Shell
|
||||
Imports Vocab_Coverer
|
||||
|
||||
|
||||
'''<summary>
|
||||
'''MainWindow
|
||||
'''</summary>
|
||||
<Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||||
Partial Public Class MainWindow
|
||||
Inherits System.Windows.Window
|
||||
Implements System.Windows.Markup.IComponentConnector
|
||||
|
||||
Private _contentLoaded As Boolean
|
||||
|
||||
'''<summary>
|
||||
'''InitializeComponent
|
||||
'''</summary>
|
||||
<System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")> _
|
||||
Public Sub InitializeComponent() Implements System.Windows.Markup.IComponentConnector.InitializeComponent
|
||||
If _contentLoaded Then
|
||||
Return
|
||||
End If
|
||||
_contentLoaded = true
|
||||
Dim resourceLocater As System.Uri = New System.Uri("/Vocab Coverer;component/mainwindow.xaml", System.UriKind.Relative)
|
||||
|
||||
#ExternalSource("..\..\MainWindow.xaml",1)
|
||||
System.Windows.Application.LoadComponent(Me, resourceLocater)
|
||||
|
||||
#End ExternalSource
|
||||
End Sub
|
||||
|
||||
<System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0"), _
|
||||
System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never), _
|
||||
System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes"), _
|
||||
System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity"), _
|
||||
System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")> _
|
||||
Sub System_Windows_Markup_IComponentConnector_Connect(ByVal connectionId As Integer, ByVal target As Object) Implements System.Windows.Markup.IComponentConnector.Connect
|
||||
Me._contentLoaded = true
|
||||
End Sub
|
||||
End Class
|
||||
|
||||
76
Vocab Coverer/obj/Debug/MainWindow.g.vb
Normal file
76
Vocab Coverer/obj/Debug/MainWindow.g.vb
Normal file
@@ -0,0 +1,76 @@
|
||||
#ExternalChecksum("..\..\MainWindow.xaml","{ff1816ec-aa5e-4d10-87f7-6f4963833460}","A7EB87985D3E5089B4DF91CBE1B222DC8023C221")
|
||||
'------------------------------------------------------------------------------
|
||||
' <auto-generated>
|
||||
' This code was generated by a tool.
|
||||
' Runtime Version:4.0.30319.42000
|
||||
'
|
||||
' Changes to this file may cause incorrect behavior and will be lost if
|
||||
' the code is regenerated.
|
||||
' </auto-generated>
|
||||
'------------------------------------------------------------------------------
|
||||
|
||||
Option Strict Off
|
||||
Option Explicit On
|
||||
|
||||
Imports System
|
||||
Imports System.Diagnostics
|
||||
Imports System.Windows
|
||||
Imports System.Windows.Automation
|
||||
Imports System.Windows.Controls
|
||||
Imports System.Windows.Controls.Primitives
|
||||
Imports System.Windows.Data
|
||||
Imports System.Windows.Documents
|
||||
Imports System.Windows.Ink
|
||||
Imports System.Windows.Input
|
||||
Imports System.Windows.Markup
|
||||
Imports System.Windows.Media
|
||||
Imports System.Windows.Media.Animation
|
||||
Imports System.Windows.Media.Effects
|
||||
Imports System.Windows.Media.Imaging
|
||||
Imports System.Windows.Media.Media3D
|
||||
Imports System.Windows.Media.TextFormatting
|
||||
Imports System.Windows.Navigation
|
||||
Imports System.Windows.Shapes
|
||||
Imports System.Windows.Shell
|
||||
Imports Vocab_Coverer
|
||||
|
||||
|
||||
'''<summary>
|
||||
'''MainWindow
|
||||
'''</summary>
|
||||
<Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||||
Partial Public Class MainWindow
|
||||
Inherits System.Windows.Window
|
||||
Implements System.Windows.Markup.IComponentConnector
|
||||
|
||||
Private _contentLoaded As Boolean
|
||||
|
||||
'''<summary>
|
||||
'''InitializeComponent
|
||||
'''</summary>
|
||||
<System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")> _
|
||||
Public Sub InitializeComponent() Implements System.Windows.Markup.IComponentConnector.InitializeComponent
|
||||
If _contentLoaded Then
|
||||
Return
|
||||
End If
|
||||
_contentLoaded = true
|
||||
Dim resourceLocater As System.Uri = New System.Uri("/Vocab Coverer;component/mainwindow.xaml", System.UriKind.Relative)
|
||||
|
||||
#ExternalSource("..\..\MainWindow.xaml",1)
|
||||
System.Windows.Application.LoadComponent(Me, resourceLocater)
|
||||
|
||||
#End ExternalSource
|
||||
End Sub
|
||||
|
||||
<System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0"), _
|
||||
System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never), _
|
||||
System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes"), _
|
||||
System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity"), _
|
||||
System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")> _
|
||||
Sub System_Windows_Markup_IComponentConnector_Connect(ByVal connectionId As Integer, ByVal target As Object) Implements System.Windows.Markup.IComponentConnector.Connect
|
||||
Me._contentLoaded = true
|
||||
End Sub
|
||||
End Class
|
||||
|
||||
Binary file not shown.
BIN
Vocab Coverer/obj/Debug/Vocab Coverer.exe
Normal file
BIN
Vocab Coverer/obj/Debug/Vocab Coverer.exe
Normal file
Binary file not shown.
BIN
Vocab Coverer/obj/Debug/Vocab Coverer.g.resources
Normal file
BIN
Vocab Coverer/obj/Debug/Vocab Coverer.g.resources
Normal file
Binary file not shown.
BIN
Vocab Coverer/obj/Debug/Vocab Coverer.pdb
Normal file
BIN
Vocab Coverer/obj/Debug/Vocab Coverer.pdb
Normal file
Binary file not shown.
@@ -0,0 +1 @@
|
||||
a85b37fa185ff6cdf9c89e1c8b1eea88d6302a64
|
||||
@@ -0,0 +1,34 @@
|
||||
C:\Users\mgrov\AppData\Local\Temporary Projects\Vocab Coverer\bin\Debug\Vocab Coverer.exe.config
|
||||
C:\Users\mgrov\AppData\Local\Temporary Projects\Vocab Coverer\bin\Debug\Vocab Coverer.exe
|
||||
C:\Users\mgrov\AppData\Local\Temporary Projects\Vocab Coverer\bin\Debug\Vocab Coverer.pdb
|
||||
C:\Users\mgrov\AppData\Local\Temporary Projects\Vocab Coverer\bin\Debug\Vocab Coverer.xml
|
||||
C:\Users\mgrov\AppData\Local\Temporary Projects\Vocab Coverer\obj\Debug\Vocab Coverer.vbprojAssemblyReference.cache
|
||||
C:\Users\mgrov\AppData\Local\Temporary Projects\Vocab Coverer\obj\Debug\MainWindow.g.vb
|
||||
C:\Users\mgrov\AppData\Local\Temporary Projects\Vocab Coverer\obj\Debug\Application.g.vb
|
||||
C:\Users\mgrov\AppData\Local\Temporary Projects\Vocab Coverer\obj\Debug\Vocab Coverer_MarkupCompile.cache
|
||||
C:\Users\mgrov\AppData\Local\Temporary Projects\Vocab Coverer\obj\Debug\Vocab Coverer_MarkupCompile.lref
|
||||
C:\Users\mgrov\AppData\Local\Temporary Projects\Vocab Coverer\obj\Debug\MainWindow.baml
|
||||
C:\Users\mgrov\AppData\Local\Temporary Projects\Vocab Coverer\obj\Debug\Vocab Coverer.g.resources
|
||||
C:\Users\mgrov\AppData\Local\Temporary Projects\Vocab Coverer\obj\Debug\Vocab_Coverer.Resources.resources
|
||||
C:\Users\mgrov\AppData\Local\Temporary Projects\Vocab Coverer\obj\Debug\Vocab Coverer.vbproj.GenerateResource.cache
|
||||
C:\Users\mgrov\AppData\Local\Temporary Projects\Vocab Coverer\obj\Debug\Vocab Coverer.vbproj.CoreCompileInputs.cache
|
||||
C:\Users\mgrov\AppData\Local\Temporary Projects\Vocab Coverer\obj\Debug\Vocab Coverer.exe
|
||||
C:\Users\mgrov\AppData\Local\Temporary Projects\Vocab Coverer\obj\Debug\Vocab Coverer.xml
|
||||
C:\Users\mgrov\AppData\Local\Temporary Projects\Vocab Coverer\obj\Debug\Vocab Coverer.pdb
|
||||
D:\mgrov\Documents\Visual Studio 2017\Projects\Vocab Coverer\Vocab Coverer\bin\Debug\Vocab Coverer.exe.config
|
||||
D:\mgrov\Documents\Visual Studio 2017\Projects\Vocab Coverer\Vocab Coverer\bin\Debug\Vocab Coverer.exe
|
||||
D:\mgrov\Documents\Visual Studio 2017\Projects\Vocab Coverer\Vocab Coverer\bin\Debug\Vocab Coverer.pdb
|
||||
D:\mgrov\Documents\Visual Studio 2017\Projects\Vocab Coverer\Vocab Coverer\bin\Debug\Vocab Coverer.xml
|
||||
D:\mgrov\Documents\Visual Studio 2017\Projects\Vocab Coverer\Vocab Coverer\obj\Debug\Vocab Coverer.vbprojAssemblyReference.cache
|
||||
D:\mgrov\Documents\Visual Studio 2017\Projects\Vocab Coverer\Vocab Coverer\obj\Debug\MainWindow.g.vb
|
||||
D:\mgrov\Documents\Visual Studio 2017\Projects\Vocab Coverer\Vocab Coverer\obj\Debug\Application.g.vb
|
||||
D:\mgrov\Documents\Visual Studio 2017\Projects\Vocab Coverer\Vocab Coverer\obj\Debug\Vocab Coverer_MarkupCompile.cache
|
||||
D:\mgrov\Documents\Visual Studio 2017\Projects\Vocab Coverer\Vocab Coverer\obj\Debug\Vocab Coverer_MarkupCompile.lref
|
||||
D:\mgrov\Documents\Visual Studio 2017\Projects\Vocab Coverer\Vocab Coverer\obj\Debug\MainWindow.baml
|
||||
D:\mgrov\Documents\Visual Studio 2017\Projects\Vocab Coverer\Vocab Coverer\obj\Debug\Vocab Coverer.g.resources
|
||||
D:\mgrov\Documents\Visual Studio 2017\Projects\Vocab Coverer\Vocab Coverer\obj\Debug\Vocab_Coverer.Resources.resources
|
||||
D:\mgrov\Documents\Visual Studio 2017\Projects\Vocab Coverer\Vocab Coverer\obj\Debug\Vocab Coverer.vbproj.GenerateResource.cache
|
||||
D:\mgrov\Documents\Visual Studio 2017\Projects\Vocab Coverer\Vocab Coverer\obj\Debug\Vocab Coverer.vbproj.CoreCompileInputs.cache
|
||||
D:\mgrov\Documents\Visual Studio 2017\Projects\Vocab Coverer\Vocab Coverer\obj\Debug\Vocab Coverer.exe
|
||||
D:\mgrov\Documents\Visual Studio 2017\Projects\Vocab Coverer\Vocab Coverer\obj\Debug\Vocab Coverer.xml
|
||||
D:\mgrov\Documents\Visual Studio 2017\Projects\Vocab Coverer\Vocab Coverer\obj\Debug\Vocab Coverer.pdb
|
||||
Binary file not shown.
Binary file not shown.
83
Vocab Coverer/obj/Debug/Vocab Coverer.xml
Normal file
83
Vocab Coverer/obj/Debug/Vocab Coverer.xml
Normal file
@@ -0,0 +1,83 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>
|
||||
Vocab Coverer
|
||||
</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:Vocab_Coverer.My.MyWpfExtension">
|
||||
<summary>
|
||||
Module used to define the properties that are available in the My Namespace for WPF
|
||||
</summary>
|
||||
<remarks></remarks>
|
||||
</member>
|
||||
<member name="P:Vocab_Coverer.My.MyWpfExtension.Application">
|
||||
<summary>
|
||||
Returns the application object for the running application
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Vocab_Coverer.My.MyWpfExtension.Computer">
|
||||
<summary>
|
||||
Returns information about the host computer.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Vocab_Coverer.My.MyWpfExtension.User">
|
||||
<summary>
|
||||
Returns information for the current user. If you wish to run the application with the current
|
||||
Windows user credentials, call My.User.InitializeWithWindowsUser().
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Vocab_Coverer.My.MyWpfExtension.Log">
|
||||
<summary>
|
||||
Returns the application log. The listeners can be configured by the application's configuration file.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Vocab_Coverer.My.MyWpfExtension.Windows">
|
||||
<summary>
|
||||
Returns the collection of Windows defined in the project.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:Vocab_Coverer.My.Resources.Resources">
|
||||
<summary>
|
||||
A strongly-typed resource class, for looking up localized strings, etc.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Vocab_Coverer.My.Resources.Resources.ResourceManager">
|
||||
<summary>
|
||||
Returns the cached ResourceManager instance used by this class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Vocab_Coverer.My.Resources.Resources.Culture">
|
||||
<summary>
|
||||
Overrides the current thread's CurrentUICulture property for all
|
||||
resource lookups using this strongly typed resource class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:Vocab_Coverer.Application">
|
||||
<summary>
|
||||
Application
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Vocab_Coverer.Application.InitializeComponent">
|
||||
<summary>
|
||||
InitializeComponent
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Vocab_Coverer.Application.Main">
|
||||
<summary>
|
||||
Application Entry Point.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:Vocab_Coverer.MainWindow">
|
||||
<summary>
|
||||
MainWindow
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Vocab_Coverer.MainWindow.InitializeComponent">
|
||||
<summary>
|
||||
InitializeComponent
|
||||
</summary>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
15
Vocab Coverer/obj/Debug/Vocab Coverer_Content.g.i.vb
Normal file
15
Vocab Coverer/obj/Debug/Vocab Coverer_Content.g.i.vb
Normal file
@@ -0,0 +1,15 @@
|
||||
'------------------------------------------------------------------------------
|
||||
' <auto-generated>
|
||||
' This code was generated by a tool.
|
||||
' Runtime Version:4.0.30319.42000
|
||||
'
|
||||
' Changes to this file may cause incorrect behavior and will be lost if
|
||||
' the code is regenerated.
|
||||
' </auto-generated>
|
||||
'------------------------------------------------------------------------------
|
||||
|
||||
Option Strict Off
|
||||
Option Explicit On
|
||||
|
||||
<Assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("vocab%20coverer.ico")>
|
||||
|
||||
20
Vocab Coverer/obj/Debug/Vocab Coverer_MarkupCompile.cache
Normal file
20
Vocab Coverer/obj/Debug/Vocab Coverer_MarkupCompile.cache
Normal file
@@ -0,0 +1,20 @@
|
||||
Vocab Coverer
|
||||
|
||||
|
||||
winexe
|
||||
VB
|
||||
.vb
|
||||
D:\mgrov\Documents\Visual Studio 2017\Projects\Vocab Coverer\Vocab Coverer\obj\Debug\
|
||||
Vocab_Coverer
|
||||
none
|
||||
false
|
||||
|
||||
D:\mgrov\Documents\Visual Studio 2017\Projects\Vocab Coverer\Vocab Coverer\Application.xaml
|
||||
11151548125
|
||||
|
||||
6-722535863
|
||||
111682248113
|
||||
MainWindow.xaml;
|
||||
|
||||
False
|
||||
|
||||
20
Vocab Coverer/obj/Debug/Vocab Coverer_MarkupCompile.i.cache
Normal file
20
Vocab Coverer/obj/Debug/Vocab Coverer_MarkupCompile.i.cache
Normal file
@@ -0,0 +1,20 @@
|
||||
Vocab Coverer
|
||||
|
||||
|
||||
winexe
|
||||
VB
|
||||
.vb
|
||||
D:\mgrov\Documents\Visual Studio 2017\Projects\Vocab Coverer\Vocab Coverer\obj\Debug\
|
||||
Vocab_Coverer
|
||||
none
|
||||
false
|
||||
|
||||
D:\mgrov\Documents\Visual Studio 2017\Projects\Vocab Coverer\Vocab Coverer\Application.xaml
|
||||
11151548125
|
||||
|
||||
7-661953248
|
||||
11-1225924000
|
||||
MainWindow.xaml;
|
||||
|
||||
False
|
||||
|
||||
4
Vocab Coverer/obj/Debug/Vocab Coverer_MarkupCompile.lref
Normal file
4
Vocab Coverer/obj/Debug/Vocab Coverer_MarkupCompile.lref
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
|
||||
FD:\mgrov\Documents\Visual Studio 2017\Projects\Vocab Coverer\Vocab Coverer\MainWindow.xaml;;
|
||||
|
||||
BIN
Vocab Coverer/obj/Debug/Vocab_Coverer.Resources.resources
Normal file
BIN
Vocab Coverer/obj/Debug/Vocab_Coverer.Resources.resources
Normal file
Binary file not shown.
Reference in New Issue
Block a user