From: wittend99 Date: Sun, 27 May 2012 15:44:30 +0000 (+0000) Subject: git-svn-id: https://svn.code.sf.net/p/freetel/code@504 01035d8c-6547-0410-b346-abe4f9... X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=b17145388b84d12c2b087f481dfcd497f3f26ff8;p=freetel-svn-tracking.git git-svn-id: https://svn.code.sf.net/p/freetel/code@504 01035d8c-6547-0410-b346-abe4f91aad63 --- diff --git a/fdmdv2/fdmdv2dll/vbTest/App.config b/fdmdv2/fdmdv2dll/vbTest/App.config new file mode 100644 index 00000000..b93bf408 --- /dev/null +++ b/fdmdv2/fdmdv2dll/vbTest/App.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/fdmdv2/fdmdv2dll/vbTest/Form1.Designer.vb b/fdmdv2/fdmdv2dll/vbTest/Form1.Designer.vb new file mode 100644 index 00000000..b10fb80f --- /dev/null +++ b/fdmdv2/fdmdv2dll/vbTest/Form1.Designer.vb @@ -0,0 +1,125 @@ + _ +Declare Sub fdmdv2-dll Lib "\Users\wittend\Projects\Radio\fdmdv2\fdmdv2dll\Release\fdmdv2-dll.dll" (ByVal Client As String, ByVal Dll As String) +Partial Class Form1 + Inherits System.Windows.Forms.Form + + 'Form overrides dispose to clean up the component list. + _ + Protected Overrides Sub Dispose(ByVal disposing As Boolean) + Try + If disposing AndAlso components IsNot Nothing Then + components.Dispose() + End If + Finally + MyBase.Dispose(disposing) + End Try + End Sub + + 'Required by the Windows Form Designer + Private components As System.ComponentModel.IContainer + + 'NOTE: The following procedure is required by the Windows Form Designer + 'It can be modified using the Windows Form Designer. + 'Do not modify it using the code editor. + _ + Private Sub InitializeComponent() +Me.TextBox1 = New System.Windows.Forms.TextBox() +Me.GroupBox1 = New System.Windows.Forms.GroupBox() +Me.Button1 = New System.Windows.Forms.Button() +Me.Button2 = New System.Windows.Forms.Button() +Me.Button3 = New System.Windows.Forms.Button() +Me.Button4 = New System.Windows.Forms.Button() +Me.Button5 = New System.Windows.Forms.Button() +Me.GroupBox1.SuspendLayout() +Me.SuspendLayout() +' +'TextBox1 +' +Me.TextBox1.Location = New System.Drawing.Point(183, 2) +Me.TextBox1.Multiline = True +Me.TextBox1.Name = "TextBox1" +Me.TextBox1.Size = New System.Drawing.Size(384, 395) +Me.TextBox1.TabIndex = 0 +' +'GroupBox1 +' +Me.GroupBox1.Controls.Add(Me.Button4) +Me.GroupBox1.Controls.Add(Me.Button3) +Me.GroupBox1.Controls.Add(Me.Button2) +Me.GroupBox1.Controls.Add(Me.Button1) +Me.GroupBox1.Location = New System.Drawing.Point(10, 10) +Me.GroupBox1.Name = "GroupBox1" +Me.GroupBox1.Size = New System.Drawing.Size(167, 337) +Me.GroupBox1.TabIndex = 1 +Me.GroupBox1.TabStop = False +Me.GroupBox1.Text = "Test FDMDV2" +' +'Button1 +' +Me.Button1.Location = New System.Drawing.Point(17, 31) +Me.Button1.Name = "Button1" +Me.Button1.Size = New System.Drawing.Size(135, 24) +Me.Button1.TabIndex = 0 +Me.Button1.Text = "Load" +Me.Button1.UseVisualStyleBackColor = True +' +'Button2 +' +Me.Button2.Location = New System.Drawing.Point(17, 61) +Me.Button2.Name = "Button2" +Me.Button2.Size = New System.Drawing.Size(135, 27) +Me.Button2.TabIndex = 1 +Me.Button2.Text = "Start" +Me.Button2.UseVisualStyleBackColor = True +' +'Button3 +' +Me.Button3.Location = New System.Drawing.Point(17, 94) +Me.Button3.Name = "Button3" +Me.Button3.Size = New System.Drawing.Size(135, 24) +Me.Button3.TabIndex = 2 +Me.Button3.Text = "Stop" +Me.Button3.UseVisualStyleBackColor = True +' +'Button4 +' +Me.Button4.Location = New System.Drawing.Point(17, 124) +Me.Button4.Name = "Button4" +Me.Button4.Size = New System.Drawing.Size(135, 24) +Me.Button4.TabIndex = 3 +Me.Button4.Text = "Unload" +Me.Button4.UseVisualStyleBackColor = True +' +'Button5 +' +Me.Button5.Location = New System.Drawing.Point(27, 356) +Me.Button5.Name = "Button5" +Me.Button5.Size = New System.Drawing.Size(135, 24) +Me.Button5.TabIndex = 2 +Me.Button5.Text = "Quit" +Me.Button5.UseVisualStyleBackColor = True +' +'Form1 +' +Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 16.0!) +Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font +Me.ClientSize = New System.Drawing.Size(568, 392) +Me.Controls.Add(Me.Button5) +Me.Controls.Add(Me.GroupBox1) +Me.Controls.Add(Me.TextBox1) +Me.Name = "Form1" +Me.Text = "Test FDMDV2.dll" +Me.GroupBox1.ResumeLayout(False) +Me.ResumeLayout(False) +Me.PerformLayout() + +End Sub + Friend WithEvents TextBox1 As System.Windows.Forms.TextBox + Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox + Friend WithEvents Button4 As System.Windows.Forms.Button + Friend WithEvents Button3 As System.Windows.Forms.Button + Friend WithEvents Button2 As System.Windows.Forms.Button + Friend WithEvents Button1 As System.Windows.Forms.Button + Friend WithEvents Button5 As System.Windows.Forms.Button + +End Class diff --git a/fdmdv2/fdmdv2dll/vbTest/Form1.resx b/fdmdv2/fdmdv2dll/vbTest/Form1.resx new file mode 100644 index 00000000..5ea0895e --- /dev/null +++ b/fdmdv2/fdmdv2dll/vbTest/Form1.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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/fdmdv2/fdmdv2dll/vbTest/Form1.vb b/fdmdv2/fdmdv2dll/vbTest/Form1.vb new file mode 100644 index 00000000..c07edc44 --- /dev/null +++ b/fdmdv2/fdmdv2dll/vbTest/Form1.vb @@ -0,0 +1,3 @@ +Public Class Form1 + +End Class diff --git a/fdmdv2/fdmdv2dll/vbTest/My Project/Application.Designer.vb b/fdmdv2/fdmdv2dll/vbTest/My Project/Application.Designer.vb new file mode 100644 index 00000000..da97349a --- /dev/null +++ b/fdmdv2/fdmdv2dll/vbTest/My Project/Application.Designer.vb @@ -0,0 +1,38 @@ +'------------------------------------------------------------------------------ +' +' This code was generated by a tool. +' Runtime Version:4.0.30319.269 +' +' 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 + + 'NOTE: This file is auto-generated; do not modify it directly. To make changes, + ' or if you encounter build errors in this file, go to the Project Designer + ' (go to Project Properties or double-click the My Project node in + ' Solution Explorer), and make changes on the Application tab. + ' + Partial Friend Class MyApplication + + _ + Public Sub New() + MyBase.New(Global.Microsoft.VisualBasic.ApplicationServices.AuthenticationMode.Windows) + Me.IsSingleInstance = false + Me.EnableVisualStyles = true + Me.SaveMySettingsOnExit = true + Me.ShutDownStyle = Global.Microsoft.VisualBasic.ApplicationServices.ShutdownMode.AfterMainFormCloses + End Sub + + _ + Protected Overrides Sub OnCreateMainForm() + Me.MainForm = Global.vbTest.Form1 + End Sub + End Class +End Namespace diff --git a/fdmdv2/fdmdv2dll/vbTest/My Project/Application.myapp b/fdmdv2/fdmdv2dll/vbTest/My Project/Application.myapp new file mode 100644 index 00000000..7b0c597d --- /dev/null +++ b/fdmdv2/fdmdv2dll/vbTest/My Project/Application.myapp @@ -0,0 +1,11 @@ + + + true + Form1 + false + 0 + true + 0 + 0 + true + diff --git a/fdmdv2/fdmdv2dll/vbTest/My Project/AssemblyInfo.vb b/fdmdv2/fdmdv2dll/vbTest/My Project/AssemblyInfo.vb new file mode 100644 index 00000000..c8fcf7d9 --- /dev/null +++ b/fdmdv2/fdmdv2dll/vbTest/My Project/AssemblyInfo.vb @@ -0,0 +1,35 @@ +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/fdmdv2/fdmdv2dll/vbTest/My Project/Resources.Designer.vb b/fdmdv2/fdmdv2dll/vbTest/My Project/Resources.Designer.vb new file mode 100644 index 00000000..32308cbe --- /dev/null +++ b/fdmdv2/fdmdv2dll/vbTest/My Project/Resources.Designer.vb @@ -0,0 +1,62 @@ +'------------------------------------------------------------------------------ +' +' This code was generated by a tool. +' Runtime Version:4.0.30319.269 +' +' 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("vbTest.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/fdmdv2/fdmdv2dll/vbTest/My Project/Resources.resx b/fdmdv2/fdmdv2dll/vbTest/My Project/Resources.resx new file mode 100644 index 00000000..ffecec85 --- /dev/null +++ b/fdmdv2/fdmdv2dll/vbTest/My Project/Resources.resx @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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/fdmdv2/fdmdv2dll/vbTest/My Project/Settings.Designer.vb b/fdmdv2/fdmdv2dll/vbTest/My Project/Settings.Designer.vb new file mode 100644 index 00000000..82bd1eb9 --- /dev/null +++ b/fdmdv2/fdmdv2dll/vbTest/My Project/Settings.Designer.vb @@ -0,0 +1,73 @@ +'------------------------------------------------------------------------------ +' +' This code was generated by a tool. +' Runtime Version:4.0.30319.269 +' +' 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.vbTest.My.MySettings + Get + Return Global.vbTest.My.MySettings.Default + End Get + End Property + End Module +End Namespace diff --git a/fdmdv2/fdmdv2dll/vbTest/My Project/Settings.settings b/fdmdv2/fdmdv2dll/vbTest/My Project/Settings.settings new file mode 100644 index 00000000..377f56d6 --- /dev/null +++ b/fdmdv2/fdmdv2dll/vbTest/My Project/Settings.settings @@ -0,0 +1,7 @@ + + + + + + + diff --git a/fdmdv2/fdmdv2dll/vbTest/bin/Debug/.gitignore b/fdmdv2/fdmdv2dll/vbTest/bin/Debug/.gitignore new file mode 100644 index 00000000..e69de29b diff --git a/fdmdv2/fdmdv2dll/vbTest/bin/Release/vbTest.exe b/fdmdv2/fdmdv2dll/vbTest/bin/Release/vbTest.exe new file mode 100644 index 00000000..aa115821 Binary files /dev/null and b/fdmdv2/fdmdv2dll/vbTest/bin/Release/vbTest.exe differ diff --git a/fdmdv2/fdmdv2dll/vbTest/bin/Release/vbTest.pdb b/fdmdv2/fdmdv2dll/vbTest/bin/Release/vbTest.pdb new file mode 100644 index 00000000..20d166d1 Binary files /dev/null and b/fdmdv2/fdmdv2dll/vbTest/bin/Release/vbTest.pdb differ diff --git a/fdmdv2/fdmdv2dll/vbTest/bin/Release/vbTest.vshost.exe b/fdmdv2/fdmdv2dll/vbTest/bin/Release/vbTest.vshost.exe new file mode 100644 index 00000000..58da5217 Binary files /dev/null and b/fdmdv2/fdmdv2dll/vbTest/bin/Release/vbTest.vshost.exe differ diff --git a/fdmdv2/fdmdv2dll/vbTest/bin/Release/vbTest.vshost.exe.manifest b/fdmdv2/fdmdv2dll/vbTest/bin/Release/vbTest.vshost.exe.manifest new file mode 100644 index 00000000..f96b1d6b --- /dev/null +++ b/fdmdv2/fdmdv2dll/vbTest/bin/Release/vbTest.vshost.exe.manifest @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/fdmdv2/fdmdv2dll/vbTest/bin/Release/vbTest.xml b/fdmdv2/fdmdv2dll/vbTest/bin/Release/vbTest.xml new file mode 100644 index 00000000..38eaa1c7 --- /dev/null +++ b/fdmdv2/fdmdv2dll/vbTest/bin/Release/vbTest.xml @@ -0,0 +1,24 @@ + + + + +vbTest + + + + + + Returns the cached ResourceManager instance used by this class. + + + + Overrides the current thread's CurrentUICulture property for all + resource lookups using this strongly typed resource class. + + + + A strongly-typed resource class, for looking up localized strings, etc. + + + + \ No newline at end of file diff --git a/fdmdv2/fdmdv2dll/vbTest/obj/x86/Debug/.gitignore b/fdmdv2/fdmdv2dll/vbTest/obj/x86/Debug/.gitignore new file mode 100644 index 00000000..e69de29b diff --git a/fdmdv2/fdmdv2dll/vbTest/obj/x86/Release/DesignTimeResolveAssemblyReferencesInput.cache b/fdmdv2/fdmdv2dll/vbTest/obj/x86/Release/DesignTimeResolveAssemblyReferencesInput.cache new file mode 100644 index 00000000..5c1b6a8b Binary files /dev/null and b/fdmdv2/fdmdv2dll/vbTest/obj/x86/Release/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/fdmdv2/fdmdv2dll/vbTest/obj/x86/Release/GenerateResource-ResGen.read.1.tlog b/fdmdv2/fdmdv2dll/vbTest/obj/x86/Release/GenerateResource-ResGen.read.1.tlog new file mode 100644 index 00000000..49b02767 Binary files /dev/null and b/fdmdv2/fdmdv2dll/vbTest/obj/x86/Release/GenerateResource-ResGen.read.1.tlog differ diff --git a/fdmdv2/fdmdv2dll/vbTest/obj/x86/Release/GenerateResource-ResGen.write.1.tlog b/fdmdv2/fdmdv2dll/vbTest/obj/x86/Release/GenerateResource-ResGen.write.1.tlog new file mode 100644 index 00000000..9793cabe Binary files /dev/null and b/fdmdv2/fdmdv2dll/vbTest/obj/x86/Release/GenerateResource-ResGen.write.1.tlog differ diff --git a/fdmdv2/fdmdv2dll/vbTest/obj/x86/Release/TempPE/My Project.Resources.Designer.vb.dll b/fdmdv2/fdmdv2dll/vbTest/obj/x86/Release/TempPE/My Project.Resources.Designer.vb.dll new file mode 100644 index 00000000..7b155551 Binary files /dev/null and b/fdmdv2/fdmdv2dll/vbTest/obj/x86/Release/TempPE/My Project.Resources.Designer.vb.dll differ diff --git a/fdmdv2/fdmdv2dll/vbTest/obj/x86/Release/vbTest.Form1.resources b/fdmdv2/fdmdv2dll/vbTest/obj/x86/Release/vbTest.Form1.resources new file mode 100644 index 00000000..06c24d06 Binary files /dev/null and b/fdmdv2/fdmdv2dll/vbTest/obj/x86/Release/vbTest.Form1.resources differ diff --git a/fdmdv2/fdmdv2dll/vbTest/obj/x86/Release/vbTest.Resources.resources b/fdmdv2/fdmdv2dll/vbTest/obj/x86/Release/vbTest.Resources.resources new file mode 100644 index 00000000..06c24d06 Binary files /dev/null and b/fdmdv2/fdmdv2dll/vbTest/obj/x86/Release/vbTest.Resources.resources differ diff --git a/fdmdv2/fdmdv2dll/vbTest/obj/x86/Release/vbTest.exe b/fdmdv2/fdmdv2dll/vbTest/obj/x86/Release/vbTest.exe new file mode 100644 index 00000000..aa115821 Binary files /dev/null and b/fdmdv2/fdmdv2dll/vbTest/obj/x86/Release/vbTest.exe differ diff --git a/fdmdv2/fdmdv2dll/vbTest/obj/x86/Release/vbTest.pdb b/fdmdv2/fdmdv2dll/vbTest/obj/x86/Release/vbTest.pdb new file mode 100644 index 00000000..20d166d1 Binary files /dev/null and b/fdmdv2/fdmdv2dll/vbTest/obj/x86/Release/vbTest.pdb differ diff --git a/fdmdv2/fdmdv2dll/vbTest/obj/x86/Release/vbTest.vbproj.FileListAbsolute.txt b/fdmdv2/fdmdv2dll/vbTest/obj/x86/Release/vbTest.vbproj.FileListAbsolute.txt new file mode 100644 index 00000000..a79bdde5 --- /dev/null +++ b/fdmdv2/fdmdv2dll/vbTest/obj/x86/Release/vbTest.vbproj.FileListAbsolute.txt @@ -0,0 +1,11 @@ +C:\Users\wittend\Projects\Radio\fdmdv2\fdmdv2dll\vbTest\bin\Release\vbTest.exe +C:\Users\wittend\Projects\Radio\fdmdv2\fdmdv2dll\vbTest\bin\Release\vbTest.pdb +C:\Users\wittend\Projects\Radio\fdmdv2\fdmdv2dll\vbTest\bin\Release\vbTest.xml +C:\Users\wittend\Projects\Radio\fdmdv2\fdmdv2dll\vbTest\obj\x86\Release\ResolveAssemblyReference.cache +C:\Users\wittend\Projects\Radio\fdmdv2\fdmdv2dll\vbTest\obj\x86\Release\vbTest.Form1.resources +C:\Users\wittend\Projects\Radio\fdmdv2\fdmdv2dll\vbTest\obj\x86\Release\vbTest.Resources.resources +C:\Users\wittend\Projects\Radio\fdmdv2\fdmdv2dll\vbTest\obj\x86\Release\GenerateResource-ResGen.read.1.tlog +C:\Users\wittend\Projects\Radio\fdmdv2\fdmdv2dll\vbTest\obj\x86\Release\GenerateResource-ResGen.write.1.tlog +C:\Users\wittend\Projects\Radio\fdmdv2\fdmdv2dll\vbTest\obj\x86\Release\vbTest.exe +C:\Users\wittend\Projects\Radio\fdmdv2\fdmdv2dll\vbTest\obj\x86\Release\vbTest.xml +C:\Users\wittend\Projects\Radio\fdmdv2\fdmdv2dll\vbTest\obj\x86\Release\vbTest.pdb diff --git a/fdmdv2/fdmdv2dll/vbTest/obj/x86/Release/vbTest.xml b/fdmdv2/fdmdv2dll/vbTest/obj/x86/Release/vbTest.xml new file mode 100644 index 00000000..38eaa1c7 --- /dev/null +++ b/fdmdv2/fdmdv2dll/vbTest/obj/x86/Release/vbTest.xml @@ -0,0 +1,24 @@ + + + + +vbTest + + + + + + Returns the cached ResourceManager instance used by this class. + + + + Overrides the current thread's CurrentUICulture property for all + resource lookups using this strongly typed resource class. + + + + A strongly-typed resource class, for looking up localized strings, etc. + + + + \ No newline at end of file diff --git a/fdmdv2/fdmdv2dll/vbTest/vbTest.vbproj b/fdmdv2/fdmdv2dll/vbTest/vbTest.vbproj new file mode 100644 index 00000000..b99e235b --- /dev/null +++ b/fdmdv2/fdmdv2dll/vbTest/vbTest.vbproj @@ -0,0 +1,122 @@ + + + + Debug + x86 + + + 2.0 + {36C01EFE-7F22-486B-82C4-07DF02101B1A} + WinExe + vbTest.My.MyApplication + vbTest + vbTest + 512 + WindowsForms + v3.0 + + + x86 + true + full + true + true + bin\Debug\ + vbTest.xml + 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 + + + x86 + pdbonly + false + true + true + bin\Release\ + vbTest.xml + 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 + + + On + + + Binary + + + Off + + + On + + + + + + + + + + + + + + + + + + + + + + Form + + + Form1.vb + Form + + + + True + Application.myapp + + + True + True + Resources.resx + + + True + Settings.settings + True + + + + + Form1.vb + + + VbMyResourcesResXFileCodeGenerator + Resources.Designer.vb + My.Resources + Designer + + + + + MyApplicationCodeGenerator + Application.Designer.vb + + + SettingsSingleFileGenerator + My + Settings.Designer.vb + + + + + \ No newline at end of file