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

View File

@ -5,7 +5,7 @@ Imports System.Runtime.InteropServices
' General Information about an assembly is controlled through the following ' General Information about an assembly is controlled through the following
' set of attributes. Change these attribute values to modify the information ' set of attributes. Change these attribute values to modify the information
' associated with an assembly. ' associated with an assembly.
<Assembly: AssemblyTitle("Pokemon")> <Assembly: AssemblyTitle("Pokémon3D")>
<Assembly: AssemblyProduct("Pokémon3D")> <Assembly: AssemblyProduct("Pokémon3D")>
<Assembly: AssemblyDescription("")> <Assembly: AssemblyDescription("")>
<Assembly: AssemblyCompany("Kolben Games")> <Assembly: AssemblyCompany("Kolben Games")>
@ -31,4 +31,4 @@ Imports System.Runtime.InteropServices
' Build Number ' Build Number
' Revision ' 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