mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-24 22:35:47 +02:00
Fix typo that include so many times of same thing.
This commit is contained in:
parent
2109a07a49
commit
fc30cc439c
@ -7,7 +7,7 @@
|
|||||||
<SchemaVersion>2.0</SchemaVersion>
|
<SchemaVersion>2.0</SchemaVersion>
|
||||||
<ProjectGuid>{2AAF65BE-C81D-4663-ABF4-E2E09B16E12F}</ProjectGuid>
|
<ProjectGuid>{2AAF65BE-C81D-4663-ABF4-E2E09B16E12F}</ProjectGuid>
|
||||||
<OutputType>WinExe</OutputType>
|
<OutputType>WinExe</OutputType>
|
||||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
<AppDesignerFolder>My Project</AppDesignerFolder>
|
||||||
<RootNamespace>net.Pokemon3D.Game</RootNamespace>
|
<RootNamespace>net.Pokemon3D.Game</RootNamespace>
|
||||||
<AssemblyName>Pokemon</AssemblyName>
|
<AssemblyName>Pokemon</AssemblyName>
|
||||||
<FileAlignment>512</FileAlignment>
|
<FileAlignment>512</FileAlignment>
|
||||||
@ -63,7 +63,7 @@
|
|||||||
<Import Include="Microsoft.Xna.Framework.Content" />
|
<Import Include="Microsoft.Xna.Framework.Content" />
|
||||||
<Import Include="Microsoft.Xna.Framework.Media" />
|
<Import Include="Microsoft.Xna.Framework.Media" />
|
||||||
<Import Include="Microsoft.Xna.Framework.Audio" />
|
<Import Include="Microsoft.Xna.Framework.Audio" />
|
||||||
<Compile Include="**\*.vb" Exclude="obj\**\*.vb" />
|
<Compile Include="**\*.vb" Exclude="obj\**\*.vb;Properties\**\*.vb" />
|
||||||
<Content Include="PokemonIcon.ico" />
|
<Content Include="PokemonIcon.ico" />
|
||||||
<MonoGameContentReference Include="..\2.5DHeroContent\Content.mgcb">
|
<MonoGameContentReference Include="..\2.5DHeroContent\Content.mgcb">
|
||||||
<Link>Content\Content.mgcb</Link>
|
<Link>Content\Content.mgcb</Link>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user