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