Renamed Pokemon to Pokemon3D

Updated version
This commit is contained in:
Aragas 2016-12-06 16:35:55 +03:00
parent f7ba040e7c
commit 1f139dbae3
3 changed files with 5 additions and 5 deletions

View File

@ -9,7 +9,7 @@
<OutputType>WinExe</OutputType>
<AppDesignerFolder>My Project</AppDesignerFolder>
<RootNamespace>net.Pokemon3D.Game</RootNamespace>
<AssemblyName>Pokemon</AssemblyName>
<AssemblyName>Pokemon3D</AssemblyName>
<FileAlignment>512</FileAlignment>
<MonoGamePlatform>DesktopGL</MonoGamePlatform>
<MonoGameContentBuilderExe>
@ -17,7 +17,7 @@
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkProfile />
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<ApplicationIcon>PokemonIcon.ico</ApplicationIcon>
<ApplicationIcon>Pokemon3D.ico</ApplicationIcon>
<OptionExplicit>On</OptionExplicit>
<OptionCompare>Binary</OptionCompare>
<OptionStrict>Off</OptionStrict>
@ -40,6 +40,7 @@
<DebugType>none</DebugType>
</PropertyGroup>
<ItemGroup>
<Content Include="Pokemon3D.ico" />
<Reference Include="OpenTK">
<HintPath>$(MSBuildProgramFiles32)\MonoGame\v3.0\Assemblies\DesktopGL\OpenTK.dll</HintPath>
</Reference>
@ -66,7 +67,6 @@
<Content Include="credits.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="PokemonIcon.ico" />
<None Include="My Project\app.manifest" />
<None Include="app.config" />
</ItemGroup>

View File

@ -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.
<Assembly: AssemblyTitle("Pokemon")>
<Assembly: AssemblyTitle("Pokémon3D")>
<Assembly: AssemblyProduct("Pokémon3D")>
<Assembly: AssemblyDescription("")>
<Assembly: AssemblyCompany("Kolben Games")>
@ -31,4 +31,4 @@ Imports System.Runtime.InteropServices
' Build Number
' Revision
'
<Assembly: AssemblyVersion("1.0.0.0")>
<Assembly: AssemblyVersion("0.5.4.0")>

View File

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB