Renamed webmouse to webcrab
This commit is contained in:
		
							parent
							
								
									2d9e582854
								
							
						
					
					
						commit
						2a1f6a2a57
					
				| @ -1,7 +1,7 @@ | ||||
|  | ||||
| Microsoft Visual Studio Solution File, Format Version 11.00 | ||||
| # Visual Studio 2010 | ||||
| Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "webmouse", "webmouse\webmouse.vbproj", "{78548D07-15EF-4268-9126-BB8FA39889C8}" | ||||
| Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "webcrab", "webcrab\webcrab.vbproj", "{78548D07-15EF-4268-9126-BB8FA39889C8}" | ||||
| EndProject | ||||
| Global | ||||
| 	GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||||
| @ -32,7 +32,7 @@ Namespace My | ||||
|          | ||||
|         <Global.System.Diagnostics.DebuggerStepThroughAttribute()>  _ | ||||
|         Protected Overrides Sub OnCreateMainForm() | ||||
|             Me.MainForm = Global.webmouse.main | ||||
|             Me.MainForm = Global.webcrab.main | ||||
|         End Sub | ||||
|     End Class | ||||
| End Namespace | ||||
| @ -11,6 +11,7 @@ | ||||
| Option Strict On | ||||
| Option Explicit On | ||||
| 
 | ||||
| Imports System | ||||
| 
 | ||||
| Namespace My.Resources | ||||
|      | ||||
| @ -38,7 +39,7 @@ Namespace My.Resources | ||||
|         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("webmouse.Resources", GetType(Resources).Assembly) | ||||
|                     Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("webcrab.Resources", GetType(Resources).Assembly) | ||||
|                     resourceMan = temp | ||||
|                 End If | ||||
|                 Return resourceMan | ||||
| @ -54,7 +55,7 @@ Namespace My.Resources | ||||
|             Get | ||||
|                 Return resourceCulture | ||||
|             End Get | ||||
|             Set(ByVal value As Global.System.Globalization.CultureInfo) | ||||
|             Set | ||||
|                 resourceCulture = value | ||||
|             End Set | ||||
|         End Property | ||||
| @ -20,7 +20,7 @@ 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) | ||||
|         Private Shared defaultInstance As MySettings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New MySettings()),MySettings) | ||||
|          | ||||
| #Region "My.Settings Auto-Save Functionality" | ||||
| #If _MyType = "WindowsForms" Then | ||||
| @ -64,9 +64,9 @@ Namespace My | ||||
|     Friend Module MySettingsProperty | ||||
|          | ||||
|         <Global.System.ComponentModel.Design.HelpKeywordAttribute("My.Settings")>  _ | ||||
|         Friend ReadOnly Property Settings() As Global.webmouse.My.MySettings | ||||
|         Friend ReadOnly Property Settings() As Global.webcrab.My.MySettings | ||||
|             Get | ||||
|                 Return Global.webmouse.My.MySettings.Default | ||||
|                 Return Global.webcrab.My.MySettings.Default | ||||
|             End Get | ||||
|         End Property | ||||
|     End Module | ||||
| @ -8,9 +8,9 @@ | ||||
|     <SchemaVersion>2.0</SchemaVersion> | ||||
|     <ProjectGuid>{78548D07-15EF-4268-9126-BB8FA39889C8}</ProjectGuid> | ||||
|     <OutputType>WinExe</OutputType> | ||||
|     <StartupObject>webmouse.My.MyApplication</StartupObject> | ||||
|     <RootNamespace>webmouse</RootNamespace> | ||||
|     <AssemblyName>webmouse</AssemblyName> | ||||
|     <StartupObject>webcrab.My.MyApplication</StartupObject> | ||||
|     <RootNamespace>webcrab</RootNamespace> | ||||
|     <AssemblyName>webcrab</AssemblyName> | ||||
|     <FileAlignment>512</FileAlignment> | ||||
|     <MyType>WindowsForms</MyType> | ||||
|     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> | ||||
| @ -23,7 +23,7 @@ | ||||
|     <DefineDebug>true</DefineDebug> | ||||
|     <DefineTrace>true</DefineTrace> | ||||
|     <OutputPath>bin\Debug\</OutputPath> | ||||
|     <DocumentationFile>webmouse.xml</DocumentationFile> | ||||
|     <DocumentationFile>webcrab.xml</DocumentationFile> | ||||
|     <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> | ||||
| @ -33,7 +33,7 @@ | ||||
|     <DefineTrace>true</DefineTrace> | ||||
|     <Optimize>true</Optimize> | ||||
|     <OutputPath>bin\Release\</OutputPath> | ||||
|     <DocumentationFile>webmouse.xml</DocumentationFile> | ||||
|     <DocumentationFile>webcrab.xml</DocumentationFile> | ||||
|     <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup> | ||||
| @ -98,7 +98,6 @@ | ||||
|       <DependentUpon>Settings.settings</DependentUpon> | ||||
|       <DesignTimeSharedInput>True</DesignTimeSharedInput> | ||||
|     </Compile> | ||||
|     <Compile Include="Settings.vb" /> | ||||
|   </ItemGroup> | ||||
|   <ItemGroup> | ||||
|     <EmbeddedResource Include="main.resx"> | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user