mirror of
https://github.com/maierfelix/POGOserver.git
synced 2026-04-07 17:55:08 -05:00
POGOserver - Porting POGOserver to Visual Studio
This commit is contained in:
parent
9b13515b0f
commit
1b4ff648e2
|
|
@ -32,7 +32,7 @@ Namespace My
|
|||
|
||||
<Global.System.Diagnostics.DebuggerStepThroughAttribute()> _
|
||||
Protected Overrides Sub OnCreateMainForm()
|
||||
Me.MainForm = Global.Panel_Control.POGOserver
|
||||
Me.MainForm = Global.POGOserver_Control.POGOserver
|
||||
End Sub
|
||||
End Class
|
||||
End Namespace
|
||||
|
|
@ -39,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("Panel_Control.Resources", GetType(Resources).Assembly)
|
||||
Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("POGOserver_Control.Resources", GetType(Resources).Assembly)
|
||||
resourceMan = temp
|
||||
End If
|
||||
Return resourceMan
|
||||
|
|
@ -64,9 +64,9 @@ Namespace My
|
|||
Friend Module MySettingsProperty
|
||||
|
||||
<Global.System.ComponentModel.Design.HelpKeywordAttribute("My.Settings")> _
|
||||
Friend ReadOnly Property Settings() As Global.Panel_Control.My.MySettings
|
||||
Friend ReadOnly Property Settings() As Global.POGOserver_Control.My.MySettings
|
||||
Get
|
||||
Return Global.Panel_Control.My.MySettings.Default
|
||||
Return Global.POGOserver_Control.My.MySettings.Default
|
||||
End Get
|
||||
End Property
|
||||
End Module
|
||||
|
|
@ -6,9 +6,9 @@
|
|||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<ProjectGuid>{BF7FA37B-9C74-4FA1-9EDE-A88C77BB920D}</ProjectGuid>
|
||||
<OutputType>WinExe</OutputType>
|
||||
<StartupObject>Panel_Control.My.MyApplication</StartupObject>
|
||||
<RootNamespace>Panel_Control</RootNamespace>
|
||||
<AssemblyName>Panel Control</AssemblyName>
|
||||
<StartupObject>POGOserver_Control.My.MyApplication</StartupObject>
|
||||
<RootNamespace>POGOserver_Control</RootNamespace>
|
||||
<AssemblyName>POGOserver Control</AssemblyName>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<MyType>WindowsForms</MyType>
|
||||
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
||||
|
|
@ -21,7 +21,7 @@
|
|||
<DefineDebug>true</DefineDebug>
|
||||
<DefineTrace>true</DefineTrace>
|
||||
<OutputPath>bin\Debug\</OutputPath>
|
||||
<DocumentationFile>Panel Control.xml</DocumentationFile>
|
||||
<DocumentationFile>POGOserver Control.xml</DocumentationFile>
|
||||
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
|
|
@ -31,7 +31,7 @@
|
|||
<DefineTrace>true</DefineTrace>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>bin\Release\</OutputPath>
|
||||
<DocumentationFile>Panel Control.xml</DocumentationFile>
|
||||
<DocumentationFile>POGOserver Control.xml</DocumentationFile>
|
||||
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
|
|
@ -5,7 +5,7 @@ VisualStudioVersion = 14.0.25420.1
|
|||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "POGOserver", "POGOserver.jsproj", "{623ED577-0A06-4A07-A70B-D179FBCCC78D}"
|
||||
EndProject
|
||||
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "POGOserver Control", "Panel Control\POGOserver Control.vbproj", "{BF7FA37B-9C74-4FA1-9EDE-A88C77BB920D}"
|
||||
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "POGOserver Control", "POGOserver Control\POGOserver Control.vbproj", "{BF7FA37B-9C74-4FA1-9EDE-A88C77BB920D}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
{623ED577-0A06-4A07-A70B-D179FBCCC78D} = {623ED577-0A06-4A07-A70B-D179FBCCC78D}
|
||||
EndProjectSection
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user