diff --git a/ClosedXML_Sandbox_VB/ClosedXML_Sandbox_VB.vbproj b/ClosedXML_Sandbox_VB/ClosedXML_Sandbox_VB.vbproj deleted file mode 100644 index f5ca4a5..0000000 --- a/ClosedXML_Sandbox_VB/ClosedXML_Sandbox_VB.vbproj +++ /dev/null @@ -1,198 +0,0 @@ - - - - Debug - x86 - - - - - {E005997D-B192-461F-AA3E-44007A33A3DF} - Exe - ClosedXML_Sandbox_VB.Module1 - ClosedXML_Sandbox_VB - ClosedXML_Sandbox_VB - 512 - Console - v4.0 - Client - SAK - SAK - SAK - SAK - - - x86 - true - full - true - true - bin\Debug\ - ClosedXML_Sandbox_VB.xml - 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 - - - x86 - pdbonly - false - true - true - bin\Release\ - ClosedXML_Sandbox_VB.xml - 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 - - - On - - - Binary - - - Off - - - On - - - true - true - true - bin\x64\Debug\ - ClosedXML_Sandbox_VB.xml - 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 - full - x64 - bin\Debug\ClosedXML_Sandbox_VB.exe.CodeAnalysisLog.xml - true - GlobalSuppressions.vb - MinimumRecommendedRules.ruleset - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets - true - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules - true - - - true - bin\x64\Release\ - ClosedXML_Sandbox_VB.xml - true - 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 - pdbonly - x64 - bin\Release\ClosedXML_Sandbox_VB.exe.CodeAnalysisLog.xml - true - GlobalSuppressions.vb - MinimumRecommendedRules.ruleset - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets - true - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules - - - true - true - true - bin\Debug\ - ClosedXML_Sandbox_VB.xml - 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 - full - AnyCPU - bin\Debug\ClosedXML_Sandbox_VB.exe.CodeAnalysisLog.xml - true - GlobalSuppressions.vb - MinimumRecommendedRules.ruleset - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets - false - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules - false - - - true - bin\Release\ - ClosedXML_Sandbox_VB.xml - true - 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 - pdbonly - AnyCPU - bin\Release\ClosedXML_Sandbox_VB.exe.CodeAnalysisLog.xml - true - GlobalSuppressions.vb - MinimumRecommendedRules.ruleset - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets - true - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules - true - - - - - - - - - - - - - - - - - - - - - - - - - True - Application.myapp - - - True - True - Resources.resx - - - True - Settings.settings - True - - - - - VbMyResourcesResXFileCodeGenerator - Resources.Designer.vb - My.Resources - Designer - - - - - MyApplicationCodeGenerator - Application.Designer.vb - - - SettingsSingleFileGenerator - My - Settings.Designer.vb - - - - - - - - {BD5E6BFE-E837-4A35-BCA9-39667D873A20} - ClosedXML - - - - - \ No newline at end of file diff --git a/ClosedXML_Sandbox_VB/Module1.vb b/ClosedXML_Sandbox_VB/Module1.vb deleted file mode 100644 index 1301cf1..0000000 --- a/ClosedXML_Sandbox_VB/Module1.vb +++ /dev/null @@ -1,12 +0,0 @@ - -Imports ClosedXML -Imports ClosedXML.Excel -Imports System.IO -Module Module1 - - Sub Main() - 'Use this space to play with ClosedXML - - End Sub - -End Module diff --git a/ClosedXML_Sandbox_VB/My Project/Application.Designer.vb b/ClosedXML_Sandbox_VB/My Project/Application.Designer.vb deleted file mode 100644 index 9478349..0000000 --- a/ClosedXML_Sandbox_VB/My Project/Application.Designer.vb +++ /dev/null @@ -1,13 +0,0 @@ -'------------------------------------------------------------------------------ -' -' This code was generated by a tool. -' Runtime Version:4.0.30319.1 -' -' Changes to this file may cause incorrect behavior and will be lost if -' the code is regenerated. -' -'------------------------------------------------------------------------------ - -Option Strict On -Option Explicit On - diff --git a/ClosedXML_Sandbox_VB/My Project/Application.myapp b/ClosedXML_Sandbox_VB/My Project/Application.myapp deleted file mode 100644 index 23b627f..0000000 --- a/ClosedXML_Sandbox_VB/My Project/Application.myapp +++ /dev/null @@ -1,10 +0,0 @@ - - - false - false - 0 - true - 0 - 2 - true - diff --git a/ClosedXML_Sandbox_VB/My Project/AssemblyInfo.vb b/ClosedXML_Sandbox_VB/My Project/AssemblyInfo.vb deleted file mode 100644 index c8e6786..0000000 --- a/ClosedXML_Sandbox_VB/My Project/AssemblyInfo.vb +++ /dev/null @@ -1,35 +0,0 @@ -Imports System -Imports System.Reflection -Imports System.Runtime.InteropServices - -' General Information about an assembly is controlled through the following -' set of attributes. Change these attribute values to modify the information -' associated with an assembly. - -' Review the values of the assembly attributes - - - - - - - - - - -'The following GUID is for the ID of the typelib if this project is exposed to COM - - -' Version information for an assembly consists of the following four values: -' -' Major Version -' Minor Version -' Build Number -' Revision -' -' You can specify all the values or you can default the Build and Revision Numbers -' by using the '*' as shown below: -' - - - diff --git a/ClosedXML_Sandbox_VB/My Project/Resources.Designer.vb b/ClosedXML_Sandbox_VB/My Project/Resources.Designer.vb deleted file mode 100644 index f524b67..0000000 --- a/ClosedXML_Sandbox_VB/My Project/Resources.Designer.vb +++ /dev/null @@ -1,62 +0,0 @@ -'------------------------------------------------------------------------------ -' -' This code was generated by a tool. -' Runtime Version:4.0.30319.1 -' -' Changes to this file may cause incorrect behavior and will be lost if -' the code is regenerated. -' -'------------------------------------------------------------------------------ - -Option Strict On -Option Explicit On - - -Namespace My.Resources - - 'This class was auto-generated by the StronglyTypedResourceBuilder - '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. - ''' - ''' A strongly-typed resource class, for looking up localized strings, etc. - ''' - _ - Friend Module Resources - - Private resourceMan As Global.System.Resources.ResourceManager - - Private resourceCulture As Global.System.Globalization.CultureInfo - - ''' - ''' Returns the cached ResourceManager instance used by this class. - ''' - _ - Friend ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager - Get - If Object.ReferenceEquals(resourceMan, Nothing) Then - Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("ClosedXML_Sandbox_VB.Resources", GetType(Resources).Assembly) - resourceMan = temp - End If - Return resourceMan - End Get - End Property - - ''' - ''' Overrides the current thread's CurrentUICulture property for all - ''' resource lookups using this strongly typed resource class. - ''' - _ - Friend Property Culture() As Global.System.Globalization.CultureInfo - Get - Return resourceCulture - End Get - Set(ByVal value As Global.System.Globalization.CultureInfo) - resourceCulture = value - End Set - End Property - End Module -End Namespace diff --git a/ClosedXML_Sandbox_VB/My Project/Resources.resx b/ClosedXML_Sandbox_VB/My Project/Resources.resx deleted file mode 100644 index ffecec8..0000000 --- a/ClosedXML_Sandbox_VB/My Project/Resources.resx +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 2.0 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - \ No newline at end of file diff --git a/ClosedXML_Sandbox_VB/My Project/Settings.Designer.vb b/ClosedXML_Sandbox_VB/My Project/Settings.Designer.vb deleted file mode 100644 index 5e637d7..0000000 --- a/ClosedXML_Sandbox_VB/My Project/Settings.Designer.vb +++ /dev/null @@ -1,73 +0,0 @@ -'------------------------------------------------------------------------------ -' -' This code was generated by a tool. -' Runtime Version:4.0.30319.1 -' -' Changes to this file may cause incorrect behavior and will be lost if -' the code is regenerated. -' -'------------------------------------------------------------------------------ - -Option Strict On -Option Explicit On - - -Namespace My - - _ - Partial Friend NotInheritable Class MySettings - Inherits Global.System.Configuration.ApplicationSettingsBase - - Private Shared defaultInstance As MySettings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New MySettings), MySettings) - -#Region "My.Settings Auto-Save Functionality" -#If _MyType = "WindowsForms" Then - Private Shared addedHandler As Boolean - - Private Shared addedHandlerLockObject As New Object - - _ - Private Shared Sub AutoSaveSettings(ByVal sender As Global.System.Object, ByVal e As Global.System.EventArgs) - If My.Application.SaveMySettingsOnExit Then - My.Settings.Save() - End If - End Sub -#End If -#End Region - - Public Shared ReadOnly Property [Default]() As MySettings - Get - -#If _MyType = "WindowsForms" Then - If Not addedHandler Then - SyncLock addedHandlerLockObject - If Not addedHandler Then - AddHandler My.Application.Shutdown, AddressOf AutoSaveSettings - addedHandler = True - End If - End SyncLock - End If -#End If - Return defaultInstance - End Get - End Property - End Class -End Namespace - -Namespace My - - _ - Friend Module MySettingsProperty - - _ - Friend ReadOnly Property Settings() As Global.ClosedXML_Sandbox_VB.My.MySettings - Get - Return Global.ClosedXML_Sandbox_VB.My.MySettings.Default - End Get - End Property - End Module -End Namespace diff --git a/ClosedXML_Sandbox_VB/My Project/Settings.settings b/ClosedXML_Sandbox_VB/My Project/Settings.settings deleted file mode 100644 index 377f56d..0000000 --- a/ClosedXML_Sandbox_VB/My Project/Settings.settings +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - -