.gitignore
@@ -1,11 +0,0 @@
|
|||||||
{
|
|
||||||
"Version": 1,
|
|
||||||
"ProjectMap": {
|
|
||||||
"ce30f612-e10b-4e59-b540-c2b6ac4db819": {
|
|
||||||
"ProjectGuid": "ce30f612-e10b-4e59-b540-c2b6ac4db819",
|
|
||||||
"DisplayName": "BlueControl.uwp",
|
|
||||||
"ColorIndex": 0
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"NextColorIndex": 1
|
|
||||||
}
|
|
||||||
@@ -1,58 +0,0 @@
|
|||||||
<?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 build" xmlns:build="http://schemas.microsoft.com/developer/appx/2015/build">
|
|
||||||
<!--
|
|
||||||
THIS PACKAGE MANIFEST FILE IS GENERATED BY THE BUILD PROCESS.
|
|
||||||
|
|
||||||
Changes to this file will be lost when it is regenerated. To correct errors in this file, edit the source .appxmanifest file.
|
|
||||||
|
|
||||||
For more information on package manifest files, see http://go.microsoft.com/fwlink/?LinkID=241727
|
|
||||||
-->
|
|
||||||
<Identity Name="95a499f6-e7b2-40c2-aee7-3deeee4338f4" Publisher="CN=marci" Version="1.0.0.0" ProcessorArchitecture="x86" />
|
|
||||||
<mp:PhoneIdentity PhoneProductId="95a499f6-e7b2-40c2-aee7-3deeee4338f4" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
|
|
||||||
<Properties>
|
|
||||||
<DisplayName>BlueControl.uwp</DisplayName>
|
|
||||||
<PublisherDisplayName>marci</PublisherDisplayName>
|
|
||||||
<Logo>Assets\StoreLogo.png</Logo>
|
|
||||||
</Properties>
|
|
||||||
<Dependencies>
|
|
||||||
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.17763.0" MaxVersionTested="10.0.22000.0" />
|
|
||||||
<PackageDependency Name="Microsoft.VCLibs.140.00.Debug" MinVersion="14.0.30035.0" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" />
|
|
||||||
<PackageDependency Name="Microsoft.NET.CoreRuntime.2.2" MinVersion="2.2.29713.2" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" />
|
|
||||||
<PackageDependency Name="Microsoft.NET.CoreFramework.Debug.2.2" MinVersion="2.2.29301.2" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" />
|
|
||||||
</Dependencies>
|
|
||||||
<Resources>
|
|
||||||
<Resource Language="EN-US" />
|
|
||||||
</Resources>
|
|
||||||
<Applications>
|
|
||||||
<Application Id="App" Executable="BlueControl.uwp.exe" EntryPoint="BlueControl.uwp.App">
|
|
||||||
<uap:VisualElements DisplayName="BlueControl.uwp" Square150x150Logo="Assets\Square150x150Logo.png" Square44x44Logo="Assets\Square44x44Logo.png" Description="BlueControl.uwp" BackgroundColor="transparent">
|
|
||||||
<uap:DefaultTile Wide310x150Logo="Assets\Wide310x150Logo.png" />
|
|
||||||
<uap:SplashScreen Image="Assets\SplashScreen.png" />
|
|
||||||
</uap:VisualElements>
|
|
||||||
</Application>
|
|
||||||
</Applications>
|
|
||||||
<Capabilities>
|
|
||||||
<Capability Name="internetClient" />
|
|
||||||
<DeviceCapability Name="bluetooth" />
|
|
||||||
</Capabilities>
|
|
||||||
<Extensions>
|
|
||||||
<Extension Category="windows.activatableClass.inProcessServer">
|
|
||||||
<InProcessServer>
|
|
||||||
<Path>BlueControl.uwp.exe</Path>
|
|
||||||
<ActivatableClass ActivatableClassId="Microsoft.UI.Xaml.Markup.ReflectionXamlMetadataProvider" ThreadingModel="both" />
|
|
||||||
</InProcessServer>
|
|
||||||
</Extension>
|
|
||||||
</Extensions>
|
|
||||||
<build:Metadata>
|
|
||||||
<build:Item Name="TargetFrameworkMoniker" Value=".NETCore,Version=v5.0" />
|
|
||||||
<build:Item Name="VisualStudio" Version="17.0" />
|
|
||||||
<build:Item Name="VisualStudioEdition" Value="Microsoft Visual Studio Community 2022" />
|
|
||||||
<build:Item Name="OperatingSystem" Version="10.0.22000.1 (WinBuild.160101.0800)" />
|
|
||||||
<build:Item Name="Microsoft.Build.AppxPackage.dll" Version="17.0.31822.380" />
|
|
||||||
<build:Item Name="ProjectGUID" Value="{CE30F612-E10B-4E59-B540-C2B6AC4DB819}" />
|
|
||||||
<build:Item Name="OptimizingToolset" Value="None" />
|
|
||||||
<build:Item Name="TargetRuntime" Value="Managed" />
|
|
||||||
<build:Item Name="Microsoft.Windows.UI.Xaml.Build.Tasks.dll" Version="0.0.0.0" />
|
|
||||||
<build:Item Name="MakePri.exe" Version="10.0.22000.194 (WinBuild.160101.0800)" />
|
|
||||||
</build:Metadata>
|
|
||||||
</Package>
|
|
||||||
|
Before Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 7.5 KiB |
|
Before Width: | Height: | Size: 2.9 KiB |
|
Before Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 3.1 KiB |
@@ -1,25 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<Roots >
|
|
||||||
<Roots.PropertyPathNames>
|
|
||||||
<RootPropertyPathName Name="Text" />
|
|
||||||
</Roots.PropertyPathNames>
|
|
||||||
<Roots.RootTypes>
|
|
||||||
<RootType FullName="Windows.UI.Xaml.Application" />
|
|
||||||
<RootType FullName="Windows.UI.Xaml.Controls.Page">
|
|
||||||
<RootProperty Name="Background" />
|
|
||||||
<RootProperty Name="Content" />
|
|
||||||
</RootType>
|
|
||||||
<RootType FullName="Microsoft.Xaml.DirectUI.ProxyTypes.ThemeResourceExtension" />
|
|
||||||
<RootType FullName="Windows.UI.Xaml.Controls.Grid">
|
|
||||||
<RootProperty Name="Children" />
|
|
||||||
</RootType>
|
|
||||||
<RootType FullName="Windows.UI.Xaml.Controls.TextBlock">
|
|
||||||
<RootProperty Name="Text" />
|
|
||||||
<RootProperty Name="FontSize" />
|
|
||||||
<RootProperty Name="TextAlignment" />
|
|
||||||
<RootProperty Name="VerticalAlignment" />
|
|
||||||
</RootType>
|
|
||||||
<RootType FullName="Windows.UI.Xaml.Data.Binding" />
|
|
||||||
<RootType FullName="BlueControl.uwp.MainPage" />
|
|
||||||
</Roots.RootTypes>
|
|
||||||
</Roots>
|
|
||||||
@@ -1,31 +0,0 @@
|
|||||||
<!--
|
|
||||||
This file contains Runtime Directives used by .NET Native. The defaults here are suitable for most
|
|
||||||
developers. However, you can modify these parameters to modify the behavior of the .NET Native
|
|
||||||
optimizer.
|
|
||||||
|
|
||||||
Runtime Directives are documented at https://go.microsoft.com/fwlink/?LinkID=391919
|
|
||||||
|
|
||||||
To fully enable reflection for App1.MyClass and all of its public/private members
|
|
||||||
<Type Name="App1.MyClass" Dynamic="Required All"/>
|
|
||||||
|
|
||||||
To enable dynamic creation of the specific instantiation of AppClass<T> over System.Int32
|
|
||||||
<TypeInstantiation Name="App1.AppClass" Arguments="System.Int32" Activate="Required Public" />
|
|
||||||
|
|
||||||
Using the Namespace directive to apply reflection policy to all the types in a particular namespace
|
|
||||||
<Namespace Name="DataClasses.ViewModels" Serialize="All" />
|
|
||||||
-->
|
|
||||||
|
|
||||||
<Directives xmlns="http://schemas.microsoft.com/netfx/2013/01/metadata">
|
|
||||||
<Application>
|
|
||||||
<!--
|
|
||||||
An Assembly element with Name="*Application*" applies to all assemblies in
|
|
||||||
the application package. The asterisks are not wildcards.
|
|
||||||
-->
|
|
||||||
<Assembly Name="*Application*" Dynamic="Required All" />
|
|
||||||
|
|
||||||
|
|
||||||
<!-- Add your application specific runtime directives here. -->
|
|
||||||
|
|
||||||
|
|
||||||
</Application>
|
|
||||||
</Directives>
|
|
||||||
@@ -1,204 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
||||||
<PropertyGroup>
|
|
||||||
<Machine>DESKTOP-VH0KBJ8</Machine>
|
|
||||||
<WindowsUser>marci</WindowsUser>
|
|
||||||
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
|
|
||||||
<TargetOsVersion>10.0</TargetOsVersion>
|
|
||||||
<TargetOsDescription>Windows 10.0</TargetOsDescription>
|
|
||||||
<SolutionConfiguration>Debug|x86</SolutionConfiguration>
|
|
||||||
<PackageArchitecture>x86</PackageArchitecture>
|
|
||||||
<PackageIdentityName>95a499f6-e7b2-40c2-aee7-3deeee4338f4</PackageIdentityName>
|
|
||||||
<PackageIdentityPublisher>CN=marci</PackageIdentityPublisher>
|
|
||||||
<IntermediateOutputPath>C:\Users\marci\repos\BlueControl\BlueControl.uwp\obj\x86\Debug\</IntermediateOutputPath>
|
|
||||||
<RemoteDeploymentType>
|
|
||||||
</RemoteDeploymentType>
|
|
||||||
<PackageRegistrationPath>
|
|
||||||
</PackageRegistrationPath>
|
|
||||||
<RemoveNonLayoutFiles>true</RemoveNonLayoutFiles>
|
|
||||||
<DeployOptionalPackages>false</DeployOptionalPackages>
|
|
||||||
<WindowsSdkPath>C:\Program Files %28x86%29\Windows Kits\10\</WindowsSdkPath>
|
|
||||||
<LayoutDir>C:\Users\marci\repos\BlueControl\BlueControl.uwp\bin\x86\Debug\AppX</LayoutDir>
|
|
||||||
<RegisteredManifestChecksum>73EA7320ABF0CA9DE9C575B565B9CED83AAD53B755613E20FA0FECD96BC100C8</RegisteredManifestChecksum>
|
|
||||||
<RegisteredPackageMoniker>95a499f6-e7b2-40c2-aee7-3deeee4338f4_1.0.0.0_x86__pg6y1xkw2xtrc</RegisteredPackageMoniker>
|
|
||||||
<RegisteredUserModeAppID>95a499f6-e7b2-40c2-aee7-3deeee4338f4_pg6y1xkw2xtrc!App</RegisteredUserModeAppID>
|
|
||||||
<RegisteredPackageID>95a499f6-e7b2-40c2-aee7-3deeee4338f4</RegisteredPackageID>
|
|
||||||
<RegisteredPackagePublisher>CN=marci</RegisteredPackagePublisher>
|
|
||||||
<RegisteredVersion>1.0.0.0</RegisteredVersion>
|
|
||||||
</PropertyGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<AppXManifest Include="C:\Users\marci\repos\BlueControl\BlueControl.uwp\bin\x86\Debug\Core\AppxManifest.xml">
|
|
||||||
<PackagePath>AppxManifest.xml</PackagePath>
|
|
||||||
<ReRegisterAppIfChanged>true</ReRegisterAppIfChanged>
|
|
||||||
<Modified>2021-11-11T18:07:35.341</Modified>
|
|
||||||
</AppXManifest>
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<AppxPackagedFile Include="C:\Users\marci\repos\BlueControl\BlueControl.uwp\bin\x86\Debug\BlueControl.uwp.exe">
|
|
||||||
<PackagePath>entrypoint\BlueControl.uwp.exe</PackagePath>
|
|
||||||
<Modified>2021-11-11T18:07:33.994</Modified>
|
|
||||||
</AppxPackagedFile>
|
|
||||||
<AppxPackagedFile Include="C:\Program Files %28x86%29\Microsoft SDKs\UWPNuGetPackages\runtime.win10-x86.microsoft.netcore.universalwindowsplatform\6.2.12\runtimes\win10-x86\lib\uap10.0.15138\System.Runtime.dll">
|
|
||||||
<PackagePath>System.Runtime.dll</PackagePath>
|
|
||||||
<Modified>2021-02-05T01:15:46.000</Modified>
|
|
||||||
</AppxPackagedFile>
|
|
||||||
<AppxPackagedFile Include="C:\Program Files %28x86%29\Windows Kits\10\bin\10.0.22000.0\XamlCompiler\Microsoft.UI.Xaml.Markup.winmd">
|
|
||||||
<PackagePath>Microsoft.UI.Xaml.Markup.winmd</PackagePath>
|
|
||||||
<Modified>2021-09-11T18:48:58.000</Modified>
|
|
||||||
</AppxPackagedFile>
|
|
||||||
<AppxPackagedFile Include="C:\Users\marci\repos\BlueControl\BlueControl.uwp\Properties\Default.rd.xml">
|
|
||||||
<PackagePath>Properties\Default.rd.xml</PackagePath>
|
|
||||||
<Modified>2021-11-11T12:40:40.596</Modified>
|
|
||||||
</AppxPackagedFile>
|
|
||||||
<AppxPackagedFile Include="C:\Users\marci\repos\BlueControl\BlueControl.uwp\Assets\LockScreenLogo.scale-200.png">
|
|
||||||
<PackagePath>Assets\LockScreenLogo.scale-200.png</PackagePath>
|
|
||||||
<Modified>2021-11-11T11:40:22.579</Modified>
|
|
||||||
</AppxPackagedFile>
|
|
||||||
<AppxPackagedFile Include="C:\Users\marci\repos\BlueControl\BlueControl.uwp\Assets\SplashScreen.scale-200.png">
|
|
||||||
<PackagePath>Assets\SplashScreen.scale-200.png</PackagePath>
|
|
||||||
<ReRegisterAppIfChanged>true</ReRegisterAppIfChanged>
|
|
||||||
<Modified>2021-11-11T11:40:22.585</Modified>
|
|
||||||
</AppxPackagedFile>
|
|
||||||
<AppxPackagedFile Include="C:\Users\marci\repos\BlueControl\BlueControl.uwp\Assets\Square150x150Logo.scale-200.png">
|
|
||||||
<PackagePath>Assets\Square150x150Logo.scale-200.png</PackagePath>
|
|
||||||
<ReRegisterAppIfChanged>true</ReRegisterAppIfChanged>
|
|
||||||
<Modified>2021-11-11T11:40:22.586</Modified>
|
|
||||||
</AppxPackagedFile>
|
|
||||||
<AppxPackagedFile Include="C:\Users\marci\repos\BlueControl\BlueControl.uwp\Assets\Square44x44Logo.scale-200.png">
|
|
||||||
<PackagePath>Assets\Square44x44Logo.scale-200.png</PackagePath>
|
|
||||||
<ReRegisterAppIfChanged>true</ReRegisterAppIfChanged>
|
|
||||||
<Modified>2021-11-11T11:40:22.587</Modified>
|
|
||||||
</AppxPackagedFile>
|
|
||||||
<AppxPackagedFile Include="C:\Users\marci\repos\BlueControl\BlueControl.uwp\Assets\Square44x44Logo.targetsize-24_altform-unplated.png">
|
|
||||||
<PackagePath>Assets\Square44x44Logo.targetsize-24_altform-unplated.png</PackagePath>
|
|
||||||
<ReRegisterAppIfChanged>true</ReRegisterAppIfChanged>
|
|
||||||
<Modified>2021-11-11T11:40:22.589</Modified>
|
|
||||||
</AppxPackagedFile>
|
|
||||||
<AppxPackagedFile Include="C:\Users\marci\repos\BlueControl\BlueControl.uwp\Assets\StoreLogo.png">
|
|
||||||
<PackagePath>Assets\StoreLogo.png</PackagePath>
|
|
||||||
<ReRegisterAppIfChanged>true</ReRegisterAppIfChanged>
|
|
||||||
<Modified>2021-11-11T11:40:22.590</Modified>
|
|
||||||
</AppxPackagedFile>
|
|
||||||
<AppxPackagedFile Include="C:\Users\marci\repos\BlueControl\BlueControl.uwp\Assets\Wide310x150Logo.scale-200.png">
|
|
||||||
<PackagePath>Assets\Wide310x150Logo.scale-200.png</PackagePath>
|
|
||||||
<ReRegisterAppIfChanged>true</ReRegisterAppIfChanged>
|
|
||||||
<Modified>2021-11-11T11:40:22.592</Modified>
|
|
||||||
</AppxPackagedFile>
|
|
||||||
<AppxPackagedFile Include="C:\Users\marci\repos\BlueControl\BlueControl.uwp\bin\x86\Debug\BlueControl.uwp.xr.xml">
|
|
||||||
<PackagePath>BlueControl.uwp.xr.xml</PackagePath>
|
|
||||||
<Modified>2021-11-11T16:54:54.945</Modified>
|
|
||||||
</AppxPackagedFile>
|
|
||||||
<AppxPackagedFile Include="C:\Users\marci\repos\BlueControl\BlueControl.uwp\bin\x86\Debug\App.xbf">
|
|
||||||
<PackagePath>App.xbf</PackagePath>
|
|
||||||
<Modified>2021-11-11T18:07:33.886</Modified>
|
|
||||||
</AppxPackagedFile>
|
|
||||||
<AppxPackagedFile Include="C:\Users\marci\repos\BlueControl\BlueControl.uwp\bin\x86\Debug\MainPage.xbf">
|
|
||||||
<PackagePath>MainPage.xbf</PackagePath>
|
|
||||||
<Modified>2021-11-11T18:07:33.887</Modified>
|
|
||||||
</AppxPackagedFile>
|
|
||||||
<AppxPackagedFile Include="C:\Program Files %28x86%29\Windows Kits\10\UnionMetadata\10.0.22000.0\Windows.winmd">
|
|
||||||
<PackagePath>WinMetadata\Windows.winmd</PackagePath>
|
|
||||||
<Modified>2021-09-11T22:28:18.000</Modified>
|
|
||||||
</AppxPackagedFile>
|
|
||||||
<AppxPackagedFile Include="C:\Users\marci\repos\BlueControl\BlueControl.uwp\bin\x86\Debug\resources.pri">
|
|
||||||
<PackagePath>resources.pri</PackagePath>
|
|
||||||
<Modified>2021-11-11T16:57:47.044</Modified>
|
|
||||||
</AppxPackagedFile>
|
|
||||||
<AppxPackagedFile Include="C:\Users\marci\repos\BlueControl\BlueControl.uwp\bin\x86\Debug\Core\BlueControl.uwp.exe">
|
|
||||||
<PackagePath>BlueControl.uwp.exe</PackagePath>
|
|
||||||
<Modified>2021-11-11T18:07:35.335</Modified>
|
|
||||||
</AppxPackagedFile>
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<ResolvedSDKReference Include="C:\Program Files %28x86%29\Microsoft SDKs\UWPNuGetPackages\runtime.win10-x86.microsoft.net.uwpcoreruntimesdk\2.2.12\build\..\tools\Appx\Microsoft.NET.CoreRuntime.2.2.appx">
|
|
||||||
<Name>Microsoft.NET.CoreRuntime.2.2</Name>
|
|
||||||
<Version>2.2.29713.2</Version>
|
|
||||||
<Architecture>x86</Architecture>
|
|
||||||
<FrameworkIdentity>Name = Microsoft.NET.CoreRuntime.2.2, MinVersion = 2.2.29713.2, Publisher = %27CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US%27</FrameworkIdentity>
|
|
||||||
<AppxLocation>C:\Program Files %28x86%29\Microsoft SDKs\UWPNuGetPackages\runtime.win10-x86.microsoft.net.uwpcoreruntimesdk\2.2.12\build\..\tools\Appx\Microsoft.NET.CoreRuntime.2.2.appx</AppxLocation>
|
|
||||||
<MoreInfo>
|
|
||||||
</MoreInfo>
|
|
||||||
</ResolvedSDKReference>
|
|
||||||
<ResolvedSDKReference Include="C:\Program Files %28x86%29\Microsoft SDKs\UWPNuGetPackages\runtime.win10-x64.microsoft.net.uwpcoreruntimesdk\2.2.12\build\..\tools\Appx\Microsoft.NET.CoreRuntime.2.2.appx">
|
|
||||||
<Name>Microsoft.NET.CoreRuntime.2.2</Name>
|
|
||||||
<Version>2.2.29713.2</Version>
|
|
||||||
<Architecture>x64</Architecture>
|
|
||||||
<FrameworkIdentity>Name = Microsoft.NET.CoreRuntime.2.2, MinVersion = 2.2.29713.2, Publisher = %27CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US%27</FrameworkIdentity>
|
|
||||||
<AppxLocation>C:\Program Files %28x86%29\Microsoft SDKs\UWPNuGetPackages\runtime.win10-x64.microsoft.net.uwpcoreruntimesdk\2.2.12\build\..\tools\Appx\Microsoft.NET.CoreRuntime.2.2.appx</AppxLocation>
|
|
||||||
<MoreInfo>
|
|
||||||
</MoreInfo>
|
|
||||||
</ResolvedSDKReference>
|
|
||||||
<ResolvedSDKReference Include="C:\Program Files %28x86%29\Microsoft SDKs\UWPNuGetPackages\runtime.win10-arm.microsoft.net.uwpcoreruntimesdk\2.2.12\build\..\tools\Appx\Microsoft.NET.CoreRuntime.2.2.appx">
|
|
||||||
<Name>Microsoft.NET.CoreRuntime.2.2</Name>
|
|
||||||
<Version>2.2.29713.2</Version>
|
|
||||||
<Architecture>arm</Architecture>
|
|
||||||
<FrameworkIdentity>Name = Microsoft.NET.CoreRuntime.2.2, MinVersion = 2.2.29713.2, Publisher = %27CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US%27</FrameworkIdentity>
|
|
||||||
<AppxLocation>C:\Program Files %28x86%29\Microsoft SDKs\UWPNuGetPackages\runtime.win10-arm.microsoft.net.uwpcoreruntimesdk\2.2.12\build\..\tools\Appx\Microsoft.NET.CoreRuntime.2.2.appx</AppxLocation>
|
|
||||||
<MoreInfo>
|
|
||||||
</MoreInfo>
|
|
||||||
</ResolvedSDKReference>
|
|
||||||
<ResolvedSDKReference Include="C:\Program Files %28x86%29\Microsoft SDKs\UWPNuGetPackages\runtime.win10-x86.microsoft.net.uwpcoreruntimesdk\2.2.12\build\..\tools\Appx\Microsoft.NET.CoreFramework.Debug.2.2.appx">
|
|
||||||
<Name>Microsoft.NET.CoreFramework.Debug.2.2</Name>
|
|
||||||
<Version>2.2.29301.2</Version>
|
|
||||||
<Architecture>x86</Architecture>
|
|
||||||
<FrameworkIdentity>Name = Microsoft.NET.CoreFramework.Debug.2.2, MinVersion = 2.2.29301.2, Publisher = %27CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US%27</FrameworkIdentity>
|
|
||||||
<AppxLocation>C:\Program Files %28x86%29\Microsoft SDKs\UWPNuGetPackages\runtime.win10-x86.microsoft.net.uwpcoreruntimesdk\2.2.12\build\..\tools\Appx\Microsoft.NET.CoreFramework.Debug.2.2.appx</AppxLocation>
|
|
||||||
<MoreInfo>
|
|
||||||
</MoreInfo>
|
|
||||||
</ResolvedSDKReference>
|
|
||||||
<ResolvedSDKReference Include="C:\Program Files %28x86%29\Microsoft SDKs\UWPNuGetPackages\runtime.win10-x64.microsoft.net.uwpcoreruntimesdk\2.2.12\build\..\tools\Appx\Microsoft.NET.CoreFramework.Debug.2.2.appx">
|
|
||||||
<Name>Microsoft.NET.CoreFramework.Debug.2.2</Name>
|
|
||||||
<Version>2.2.29301.2</Version>
|
|
||||||
<Architecture>x64</Architecture>
|
|
||||||
<FrameworkIdentity>Name = Microsoft.NET.CoreFramework.Debug.2.2, MinVersion = 2.2.29301.2, Publisher = %27CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US%27</FrameworkIdentity>
|
|
||||||
<AppxLocation>C:\Program Files %28x86%29\Microsoft SDKs\UWPNuGetPackages\runtime.win10-x64.microsoft.net.uwpcoreruntimesdk\2.2.12\build\..\tools\Appx\Microsoft.NET.CoreFramework.Debug.2.2.appx</AppxLocation>
|
|
||||||
<MoreInfo>
|
|
||||||
</MoreInfo>
|
|
||||||
</ResolvedSDKReference>
|
|
||||||
<ResolvedSDKReference Include="C:\Program Files %28x86%29\Microsoft SDKs\UWPNuGetPackages\runtime.win10-arm.microsoft.net.uwpcoreruntimesdk\2.2.12\build\..\tools\Appx\Microsoft.NET.CoreFramework.Debug.2.2.appx">
|
|
||||||
<Name>Microsoft.NET.CoreFramework.Debug.2.2</Name>
|
|
||||||
<Version>2.2.29301.2</Version>
|
|
||||||
<Architecture>arm</Architecture>
|
|
||||||
<FrameworkIdentity>Name = Microsoft.NET.CoreFramework.Debug.2.2, MinVersion = 2.2.29301.2, Publisher = %27CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US%27</FrameworkIdentity>
|
|
||||||
<AppxLocation>C:\Program Files %28x86%29\Microsoft SDKs\UWPNuGetPackages\runtime.win10-arm.microsoft.net.uwpcoreruntimesdk\2.2.12\build\..\tools\Appx\Microsoft.NET.CoreFramework.Debug.2.2.appx</AppxLocation>
|
|
||||||
<MoreInfo>
|
|
||||||
</MoreInfo>
|
|
||||||
</ResolvedSDKReference>
|
|
||||||
<ResolvedSDKReference Include="C:\Program Files %28x86%29\Microsoft SDKs\Windows Kits\10\ExtensionSDKs\Microsoft.VCLibs\14.0\">
|
|
||||||
<Name>Microsoft.VCLibs.140.00.Debug</Name>
|
|
||||||
<Version>14.0.30035.0</Version>
|
|
||||||
<Architecture>ARM</Architecture>
|
|
||||||
<FrameworkIdentity>Name = Microsoft.VCLibs.140.00.Debug, MinVersion = 14.0.30035.0, Publisher = %27CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US%27</FrameworkIdentity>
|
|
||||||
<AppxLocation>C:\Program Files %28x86%29\Microsoft SDKs\Windows Kits\10\ExtensionSDKs\Microsoft.VCLibs\14.0\.\AppX\Debug\ARM\Microsoft.VCLibs.ARM.Debug.14.00.appx</AppxLocation>
|
|
||||||
<MoreInfo>
|
|
||||||
</MoreInfo>
|
|
||||||
</ResolvedSDKReference>
|
|
||||||
<ResolvedSDKReference Include="C:\Program Files %28x86%29\Microsoft SDKs\Windows Kits\10\ExtensionSDKs\Microsoft.VCLibs\14.0\">
|
|
||||||
<Name>Microsoft.VCLibs.140.00.Debug</Name>
|
|
||||||
<Version>14.0.30035.0</Version>
|
|
||||||
<Architecture>ARM64</Architecture>
|
|
||||||
<FrameworkIdentity>Name = Microsoft.VCLibs.140.00.Debug, MinVersion = 14.0.30035.0, Publisher = %27CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US%27</FrameworkIdentity>
|
|
||||||
<AppxLocation>C:\Program Files %28x86%29\Microsoft SDKs\Windows Kits\10\ExtensionSDKs\Microsoft.VCLibs\14.0\.\AppX\Debug\ARM64\Microsoft.VCLibs.ARM64.Debug.14.00.appx</AppxLocation>
|
|
||||||
<MoreInfo>
|
|
||||||
</MoreInfo>
|
|
||||||
</ResolvedSDKReference>
|
|
||||||
<ResolvedSDKReference Include="C:\Program Files %28x86%29\Microsoft SDKs\Windows Kits\10\ExtensionSDKs\Microsoft.VCLibs\14.0\">
|
|
||||||
<Name>Microsoft.VCLibs.140.00.Debug</Name>
|
|
||||||
<Version>14.0.30035.0</Version>
|
|
||||||
<Architecture>x64</Architecture>
|
|
||||||
<FrameworkIdentity>Name = Microsoft.VCLibs.140.00.Debug, MinVersion = 14.0.30035.0, Publisher = %27CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US%27</FrameworkIdentity>
|
|
||||||
<AppxLocation>C:\Program Files %28x86%29\Microsoft SDKs\Windows Kits\10\ExtensionSDKs\Microsoft.VCLibs\14.0\.\AppX\Debug\x64\Microsoft.VCLibs.x64.Debug.14.00.appx</AppxLocation>
|
|
||||||
<MoreInfo>
|
|
||||||
</MoreInfo>
|
|
||||||
</ResolvedSDKReference>
|
|
||||||
<ResolvedSDKReference Include="C:\Program Files %28x86%29\Microsoft SDKs\Windows Kits\10\ExtensionSDKs\Microsoft.VCLibs\14.0\">
|
|
||||||
<Name>Microsoft.VCLibs.140.00.Debug</Name>
|
|
||||||
<Version>14.0.30035.0</Version>
|
|
||||||
<Architecture>x86</Architecture>
|
|
||||||
<FrameworkIdentity>Name = Microsoft.VCLibs.140.00.Debug, MinVersion = 14.0.30035.0, Publisher = %27CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US%27</FrameworkIdentity>
|
|
||||||
<AppxLocation>C:\Program Files %28x86%29\Microsoft SDKs\Windows Kits\10\ExtensionSDKs\Microsoft.VCLibs\14.0\.\AppX\Debug\x86\Microsoft.VCLibs.x86.Debug.14.00.appx</AppxLocation>
|
|
||||||
<MoreInfo>
|
|
||||||
</MoreInfo>
|
|
||||||
</ResolvedSDKReference>
|
|
||||||
</ItemGroup>
|
|
||||||
</Project>
|
|
||||||
@@ -1,57 +0,0 @@
|
|||||||
<?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 build" xmlns:build="http://schemas.microsoft.com/developer/appx/2015/build">
|
|
||||||
<!--
|
|
||||||
THIS PACKAGE MANIFEST FILE IS GENERATED BY THE BUILD PROCESS.
|
|
||||||
|
|
||||||
Changes to this file will be lost when it is regenerated. To correct errors in this file, edit the source .appxmanifest file.
|
|
||||||
|
|
||||||
For more information on package manifest files, see http://go.microsoft.com/fwlink/?LinkID=241727
|
|
||||||
-->
|
|
||||||
<Identity Name="95a499f6-e7b2-40c2-aee7-3deeee4338f4" Publisher="CN=marci" Version="1.0.0.0" ProcessorArchitecture="x86" />
|
|
||||||
<mp:PhoneIdentity PhoneProductId="95a499f6-e7b2-40c2-aee7-3deeee4338f4" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
|
|
||||||
<Properties>
|
|
||||||
<DisplayName>BlueControl.uwp</DisplayName>
|
|
||||||
<PublisherDisplayName>marci</PublisherDisplayName>
|
|
||||||
<Logo>Assets\StoreLogo.png</Logo>
|
|
||||||
</Properties>
|
|
||||||
<Dependencies>
|
|
||||||
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.17763.0" MaxVersionTested="10.0.22000.0" />
|
|
||||||
<PackageDependency Name="Microsoft.NET.CoreRuntime.2.2" MinVersion="2.2.29713.2" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" />
|
|
||||||
<PackageDependency Name="Microsoft.NET.CoreFramework.Debug.2.2" MinVersion="2.2.29301.2" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" />
|
|
||||||
</Dependencies>
|
|
||||||
<Resources>
|
|
||||||
<Resource Language="EN-US" />
|
|
||||||
</Resources>
|
|
||||||
<Applications>
|
|
||||||
<Application Id="App" Executable="BlueControl.uwp.exe" EntryPoint="BlueControl.uwp.App">
|
|
||||||
<uap:VisualElements DisplayName="BlueControl.uwp" Square150x150Logo="Assets\Square150x150Logo.png" Square44x44Logo="Assets\Square44x44Logo.png" Description="BlueControl.uwp" BackgroundColor="transparent">
|
|
||||||
<uap:DefaultTile Wide310x150Logo="Assets\Wide310x150Logo.png" />
|
|
||||||
<uap:SplashScreen Image="Assets\SplashScreen.png" />
|
|
||||||
</uap:VisualElements>
|
|
||||||
</Application>
|
|
||||||
</Applications>
|
|
||||||
<Capabilities>
|
|
||||||
<Capability Name="internetClient" />
|
|
||||||
<DeviceCapability Name="bluetooth" />
|
|
||||||
</Capabilities>
|
|
||||||
<Extensions>
|
|
||||||
<Extension Category="windows.activatableClass.inProcessServer">
|
|
||||||
<InProcessServer>
|
|
||||||
<Path>CLRHost.dll</Path>
|
|
||||||
<ActivatableClass ActivatableClassId="Microsoft.UI.Xaml.Markup.ReflectionXamlMetadataProvider" ThreadingModel="both" />
|
|
||||||
</InProcessServer>
|
|
||||||
</Extension>
|
|
||||||
</Extensions>
|
|
||||||
<build:Metadata>
|
|
||||||
<build:Item Name="TargetFrameworkMoniker" Value=".NETCore,Version=v5.0" />
|
|
||||||
<build:Item Name="VisualStudio" Version="17.0" />
|
|
||||||
<build:Item Name="VisualStudioEdition" Value="Microsoft Visual Studio Community 2022" />
|
|
||||||
<build:Item Name="OperatingSystem" Version="10.0.22000.1 (WinBuild.160101.0800)" />
|
|
||||||
<build:Item Name="Microsoft.Build.AppxPackage.dll" Version="17.0.31822.380" />
|
|
||||||
<build:Item Name="ProjectGUID" Value="{CE30F612-E10B-4E59-B540-C2B6AC4DB819}" />
|
|
||||||
<build:Item Name="OptimizingToolset" Value="None" />
|
|
||||||
<build:Item Name="TargetRuntime" Value="Managed" />
|
|
||||||
<build:Item Name="Microsoft.Windows.UI.Xaml.Build.Tasks.dll" Version="0.0.0.0" />
|
|
||||||
<build:Item Name="MakePri.exe" Version="10.0.22000.194 (WinBuild.160101.0800)" />
|
|
||||||
</build:Metadata>
|
|
||||||
</Package>
|
|
||||||
@@ -1,168 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
||||||
<PropertyGroup>
|
|
||||||
<Machine>DESKTOP-VH0KBJ8</Machine>
|
|
||||||
<WindowsUser>marci</WindowsUser>
|
|
||||||
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
|
|
||||||
<TargetOsVersion>10.0</TargetOsVersion>
|
|
||||||
<TargetOsDescription>Windows 10.0</TargetOsDescription>
|
|
||||||
<SolutionConfiguration>Debug|x86</SolutionConfiguration>
|
|
||||||
<PackageArchitecture>x86</PackageArchitecture>
|
|
||||||
<PackageIdentityName>95a499f6-e7b2-40c2-aee7-3deeee4338f4</PackageIdentityName>
|
|
||||||
<PackageIdentityPublisher>CN=marci</PackageIdentityPublisher>
|
|
||||||
<IntermediateOutputPath>C:\Users\marci\repos\BlueControl\BlueControl.uwp\obj\x86\Debug\</IntermediateOutputPath>
|
|
||||||
<RemoteDeploymentType></RemoteDeploymentType>
|
|
||||||
<PackageRegistrationPath></PackageRegistrationPath>
|
|
||||||
<RemoveNonLayoutFiles>true</RemoveNonLayoutFiles>
|
|
||||||
<DeployOptionalPackages>false</DeployOptionalPackages>
|
|
||||||
<WindowsSdkPath>C:\Program Files %28x86%29\Windows Kits\10\</WindowsSdkPath>
|
|
||||||
<LayoutDir>C:\Users\marci\repos\BlueControl\BlueControl.uwp\bin\x86\Debug\AppX</LayoutDir>
|
|
||||||
</PropertyGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<AppXManifest Include="C:\Users\marci\repos\BlueControl\BlueControl.uwp\bin\x86\Debug\Core\AppxManifest.xml">
|
|
||||||
<PackagePath>AppxManifest.xml</PackagePath>
|
|
||||||
<ReRegisterAppIfChanged>true</ReRegisterAppIfChanged>
|
|
||||||
</AppXManifest>
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<AppxPackagedFile Include="C:\Users\marci\repos\BlueControl\BlueControl.uwp\bin\x86\Debug\BlueControl.uwp.exe">
|
|
||||||
<PackagePath>entrypoint\BlueControl.uwp.exe</PackagePath>
|
|
||||||
</AppxPackagedFile>
|
|
||||||
<AppxPackagedFile Include="C:\Program Files %28x86%29\Microsoft SDKs\UWPNuGetPackages\runtime.win10-x86.microsoft.netcore.universalwindowsplatform\6.2.12\runtimes\win10-x86\lib\uap10.0.15138\System.Runtime.dll">
|
|
||||||
<PackagePath>System.Runtime.dll</PackagePath>
|
|
||||||
</AppxPackagedFile>
|
|
||||||
<AppxPackagedFile Include="C:\Program Files %28x86%29\Windows Kits\10\bin\10.0.22000.0\XamlCompiler\Microsoft.UI.Xaml.Markup.winmd">
|
|
||||||
<PackagePath>Microsoft.UI.Xaml.Markup.winmd</PackagePath>
|
|
||||||
</AppxPackagedFile>
|
|
||||||
<AppxPackagedFile Include="C:\Users\marci\repos\BlueControl\BlueControl.uwp\Properties\Default.rd.xml">
|
|
||||||
<PackagePath>Properties\Default.rd.xml</PackagePath>
|
|
||||||
</AppxPackagedFile>
|
|
||||||
<AppxPackagedFile Include="C:\Users\marci\repos\BlueControl\BlueControl.uwp\Assets\LockScreenLogo.scale-200.png">
|
|
||||||
<PackagePath>Assets\LockScreenLogo.scale-200.png</PackagePath>
|
|
||||||
</AppxPackagedFile>
|
|
||||||
<AppxPackagedFile Include="C:\Users\marci\repos\BlueControl\BlueControl.uwp\Assets\SplashScreen.scale-200.png">
|
|
||||||
<PackagePath>Assets\SplashScreen.scale-200.png</PackagePath>
|
|
||||||
<ReRegisterAppIfChanged>true</ReRegisterAppIfChanged>
|
|
||||||
</AppxPackagedFile>
|
|
||||||
<AppxPackagedFile Include="C:\Users\marci\repos\BlueControl\BlueControl.uwp\Assets\Square150x150Logo.scale-200.png">
|
|
||||||
<PackagePath>Assets\Square150x150Logo.scale-200.png</PackagePath>
|
|
||||||
<ReRegisterAppIfChanged>true</ReRegisterAppIfChanged>
|
|
||||||
</AppxPackagedFile>
|
|
||||||
<AppxPackagedFile Include="C:\Users\marci\repos\BlueControl\BlueControl.uwp\Assets\Square44x44Logo.scale-200.png">
|
|
||||||
<PackagePath>Assets\Square44x44Logo.scale-200.png</PackagePath>
|
|
||||||
<ReRegisterAppIfChanged>true</ReRegisterAppIfChanged>
|
|
||||||
</AppxPackagedFile>
|
|
||||||
<AppxPackagedFile Include="C:\Users\marci\repos\BlueControl\BlueControl.uwp\Assets\Square44x44Logo.targetsize-24_altform-unplated.png">
|
|
||||||
<PackagePath>Assets\Square44x44Logo.targetsize-24_altform-unplated.png</PackagePath>
|
|
||||||
<ReRegisterAppIfChanged>true</ReRegisterAppIfChanged>
|
|
||||||
</AppxPackagedFile>
|
|
||||||
<AppxPackagedFile Include="C:\Users\marci\repos\BlueControl\BlueControl.uwp\Assets\StoreLogo.png">
|
|
||||||
<PackagePath>Assets\StoreLogo.png</PackagePath>
|
|
||||||
<ReRegisterAppIfChanged>true</ReRegisterAppIfChanged>
|
|
||||||
</AppxPackagedFile>
|
|
||||||
<AppxPackagedFile Include="C:\Users\marci\repos\BlueControl\BlueControl.uwp\Assets\Wide310x150Logo.scale-200.png">
|
|
||||||
<PackagePath>Assets\Wide310x150Logo.scale-200.png</PackagePath>
|
|
||||||
<ReRegisterAppIfChanged>true</ReRegisterAppIfChanged>
|
|
||||||
</AppxPackagedFile>
|
|
||||||
<AppxPackagedFile Include="C:\Users\marci\repos\BlueControl\BlueControl.uwp\bin\x86\Debug\BlueControl.uwp.xr.xml">
|
|
||||||
<PackagePath>BlueControl.uwp.xr.xml</PackagePath>
|
|
||||||
</AppxPackagedFile>
|
|
||||||
<AppxPackagedFile Include="C:\Users\marci\repos\BlueControl\BlueControl.uwp\bin\x86\Debug\App.xbf">
|
|
||||||
<PackagePath>App.xbf</PackagePath>
|
|
||||||
</AppxPackagedFile>
|
|
||||||
<AppxPackagedFile Include="C:\Users\marci\repos\BlueControl\BlueControl.uwp\bin\x86\Debug\MainPage.xbf">
|
|
||||||
<PackagePath>MainPage.xbf</PackagePath>
|
|
||||||
</AppxPackagedFile>
|
|
||||||
<AppxPackagedFile Include="C:\Program Files %28x86%29\Windows Kits\10\UnionMetadata\10.0.22000.0\Windows.winmd">
|
|
||||||
<PackagePath>WinMetadata\Windows.winmd</PackagePath>
|
|
||||||
</AppxPackagedFile>
|
|
||||||
<AppxPackagedFile Include="C:\Users\marci\repos\BlueControl\BlueControl.uwp\bin\x86\Debug\resources.pri">
|
|
||||||
<PackagePath>resources.pri</PackagePath>
|
|
||||||
</AppxPackagedFile>
|
|
||||||
<AppxPackagedFile Include="C:\Users\marci\repos\BlueControl\BlueControl.uwp\bin\x86\Debug\Core\BlueControl.uwp.exe">
|
|
||||||
<PackagePath>BlueControl.uwp.exe</PackagePath>
|
|
||||||
</AppxPackagedFile>
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<ResolvedSDKReference Include="C:\Program Files %28x86%29\Microsoft SDKs\UWPNuGetPackages\runtime.win10-x86.microsoft.net.uwpcoreruntimesdk\2.2.12\build\..\tools\Appx\Microsoft.NET.CoreRuntime.2.2.appx">
|
|
||||||
<Name>Microsoft.NET.CoreRuntime.2.2</Name>
|
|
||||||
<Version>2.2.29713.2</Version>
|
|
||||||
<Architecture>x86</Architecture>
|
|
||||||
<FrameworkIdentity>Name = Microsoft.NET.CoreRuntime.2.2, MinVersion = 2.2.29713.2, Publisher = %27CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US%27</FrameworkIdentity>
|
|
||||||
<AppxLocation>C:\Program Files %28x86%29\Microsoft SDKs\UWPNuGetPackages\runtime.win10-x86.microsoft.net.uwpcoreruntimesdk\2.2.12\build\..\tools\Appx\Microsoft.NET.CoreRuntime.2.2.appx</AppxLocation>
|
|
||||||
<MoreInfo></MoreInfo>
|
|
||||||
</ResolvedSDKReference>
|
|
||||||
<ResolvedSDKReference Include="C:\Program Files %28x86%29\Microsoft SDKs\UWPNuGetPackages\runtime.win10-x64.microsoft.net.uwpcoreruntimesdk\2.2.12\build\..\tools\Appx\Microsoft.NET.CoreRuntime.2.2.appx">
|
|
||||||
<Name>Microsoft.NET.CoreRuntime.2.2</Name>
|
|
||||||
<Version>2.2.29713.2</Version>
|
|
||||||
<Architecture>x64</Architecture>
|
|
||||||
<FrameworkIdentity>Name = Microsoft.NET.CoreRuntime.2.2, MinVersion = 2.2.29713.2, Publisher = %27CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US%27</FrameworkIdentity>
|
|
||||||
<AppxLocation>C:\Program Files %28x86%29\Microsoft SDKs\UWPNuGetPackages\runtime.win10-x64.microsoft.net.uwpcoreruntimesdk\2.2.12\build\..\tools\Appx\Microsoft.NET.CoreRuntime.2.2.appx</AppxLocation>
|
|
||||||
<MoreInfo></MoreInfo>
|
|
||||||
</ResolvedSDKReference>
|
|
||||||
<ResolvedSDKReference Include="C:\Program Files %28x86%29\Microsoft SDKs\UWPNuGetPackages\runtime.win10-arm.microsoft.net.uwpcoreruntimesdk\2.2.12\build\..\tools\Appx\Microsoft.NET.CoreRuntime.2.2.appx">
|
|
||||||
<Name>Microsoft.NET.CoreRuntime.2.2</Name>
|
|
||||||
<Version>2.2.29713.2</Version>
|
|
||||||
<Architecture>arm</Architecture>
|
|
||||||
<FrameworkIdentity>Name = Microsoft.NET.CoreRuntime.2.2, MinVersion = 2.2.29713.2, Publisher = %27CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US%27</FrameworkIdentity>
|
|
||||||
<AppxLocation>C:\Program Files %28x86%29\Microsoft SDKs\UWPNuGetPackages\runtime.win10-arm.microsoft.net.uwpcoreruntimesdk\2.2.12\build\..\tools\Appx\Microsoft.NET.CoreRuntime.2.2.appx</AppxLocation>
|
|
||||||
<MoreInfo></MoreInfo>
|
|
||||||
</ResolvedSDKReference>
|
|
||||||
<ResolvedSDKReference Include="C:\Program Files %28x86%29\Microsoft SDKs\UWPNuGetPackages\runtime.win10-x86.microsoft.net.uwpcoreruntimesdk\2.2.12\build\..\tools\Appx\Microsoft.NET.CoreFramework.Debug.2.2.appx">
|
|
||||||
<Name>Microsoft.NET.CoreFramework.Debug.2.2</Name>
|
|
||||||
<Version>2.2.29301.2</Version>
|
|
||||||
<Architecture>x86</Architecture>
|
|
||||||
<FrameworkIdentity>Name = Microsoft.NET.CoreFramework.Debug.2.2, MinVersion = 2.2.29301.2, Publisher = %27CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US%27</FrameworkIdentity>
|
|
||||||
<AppxLocation>C:\Program Files %28x86%29\Microsoft SDKs\UWPNuGetPackages\runtime.win10-x86.microsoft.net.uwpcoreruntimesdk\2.2.12\build\..\tools\Appx\Microsoft.NET.CoreFramework.Debug.2.2.appx</AppxLocation>
|
|
||||||
<MoreInfo></MoreInfo>
|
|
||||||
</ResolvedSDKReference>
|
|
||||||
<ResolvedSDKReference Include="C:\Program Files %28x86%29\Microsoft SDKs\UWPNuGetPackages\runtime.win10-x64.microsoft.net.uwpcoreruntimesdk\2.2.12\build\..\tools\Appx\Microsoft.NET.CoreFramework.Debug.2.2.appx">
|
|
||||||
<Name>Microsoft.NET.CoreFramework.Debug.2.2</Name>
|
|
||||||
<Version>2.2.29301.2</Version>
|
|
||||||
<Architecture>x64</Architecture>
|
|
||||||
<FrameworkIdentity>Name = Microsoft.NET.CoreFramework.Debug.2.2, MinVersion = 2.2.29301.2, Publisher = %27CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US%27</FrameworkIdentity>
|
|
||||||
<AppxLocation>C:\Program Files %28x86%29\Microsoft SDKs\UWPNuGetPackages\runtime.win10-x64.microsoft.net.uwpcoreruntimesdk\2.2.12\build\..\tools\Appx\Microsoft.NET.CoreFramework.Debug.2.2.appx</AppxLocation>
|
|
||||||
<MoreInfo></MoreInfo>
|
|
||||||
</ResolvedSDKReference>
|
|
||||||
<ResolvedSDKReference Include="C:\Program Files %28x86%29\Microsoft SDKs\UWPNuGetPackages\runtime.win10-arm.microsoft.net.uwpcoreruntimesdk\2.2.12\build\..\tools\Appx\Microsoft.NET.CoreFramework.Debug.2.2.appx">
|
|
||||||
<Name>Microsoft.NET.CoreFramework.Debug.2.2</Name>
|
|
||||||
<Version>2.2.29301.2</Version>
|
|
||||||
<Architecture>arm</Architecture>
|
|
||||||
<FrameworkIdentity>Name = Microsoft.NET.CoreFramework.Debug.2.2, MinVersion = 2.2.29301.2, Publisher = %27CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US%27</FrameworkIdentity>
|
|
||||||
<AppxLocation>C:\Program Files %28x86%29\Microsoft SDKs\UWPNuGetPackages\runtime.win10-arm.microsoft.net.uwpcoreruntimesdk\2.2.12\build\..\tools\Appx\Microsoft.NET.CoreFramework.Debug.2.2.appx</AppxLocation>
|
|
||||||
<MoreInfo></MoreInfo>
|
|
||||||
</ResolvedSDKReference>
|
|
||||||
<ResolvedSDKReference Include="C:\Program Files %28x86%29\Microsoft SDKs\Windows Kits\10\ExtensionSDKs\Microsoft.VCLibs\14.0\">
|
|
||||||
<Name>Microsoft.VCLibs.140.00.Debug</Name>
|
|
||||||
<Version>14.0.30035.0</Version>
|
|
||||||
<Architecture>ARM</Architecture>
|
|
||||||
<FrameworkIdentity>Name = Microsoft.VCLibs.140.00.Debug, MinVersion = 14.0.30035.0, Publisher = %27CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US%27</FrameworkIdentity>
|
|
||||||
<AppxLocation>C:\Program Files %28x86%29\Microsoft SDKs\Windows Kits\10\ExtensionSDKs\Microsoft.VCLibs\14.0\.\AppX\Debug\ARM\Microsoft.VCLibs.ARM.Debug.14.00.appx</AppxLocation>
|
|
||||||
<MoreInfo></MoreInfo>
|
|
||||||
</ResolvedSDKReference>
|
|
||||||
<ResolvedSDKReference Include="C:\Program Files %28x86%29\Microsoft SDKs\Windows Kits\10\ExtensionSDKs\Microsoft.VCLibs\14.0\">
|
|
||||||
<Name>Microsoft.VCLibs.140.00.Debug</Name>
|
|
||||||
<Version>14.0.30035.0</Version>
|
|
||||||
<Architecture>ARM64</Architecture>
|
|
||||||
<FrameworkIdentity>Name = Microsoft.VCLibs.140.00.Debug, MinVersion = 14.0.30035.0, Publisher = %27CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US%27</FrameworkIdentity>
|
|
||||||
<AppxLocation>C:\Program Files %28x86%29\Microsoft SDKs\Windows Kits\10\ExtensionSDKs\Microsoft.VCLibs\14.0\.\AppX\Debug\ARM64\Microsoft.VCLibs.ARM64.Debug.14.00.appx</AppxLocation>
|
|
||||||
<MoreInfo></MoreInfo>
|
|
||||||
</ResolvedSDKReference>
|
|
||||||
<ResolvedSDKReference Include="C:\Program Files %28x86%29\Microsoft SDKs\Windows Kits\10\ExtensionSDKs\Microsoft.VCLibs\14.0\">
|
|
||||||
<Name>Microsoft.VCLibs.140.00.Debug</Name>
|
|
||||||
<Version>14.0.30035.0</Version>
|
|
||||||
<Architecture>x64</Architecture>
|
|
||||||
<FrameworkIdentity>Name = Microsoft.VCLibs.140.00.Debug, MinVersion = 14.0.30035.0, Publisher = %27CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US%27</FrameworkIdentity>
|
|
||||||
<AppxLocation>C:\Program Files %28x86%29\Microsoft SDKs\Windows Kits\10\ExtensionSDKs\Microsoft.VCLibs\14.0\.\AppX\Debug\x64\Microsoft.VCLibs.x64.Debug.14.00.appx</AppxLocation>
|
|
||||||
<MoreInfo></MoreInfo>
|
|
||||||
</ResolvedSDKReference>
|
|
||||||
<ResolvedSDKReference Include="C:\Program Files %28x86%29\Microsoft SDKs\Windows Kits\10\ExtensionSDKs\Microsoft.VCLibs\14.0\">
|
|
||||||
<Name>Microsoft.VCLibs.140.00.Debug</Name>
|
|
||||||
<Version>14.0.30035.0</Version>
|
|
||||||
<Architecture>x86</Architecture>
|
|
||||||
<FrameworkIdentity>Name = Microsoft.VCLibs.140.00.Debug, MinVersion = 14.0.30035.0, Publisher = %27CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US%27</FrameworkIdentity>
|
|
||||||
<AppxLocation>C:\Program Files %28x86%29\Microsoft SDKs\Windows Kits\10\ExtensionSDKs\Microsoft.VCLibs\14.0\.\AppX\Debug\x86\Microsoft.VCLibs.x86.Debug.14.00.appx</AppxLocation>
|
|
||||||
<MoreInfo></MoreInfo>
|
|
||||||
</ResolvedSDKReference>
|
|
||||||
</ItemGroup>
|
|
||||||
</Project>
|
|
||||||
@@ -1,25 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<Roots >
|
|
||||||
<Roots.PropertyPathNames>
|
|
||||||
<RootPropertyPathName Name="Text" />
|
|
||||||
</Roots.PropertyPathNames>
|
|
||||||
<Roots.RootTypes>
|
|
||||||
<RootType FullName="Windows.UI.Xaml.Application" />
|
|
||||||
<RootType FullName="Windows.UI.Xaml.Controls.Page">
|
|
||||||
<RootProperty Name="Background" />
|
|
||||||
<RootProperty Name="Content" />
|
|
||||||
</RootType>
|
|
||||||
<RootType FullName="Microsoft.Xaml.DirectUI.ProxyTypes.ThemeResourceExtension" />
|
|
||||||
<RootType FullName="Windows.UI.Xaml.Controls.Grid">
|
|
||||||
<RootProperty Name="Children" />
|
|
||||||
</RootType>
|
|
||||||
<RootType FullName="Windows.UI.Xaml.Controls.TextBlock">
|
|
||||||
<RootProperty Name="Text" />
|
|
||||||
<RootProperty Name="FontSize" />
|
|
||||||
<RootProperty Name="TextAlignment" />
|
|
||||||
<RootProperty Name="VerticalAlignment" />
|
|
||||||
</RootType>
|
|
||||||
<RootType FullName="Windows.UI.Xaml.Data.Binding" />
|
|
||||||
<RootType FullName="BlueControl.uwp.MainPage" />
|
|
||||||
</Roots.RootTypes>
|
|
||||||
</Roots>
|
|
||||||
@@ -1,58 +0,0 @@
|
|||||||
<?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 build" xmlns:build="http://schemas.microsoft.com/developer/appx/2015/build">
|
|
||||||
<!--
|
|
||||||
THIS PACKAGE MANIFEST FILE IS GENERATED BY THE BUILD PROCESS.
|
|
||||||
|
|
||||||
Changes to this file will be lost when it is regenerated. To correct errors in this file, edit the source .appxmanifest file.
|
|
||||||
|
|
||||||
For more information on package manifest files, see http://go.microsoft.com/fwlink/?LinkID=241727
|
|
||||||
-->
|
|
||||||
<Identity Name="95a499f6-e7b2-40c2-aee7-3deeee4338f4" Publisher="CN=marci" Version="1.0.0.0" ProcessorArchitecture="x86" />
|
|
||||||
<mp:PhoneIdentity PhoneProductId="95a499f6-e7b2-40c2-aee7-3deeee4338f4" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
|
|
||||||
<Properties>
|
|
||||||
<DisplayName>BlueControl.uwp</DisplayName>
|
|
||||||
<PublisherDisplayName>marci</PublisherDisplayName>
|
|
||||||
<Logo>Assets\StoreLogo.png</Logo>
|
|
||||||
</Properties>
|
|
||||||
<Dependencies>
|
|
||||||
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.17763.0" MaxVersionTested="10.0.22000.0" />
|
|
||||||
<PackageDependency Name="Microsoft.VCLibs.140.00.Debug" MinVersion="14.0.30035.0" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" />
|
|
||||||
<PackageDependency Name="Microsoft.NET.CoreRuntime.2.2" MinVersion="2.2.29713.2" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" />
|
|
||||||
<PackageDependency Name="Microsoft.NET.CoreFramework.Debug.2.2" MinVersion="2.2.29301.2" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" />
|
|
||||||
</Dependencies>
|
|
||||||
<Resources>
|
|
||||||
<Resource Language="EN-US" />
|
|
||||||
</Resources>
|
|
||||||
<Applications>
|
|
||||||
<Application Id="App" Executable="BlueControl.uwp.exe" EntryPoint="BlueControl.uwp.App">
|
|
||||||
<uap:VisualElements DisplayName="BlueControl.uwp" Square150x150Logo="Assets\Square150x150Logo.png" Square44x44Logo="Assets\Square44x44Logo.png" Description="BlueControl.uwp" BackgroundColor="transparent">
|
|
||||||
<uap:DefaultTile Wide310x150Logo="Assets\Wide310x150Logo.png" />
|
|
||||||
<uap:SplashScreen Image="Assets\SplashScreen.png" />
|
|
||||||
</uap:VisualElements>
|
|
||||||
</Application>
|
|
||||||
</Applications>
|
|
||||||
<Capabilities>
|
|
||||||
<Capability Name="internetClient" />
|
|
||||||
<DeviceCapability Name="bluetooth" />
|
|
||||||
</Capabilities>
|
|
||||||
<Extensions>
|
|
||||||
<Extension Category="windows.activatableClass.inProcessServer">
|
|
||||||
<InProcessServer>
|
|
||||||
<Path>BlueControl.uwp.exe</Path>
|
|
||||||
<ActivatableClass ActivatableClassId="Microsoft.UI.Xaml.Markup.ReflectionXamlMetadataProvider" ThreadingModel="both" />
|
|
||||||
</InProcessServer>
|
|
||||||
</Extension>
|
|
||||||
</Extensions>
|
|
||||||
<build:Metadata>
|
|
||||||
<build:Item Name="TargetFrameworkMoniker" Value=".NETCore,Version=v5.0" />
|
|
||||||
<build:Item Name="VisualStudio" Version="17.0" />
|
|
||||||
<build:Item Name="VisualStudioEdition" Value="Microsoft Visual Studio Community 2022" />
|
|
||||||
<build:Item Name="OperatingSystem" Version="10.0.22000.1 (WinBuild.160101.0800)" />
|
|
||||||
<build:Item Name="Microsoft.Build.AppxPackage.dll" Version="17.0.31822.380" />
|
|
||||||
<build:Item Name="ProjectGUID" Value="{CE30F612-E10B-4E59-B540-C2B6AC4DB819}" />
|
|
||||||
<build:Item Name="OptimizingToolset" Value="None" />
|
|
||||||
<build:Item Name="TargetRuntime" Value="Managed" />
|
|
||||||
<build:Item Name="Microsoft.Windows.UI.Xaml.Build.Tasks.dll" Version="0.0.0.0" />
|
|
||||||
<build:Item Name="MakePri.exe" Version="10.0.22000.194 (WinBuild.160101.0800)" />
|
|
||||||
</build:Metadata>
|
|
||||||
</Package>
|
|
||||||
@@ -1,79 +0,0 @@
|
|||||||
{
|
|
||||||
"format": 1,
|
|
||||||
"restore": {
|
|
||||||
"C:\\Users\\marci\\repos\\BlueControl\\BlueControl.uwp\\BlueControl.uwp.csproj": {}
|
|
||||||
},
|
|
||||||
"projects": {
|
|
||||||
"C:\\Users\\marci\\repos\\BlueControl\\BlueControl.uwp\\BlueControl.uwp.csproj": {
|
|
||||||
"version": "1.0.0",
|
|
||||||
"restore": {
|
|
||||||
"projectUniqueName": "C:\\Users\\marci\\repos\\BlueControl\\BlueControl.uwp\\BlueControl.uwp.csproj",
|
|
||||||
"projectName": "BlueControl.uwp",
|
|
||||||
"projectPath": "C:\\Users\\marci\\repos\\BlueControl\\BlueControl.uwp\\BlueControl.uwp.csproj",
|
|
||||||
"packagesPath": "C:\\Users\\marci\\.nuget\\packages\\",
|
|
||||||
"outputPath": "C:\\Users\\marci\\repos\\BlueControl\\BlueControl.uwp\\obj\\",
|
|
||||||
"projectStyle": "PackageReference",
|
|
||||||
"skipContentFileWrite": true,
|
|
||||||
"fallbackFolders": [
|
|
||||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages",
|
|
||||||
"C:\\Program Files (x86)\\Microsoft SDKs\\UWPNuGetPackages\\"
|
|
||||||
],
|
|
||||||
"configFilePaths": [
|
|
||||||
"C:\\Users\\marci\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
|
||||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
|
|
||||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
|
|
||||||
],
|
|
||||||
"originalTargetFrameworks": [
|
|
||||||
"uap10.0.17763"
|
|
||||||
],
|
|
||||||
"sources": {
|
|
||||||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
|
||||||
"https://api.nuget.org/v3/index.json": {}
|
|
||||||
},
|
|
||||||
"frameworks": {
|
|
||||||
"uap10.0.17763": {
|
|
||||||
"projectReferences": {}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"frameworks": {
|
|
||||||
"uap10.0.17763": {
|
|
||||||
"dependencies": {
|
|
||||||
"Microsoft.NETCore.UniversalWindowsPlatform": {
|
|
||||||
"target": "Package",
|
|
||||||
"version": "[6.2.12, )"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"imports": [
|
|
||||||
"net461"
|
|
||||||
],
|
|
||||||
"assetTargetFallback": true,
|
|
||||||
"warn": true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"runtimes": {
|
|
||||||
"win10-arm": {
|
|
||||||
"#import": []
|
|
||||||
},
|
|
||||||
"win10-arm-aot": {
|
|
||||||
"#import": []
|
|
||||||
},
|
|
||||||
"win10-arm64-aot": {
|
|
||||||
"#import": []
|
|
||||||
},
|
|
||||||
"win10-x64": {
|
|
||||||
"#import": []
|
|
||||||
},
|
|
||||||
"win10-x64-aot": {
|
|
||||||
"#import": []
|
|
||||||
},
|
|
||||||
"win10-x86": {
|
|
||||||
"#import": []
|
|
||||||
},
|
|
||||||
"win10-x86-aot": {
|
|
||||||
"#import": []
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,48 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
|
||||||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
||||||
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
|
||||||
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
|
|
||||||
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
|
|
||||||
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
|
|
||||||
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
|
|
||||||
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\marci\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages;C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\</NuGetPackageFolders>
|
|
||||||
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
|
|
||||||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.0.0</NuGetToolVersion>
|
|
||||||
</PropertyGroup>
|
|
||||||
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
|
||||||
<SourceRoot Include="C:\Users\marci\.nuget\packages\" />
|
|
||||||
<SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" />
|
|
||||||
<SourceRoot Include="C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
|
||||||
<Import Project="C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\runtime.win10-x86.microsoft.net.uwpcoreruntimesdk\2.2.12\build\runtime.win10-x86.Microsoft.Net.UWPCoreRuntimeSdk.props" Condition="Exists('C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\runtime.win10-x86.microsoft.net.uwpcoreruntimesdk\2.2.12\build\runtime.win10-x86.Microsoft.Net.UWPCoreRuntimeSdk.props')" />
|
|
||||||
<Import Project="C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\runtime.win10-x86.microsoft.net.native.sharedlibrary\2.2.8-rel-29722-00\build\runtime.win10-x86.Microsoft.Net.Native.SharedLibrary.props" Condition="Exists('C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\runtime.win10-x86.microsoft.net.native.sharedlibrary\2.2.8-rel-29722-00\build\runtime.win10-x86.Microsoft.Net.Native.SharedLibrary.props')" />
|
|
||||||
<Import Project="C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\runtime.win10-x86.microsoft.net.native.compiler\2.2.10-rel-29722-00\build\runtime.win10-x86.Microsoft.Net.Native.Compiler.props" Condition="Exists('C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\runtime.win10-x86.microsoft.net.native.compiler\2.2.10-rel-29722-00\build\runtime.win10-x86.Microsoft.Net.Native.Compiler.props')" />
|
|
||||||
<Import Project="C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\runtime.win10-x64.microsoft.net.uwpcoreruntimesdk\2.2.12\build\runtime.win10-x64.Microsoft.Net.UWPCoreRuntimeSdk.props" Condition="Exists('C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\runtime.win10-x64.microsoft.net.uwpcoreruntimesdk\2.2.12\build\runtime.win10-x64.Microsoft.Net.UWPCoreRuntimeSdk.props')" />
|
|
||||||
<Import Project="C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\runtime.win10-x64.microsoft.net.native.sharedlibrary\2.2.8-rel-29722-00\build\runtime.win10-x64.Microsoft.Net.Native.SharedLibrary.props" Condition="Exists('C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\runtime.win10-x64.microsoft.net.native.sharedlibrary\2.2.8-rel-29722-00\build\runtime.win10-x64.Microsoft.Net.Native.SharedLibrary.props')" />
|
|
||||||
<Import Project="C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\runtime.win10-x64.microsoft.net.native.compiler\2.2.10-rel-29722-00\build\runtime.win10-x64.Microsoft.Net.Native.Compiler.props" Condition="Exists('C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\runtime.win10-x64.microsoft.net.native.compiler\2.2.10-rel-29722-00\build\runtime.win10-x64.Microsoft.Net.Native.Compiler.props')" />
|
|
||||||
<Import Project="C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\runtime.win10-arm64.microsoft.net.native.sharedlibrary\2.2.8-rel-29722-00\build\runtime.win10-arm64.Microsoft.Net.Native.SharedLibrary.props" Condition="Exists('C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\runtime.win10-arm64.microsoft.net.native.sharedlibrary\2.2.8-rel-29722-00\build\runtime.win10-arm64.Microsoft.Net.Native.SharedLibrary.props')" />
|
|
||||||
<Import Project="C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\runtime.win10-arm64.microsoft.net.native.compiler\2.2.10-rel-29722-00\build\runtime.win10-arm64.Microsoft.Net.Native.Compiler.props" Condition="Exists('C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\runtime.win10-arm64.microsoft.net.native.compiler\2.2.10-rel-29722-00\build\runtime.win10-arm64.Microsoft.Net.Native.Compiler.props')" />
|
|
||||||
<Import Project="C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\runtime.win10-arm.microsoft.net.uwpcoreruntimesdk\2.2.12\build\runtime.win10-arm.Microsoft.Net.UWPCoreRuntimeSdk.props" Condition="Exists('C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\runtime.win10-arm.microsoft.net.uwpcoreruntimesdk\2.2.12\build\runtime.win10-arm.Microsoft.Net.UWPCoreRuntimeSdk.props')" />
|
|
||||||
<Import Project="C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\runtime.win10-arm.microsoft.net.native.sharedlibrary\2.2.8-rel-29722-00\build\runtime.win10-arm.Microsoft.Net.Native.SharedLibrary.props" Condition="Exists('C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\runtime.win10-arm.microsoft.net.native.sharedlibrary\2.2.8-rel-29722-00\build\runtime.win10-arm.Microsoft.Net.Native.SharedLibrary.props')" />
|
|
||||||
<Import Project="C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\runtime.win10-arm.microsoft.net.native.compiler\2.2.10-rel-29722-00\build\runtime.win10-arm.Microsoft.Net.Native.Compiler.props" Condition="Exists('C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\runtime.win10-arm.microsoft.net.native.compiler\2.2.10-rel-29722-00\build\runtime.win10-arm.Microsoft.Net.Native.Compiler.props')" />
|
|
||||||
<Import Project="C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.uwpcoreruntimesdk\2.2.12\build\Microsoft.Net.UWPCoreRuntimeSdk.props" Condition="Exists('C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.uwpcoreruntimesdk\2.2.12\build\Microsoft.Net.UWPCoreRuntimeSdk.props')" />
|
|
||||||
<Import Project="C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.10-rel-29722-00\build\Microsoft.Net.Native.Compiler.props" Condition="Exists('C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.10-rel-29722-00\build\Microsoft.Net.Native.Compiler.props')" />
|
|
||||||
<Import Project="C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.netcore.universalwindowsplatform\6.2.12\build\Microsoft.NETCore.UniversalWindowsPlatform.props" Condition="Exists('C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.netcore.universalwindowsplatform\6.2.12\build\Microsoft.NETCore.UniversalWindowsPlatform.props')" />
|
|
||||||
</ImportGroup>
|
|
||||||
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
|
||||||
<Pkgruntime_win10-x86_Microsoft_Net_UWPCoreRuntimeSdk Condition=" '$(Pkgruntime_win10-x86_Microsoft_Net_UWPCoreRuntimeSdk)' == '' ">C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\runtime.win10-x86.microsoft.net.uwpcoreruntimesdk\2.2.12</Pkgruntime_win10-x86_Microsoft_Net_UWPCoreRuntimeSdk>
|
|
||||||
<Pkgruntime_win10-x86_Microsoft_Net_Native_SharedLibrary Condition=" '$(Pkgruntime_win10-x86_Microsoft_Net_Native_SharedLibrary)' == '' ">C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\runtime.win10-x86.microsoft.net.native.sharedlibrary\2.2.8-rel-29722-00</Pkgruntime_win10-x86_Microsoft_Net_Native_SharedLibrary>
|
|
||||||
<Pkgruntime_win10-x86_Microsoft_Net_Native_Compiler Condition=" '$(Pkgruntime_win10-x86_Microsoft_Net_Native_Compiler)' == '' ">C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\runtime.win10-x86.microsoft.net.native.compiler\2.2.10-rel-29722-00</Pkgruntime_win10-x86_Microsoft_Net_Native_Compiler>
|
|
||||||
<Pkgruntime_win10-x64_Microsoft_Net_UWPCoreRuntimeSdk Condition=" '$(Pkgruntime_win10-x64_Microsoft_Net_UWPCoreRuntimeSdk)' == '' ">C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\runtime.win10-x64.microsoft.net.uwpcoreruntimesdk\2.2.12</Pkgruntime_win10-x64_Microsoft_Net_UWPCoreRuntimeSdk>
|
|
||||||
<Pkgruntime_win10-x64_Microsoft_Net_Native_SharedLibrary Condition=" '$(Pkgruntime_win10-x64_Microsoft_Net_Native_SharedLibrary)' == '' ">C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\runtime.win10-x64.microsoft.net.native.sharedlibrary\2.2.8-rel-29722-00</Pkgruntime_win10-x64_Microsoft_Net_Native_SharedLibrary>
|
|
||||||
<Pkgruntime_win10-x64_Microsoft_Net_Native_Compiler Condition=" '$(Pkgruntime_win10-x64_Microsoft_Net_Native_Compiler)' == '' ">C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\runtime.win10-x64.microsoft.net.native.compiler\2.2.10-rel-29722-00</Pkgruntime_win10-x64_Microsoft_Net_Native_Compiler>
|
|
||||||
<Pkgruntime_win10-arm64_Microsoft_Net_Native_SharedLibrary Condition=" '$(Pkgruntime_win10-arm64_Microsoft_Net_Native_SharedLibrary)' == '' ">C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\runtime.win10-arm64.microsoft.net.native.sharedlibrary\2.2.8-rel-29722-00</Pkgruntime_win10-arm64_Microsoft_Net_Native_SharedLibrary>
|
|
||||||
<Pkgruntime_win10-arm64_Microsoft_Net_Native_Compiler Condition=" '$(Pkgruntime_win10-arm64_Microsoft_Net_Native_Compiler)' == '' ">C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\runtime.win10-arm64.microsoft.net.native.compiler\2.2.10-rel-29722-00</Pkgruntime_win10-arm64_Microsoft_Net_Native_Compiler>
|
|
||||||
<Pkgruntime_win10-arm_Microsoft_Net_UWPCoreRuntimeSdk Condition=" '$(Pkgruntime_win10-arm_Microsoft_Net_UWPCoreRuntimeSdk)' == '' ">C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\runtime.win10-arm.microsoft.net.uwpcoreruntimesdk\2.2.12</Pkgruntime_win10-arm_Microsoft_Net_UWPCoreRuntimeSdk>
|
|
||||||
<Pkgruntime_win10-arm_Microsoft_Net_Native_SharedLibrary Condition=" '$(Pkgruntime_win10-arm_Microsoft_Net_Native_SharedLibrary)' == '' ">C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\runtime.win10-arm.microsoft.net.native.sharedlibrary\2.2.8-rel-29722-00</Pkgruntime_win10-arm_Microsoft_Net_Native_SharedLibrary>
|
|
||||||
<Pkgruntime_win10-arm_Microsoft_Net_Native_Compiler Condition=" '$(Pkgruntime_win10-arm_Microsoft_Net_Native_Compiler)' == '' ">C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\runtime.win10-arm.microsoft.net.native.compiler\2.2.10-rel-29722-00</Pkgruntime_win10-arm_Microsoft_Net_Native_Compiler>
|
|
||||||
<PkgMicrosoft_Net_UWPCoreRuntimeSdk Condition=" '$(PkgMicrosoft_Net_UWPCoreRuntimeSdk)' == '' ">C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.uwpcoreruntimesdk\2.2.12</PkgMicrosoft_Net_UWPCoreRuntimeSdk>
|
|
||||||
<PkgMicrosoft_Net_Native_Compiler Condition=" '$(PkgMicrosoft_Net_Native_Compiler)' == '' ">C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.10-rel-29722-00</PkgMicrosoft_Net_Native_Compiler>
|
|
||||||
</PropertyGroup>
|
|
||||||
</Project>
|
|
||||||
@@ -1,19 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
|
||||||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
||||||
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
|
||||||
<Import Project="C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\runtime.win10-x86.microsoft.net.uwpcoreruntimesdk\2.2.12\build\runtime.win10-x86.Microsoft.Net.UWPCoreRuntimeSdk.targets" Condition="Exists('C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\runtime.win10-x86.microsoft.net.uwpcoreruntimesdk\2.2.12\build\runtime.win10-x86.Microsoft.Net.UWPCoreRuntimeSdk.targets')" />
|
|
||||||
<Import Project="C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\runtime.win10-x86.microsoft.net.native.sharedlibrary\2.2.8-rel-29722-00\build\runtime.win10-x86.Microsoft.Net.Native.SharedLibrary.targets" Condition="Exists('C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\runtime.win10-x86.microsoft.net.native.sharedlibrary\2.2.8-rel-29722-00\build\runtime.win10-x86.Microsoft.Net.Native.SharedLibrary.targets')" />
|
|
||||||
<Import Project="C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\runtime.win10-x86.microsoft.net.native.compiler\2.2.10-rel-29722-00\build\runtime.win10-x86.Microsoft.Net.Native.Compiler.targets" Condition="Exists('C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\runtime.win10-x86.microsoft.net.native.compiler\2.2.10-rel-29722-00\build\runtime.win10-x86.Microsoft.Net.Native.Compiler.targets')" />
|
|
||||||
<Import Project="C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\runtime.win10-x64.microsoft.net.uwpcoreruntimesdk\2.2.12\build\runtime.win10-x64.Microsoft.Net.UWPCoreRuntimeSdk.targets" Condition="Exists('C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\runtime.win10-x64.microsoft.net.uwpcoreruntimesdk\2.2.12\build\runtime.win10-x64.Microsoft.Net.UWPCoreRuntimeSdk.targets')" />
|
|
||||||
<Import Project="C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\runtime.win10-x64.microsoft.net.native.sharedlibrary\2.2.8-rel-29722-00\build\runtime.win10-x64.Microsoft.Net.Native.SharedLibrary.targets" Condition="Exists('C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\runtime.win10-x64.microsoft.net.native.sharedlibrary\2.2.8-rel-29722-00\build\runtime.win10-x64.Microsoft.Net.Native.SharedLibrary.targets')" />
|
|
||||||
<Import Project="C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\runtime.win10-x64.microsoft.net.native.compiler\2.2.10-rel-29722-00\build\runtime.win10-x64.Microsoft.Net.Native.Compiler.targets" Condition="Exists('C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\runtime.win10-x64.microsoft.net.native.compiler\2.2.10-rel-29722-00\build\runtime.win10-x64.Microsoft.Net.Native.Compiler.targets')" />
|
|
||||||
<Import Project="C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\runtime.win10-arm64.microsoft.net.native.sharedlibrary\2.2.8-rel-29722-00\build\runtime.win10-arm64.Microsoft.Net.Native.SharedLibrary.targets" Condition="Exists('C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\runtime.win10-arm64.microsoft.net.native.sharedlibrary\2.2.8-rel-29722-00\build\runtime.win10-arm64.Microsoft.Net.Native.SharedLibrary.targets')" />
|
|
||||||
<Import Project="C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\runtime.win10-arm64.microsoft.net.native.compiler\2.2.10-rel-29722-00\build\runtime.win10-arm64.Microsoft.Net.Native.Compiler.targets" Condition="Exists('C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\runtime.win10-arm64.microsoft.net.native.compiler\2.2.10-rel-29722-00\build\runtime.win10-arm64.Microsoft.Net.Native.Compiler.targets')" />
|
|
||||||
<Import Project="C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\runtime.win10-arm.microsoft.net.uwpcoreruntimesdk\2.2.12\build\runtime.win10-arm.Microsoft.Net.UWPCoreRuntimeSdk.targets" Condition="Exists('C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\runtime.win10-arm.microsoft.net.uwpcoreruntimesdk\2.2.12\build\runtime.win10-arm.Microsoft.Net.UWPCoreRuntimeSdk.targets')" />
|
|
||||||
<Import Project="C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\runtime.win10-arm.microsoft.net.native.sharedlibrary\2.2.8-rel-29722-00\build\runtime.win10-arm.Microsoft.Net.Native.SharedLibrary.targets" Condition="Exists('C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\runtime.win10-arm.microsoft.net.native.sharedlibrary\2.2.8-rel-29722-00\build\runtime.win10-arm.Microsoft.Net.Native.SharedLibrary.targets')" />
|
|
||||||
<Import Project="C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\runtime.win10-arm.microsoft.net.native.compiler\2.2.10-rel-29722-00\build\runtime.win10-arm.Microsoft.Net.Native.Compiler.targets" Condition="Exists('C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\runtime.win10-arm.microsoft.net.native.compiler\2.2.10-rel-29722-00\build\runtime.win10-arm.Microsoft.Net.Native.Compiler.targets')" />
|
|
||||||
<Import Project="C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\netstandard.library\2.0.3\build\netstandard2.0\NETStandard.Library.targets" Condition="Exists('C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\netstandard.library\2.0.3\build\netstandard2.0\NETStandard.Library.targets')" />
|
|
||||||
<Import Project="C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.10-rel-29722-00\build\Microsoft.Net.Native.Compiler.targets" Condition="Exists('C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.10-rel-29722-00\build\Microsoft.Net.Native.Compiler.targets')" />
|
|
||||||
<Import Project="C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.netcore.universalwindowsplatform\6.2.12\build\Microsoft.NetCore.UniversalWindowsPlatform.targets" Condition="Exists('C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.netcore.universalwindowsplatform\6.2.12\build\Microsoft.NetCore.UniversalWindowsPlatform.targets')" />
|
|
||||||
</ImportGroup>
|
|
||||||
</Project>
|
|
||||||
@@ -1,32 +0,0 @@
|
|||||||
{
|
|
||||||
"version": 2,
|
|
||||||
"dgSpecHash": "kzJZf59V5P2bkKTvF6QNc8Buhay1mFMSZm/MYRvbgX/xgRM2OBrPTiwu4amHZ8fPQF2irbtBV0J+gV/7oJlDIA==",
|
|
||||||
"success": true,
|
|
||||||
"projectFilePath": "C:\\Users\\marci\\repos\\BlueControl\\BlueControl.uwp\\BlueControl.uwp.csproj",
|
|
||||||
"expectedPackageFiles": [
|
|
||||||
"C:\\Program Files (x86)\\Microsoft SDKs\\UWPNuGetPackages\\microsoft.net.native.compiler\\2.2.10-rel-29722-00\\microsoft.net.native.compiler.2.2.10-rel-29722-00.nupkg.sha512",
|
|
||||||
"C:\\Program Files (x86)\\Microsoft SDKs\\UWPNuGetPackages\\microsoft.net.uwpcoreruntimesdk\\2.2.12\\microsoft.net.uwpcoreruntimesdk.2.2.12.nupkg.sha512",
|
|
||||||
"C:\\Program Files (x86)\\Microsoft SDKs\\UWPNuGetPackages\\microsoft.netcore.platforms\\2.1.0\\microsoft.netcore.platforms.2.1.0.nupkg.sha512",
|
|
||||||
"C:\\Program Files (x86)\\Microsoft SDKs\\UWPNuGetPackages\\microsoft.netcore.universalwindowsplatform\\6.2.12\\microsoft.netcore.universalwindowsplatform.6.2.12.nupkg.sha512",
|
|
||||||
"C:\\Program Files (x86)\\Microsoft SDKs\\UWPNuGetPackages\\netstandard.library\\2.0.3\\netstandard.library.2.0.3.nupkg.sha512",
|
|
||||||
"C:\\Program Files (x86)\\Microsoft SDKs\\UWPNuGetPackages\\runtime.win10-arm-aot.microsoft.netcore.universalwindowsplatform\\6.2.12\\runtime.win10-arm-aot.microsoft.netcore.universalwindowsplatform.6.2.12.nupkg.sha512",
|
|
||||||
"C:\\Program Files (x86)\\Microsoft SDKs\\UWPNuGetPackages\\runtime.win10-arm.microsoft.net.native.compiler\\2.2.10-rel-29722-00\\runtime.win10-arm.microsoft.net.native.compiler.2.2.10-rel-29722-00.nupkg.sha512",
|
|
||||||
"C:\\Program Files (x86)\\Microsoft SDKs\\UWPNuGetPackages\\runtime.win10-arm.microsoft.net.native.sharedlibrary\\2.2.8-rel-29722-00\\runtime.win10-arm.microsoft.net.native.sharedlibrary.2.2.8-rel-29722-00.nupkg.sha512",
|
|
||||||
"C:\\Program Files (x86)\\Microsoft SDKs\\UWPNuGetPackages\\runtime.win10-arm.microsoft.net.uwpcoreruntimesdk\\2.2.12\\runtime.win10-arm.microsoft.net.uwpcoreruntimesdk.2.2.12.nupkg.sha512",
|
|
||||||
"C:\\Program Files (x86)\\Microsoft SDKs\\UWPNuGetPackages\\runtime.win10-arm.microsoft.netcore.universalwindowsplatform\\6.2.12\\runtime.win10-arm.microsoft.netcore.universalwindowsplatform.6.2.12.nupkg.sha512",
|
|
||||||
"C:\\Program Files (x86)\\Microsoft SDKs\\UWPNuGetPackages\\runtime.win10-arm64-aot.microsoft.netcore.universalwindowsplatform\\6.2.12\\runtime.win10-arm64-aot.microsoft.netcore.universalwindowsplatform.6.2.12.nupkg.sha512",
|
|
||||||
"C:\\Program Files (x86)\\Microsoft SDKs\\UWPNuGetPackages\\runtime.win10-arm64.microsoft.net.native.compiler\\2.2.10-rel-29722-00\\runtime.win10-arm64.microsoft.net.native.compiler.2.2.10-rel-29722-00.nupkg.sha512",
|
|
||||||
"C:\\Program Files (x86)\\Microsoft SDKs\\UWPNuGetPackages\\runtime.win10-arm64.microsoft.net.native.sharedlibrary\\2.2.8-rel-29722-00\\runtime.win10-arm64.microsoft.net.native.sharedlibrary.2.2.8-rel-29722-00.nupkg.sha512",
|
|
||||||
"C:\\Program Files (x86)\\Microsoft SDKs\\UWPNuGetPackages\\runtime.win10-x64-aot.microsoft.netcore.universalwindowsplatform\\6.2.12\\runtime.win10-x64-aot.microsoft.netcore.universalwindowsplatform.6.2.12.nupkg.sha512",
|
|
||||||
"C:\\Program Files (x86)\\Microsoft SDKs\\UWPNuGetPackages\\runtime.win10-x64.microsoft.net.native.compiler\\2.2.10-rel-29722-00\\runtime.win10-x64.microsoft.net.native.compiler.2.2.10-rel-29722-00.nupkg.sha512",
|
|
||||||
"C:\\Program Files (x86)\\Microsoft SDKs\\UWPNuGetPackages\\runtime.win10-x64.microsoft.net.native.sharedlibrary\\2.2.8-rel-29722-00\\runtime.win10-x64.microsoft.net.native.sharedlibrary.2.2.8-rel-29722-00.nupkg.sha512",
|
|
||||||
"C:\\Program Files (x86)\\Microsoft SDKs\\UWPNuGetPackages\\runtime.win10-x64.microsoft.net.uwpcoreruntimesdk\\2.2.12\\runtime.win10-x64.microsoft.net.uwpcoreruntimesdk.2.2.12.nupkg.sha512",
|
|
||||||
"C:\\Program Files (x86)\\Microsoft SDKs\\UWPNuGetPackages\\runtime.win10-x64.microsoft.netcore.universalwindowsplatform\\6.2.12\\runtime.win10-x64.microsoft.netcore.universalwindowsplatform.6.2.12.nupkg.sha512",
|
|
||||||
"C:\\Program Files (x86)\\Microsoft SDKs\\UWPNuGetPackages\\runtime.win10-x86-aot.microsoft.netcore.universalwindowsplatform\\6.2.12\\runtime.win10-x86-aot.microsoft.netcore.universalwindowsplatform.6.2.12.nupkg.sha512",
|
|
||||||
"C:\\Program Files (x86)\\Microsoft SDKs\\UWPNuGetPackages\\runtime.win10-x86.microsoft.net.native.compiler\\2.2.10-rel-29722-00\\runtime.win10-x86.microsoft.net.native.compiler.2.2.10-rel-29722-00.nupkg.sha512",
|
|
||||||
"C:\\Program Files (x86)\\Microsoft SDKs\\UWPNuGetPackages\\runtime.win10-x86.microsoft.net.native.sharedlibrary\\2.2.8-rel-29722-00\\runtime.win10-x86.microsoft.net.native.sharedlibrary.2.2.8-rel-29722-00.nupkg.sha512",
|
|
||||||
"C:\\Program Files (x86)\\Microsoft SDKs\\UWPNuGetPackages\\runtime.win10-x86.microsoft.net.uwpcoreruntimesdk\\2.2.12\\runtime.win10-x86.microsoft.net.uwpcoreruntimesdk.2.2.12.nupkg.sha512",
|
|
||||||
"C:\\Program Files (x86)\\Microsoft SDKs\\UWPNuGetPackages\\runtime.win10-x86.microsoft.netcore.universalwindowsplatform\\6.2.12\\runtime.win10-x86.microsoft.netcore.universalwindowsplatform.6.2.12.nupkg.sha512"
|
|
||||||
],
|
|
||||||
"logs": []
|
|
||||||
}
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
// <autogenerated />
|
|
||||||
using System;
|
|
||||||
using System.Reflection;
|
|
||||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCore,Version=v5.0", FrameworkDisplayName = ".NET for Windows Universal")]
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?><XamlCompilerSaveState><ReferenceAssemblyList /><XamlSourceFileDataList><XamlSourceFileData XamlFileName="App.xaml" ClassFullName="" GeneratedCodePathPrefix="C:\Users\marci\repos\BlueControl\BlueControl.uwp\obj\x64\Debug\App" XamlFileTimeAtLastCompileInTicks="0" HasBoundEventAssignments="False" /></XamlSourceFileDataList></XamlCompilerSaveState>
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
// <autogenerated />
|
|
||||||
using System;
|
|
||||||
using System.Reflection;
|
|
||||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCore,Version=v5.0", FrameworkDisplayName = ".NET for Windows Universal")]
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
{"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":"17.0.31822.380"}
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
{"FullPath":"C:\\Program Files (x86)\\Windows Kits\\10\\bin\\10.0.22000.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":"17.0.31822.380"}
|
|
||||||
@@ -1,17 +0,0 @@
|
|||||||
#pragma checksum "C:\Users\marci\repos\BlueControl\BlueControl.uwp\App.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "1A5610E28BFF11DC51409A6C4818CD740BC3595FE82FBB47CCD0F354AC5D0C53"
|
|
||||||
//------------------------------------------------------------------------------
|
|
||||||
// <auto-generated>
|
|
||||||
// This code was generated by a tool.
|
|
||||||
//
|
|
||||||
// Changes to this file may cause incorrect behavior and will be lost if
|
|
||||||
// the code is regenerated.
|
|
||||||
// </auto-generated>
|
|
||||||
//------------------------------------------------------------------------------
|
|
||||||
|
|
||||||
namespace BlueControl.uwp
|
|
||||||
{
|
|
||||||
partial class App : global::Windows.UI.Xaml.Application
|
|
||||||
{
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@@ -1,59 +0,0 @@
|
|||||||
#pragma checksum "C:\Users\marci\source\repos\BlueControl\src\BlueControl.uwp\App.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "1A5610E28BFF11DC51409A6C4818CD740BC3595FE82FBB47CCD0F354AC5D0C53"
|
|
||||||
//------------------------------------------------------------------------------
|
|
||||||
// <auto-generated>
|
|
||||||
// This code was generated by a tool.
|
|
||||||
//
|
|
||||||
// Changes to this file may cause incorrect behavior and will be lost if
|
|
||||||
// the code is regenerated.
|
|
||||||
// </auto-generated>
|
|
||||||
//------------------------------------------------------------------------------
|
|
||||||
|
|
||||||
|
|
||||||
namespace BlueControl.uwp
|
|
||||||
{
|
|
||||||
#if !DISABLE_XAML_GENERATED_MAIN
|
|
||||||
/// <summary>
|
|
||||||
/// Program class
|
|
||||||
/// </summary>
|
|
||||||
public static class Program
|
|
||||||
{
|
|
||||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 0.0.0.0")]
|
|
||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
||||||
static void Main(string[] args)
|
|
||||||
{
|
|
||||||
global::Windows.UI.Xaml.Application.Start((p) => new App());
|
|
||||||
}
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
partial class App : global::Windows.UI.Xaml.Application
|
|
||||||
{
|
|
||||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 0.0.0.0")]
|
|
||||||
private bool _contentLoaded;
|
|
||||||
/// <summary>
|
|
||||||
/// InitializeComponent()
|
|
||||||
/// </summary>
|
|
||||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 0.0.0.0")]
|
|
||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
||||||
public void InitializeComponent()
|
|
||||||
{
|
|
||||||
if (_contentLoaded)
|
|
||||||
return;
|
|
||||||
|
|
||||||
_contentLoaded = true;
|
|
||||||
#if DEBUG && !DISABLE_XAML_GENERATED_BINDING_DEBUG_OUTPUT
|
|
||||||
DebugSettings.BindingFailed += (sender, args) =>
|
|
||||||
{
|
|
||||||
global::System.Diagnostics.Debug.WriteLine(args.Message);
|
|
||||||
};
|
|
||||||
#endif
|
|
||||||
#if DEBUG && !DISABLE_XAML_GENERATED_BREAK_ON_UNHANDLED_EXCEPTION
|
|
||||||
UnhandledException += (sender, e) =>
|
|
||||||
{
|
|
||||||
if (global::System.Diagnostics.Debugger.IsAttached) global::System.Diagnostics.Debugger.Break();
|
|
||||||
};
|
|
||||||
#endif
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
558b4d317ec74fe1ea9985500002db7f511e104c
|
|
||||||
@@ -1,46 +0,0 @@
|
|||||||
C:\Users\marci\repos\BlueControl\BlueControl.uwp\bin\x86\Debug\App.xbf
|
|
||||||
C:\Users\marci\repos\BlueControl\BlueControl.uwp\bin\x86\Debug\MainPage.xbf
|
|
||||||
C:\Users\marci\repos\BlueControl\BlueControl.uwp\bin\x86\Debug\BlueControl.uwp.xr.xml
|
|
||||||
C:\Users\marci\repos\BlueControl\BlueControl.uwp\bin\x86\Debug\BlueControl.uwp.exe
|
|
||||||
C:\Users\marci\repos\BlueControl\BlueControl.uwp\bin\x86\Debug\BlueControl.uwp.pdb
|
|
||||||
C:\Users\marci\repos\BlueControl\BlueControl.uwp\bin\x86\Debug\resources.pri
|
|
||||||
C:\Users\marci\repos\BlueControl\BlueControl.uwp\bin\x86\Debug\AppxManifest.xml
|
|
||||||
C:\Users\marci\repos\BlueControl\BlueControl.uwp\bin\x86\Debug\Core\AppxManifest.xml
|
|
||||||
C:\Users\marci\repos\BlueControl\BlueControl.uwp\bin\x86\Debug\Core\BlueControl.uwp.exe
|
|
||||||
C:\Users\marci\repos\BlueControl\BlueControl.uwp\bin\x86\Debug\BlueControl.uwp.build.appxrecipe
|
|
||||||
C:\Users\marci\repos\BlueControl\BlueControl.uwp\bin\x86\Debug\System.Runtime.dll
|
|
||||||
C:\Users\marci\repos\BlueControl\BlueControl.uwp\bin\x86\Debug\Microsoft.UI.Xaml.Markup.winmd
|
|
||||||
C:\Users\marci\repos\BlueControl\BlueControl.uwp\obj\x86\Debug\BlueControl.uwp.csproj.AssemblyReference.cache
|
|
||||||
C:\Users\marci\repos\BlueControl\BlueControl.uwp\obj\x86\Debug\App.g.i.cs
|
|
||||||
C:\Users\marci\repos\BlueControl\BlueControl.uwp\obj\x86\Debug\App.g.cs
|
|
||||||
C:\Users\marci\repos\BlueControl\BlueControl.uwp\obj\x86\Debug\MainPage.g.i.cs
|
|
||||||
C:\Users\marci\repos\BlueControl\BlueControl.uwp\obj\x86\Debug\MainPage.g.cs
|
|
||||||
C:\Users\marci\repos\BlueControl\BlueControl.uwp\obj\x86\Debug\XamlTypeInfo.g.cs
|
|
||||||
C:\Users\marci\repos\BlueControl\BlueControl.uwp\obj\x86\Debug\App.xaml
|
|
||||||
C:\Users\marci\repos\BlueControl\BlueControl.uwp\obj\x86\Debug\MainPage.xaml
|
|
||||||
C:\Users\marci\repos\BlueControl\BlueControl.uwp\obj\x86\Debug\App.xbf
|
|
||||||
C:\Users\marci\repos\BlueControl\BlueControl.uwp\obj\x86\Debug\MainPage.xbf
|
|
||||||
C:\Users\marci\repos\BlueControl\BlueControl.uwp\obj\x86\Debug\XamlSaveStateFile.xml
|
|
||||||
C:\Users\marci\repos\BlueControl\BlueControl.uwp\obj\x86\Debug\BlueControl.uwp.csproj.CoreCompileInputs.cache
|
|
||||||
C:\Users\marci\repos\BlueControl\BlueControl.uwp\obj\x86\Debug\BlueControl.uwp.csproj.CopyComplete
|
|
||||||
C:\Users\marci\repos\BlueControl\BlueControl.uwp\obj\x86\Debug\BlueControl.uwp.exe
|
|
||||||
C:\Users\marci\repos\BlueControl\BlueControl.uwp\obj\x86\Debug\BlueControl.uwp.pdb
|
|
||||||
C:\Users\marci\repos\BlueControl\BlueControl.uwp\obj\x86\Debug\ResourceHandlingTask.state
|
|
||||||
C:\Users\marci\repos\BlueControl\BlueControl.uwp\obj\x86\Debug\priconfig.xml
|
|
||||||
C:\Users\marci\repos\BlueControl\BlueControl.uwp\obj\x86\Debug\priconfig.xml.intermediate
|
|
||||||
C:\Users\marci\repos\BlueControl\BlueControl.uwp\obj\x86\Debug\unfiltered.layout.resfiles
|
|
||||||
C:\Users\marci\repos\BlueControl\BlueControl.uwp\obj\x86\Debug\unfiltered.layout.resfiles.intermediate
|
|
||||||
C:\Users\marci\repos\BlueControl\BlueControl.uwp\obj\x86\Debug\filtered.layout.resfiles
|
|
||||||
C:\Users\marci\repos\BlueControl\BlueControl.uwp\obj\x86\Debug\filtered.layout.resfiles.intermediate
|
|
||||||
C:\Users\marci\repos\BlueControl\BlueControl.uwp\obj\x86\Debug\excluded.layout.resfiles
|
|
||||||
C:\Users\marci\repos\BlueControl\BlueControl.uwp\obj\x86\Debug\excluded.layout.resfiles.intermediate
|
|
||||||
C:\Users\marci\repos\BlueControl\BlueControl.uwp\obj\x86\Debug\resources.resfiles
|
|
||||||
C:\Users\marci\repos\BlueControl\BlueControl.uwp\obj\x86\Debug\resources.resfiles.intermediate
|
|
||||||
C:\Users\marci\repos\BlueControl\BlueControl.uwp\obj\x86\Debug\pri.resfiles
|
|
||||||
C:\Users\marci\repos\BlueControl\BlueControl.uwp\obj\x86\Debug\pri.resfiles.intermediate
|
|
||||||
C:\Users\marci\repos\BlueControl\BlueControl.uwp\obj\x86\Debug\qualifiers.txt
|
|
||||||
C:\Users\marci\repos\BlueControl\BlueControl.uwp\obj\x86\Debug\qualifiers.txt.intermediate
|
|
||||||
C:\Users\marci\repos\BlueControl\BlueControl.uwp\obj\x86\Debug\MultipleQualifiersPerDimensionFound.txt
|
|
||||||
C:\Users\marci\repos\BlueControl\BlueControl.uwp\obj\x86\Debug\ProjectArchitectures.txt
|
|
||||||
C:\Users\marci\repos\BlueControl\BlueControl.uwp\obj\x86\Debug\.winmd_cache\$Microsoft.UI.Xaml.Markup.winmd_637424815200000000.json
|
|
||||||
C:\Users\marci\repos\BlueControl\BlueControl.uwp\obj\x86\Debug\.winmd_cache\$Microsoft.UI.Xaml.Markup.winmd_637669829380000000.json
|
|
||||||
@@ -1,25 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<Roots >
|
|
||||||
<Roots.PropertyPathNames>
|
|
||||||
<RootPropertyPathName Name="Text" />
|
|
||||||
</Roots.PropertyPathNames>
|
|
||||||
<Roots.RootTypes>
|
|
||||||
<RootType FullName="Windows.UI.Xaml.Application" />
|
|
||||||
<RootType FullName="Windows.UI.Xaml.Controls.Page">
|
|
||||||
<RootProperty Name="Background" />
|
|
||||||
<RootProperty Name="Content" />
|
|
||||||
</RootType>
|
|
||||||
<RootType FullName="Microsoft.Xaml.DirectUI.ProxyTypes.ThemeResourceExtension" />
|
|
||||||
<RootType FullName="Windows.UI.Xaml.Controls.Grid">
|
|
||||||
<RootProperty Name="Children" />
|
|
||||||
</RootType>
|
|
||||||
<RootType FullName="Windows.UI.Xaml.Controls.TextBlock">
|
|
||||||
<RootProperty Name="Text" />
|
|
||||||
<RootProperty Name="FontSize" />
|
|
||||||
<RootProperty Name="TextAlignment" />
|
|
||||||
<RootProperty Name="VerticalAlignment" />
|
|
||||||
</RootType>
|
|
||||||
<RootType FullName="Windows.UI.Xaml.Data.Binding" />
|
|
||||||
<RootType FullName="BlueControl.uwp.MainPage" />
|
|
||||||
</Roots.RootTypes>
|
|
||||||
</Roots>
|
|
||||||
@@ -1,40 +0,0 @@
|
|||||||
#pragma checksum "C:\Users\marci\repos\BlueControl\BlueControl.uwp\MainPage.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "9B5C8DBC92441D246415FA00FFE74C2D95E80CC950D6A8CBAF178B720194F679"
|
|
||||||
//------------------------------------------------------------------------------
|
|
||||||
// <auto-generated>
|
|
||||||
// This code was generated by a tool.
|
|
||||||
//
|
|
||||||
// Changes to this file may cause incorrect behavior and will be lost if
|
|
||||||
// the code is regenerated.
|
|
||||||
// </auto-generated>
|
|
||||||
//------------------------------------------------------------------------------
|
|
||||||
|
|
||||||
namespace BlueControl.uwp
|
|
||||||
{
|
|
||||||
partial class MainPage :
|
|
||||||
global::Windows.UI.Xaml.Controls.Page,
|
|
||||||
global::Windows.UI.Xaml.Markup.IComponentConnector,
|
|
||||||
global::Windows.UI.Xaml.Markup.IComponentConnector2
|
|
||||||
{
|
|
||||||
/// <summary>
|
|
||||||
/// Connect()
|
|
||||||
/// </summary>
|
|
||||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 0.0.0.0")]
|
|
||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
||||||
public void Connect(int connectionId, object target)
|
|
||||||
{
|
|
||||||
this._contentLoaded = true;
|
|
||||||
}
|
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// GetBindingConnector(int connectionId, object target)
|
|
||||||
/// </summary>
|
|
||||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 0.0.0.0")]
|
|
||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
||||||
public global::Windows.UI.Xaml.Markup.IComponentConnector GetBindingConnector(int connectionId, object target)
|
|
||||||
{
|
|
||||||
global::Windows.UI.Xaml.Markup.IComponentConnector returnValue = null;
|
|
||||||
return returnValue;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@@ -1,41 +0,0 @@
|
|||||||
#pragma checksum "C:\Users\marci\source\repos\BlueControl\src\BlueControl.uwp\MainPage.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "9B5C8DBC92441D246415FA00FFE74C2D95E80CC950D6A8CBAF178B720194F679"
|
|
||||||
//------------------------------------------------------------------------------
|
|
||||||
// <auto-generated>
|
|
||||||
// This code was generated by a tool.
|
|
||||||
//
|
|
||||||
// Changes to this file may cause incorrect behavior and will be lost if
|
|
||||||
// the code is regenerated.
|
|
||||||
// </auto-generated>
|
|
||||||
//------------------------------------------------------------------------------
|
|
||||||
|
|
||||||
namespace BlueControl.uwp
|
|
||||||
{
|
|
||||||
partial class MainPage : global::Windows.UI.Xaml.Controls.Page
|
|
||||||
{
|
|
||||||
|
|
||||||
|
|
||||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 0.0.0.0")]
|
|
||||||
private bool _contentLoaded;
|
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// InitializeComponent()
|
|
||||||
/// </summary>
|
|
||||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 0.0.0.0")]
|
|
||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
||||||
public void InitializeComponent()
|
|
||||||
{
|
|
||||||
if (_contentLoaded)
|
|
||||||
return;
|
|
||||||
|
|
||||||
_contentLoaded = true;
|
|
||||||
|
|
||||||
global::System.Uri resourceLocator = new global::System.Uri("ms-appx:///MainPage.xaml");
|
|
||||||
global::Windows.UI.Xaml.Application.LoadComponent(this, resourceLocator, global::Windows.UI.Xaml.Controls.Primitives.ComponentResourceLocation.Application);
|
|
||||||
}
|
|
||||||
|
|
||||||
partial void UnloadObject(global::Windows.UI.Xaml.DependencyObject unloadableObject);
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
False
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
C:\Users\marci\repos\BlueControl\BlueControl.uwp\BlueControl.uwp.csproj;x86
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?><XamlCompilerSaveState><ReferenceAssemblyList /><XamlSourceFileDataList><XamlSourceFileData XamlFileName="App.xaml" ClassFullName="BlueControl.uwp.App" GeneratedCodePathPrefix="C:\Users\marci\source\repos\BlueControl\src\BlueControl.uwp\obj\x86\Debug\App" XamlFileTimeAtLastCompileInTicks="637722312405806317" HasBoundEventAssignments="False" /><XamlSourceFileData XamlFileName="MainPage.xaml" ClassFullName="BlueControl.uwp.MainPage" GeneratedCodePathPrefix="C:\Users\marci\source\repos\BlueControl\src\BlueControl.uwp\obj\x86\Debug\MainPage" XamlFileTimeAtLastCompileInTicks="637722508493619275" HasBoundEventAssignments="False" /></XamlSourceFileDataList></XamlCompilerSaveState>
|
|
||||||
@@ -1,140 +0,0 @@
|
|||||||
//------------------------------------------------------------------------------
|
|
||||||
// <auto-generated>
|
|
||||||
// This code was generated by a tool.
|
|
||||||
//
|
|
||||||
// Changes to this file may cause incorrect behavior and will be lost if
|
|
||||||
// the code is regenerated.
|
|
||||||
// </auto-generated>
|
|
||||||
//------------------------------------------------------------------------------
|
|
||||||
|
|
||||||
|
|
||||||
namespace BlueControl.uwp
|
|
||||||
{
|
|
||||||
public partial class App : global::Windows.UI.Xaml.Markup.IXamlMetadataProvider
|
|
||||||
{
|
|
||||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 0.0.0.0")]
|
|
||||||
private global::BlueControl.uwp.BlueControl_uwp_XamlTypeInfo.XamlMetaDataProvider __appProvider;
|
|
||||||
|
|
||||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 0.0.0.0")]
|
|
||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
||||||
private global::BlueControl.uwp.BlueControl_uwp_XamlTypeInfo.XamlMetaDataProvider _AppProvider
|
|
||||||
{
|
|
||||||
get
|
|
||||||
{
|
|
||||||
if (__appProvider == null)
|
|
||||||
{
|
|
||||||
__appProvider = new global::BlueControl.uwp.BlueControl_uwp_XamlTypeInfo.XamlMetaDataProvider();
|
|
||||||
}
|
|
||||||
return __appProvider;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// GetXamlType(Type)
|
|
||||||
/// </summary>
|
|
||||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 0.0.0.0")]
|
|
||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
||||||
public global::Windows.UI.Xaml.Markup.IXamlType GetXamlType(global::System.Type type)
|
|
||||||
{
|
|
||||||
return _AppProvider.GetXamlType(type);
|
|
||||||
}
|
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// GetXamlType(String)
|
|
||||||
/// </summary>
|
|
||||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 0.0.0.0")]
|
|
||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
||||||
public global::Windows.UI.Xaml.Markup.IXamlType GetXamlType(string fullName)
|
|
||||||
{
|
|
||||||
return _AppProvider.GetXamlType(fullName);
|
|
||||||
}
|
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// GetXmlnsDefinitions()
|
|
||||||
/// </summary>
|
|
||||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 0.0.0.0")]
|
|
||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
||||||
public global::Windows.UI.Xaml.Markup.XmlnsDefinition[] GetXmlnsDefinitions()
|
|
||||||
{
|
|
||||||
return _AppProvider.GetXmlnsDefinitions();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
namespace BlueControl.uwp.BlueControl_uwp_XamlTypeInfo
|
|
||||||
{
|
|
||||||
/// <summary>
|
|
||||||
/// Main class for providing metadata for the app or library
|
|
||||||
/// </summary>
|
|
||||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 0.0.0.0")]
|
|
||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
||||||
public sealed class XamlMetaDataProvider : global::Windows.UI.Xaml.Markup.IXamlMetadataProvider
|
|
||||||
{
|
|
||||||
private global::BlueControl.uwp.BlueControl_uwp_XamlTypeInfo.XamlTypeInfoProvider _provider = null;
|
|
||||||
|
|
||||||
private global::BlueControl.uwp.BlueControl_uwp_XamlTypeInfo.XamlTypeInfoProvider Provider
|
|
||||||
{
|
|
||||||
get
|
|
||||||
{
|
|
||||||
if (_provider == null)
|
|
||||||
{
|
|
||||||
_provider = new global::BlueControl.uwp.BlueControl_uwp_XamlTypeInfo.XamlTypeInfoProvider();
|
|
||||||
}
|
|
||||||
return _provider;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// GetXamlType(Type)
|
|
||||||
/// </summary>
|
|
||||||
public global::Windows.UI.Xaml.Markup.IXamlType GetXamlType(global::System.Type type)
|
|
||||||
{
|
|
||||||
return Provider.GetXamlTypeByType(type);
|
|
||||||
}
|
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// GetXamlType(String)
|
|
||||||
/// </summary>
|
|
||||||
public global::Windows.UI.Xaml.Markup.IXamlType GetXamlType(string fullName)
|
|
||||||
{
|
|
||||||
return Provider.GetXamlTypeByName(fullName);
|
|
||||||
}
|
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// GetXmlnsDefinitions()
|
|
||||||
/// </summary>
|
|
||||||
public global::Windows.UI.Xaml.Markup.XmlnsDefinition[] GetXmlnsDefinitions()
|
|
||||||
{
|
|
||||||
return new global::Windows.UI.Xaml.Markup.XmlnsDefinition[0];
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 0.0.0.0")]
|
|
||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
||||||
internal partial class XamlTypeInfoProvider
|
|
||||||
{
|
|
||||||
private global::Microsoft.UI.Xaml.Markup.ReflectionXamlMetadataProvider _Provider;
|
|
||||||
private global::Microsoft.UI.Xaml.Markup.ReflectionXamlMetadataProvider Provider
|
|
||||||
{
|
|
||||||
get
|
|
||||||
{
|
|
||||||
if (_Provider == null)
|
|
||||||
{
|
|
||||||
_Provider = new global::Microsoft.UI.Xaml.Markup.ReflectionXamlMetadataProvider();
|
|
||||||
}
|
|
||||||
return _Provider;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
public global::Windows.UI.Xaml.Markup.IXamlType GetXamlTypeByType(global::System.Type type)
|
|
||||||
{
|
|
||||||
return Provider.GetXamlType(type);
|
|
||||||
}
|
|
||||||
|
|
||||||
public global::Windows.UI.Xaml.Markup.IXamlType GetXamlTypeByName(string typeName)
|
|
||||||
{
|
|
||||||
return Provider.GetXamlType(typeName);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@@ -1,12 +0,0 @@
|
|||||||
WinMetadata\Windows.winmd
|
|
||||||
Assets\LockScreenLogo.scale-200.png
|
|
||||||
Assets\SplashScreen.scale-200.png
|
|
||||||
Assets\Square150x150Logo.scale-200.png
|
|
||||||
Assets\Square44x44Logo.scale-200.png
|
|
||||||
Assets\Square44x44Logo.targetsize-24_altform-unplated.png
|
|
||||||
Assets\StoreLogo.png
|
|
||||||
Assets\Wide310x150Logo.scale-200.png
|
|
||||||
App.xbf
|
|
||||||
BlueControl.uwp.xr.xml
|
|
||||||
MainPage.xbf
|
|
||||||
Properties\Default.rd.xml
|
|
||||||
@@ -1,12 +0,0 @@
|
|||||||
WinMetadata\Windows.winmd
|
|
||||||
Assets\LockScreenLogo.scale-200.png
|
|
||||||
Assets\SplashScreen.scale-200.png
|
|
||||||
Assets\Square150x150Logo.scale-200.png
|
|
||||||
Assets\Square44x44Logo.scale-200.png
|
|
||||||
Assets\Square44x44Logo.targetsize-24_altform-unplated.png
|
|
||||||
Assets\StoreLogo.png
|
|
||||||
Assets\Wide310x150Logo.scale-200.png
|
|
||||||
App.xbf
|
|
||||||
BlueControl.uwp.xr.xml
|
|
||||||
MainPage.xbf
|
|
||||||
Properties\Default.rd.xml
|
|
||||||
@@ -1,67 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<resources targetOsVersion="10.0.0" majorVersion="1">
|
|
||||||
<index root="\" startIndexAt="obj\x86\Debug\filtered.layout.resfiles">
|
|
||||||
<default>
|
|
||||||
<qualifier name="Language" value="en-US" />
|
|
||||||
<qualifier name="Contrast" value="standard" />
|
|
||||||
<qualifier name="Scale" value="200" />
|
|
||||||
<qualifier name="HomeRegion" value="001" />
|
|
||||||
<qualifier name="TargetSize" value="256" />
|
|
||||||
<qualifier name="LayoutDirection" value="LTR" />
|
|
||||||
<qualifier name="DXFeatureLevel" value="DX9" />
|
|
||||||
<qualifier name="Configuration" value="" />
|
|
||||||
<qualifier name="AlternateForm" value="" />
|
|
||||||
<qualifier name="Platform" value="UAP" />
|
|
||||||
</default>
|
|
||||||
<indexer-config type="RESFILES" qualifierDelimiter="." />
|
|
||||||
</index>
|
|
||||||
<index root="\" startIndexAt="obj\x86\Debug\resources.resfiles">
|
|
||||||
<default>
|
|
||||||
<qualifier name="Language" value="en-US" />
|
|
||||||
<qualifier name="Contrast" value="standard" />
|
|
||||||
<qualifier name="Scale" value="200" />
|
|
||||||
<qualifier name="HomeRegion" value="001" />
|
|
||||||
<qualifier name="TargetSize" value="256" />
|
|
||||||
<qualifier name="LayoutDirection" value="LTR" />
|
|
||||||
<qualifier name="DXFeatureLevel" value="DX9" />
|
|
||||||
<qualifier name="Configuration" value="" />
|
|
||||||
<qualifier name="AlternateForm" value="" />
|
|
||||||
<qualifier name="Platform" value="UAP" />
|
|
||||||
</default>
|
|
||||||
<indexer-config type="RESW" convertDotsToSlashes="true" />
|
|
||||||
<indexer-config type="RESJSON" />
|
|
||||||
<indexer-config type="RESFILES" qualifierDelimiter="." />
|
|
||||||
</index>
|
|
||||||
<index root="\" startIndexAt="obj\x86\Debug\pri.resfiles">
|
|
||||||
<default>
|
|
||||||
<qualifier name="Language" value="en-US" />
|
|
||||||
<qualifier name="Contrast" value="standard" />
|
|
||||||
<qualifier name="Scale" value="200" />
|
|
||||||
<qualifier name="HomeRegion" value="001" />
|
|
||||||
<qualifier name="TargetSize" value="256" />
|
|
||||||
<qualifier name="LayoutDirection" value="LTR" />
|
|
||||||
<qualifier name="DXFeatureLevel" value="DX9" />
|
|
||||||
<qualifier name="Configuration" value="" />
|
|
||||||
<qualifier name="AlternateForm" value="" />
|
|
||||||
<qualifier name="Platform" value="UAP" />
|
|
||||||
</default>
|
|
||||||
<indexer-config type="PRI" />
|
|
||||||
<indexer-config type="RESFILES" qualifierDelimiter="." />
|
|
||||||
</index>
|
|
||||||
<index root="obj\x86\Debug\embed" startIndexAt="embed.resfiles">
|
|
||||||
<default>
|
|
||||||
<qualifier name="Language" value="en-US" />
|
|
||||||
<qualifier name="Contrast" value="standard" />
|
|
||||||
<qualifier name="Scale" value="200" />
|
|
||||||
<qualifier name="HomeRegion" value="001" />
|
|
||||||
<qualifier name="TargetSize" value="256" />
|
|
||||||
<qualifier name="LayoutDirection" value="LTR" />
|
|
||||||
<qualifier name="DXFeatureLevel" value="DX9" />
|
|
||||||
<qualifier name="Configuration" value="" />
|
|
||||||
<qualifier name="AlternateForm" value="" />
|
|
||||||
<qualifier name="Platform" value="UAP" />
|
|
||||||
</default>
|
|
||||||
<indexer-config type="RESFILES" qualifierDelimiter="." />
|
|
||||||
<indexer-config type="EMBEDFILES" />
|
|
||||||
</index>
|
|
||||||
</resources>
|
|
||||||
@@ -1,67 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<resources targetOsVersion="10.0.0" majorVersion="1">
|
|
||||||
<index root="\" startIndexAt="obj\x86\Debug\filtered.layout.resfiles">
|
|
||||||
<default>
|
|
||||||
<qualifier name="Language" value="en-US" />
|
|
||||||
<qualifier name="Contrast" value="standard" />
|
|
||||||
<qualifier name="Scale" value="200" />
|
|
||||||
<qualifier name="HomeRegion" value="001" />
|
|
||||||
<qualifier name="TargetSize" value="256" />
|
|
||||||
<qualifier name="LayoutDirection" value="LTR" />
|
|
||||||
<qualifier name="DXFeatureLevel" value="DX9" />
|
|
||||||
<qualifier name="Configuration" value="" />
|
|
||||||
<qualifier name="AlternateForm" value="" />
|
|
||||||
<qualifier name="Platform" value="UAP" />
|
|
||||||
</default>
|
|
||||||
<indexer-config type="RESFILES" qualifierDelimiter="." />
|
|
||||||
</index>
|
|
||||||
<index root="\" startIndexAt="obj\x86\Debug\resources.resfiles">
|
|
||||||
<default>
|
|
||||||
<qualifier name="Language" value="en-US" />
|
|
||||||
<qualifier name="Contrast" value="standard" />
|
|
||||||
<qualifier name="Scale" value="200" />
|
|
||||||
<qualifier name="HomeRegion" value="001" />
|
|
||||||
<qualifier name="TargetSize" value="256" />
|
|
||||||
<qualifier name="LayoutDirection" value="LTR" />
|
|
||||||
<qualifier name="DXFeatureLevel" value="DX9" />
|
|
||||||
<qualifier name="Configuration" value="" />
|
|
||||||
<qualifier name="AlternateForm" value="" />
|
|
||||||
<qualifier name="Platform" value="UAP" />
|
|
||||||
</default>
|
|
||||||
<indexer-config type="RESW" convertDotsToSlashes="true" />
|
|
||||||
<indexer-config type="RESJSON" />
|
|
||||||
<indexer-config type="RESFILES" qualifierDelimiter="." />
|
|
||||||
</index>
|
|
||||||
<index root="\" startIndexAt="obj\x86\Debug\pri.resfiles">
|
|
||||||
<default>
|
|
||||||
<qualifier name="Language" value="en-US" />
|
|
||||||
<qualifier name="Contrast" value="standard" />
|
|
||||||
<qualifier name="Scale" value="200" />
|
|
||||||
<qualifier name="HomeRegion" value="001" />
|
|
||||||
<qualifier name="TargetSize" value="256" />
|
|
||||||
<qualifier name="LayoutDirection" value="LTR" />
|
|
||||||
<qualifier name="DXFeatureLevel" value="DX9" />
|
|
||||||
<qualifier name="Configuration" value="" />
|
|
||||||
<qualifier name="AlternateForm" value="" />
|
|
||||||
<qualifier name="Platform" value="UAP" />
|
|
||||||
</default>
|
|
||||||
<indexer-config type="PRI" />
|
|
||||||
<indexer-config type="RESFILES" qualifierDelimiter="." />
|
|
||||||
</index>
|
|
||||||
<index root="obj\x86\Debug\embed" startIndexAt="embed.resfiles">
|
|
||||||
<default>
|
|
||||||
<qualifier name="Language" value="en-US" />
|
|
||||||
<qualifier name="Contrast" value="standard" />
|
|
||||||
<qualifier name="Scale" value="200" />
|
|
||||||
<qualifier name="HomeRegion" value="001" />
|
|
||||||
<qualifier name="TargetSize" value="256" />
|
|
||||||
<qualifier name="LayoutDirection" value="LTR" />
|
|
||||||
<qualifier name="DXFeatureLevel" value="DX9" />
|
|
||||||
<qualifier name="Configuration" value="" />
|
|
||||||
<qualifier name="AlternateForm" value="" />
|
|
||||||
<qualifier name="Platform" value="UAP" />
|
|
||||||
</default>
|
|
||||||
<indexer-config type="RESFILES" qualifierDelimiter="." />
|
|
||||||
<indexer-config type="EMBEDFILES" />
|
|
||||||
</index>
|
|
||||||
</resources>
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
AlternateForm=UNPLATED
|
|
||||||
Scale=200
|
|
||||||
TargetSize=24
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
AlternateForm=UNPLATED
|
|
||||||
Scale=200
|
|
||||||
TargetSize=24
|
|
||||||
@@ -1,12 +0,0 @@
|
|||||||
WinMetadata\Windows.winmd
|
|
||||||
Assets\LockScreenLogo.scale-200.png
|
|
||||||
Assets\SplashScreen.scale-200.png
|
|
||||||
Assets\Square150x150Logo.scale-200.png
|
|
||||||
Assets\Square44x44Logo.scale-200.png
|
|
||||||
Assets\Square44x44Logo.targetsize-24_altform-unplated.png
|
|
||||||
Assets\StoreLogo.png
|
|
||||||
Assets\Wide310x150Logo.scale-200.png
|
|
||||||
App.xbf
|
|
||||||
BlueControl.uwp.xr.xml
|
|
||||||
MainPage.xbf
|
|
||||||
Properties\Default.rd.xml
|
|
||||||
@@ -1,12 +0,0 @@
|
|||||||
WinMetadata\Windows.winmd
|
|
||||||
Assets\LockScreenLogo.scale-200.png
|
|
||||||
Assets\SplashScreen.scale-200.png
|
|
||||||
Assets\Square150x150Logo.scale-200.png
|
|
||||||
Assets\Square44x44Logo.scale-200.png
|
|
||||||
Assets\Square44x44Logo.targetsize-24_altform-unplated.png
|
|
||||||
Assets\StoreLogo.png
|
|
||||||
Assets\Wide310x150Logo.scale-200.png
|
|
||||||
App.xbf
|
|
||||||
BlueControl.uwp.xr.xml
|
|
||||||
MainPage.xbf
|
|
||||||
Properties\Default.rd.xml
|
|
||||||