Skip to content

Commit

Permalink
Update PokemonGo-UWP.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
Rover656 authored Nov 7, 2016
1 parent 1d2aeaa commit a8d8add
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions PokemonGo-UWP/PokemonGo-UWP.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
Expand Down Expand Up @@ -247,6 +247,7 @@
<Content Include="Assets\Icons\pokestop_near_lured.png" />
<Content Include="Assets\Icons\RecenterMapIconDark.png" />
<Content Include="Assets\Icons\RecenterMapIconLight.png" />
<Content Include="Assets\Icons\spawnpoint.png" />
<Content Include="Assets\Icons\stardust_painted.png" />
<Content Include="Assets\Icons\stardust_vector.png" />
<Content Include="Assets\Items\Egg.png" />
Expand Down Expand Up @@ -322,6 +323,7 @@
<Content Include="Assets\LiveTiles\Transparent\Wide310x150Logo.scale-200.png" />
<Content Include="Assets\LiveTiles\Transparent\Wide310x150Logo.scale-400.png" />
<Content Include="Assets\Square44x44Logo.png" />
<Content Include="Assets\UI\ash_withincense.png" />
<Content Include="Assets\UI\bush.png" />
<Content Include="Assets\Teams\gym_base_blue.png" />
<Content Include="Assets\Teams\gym_base_empty.png" />
Expand Down Expand Up @@ -767,8 +769,11 @@
</Compile>
<Compile Include="Entities\FortDataWrapper.cs" />
<Compile Include="Entities\IMapPokemon.cs" />
<Compile Include="Entities\AppliedItemWrapper.cs" />
<Compile Include="Entities\IncensePokemon.cs" />
<Compile Include="Entities\IUpdatable.cs" />
<Compile Include="Entities\Language.cs" />
<Compile Include="Entities\SpawnPointWrapper.cs" />
<Compile Include="Entities\LuredPokemon.cs" />
<Compile Include="Entities\MapPokemonWrapper.cs" />
<Compile Include="Entities\NearbyPokemonWrapper.cs" />
Expand Down Expand Up @@ -1126,4 +1131,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>

0 comments on commit a8d8add

Please sign in to comment.