Skip to content

Commit

Permalink
Add:StoreBanner photoshop
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-zimerman committed Jul 13, 2017
1 parent a4710d7 commit bc5ef4e
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 25 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -251,3 +251,10 @@ paket-files/
.idea/
*.sln.iml
/9Contatos/Screenshots
/9Contatos/AppPackagesTest/9Contatos_2.0.1.0_Test
/9Contatos/AppPackagesTest
/9Contatos/photoshop/a5.png
/9Contatos/photoshop/a4.png
/9Contatos/photoshop/a3.png
/9Contatos/photoshop/a2.png
/9Contatos/photoshop/a1.png
16 changes: 15 additions & 1 deletion 9Contatos/9Contatos.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<AppxBundle>Always</AppxBundle>
<AppxBundlePlatforms>x86|x64|arm</AppxBundlePlatforms>
<AppxPackageDir>D:\Programacao\Mini Aplicativos\C#\2016\9Contatos\9Contatos\AppPackagesTest\</AppxPackageDir>
<RuntimeIdentifiers>win10-arm;win10-arm-aot;win10-x86;win10-x86-aot;win10-x64;win10-x64-aot</RuntimeIdentifiers>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -97,7 +98,6 @@
<None Include="9Contatos_StoreKey.pfx" />
<None Include="9Contatos_TemporaryKey.pfx" />
<None Include="Documentação\Diagrama_de_Estado_Telefone_SetTelefone.asta" />
<None Include="project.json" />
</ItemGroup>
<ItemGroup>
<Compile Include="App.xaml.cs">
Expand Down Expand Up @@ -289,6 +289,20 @@
<ItemGroup>
<Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Graph">
<Version>1.2.0</Version>
</PackageReference>
<PackageReference Include="Microsoft.Identity.Client">
<Version>1.0.304142221-alpha</Version>
</PackageReference>
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform">
<Version>5.2.2</Version>
</PackageReference>
<PackageReference Include="Newtonsoft.Json">
<Version>9.0.1</Version>
</PackageReference>
</ItemGroup>
<PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '14.0' ">
<VisualStudioVersion>14.0</VisualStudioVersion>
</PropertyGroup>
Expand Down
5 changes: 1 addition & 4 deletions 9Contatos/Interface/Tela_Sobre.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,7 @@

<StackPanel>
<TextBlock Margin="0,0,20,0" TextWrapping="Wrap" VerticalAlignment="Top" Padding="0" Canvas.ZIndex="1">
<Run Text="Arruma Contatos - v1."/>
<Run Text="2."/>
<Run Text="2"/>
<Run Text=" "/>
<Run Text="Arruma Contatos - v2.0"/>
<LineBreak/>
<Run/>
<LineBreak/>
Expand Down
2 changes: 1 addition & 1 deletion 9Contatos/Package.appxmanifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" IgnorableNamespaces="uap mp">
<Identity Name="39155LZFStudio.ArrumaContatos" Publisher="CN=D1C98F0E-9CF5-46DB-8E21-10F88B140AC5" Version="1.2.2.0" />
<Identity Name="39155LZFStudio.ArrumaContatos" Publisher="CN=D1C98F0E-9CF5-46DB-8E21-10F88B140AC5" Version="2.0.1.0" />
<mp:PhoneIdentity PhoneProductId="183ca07f-8176-4724-aa35-b7e81e78ab5a" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>Arruma Contatos</DisplayName>
Expand Down
Binary file modified 9Contatos/_scale-100.appx
Binary file not shown.
Binary file modified 9Contatos/_scale-125.appx
Binary file not shown.
Binary file modified 9Contatos/_scale-150.appx
Binary file not shown.
Binary file modified 9Contatos/_scale-400.appx
Binary file not shown.
Binary file added 9Contatos/photoshop/Logotipo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified 9Contatos/photoshop/Sem Título-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 9Contatos/photoshop/StoreBanner.psd
Binary file not shown.
19 changes: 0 additions & 19 deletions 9Contatos/project.json

This file was deleted.

0 comments on commit bc5ef4e

Please sign in to comment.