From 1f139dbae38a21fb2881babf207162bda3a7c91d Mon Sep 17 00:00:00 2001 From: Aragas Date: Tue, 6 Dec 2016 16:35:55 +0300 Subject: [PATCH] Renamed Pokemon to Pokemon3D Updated version --- 2.5DHero/2.5DHero/2.5DHero.vbproj | 6 +++--- 2.5DHero/2.5DHero/My Project/AssemblyInfo.vb | 4 ++-- .../2.5DHero/{PokemonIcon.ico => Pokemon3D.ico} | Bin 3 files changed, 5 insertions(+), 5 deletions(-) rename 2.5DHero/2.5DHero/{PokemonIcon.ico => Pokemon3D.ico} (100%) diff --git a/2.5DHero/2.5DHero/2.5DHero.vbproj b/2.5DHero/2.5DHero/2.5DHero.vbproj index e2e7072ad..aca26693e 100644 --- a/2.5DHero/2.5DHero/2.5DHero.vbproj +++ b/2.5DHero/2.5DHero/2.5DHero.vbproj @@ -9,7 +9,7 @@ WinExe My Project net.Pokemon3D.Game - Pokemon + Pokemon3D 512 DesktopGL @@ -17,7 +17,7 @@ v4.5 true - PokemonIcon.ico + Pokemon3D.ico On Binary Off @@ -40,6 +40,7 @@ none + $(MSBuildProgramFiles32)\MonoGame\v3.0\Assemblies\DesktopGL\OpenTK.dll @@ -66,7 +67,6 @@ PreserveNewest - diff --git a/2.5DHero/2.5DHero/My Project/AssemblyInfo.vb b/2.5DHero/2.5DHero/My Project/AssemblyInfo.vb index b0043d40d..522a20b4a 100644 --- a/2.5DHero/2.5DHero/My Project/AssemblyInfo.vb +++ b/2.5DHero/2.5DHero/My Project/AssemblyInfo.vb @@ -5,7 +5,7 @@ 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. - + @@ -31,4 +31,4 @@ Imports System.Runtime.InteropServices ' Build Number ' Revision ' - \ No newline at end of file + \ No newline at end of file diff --git a/2.5DHero/2.5DHero/PokemonIcon.ico b/2.5DHero/2.5DHero/Pokemon3D.ico similarity index 100% rename from 2.5DHero/2.5DHero/PokemonIcon.ico rename to 2.5DHero/2.5DHero/Pokemon3D.ico