Skip to content

Commit

Permalink
update the design
Browse files Browse the repository at this point in the history
  • Loading branch information
chenss3 committed Aug 12, 2020
1 parent bc0f122 commit 8b79a95
Show file tree
Hide file tree
Showing 15 changed files with 11 additions and 11 deletions.
Binary file modified .vs/InfoBarDemo/v16/.suo
Binary file not shown.
2 changes: 1 addition & 1 deletion InfoBarDemo/bin/x86/Debug/AppX/AppxManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<build:Item Name="VisualStudio" Version="16.0" />
<build:Item Name="VisualStudioEdition" Value="Microsoft Visual Studio Enterprise 2019" />
<build:Item Name="OperatingSystem" Version="10.0.19041.1 (WinBuild.160101.0800)" />
<build:Item Name="Microsoft.Build.AppxPackage.dll" Version="16.0.30204.135" />
<build:Item Name="Microsoft.Build.AppxPackage.dll" Version="16.0.30329.88" />
<build:Item Name="ProjectGUID" Value="{CF4D26C4-E51A-4A07-91D7-42B7D281D2B6}" />
<build:Item Name="OptimizingToolset" Value="None" />
<build:Item Name="TargetRuntime" Value="Managed" />
Expand Down
Binary file modified InfoBarDemo/bin/x86/Debug/AppX/entrypoint/InfoBarDemo.exe
Binary file not shown.
12 changes: 6 additions & 6 deletions InfoBarDemo/bin/x86/Debug/AppX/vs.appxrecipe
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<DeployOptionalPackages>false</DeployOptionalPackages>
<WindowsSdkPath>C:\Program Files %28x86%29\Windows Kits\10\</WindowsSdkPath>
<LayoutDir>C:\Users\t-soc\Repos\InfoBarDemo\InfoBarDemo\bin\x86\Debug\AppX</LayoutDir>
<RegisteredManifestChecksum>011E9D856E2CC7913F3A96745D4C72055F61A9F2770BFB946445118B8F134389</RegisteredManifestChecksum>
<RegisteredManifestChecksum>1EB2EAAAA0FD7215F120952163B9FE9AEA81AAC336ACB6E726F2AAA07C79D840</RegisteredManifestChecksum>
<RegisteredPackageMoniker>e914abe4-538a-467c-bec4-0a4653c62391_1.0.0.0_x86__afntprv6xw9ga</RegisteredPackageMoniker>
<RegisteredUserModeAppID>e914abe4-538a-467c-bec4-0a4653c62391_afntprv6xw9ga!App</RegisteredUserModeAppID>
<RegisteredPackageID>e914abe4-538a-467c-bec4-0a4653c62391</RegisteredPackageID>
Expand All @@ -30,13 +30,13 @@
<AppXManifest Include="C:\Users\t-soc\Repos\InfoBarDemo\InfoBarDemo\bin\x86\Debug\Core\AppxManifest.xml">
<PackagePath>AppxManifest.xml</PackagePath>
<ReRegisterAppIfChanged>true</ReRegisterAppIfChanged>
<Modified>2020-08-05T16:19:31.730</Modified>
<Modified>2020-08-11T20:06:15.981</Modified>
</AppXManifest>
</ItemGroup>
<ItemGroup>
<AppxPackagedFile Include="C:\Users\t-soc\Repos\InfoBarDemo\InfoBarDemo\bin\x86\Debug\InfoBarDemo.exe">
<PackagePath>entrypoint\InfoBarDemo.exe</PackagePath>
<Modified>2020-08-05T16:19:29.755</Modified>
<Modified>2020-08-11T20:06:14.211</Modified>
</AppxPackagedFile>
<AppxPackagedFile Include="C:\Program Files %28x86%29\Microsoft SDKs\UWPNuGetPackages\runtime.win10-x86.microsoft.netcore.universalwindowsplatform\6.2.10\runtimes\win10-x86\lib\uap10.0.15138\System.Runtime.dll">
<PackagePath>System.Runtime.dll</PackagePath>
Expand Down Expand Up @@ -142,7 +142,7 @@
</AppxPackagedFile>
<AppxPackagedFile Include="C:\Users\t-soc\Repos\InfoBarDemo\InfoBarDemo\bin\x86\Debug\Themes\Generic.xbf">
<PackagePath>Themes\Generic.xbf</PackagePath>
<Modified>2020-08-05T16:02:07.017</Modified>
<Modified>2020-08-11T20:06:14.044</Modified>
</AppxPackagedFile>
<AppxPackagedFile Include="C:\Program Files %28x86%29\Microsoft SDKs\Windows Kits\10\ExtensionSDKs\Microsoft.UniversalCRT.Debug\10.0.19041.0\\redist\Debug\x86\ucrtbased.dll">
<PackagePath>ucrtbased.dll</PackagePath>
Expand All @@ -158,11 +158,11 @@
</AppxPackagedFile>
<AppxPackagedFile Include="C:\Users\t-soc\Repos\InfoBarDemo\InfoBarDemo\bin\x86\Debug\resources.pri">
<PackagePath>resources.pri</PackagePath>
<Modified>2020-08-05T16:19:30.319</Modified>
<Modified>2020-08-11T20:06:14.612</Modified>
</AppxPackagedFile>
<AppxPackagedFile Include="C:\Users\t-soc\Repos\InfoBarDemo\InfoBarDemo\bin\x86\Debug\Core\InfoBarDemo.exe">
<PackagePath>InfoBarDemo.exe</PackagePath>
<Modified>2020-08-05T16:19:31.685</Modified>
<Modified>2020-08-11T20:06:15.953</Modified>
</AppxPackagedFile>
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion InfoBarDemo/bin/x86/Debug/AppxManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<build:Item Name="VisualStudio" Version="16.0" />
<build:Item Name="VisualStudioEdition" Value="Microsoft Visual Studio Enterprise 2019" />
<build:Item Name="OperatingSystem" Version="10.0.19041.1 (WinBuild.160101.0800)" />
<build:Item Name="Microsoft.Build.AppxPackage.dll" Version="16.0.30204.135" />
<build:Item Name="Microsoft.Build.AppxPackage.dll" Version="16.0.30329.88" />
<build:Item Name="ProjectGUID" Value="{CF4D26C4-E51A-4A07-91D7-42B7D281D2B6}" />
<build:Item Name="OptimizingToolset" Value="None" />
<build:Item Name="TargetRuntime" Value="Managed" />
Expand Down
2 changes: 1 addition & 1 deletion InfoBarDemo/bin/x86/Debug/Core/AppxManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<build:Item Name="VisualStudio" Version="16.0" />
<build:Item Name="VisualStudioEdition" Value="Microsoft Visual Studio Enterprise 2019" />
<build:Item Name="OperatingSystem" Version="10.0.19041.1 (WinBuild.160101.0800)" />
<build:Item Name="Microsoft.Build.AppxPackage.dll" Version="16.0.30204.135" />
<build:Item Name="Microsoft.Build.AppxPackage.dll" Version="16.0.30329.88" />
<build:Item Name="ProjectGUID" Value="{CF4D26C4-E51A-4A07-91D7-42B7D281D2B6}" />
<build:Item Name="OptimizingToolset" Value="None" />
<build:Item Name="TargetRuntime" Value="Managed" />
Expand Down
Binary file modified InfoBarDemo/bin/x86/Debug/InfoBarDemo.exe
Binary file not shown.
Binary file modified InfoBarDemo/bin/x86/Debug/InfoBarDemo.pdb
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"FullPath":"C:\\Program Files (x86)\\Windows Kits\\10\\bin\\10.0.19041.0\\XamlCompiler\\Microsoft.UI.Xaml.Markup.winmd","InProcServers":{"CLRHost.dll":{"Path":"CLRHost.dll","TypeToThreadingModel":{"Microsoft.UI.Xaml.Markup.ReflectionXamlMetadataProvider":"both"}}},"Namespaces":{"Microsoft.UI.Xaml.Markup.ReflectionXamlMetadataProvider":"Microsoft.UI.Xaml.Markup"},"RootNamespace":"Microsoft.UI.Xaml.Markup","AssemblyVersion":"16.0.30204.135"}
{"FullPath":"C:\\Program Files (x86)\\Windows Kits\\10\\bin\\10.0.19041.0\\XamlCompiler\\Microsoft.UI.Xaml.Markup.winmd","InProcServers":{"CLRHost.dll":{"Path":"CLRHost.dll","TypeToThreadingModel":{"Microsoft.UI.Xaml.Markup.ReflectionXamlMetadataProvider":"both"}}},"Namespaces":{"Microsoft.UI.Xaml.Markup.ReflectionXamlMetadataProvider":"Microsoft.UI.Xaml.Markup"},"RootNamespace":"Microsoft.UI.Xaml.Markup","AssemblyVersion":"16.0.30329.88"}
Binary file not shown.
Binary file modified InfoBarDemo/obj/x86/Debug/InfoBarDemo.exe
Binary file not shown.
Binary file modified InfoBarDemo/obj/x86/Debug/InfoBarDemo.pdb
Binary file not shown.
2 changes: 1 addition & 1 deletion InfoBarDemo/obj/x86/Debug/XamlSaveStateFile.xml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?xml version="1.0" encoding="utf-8"?><XamlCompilerSaveState><ReferenceAssemblyList><LocalAssembly PathName="c:\users\t-soc\repos\infobardemo\infobardemo\obj\x86\debug\intermediatexaml\infobardemo.exe" HashGuid="8ba95473-b9c1-649c-1f5e-e88903c23065" /></ReferenceAssemblyList><XamlSourceFileDataList><XamlSourceFileData XamlFileName="App.xaml" ClassFullName="InfoBarDemo.App" GeneratedCodePathPrefix="C:\Users\t-soc\Repos\InfoBarDemo\InfoBarDemo\obj\x86\Debug\App" XamlFileTimeAtLastCompileInTicks="637318084265140178" HasBoundEventAssignments="False" /><XamlSourceFileData XamlFileName="MainPage.xaml" ClassFullName="InfoBarDemo.MainPage" GeneratedCodePathPrefix="C:\Users\t-soc\Repos\InfoBarDemo\InfoBarDemo\obj\x86\Debug\MainPage" XamlFileTimeAtLastCompileInTicks="637320607084936469" HasBoundEventAssignments="False" /><XamlSourceFileData XamlFileName="Themes\Generic.xaml" ClassFullName="" GeneratedCodePathPrefix="" XamlFileTimeAtLastCompileInTicks="637321567731184759" HasBoundEventAssignments="False" /><XamlSourceFileData XamlFileName="FavoritesPage.xaml" ClassFullName="InfoBarDemo.FavoritesPage" GeneratedCodePathPrefix="C:\Users\t-soc\Repos\InfoBarDemo\InfoBarDemo\obj\x86\Debug\FavoritesPage" XamlFileTimeAtLastCompileInTicks="637320607084726883" HasBoundEventAssignments="False" /></XamlSourceFileDataList></XamlCompilerSaveState>
<?xml version="1.0" encoding="utf-8"?><XamlCompilerSaveState><ReferenceAssemblyList><LocalAssembly PathName="c:\users\t-soc\repos\infobardemo\infobardemo\obj\x86\debug\intermediatexaml\infobardemo.exe" HashGuid="8ba95473-b9c1-649c-1f5e-e88903c23065" /></ReferenceAssemblyList><XamlSourceFileDataList><XamlSourceFileData XamlFileName="App.xaml" ClassFullName="InfoBarDemo.App" GeneratedCodePathPrefix="C:\Users\t-soc\Repos\InfoBarDemo\InfoBarDemo\obj\x86\Debug\App" XamlFileTimeAtLastCompileInTicks="637318084265140178" HasBoundEventAssignments="False" /><XamlSourceFileData XamlFileName="MainPage.xaml" ClassFullName="InfoBarDemo.MainPage" GeneratedCodePathPrefix="C:\Users\t-soc\Repos\InfoBarDemo\InfoBarDemo\obj\x86\Debug\MainPage" XamlFileTimeAtLastCompileInTicks="637320607084936469" HasBoundEventAssignments="False" /><XamlSourceFileData XamlFileName="Themes\Generic.xaml" ClassFullName="" GeneratedCodePathPrefix="" XamlFileTimeAtLastCompileInTicks="637326644827350639" HasBoundEventAssignments="False" /><XamlSourceFileData XamlFileName="FavoritesPage.xaml" ClassFullName="InfoBarDemo.FavoritesPage" GeneratedCodePathPrefix="C:\Users\t-soc\Repos\InfoBarDemo\InfoBarDemo\obj\x86\Debug\FavoritesPage" XamlFileTimeAtLastCompileInTicks="637320607084726883" HasBoundEventAssignments="False" /></XamlSourceFileDataList></XamlCompilerSaveState>
Binary file modified InfoBarDemo/obj/x86/Debug/intermediatexaml/InfoBarDemo.exe
Binary file not shown.
Binary file modified InfoBarDemo/obj/x86/Debug/intermediatexaml/InfoBarDemo.pdb
Binary file not shown.

0 comments on commit 8b79a95

Please sign in to comment.