├── (Old) AirPods ├── .vs │ └── AirPods │ │ └── v16 │ │ ├── .suo │ │ └── Server │ │ └── sqlite3 │ │ ├── db.lock │ │ ├── storage.ide │ │ ├── storage.ide-shm │ │ └── storage.ide-wal ├── AirPods Window │ ├── AirPods Window.csproj │ ├── App.config │ ├── App.xaml │ ├── App.xaml.cs │ ├── MainWindow.xaml │ ├── MainWindow.xaml.cs │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ ├── SFProDisplay-Bold.ttf │ ├── SFProDisplay-Light.ttf │ ├── SFProText-Regular.ttf │ ├── bin │ │ ├── Debug │ │ │ ├── AirPods Window.exe │ │ │ ├── AirPods Window.exe.config │ │ │ ├── AirPods Window.pdb │ │ │ └── genone.mp4 │ │ └── Release │ │ │ ├── AirPods Window.exe │ │ │ ├── AirPods Window.exe.config │ │ │ ├── AirPods Window.pdb │ │ │ ├── genone.mp4 │ │ │ └── movie.mp4 │ ├── genone.mp4 │ └── obj │ │ ├── Debug │ │ ├── AirPods Window.csproj.FileListAbsolute.txt │ │ ├── AirPods Window.csproj.GenerateResource.cache │ │ ├── AirPods Window.csprojAssemblyReference.cache │ │ ├── AirPods Window.exe │ │ ├── AirPods Window.g.resources │ │ ├── AirPods Window.pdb │ │ ├── AirPods Window_Content.g.cs │ │ ├── AirPods Window_Content.g.i.cs │ │ ├── AirPods Window_MarkupCompile.cache │ │ ├── AirPods Window_MarkupCompile.i.cache │ │ ├── AirPods_Window.Properties.Resources.resources │ │ ├── App.g.cs │ │ ├── App.g.i.cs │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ ├── MainWindow.baml │ │ ├── MainWindow.g.cs │ │ ├── MainWindow.g.i.cs │ │ └── TempPE │ │ │ └── Properties.Resources.Designer.cs.dll │ │ └── Release │ │ ├── AirPods Window.csproj.FileListAbsolute.txt │ │ ├── AirPods Window.csproj.GenerateResource.cache │ │ ├── AirPods Window.csprojAssemblyReference.cache │ │ ├── AirPods Window.exe │ │ ├── AirPods Window.g.resources │ │ ├── AirPods Window.pdb │ │ ├── AirPods Window_Content.g.cs │ │ ├── AirPods Window_Content.g.i.cs │ │ ├── AirPods Window_MarkupCompile.cache │ │ ├── AirPods Window_MarkupCompile.i.cache │ │ ├── AirPods_Window.Properties.Resources.resources │ │ ├── App.g.cs │ │ ├── App.g.i.cs │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ ├── MainWindow.baml │ │ ├── MainWindow.g.cs │ │ ├── MainWindow.g.i.cs │ │ └── TempPE │ │ └── Properties.Resources.Designer.cs.dll ├── AirPods.sln ├── AirPodsService │ ├── AirPodsService.csproj │ ├── App.config │ ├── Form1.Designer.cs │ ├── Form1.cs │ ├── Form1.resx │ ├── Program.cs │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ ├── bin │ │ ├── Debug │ │ │ ├── AirPodsService.exe │ │ │ ├── AirPodsService.exe.config │ │ │ ├── AirPodsService.pdb │ │ │ ├── InTheHand.Net.Personal.dll │ │ │ └── InTheHand.Net.Personal.xml │ │ └── Release │ │ │ ├── AirPods Window.exe │ │ │ ├── AirPodsService.exe │ │ │ ├── AirPodsService.exe.config │ │ │ ├── AirPodsService.pdb │ │ │ ├── InTheHand.Net.Personal.dll │ │ │ ├── InTheHand.Net.Personal.xml │ │ │ └── movie.mp4 │ ├── obj │ │ ├── Debug │ │ │ ├── AirPodsService.Form1.resources │ │ │ ├── AirPodsService.Properties.Resources.resources │ │ │ ├── AirPodsService.csproj.CopyComplete │ │ │ ├── AirPodsService.csproj.FileListAbsolute.txt │ │ │ ├── AirPodsService.csproj.GenerateResource.cache │ │ │ ├── AirPodsService.csprojAssemblyReference.cache │ │ │ ├── AirPodsService.exe │ │ │ ├── AirPodsService.pdb │ │ │ ├── DesignTimeResolveAssemblyReferences.cache │ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache │ │ └── Release │ │ │ ├── AirPodsService.Form1.resources │ │ │ ├── AirPodsService.Properties.Resources.resources │ │ │ ├── AirPodsService.csproj.CopyComplete │ │ │ ├── AirPodsService.csproj.FileListAbsolute.txt │ │ │ ├── AirPodsService.csproj.GenerateResource.cache │ │ │ ├── AirPodsService.csprojAssemblyReference.cache │ │ │ ├── AirPodsService.exe │ │ │ ├── AirPodsService.pdb │ │ │ ├── DesignTimeResolveAssemblyReferences.cache │ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache │ └── packages.config └── packages │ ├── 32feet.NET.3.5.0.0 │ ├── 32feet.NET.3.5.0.0.nupkg │ └── lib │ │ ├── net-cf │ │ ├── InTheHand.Net.Personal.XML │ │ └── InTheHand.Net.Personal.dll │ │ └── net │ │ ├── InTheHand.Net.Personal.XML │ │ └── InTheHand.Net.Personal.dll │ └── WpfAnimatedGif.1.4.18 │ ├── WpfAnimatedGif.1.4.18.nupkg │ └── lib │ └── net │ ├── WpfAnimatedGif.dll │ └── WpfAnimatedGif.xml ├── (Old) AirPodsSetup ├── AirPodsSetup.sln ├── AirPodsSetup │ ├── AirPodsSetup.csproj │ ├── App.config │ ├── Program.cs │ ├── Properties │ │ └── AssemblyInfo.cs │ ├── bin │ │ ├── Debug │ │ │ ├── AirPodsSetup.exe │ │ │ ├── AirPodsSetup.exe.config │ │ │ ├── AirPodsSetup.pdb │ │ │ ├── InTheHand.Net.Personal.dll │ │ │ ├── InTheHand.Net.Personal.xml │ │ │ └── data.zip │ │ └── Release │ │ │ ├── AirPodsSetup.exe.config │ │ │ ├── AirPodsSetup.pdb │ │ │ └── data.zip │ ├── data.zip │ ├── obj │ │ ├── Debug │ │ │ ├── AirPodsSetup.csproj.FileListAbsolute.txt │ │ │ ├── AirPodsSetup.csproj.ResolveComReference.cache │ │ │ ├── AirPodsSetup.csprojAssemblyReference.cache │ │ │ ├── AirPodsSetup.exe │ │ │ ├── AirPodsSetup.pdb │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ └── Interop.IWshRuntimeLibrary.dll │ │ └── Release │ │ │ ├── AirPodsSetup.csproj.FileListAbsolute.txt │ │ │ ├── AirPodsSetup.csproj.ResolveComReference.cache │ │ │ ├── AirPodsSetup.exe │ │ │ ├── AirPodsSetup.pdb │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ └── Interop.IWshRuntimeLibrary.dll │ └── packages.config └── packages │ └── 32feet.NET.3.5.0.0 │ ├── 32feet.NET.3.5.0.0.nupkg │ └── lib │ ├── net-cf │ ├── InTheHand.Net.Personal.XML │ └── InTheHand.Net.Personal.dll │ └── net │ ├── InTheHand.Net.Personal.XML │ └── InTheHand.Net.Personal.dll ├── AirpodsUI ├── .vs │ └── AirpodsUI │ │ └── v16 │ │ └── .suo ├── AirpodsUI.sln ├── ConfigutatorUI │ ├── App.config │ ├── ConfigutatorUI.csproj │ ├── DefaultTemplate.cs │ ├── DeviceModel.cs │ ├── MainFormModel.cs │ ├── OldTemplateModel.cs │ ├── Program.cs │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ ├── Save.cs │ ├── TemplateModel.cs │ ├── Views │ │ ├── MainForm.Designer.cs │ │ ├── MainForm.cs │ │ ├── MainForm.resx │ │ ├── PairBluetooth.Designer.cs │ │ ├── PairBluetooth.cs │ │ ├── PairBluetooth.resx │ │ ├── PairUSB.Designer.cs │ │ ├── PairUSB.cs │ │ └── PairUSB.resx │ ├── bin │ │ ├── Debug │ │ │ ├── ConfigutatorUI.exe │ │ │ ├── ConfigutatorUI.exe.config │ │ │ ├── ConfigutatorUI.pdb │ │ │ ├── InTheHand.Net.Personal.dll │ │ │ └── Newtonsoft.Json.dll │ │ └── Release │ │ │ ├── ConfigutatorUI.exe │ │ │ ├── ConfigutatorUI.exe.config │ │ │ ├── ConfigutatorUI.pdb │ │ │ ├── InTheHand.Net.Personal.dll │ │ │ └── Newtonsoft.Json.dll │ ├── config_vGj_icon.ico │ └── obj │ │ ├── ConfigutatorUI.csproj.nuget.dgspec.json │ │ ├── ConfigutatorUI.csproj.nuget.g.props │ │ ├── ConfigutatorUI.csproj.nuget.g.targets │ │ ├── Debug │ │ ├── ConfigutatorUI.MainForm.resources │ │ ├── ConfigutatorUI.PairBluetooth.resources │ │ ├── ConfigutatorUI.PairUSB.resources │ │ ├── ConfigutatorUI.Properties.Resources.resources │ │ ├── ConfigutatorUI.csproj.CopyComplete │ │ ├── ConfigutatorUI.csproj.CoreCompileInputs.cache │ │ ├── ConfigutatorUI.csproj.FileListAbsolute.txt │ │ ├── ConfigutatorUI.csproj.GenerateResource.cache │ │ ├── ConfigutatorUI.csprojAssemblyReference.cache │ │ ├── ConfigutatorUI.exe │ │ ├── ConfigutatorUI.pdb │ │ ├── DesignTimeResolveAssemblyReferences.cache │ │ └── DesignTimeResolveAssemblyReferencesInput.cache │ │ ├── Release │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs │ │ ├── ConfigutatorUI.MainForm.resources │ │ ├── ConfigutatorUI.PairBluetooth.resources │ │ ├── ConfigutatorUI.PairUSB.resources │ │ ├── ConfigutatorUI.Properties.Resources.resources │ │ ├── ConfigutatorUI.csproj.CopyComplete │ │ ├── ConfigutatorUI.csproj.CoreCompileInputs.cache │ │ ├── ConfigutatorUI.csproj.FileListAbsolute.txt │ │ ├── ConfigutatorUI.csproj.GenerateResource.cache │ │ ├── ConfigutatorUI.csprojAssemblyReference.cache │ │ ├── ConfigutatorUI.exe │ │ ├── ConfigutatorUI.pdb │ │ ├── DesignTimeResolveAssemblyReferences.cache │ │ └── DesignTimeResolveAssemblyReferencesInput.cache │ │ ├── project.assets.json │ │ └── project.nuget.cache ├── Output │ ├── ConfigutatorUI.exe │ ├── ConfigutatorUI.exe.config │ ├── ConfigutatorUI.pdb │ ├── Device.Net.dll │ ├── InTheHand.Net.Personal.dll │ ├── Newtonsoft.Json.dll │ ├── PopUpUI.exe │ ├── PopUpUI.exe.config │ ├── PopUpUI.pdb │ ├── READ BEFORE POSTING SOURCE CODE.txt │ ├── Service.exe │ ├── Service.exe.config │ ├── Service.pdb │ ├── USBClassLibrary.dll │ ├── USBClassLibrary.pdb │ └── Usb.Net.dll ├── PopUpUI │ ├── App.config │ ├── App.xaml │ ├── App.xaml.cs │ ├── MainWindow.xaml │ ├── MainWindow.xaml.cs │ ├── PopUpUI.csproj │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ ├── SFProDisplay-Bold.ttf │ ├── SFProDisplay-Light.ttf │ ├── TemplateModel.cs │ ├── bin │ │ ├── Debug │ │ │ ├── Newtonsoft.Json.dll │ │ │ ├── PopUpUI.exe │ │ │ ├── PopUpUI.exe.config │ │ │ └── PopUpUI.pdb │ │ └── Release │ │ │ ├── Newtonsoft.Json.dll │ │ │ ├── PopUpUI.exe.config │ │ │ └── PopUpUI.pdb │ ├── obj │ │ ├── Debug │ │ │ ├── App.g.cs │ │ │ ├── App.g.i.cs │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ ├── Interop.IWshRuntimeLibrary.dll │ │ │ ├── MainWindow.baml │ │ │ ├── MainWindow.g.cs │ │ │ ├── MainWindow.g.i.cs │ │ │ ├── PopUpUI.Properties.Resources.resources │ │ │ ├── PopUpUI.csproj.CopyComplete │ │ │ ├── PopUpUI.csproj.CoreCompileInputs.cache │ │ │ ├── PopUpUI.csproj.FileListAbsolute.txt │ │ │ ├── PopUpUI.csproj.GenerateResource.cache │ │ │ ├── PopUpUI.csproj.ResolveComReference.cache │ │ │ ├── PopUpUI.csprojAssemblyReference.cache │ │ │ ├── PopUpUI.exe │ │ │ ├── PopUpUI.g.resources │ │ │ ├── PopUpUI.pdb │ │ │ ├── PopUpUI_MarkupCompile.cache │ │ │ ├── PopUpUI_MarkupCompile.i.cache │ │ │ ├── PopUpUI_MarkupCompile.i.lref │ │ │ ├── PopUpUI_MarkupCompile.lref │ │ │ ├── TempPE │ │ │ │ └── Properties.Resources.Designer.cs.dll │ │ │ └── build.force │ │ ├── PopUpUI.csproj.nuget.dgspec.json │ │ ├── PopUpUI.csproj.nuget.g.props │ │ ├── PopUpUI.csproj.nuget.g.targets │ │ ├── Release │ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs │ │ │ ├── App.g.cs │ │ │ ├── App.g.i.cs │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ ├── Interop.IWshRuntimeLibrary.dll │ │ │ ├── MainWindow.g.cs │ │ │ ├── MainWindow.g.i.cs │ │ │ ├── PopUpUI.Properties.Resources.resources │ │ │ ├── PopUpUI.csproj.CopyComplete │ │ │ ├── PopUpUI.csproj.CoreCompileInputs.cache │ │ │ ├── PopUpUI.csproj.FileListAbsolute.txt │ │ │ ├── PopUpUI.csproj.GenerateResource.cache │ │ │ ├── PopUpUI.csproj.ResolveComReference.cache │ │ │ ├── PopUpUI.csprojAssemblyReference.cache │ │ │ ├── PopUpUI.exe │ │ │ ├── PopUpUI.g.resources │ │ │ ├── PopUpUI.pdb │ │ │ ├── PopUpUI_Content.g.i.cs │ │ │ ├── PopUpUI_MarkupCompile.cache │ │ │ ├── PopUpUI_MarkupCompile.i.cache │ │ │ ├── PopUpUI_MarkupCompile.i.lref │ │ │ ├── PopUpUI_MarkupCompile.lref │ │ │ └── TempPE │ │ │ │ └── Properties.Resources.Designer.cs.dll │ │ ├── project.assets.json │ │ └── project.nuget.cache │ └── popup_IRG_icon.ico └── Service │ ├── App.config │ ├── DeviceModel.cs │ ├── Program.cs │ ├── Properties │ └── AssemblyInfo.cs │ ├── Service.csproj │ ├── ServiceContext.cs │ ├── Win32.cs │ ├── bin │ ├── Debug │ │ ├── Device.Net.dll │ │ ├── Newtonsoft.Json.dll │ │ ├── Service.exe.config │ │ ├── Service.pdb │ │ ├── USBClassLibrary.dll │ │ ├── USBClassLibrary.pdb │ │ └── Usb.Net.dll │ └── Release │ │ ├── Device.Net.dll │ │ ├── Newtonsoft.Json.dll │ │ ├── Service.exe │ │ ├── Service.exe.config │ │ ├── Service.pdb │ │ ├── USBClassLibrary.dll │ │ ├── USBClassLibrary.pdb │ │ └── Usb.Net.dll │ ├── obj │ ├── Debug │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ ├── Service.csproj.CopyComplete │ │ ├── Service.csproj.CoreCompileInputs.cache │ │ ├── Service.csproj.FileListAbsolute.txt │ │ ├── Service.csprojAssemblyReference.cache │ │ ├── Service.exe │ │ └── Service.pdb │ ├── Release │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ ├── Service.csproj.CopyComplete │ │ ├── Service.csproj.CoreCompileInputs.cache │ │ ├── Service.csproj.FileListAbsolute.txt │ │ ├── Service.csprojAssemblyReference.cache │ │ ├── Service.exe │ │ └── Service.pdb │ ├── Service.csproj.nuget.dgspec.json │ ├── Service.csproj.nuget.g.props │ ├── Service.csproj.nuget.g.targets │ ├── project.assets.json │ └── project.nuget.cache │ └── service_Boc_icon.ico ├── AppleBluetoothUI ├── .vs │ └── AppleBluetoothUI │ │ └── v16 │ │ ├── .suo │ │ └── Server │ │ └── sqlite3 │ │ ├── db.lock │ │ └── storage.ide ├── AppleBluetoothUI.sln ├── BluetoothService │ ├── App.config │ ├── BluetoothService.csproj │ ├── Program.cs │ ├── Properties │ │ └── AssemblyInfo.cs │ ├── bin │ │ └── Release │ │ │ ├── BluetoothService.exe │ │ │ ├── BluetoothService.exe.config │ │ │ ├── BluetoothService.pdb │ │ │ ├── InTheHand.Net.Personal.dll │ │ │ └── OSVersionInfo.dll │ └── obj │ │ ├── BluetoothService.csproj.nuget.dgspec.json │ │ ├── BluetoothService.csproj.nuget.g.props │ │ ├── BluetoothService.csproj.nuget.g.targets │ │ ├── Release │ │ ├── BluetoothService.csproj.CopyComplete │ │ ├── BluetoothService.csproj.CoreCompileInputs.cache │ │ ├── BluetoothService.csproj.FileListAbsolute.txt │ │ ├── BluetoothService.csprojAssemblyReference.cache │ │ ├── BluetoothService.exe │ │ ├── BluetoothService.pdb │ │ └── DesignTimeResolveAssemblyReferencesInput.cache │ │ ├── project.assets.json │ │ └── project.nuget.cache ├── BluetoothUI │ ├── App.config │ ├── App.xaml │ ├── App.xaml.cs │ ├── BluetoothUI.csproj │ ├── Configurator.xaml │ ├── Configurator.xaml.cs │ ├── CustomTemplate.cs │ ├── LightUI.xaml │ ├── LightUI.xaml.cs │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ ├── SFProDisplay-Bold.ttf │ ├── SFProDisplay-Light.ttf │ ├── SFProText-Regular.ttf │ ├── Settings.cs │ ├── bin │ │ ├── Debug │ │ │ ├── BluetoothUI.exe │ │ │ ├── BluetoothUI.exe.config │ │ │ ├── BluetoothUI.pdb │ │ │ ├── InTheHand.Net.Personal.dll │ │ │ ├── InTheHand.Net.Personal.xml │ │ │ ├── Newtonsoft.Json.dll │ │ │ ├── Newtonsoft.Json.xml │ │ │ └── Templates │ │ │ │ ├── Assets │ │ │ │ └── ag1.mp4 │ │ │ │ └── genone.json │ │ └── Release │ │ │ ├── BluetoothUI.exe │ │ │ ├── BluetoothUI.exe.config │ │ │ ├── BluetoothUI.pdb │ │ │ ├── InTheHand.Net.Personal.dll │ │ │ ├── InTheHand.Net.Personal.xml │ │ │ ├── Newtonsoft.Json.dll │ │ │ └── Newtonsoft.Json.xml │ ├── obj │ │ ├── Debug │ │ │ ├── App.g.cs │ │ │ ├── App.g.i.cs │ │ │ ├── BluetoothUI.Properties.Resources.resources │ │ │ ├── BluetoothUI.csproj.CopyComplete │ │ │ ├── BluetoothUI.csproj.FileListAbsolute.txt │ │ │ ├── BluetoothUI.csproj.GenerateResource.cache │ │ │ ├── BluetoothUI.csprojAssemblyReference.cache │ │ │ ├── BluetoothUI.exe │ │ │ ├── BluetoothUI.g.resources │ │ │ ├── BluetoothUI.pdb │ │ │ ├── BluetoothUI_Content.g.i.cs │ │ │ ├── BluetoothUI_MarkupCompile.cache │ │ │ ├── BluetoothUI_MarkupCompile.i.cache │ │ │ ├── BluetoothUI_MarkupCompile.lref │ │ │ ├── Configurator.baml │ │ │ ├── Configurator.g.cs │ │ │ ├── Configurator.g.i.cs │ │ │ ├── DarkUI.g.i.cs │ │ │ ├── DesignTimeResolveAssemblyReferences.cache │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ ├── LightUI.baml │ │ │ ├── LightUI.g.cs │ │ │ ├── LightUI.g.i.cs │ │ │ ├── MainUI.g.i.cs │ │ │ ├── MainWindow.g.i.cs │ │ │ └── TempPE │ │ │ │ └── Properties.Resources.Designer.cs.dll │ │ └── Release │ │ │ ├── App.g.cs │ │ │ ├── App.g.i.cs │ │ │ ├── BluetoothUI.Properties.Resources.resources │ │ │ ├── BluetoothUI.csproj.CopyComplete │ │ │ ├── BluetoothUI.csproj.CoreCompileInputs.cache │ │ │ ├── BluetoothUI.csproj.FileListAbsolute.txt │ │ │ ├── BluetoothUI.csproj.GenerateResource.cache │ │ │ ├── BluetoothUI.csproj.ResolveComReference.cache │ │ │ ├── BluetoothUI.csprojAssemblyReference.cache │ │ │ ├── BluetoothUI.exe │ │ │ ├── BluetoothUI.g.resources │ │ │ ├── BluetoothUI.pdb │ │ │ ├── BluetoothUI_MarkupCompile.cache │ │ │ ├── BluetoothUI_MarkupCompile.i.cache │ │ │ ├── BluetoothUI_MarkupCompile.i.lref │ │ │ ├── BluetoothUI_MarkupCompile.lref │ │ │ ├── Configurator.baml │ │ │ ├── Configurator.g.cs │ │ │ ├── Configurator.g.i.cs │ │ │ ├── DesignTimeResolveAssemblyReferences.cache │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ ├── Interop.IWshRuntimeLibrary.dll │ │ │ ├── LightUI.baml │ │ │ ├── LightUI.g.cs │ │ │ ├── LightUI.g.i.cs │ │ │ └── TempPE │ │ │ └── Properties.Resources.Designer.cs.dll │ └── packages.config └── packages │ ├── 32feet.NET.3.5.0.0 │ ├── .signature.p7s │ ├── 32feet.NET.3.5.0.0.nupkg │ └── lib │ │ ├── net-cf │ │ ├── InTheHand.Net.Personal.XML │ │ └── InTheHand.Net.Personal.dll │ │ └── net │ │ ├── InTheHand.Net.Personal.XML │ │ └── InTheHand.Net.Personal.dll │ ├── Microsoft.Windows.SDK.Contracts.10.0.18362.2005 │ ├── .signature.p7s │ ├── Microsoft.Windows.SDK.Contracts.10.0.18362.2005.nupkg │ ├── build │ │ ├── Microsoft.Windows.SDK.Contracts.props │ │ └── Microsoft.Windows.SDK.Contracts.targets │ ├── c │ │ └── Catalogs │ │ │ ├── cat353be8f91891a6a5761b9ac157fa2ff1.cat │ │ │ ├── cat4ec14c5368b7642563c070cd168960a8.cat │ │ │ └── cate59830bab4961666e8d8c2af1e5fa771.cat │ └── ref │ │ └── netstandard2.0 │ │ ├── Windows.AI.MachineLearning.MachineLearningContract.winmd │ │ ├── Windows.AI.MachineLearning.Preview.MachineLearningPreviewContract.winmd │ │ ├── Windows.ApplicationModel.Activation.ActivatedEventsContract.winmd │ │ ├── Windows.ApplicationModel.Activation.ActivationCameraSettingsContract.winmd │ │ ├── Windows.ApplicationModel.Activation.ContactActivatedEventsContract.winmd │ │ ├── Windows.ApplicationModel.Activation.WebUISearchActivatedEventsContract.winmd │ │ ├── Windows.ApplicationModel.Background.BackgroundAlarmApplicationContract.winmd │ │ ├── Windows.ApplicationModel.Calls.Background.CallsBackgroundContract.winmd │ │ ├── Windows.ApplicationModel.Calls.CallsPhoneContract.winmd │ │ ├── Windows.ApplicationModel.Calls.CallsVoipContract.winmd │ │ ├── Windows.ApplicationModel.Calls.LockScreenCallContract.winmd │ │ ├── Windows.ApplicationModel.CommunicationBlocking.CommunicationBlockingContract.winmd │ │ ├── Windows.ApplicationModel.FullTrustAppContract.winmd │ │ ├── Windows.ApplicationModel.Preview.InkWorkspace.PreviewInkWorkspaceContract.winmd │ │ ├── Windows.ApplicationModel.Preview.Notes.PreviewNotesContract.winmd │ │ ├── Windows.ApplicationModel.Resources.Management.ResourceIndexerContract.winmd │ │ ├── Windows.ApplicationModel.Search.Core.SearchCoreContract.winmd │ │ ├── Windows.ApplicationModel.Search.SearchContract.winmd │ │ ├── Windows.ApplicationModel.SocialInfo.SocialInfoContract.winmd │ │ ├── Windows.ApplicationModel.StartupTaskContract.winmd │ │ ├── Windows.ApplicationModel.Wallet.WalletContract.winmd │ │ ├── Windows.Devices.Custom.CustomDeviceContract.winmd │ │ ├── Windows.Devices.DevicesLowLevelContract.winmd │ │ ├── Windows.Devices.Portable.PortableDeviceContract.winmd │ │ ├── Windows.Devices.Printers.Extensions.ExtensionsContract.winmd │ │ ├── Windows.Devices.Printers.PrintersContract.winmd │ │ ├── Windows.Devices.Scanners.ScannerDeviceContract.winmd │ │ ├── Windows.Devices.SmartCards.SmartCardBackgroundTriggerContract.winmd │ │ ├── Windows.Devices.SmartCards.SmartCardEmulatorContract.winmd │ │ ├── Windows.Devices.Sms.LegacySmsApiContract.winmd │ │ ├── Windows.Embedded.DeviceLockdown.DeviceLockdownContract.winmd │ │ ├── Windows.Foundation.FoundationContract.winmd │ │ ├── Windows.Foundation.UniversalApiContract.winmd │ │ ├── Windows.Gaming.Input.GamingInputPreviewContract.winmd │ │ ├── Windows.Gaming.Preview.GamesEnumerationContract.winmd │ │ ├── Windows.Gaming.UI.GameChatOverlayContract.winmd │ │ ├── Windows.Gaming.UI.GamingUIProviderContract.winmd │ │ ├── Windows.Gaming.XboxLive.StorageApiContract.winmd │ │ ├── Windows.Globalization.GlobalizationJapanesePhoneticAnalyzerContract.winmd │ │ ├── Windows.Graphics.Printing3D.Printing3DContract.winmd │ │ ├── Windows.Management.Deployment.Preview.DeploymentPreviewContract.winmd │ │ ├── Windows.Management.Workplace.WorkplaceSettingsContract.winmd │ │ ├── Windows.Media.AppBroadcasting.AppBroadcastingContract.winmd │ │ ├── Windows.Media.AppRecording.AppRecordingContract.winmd │ │ ├── Windows.Media.Capture.AppBroadcastContract.winmd │ │ ├── Windows.Media.Capture.AppCaptureContract.winmd │ │ ├── Windows.Media.Capture.AppCaptureMetadataContract.winmd │ │ ├── Windows.Media.Capture.CameraCaptureUIContract.winmd │ │ ├── Windows.Media.Capture.GameBarContract.winmd │ │ ├── Windows.Media.Devices.CallControlContract.winmd │ │ ├── Windows.Media.MediaControlContract.winmd │ │ ├── Windows.Media.Playlists.PlaylistsContract.winmd │ │ ├── Windows.Media.Protection.ProtectionRenewalContract.winmd │ │ ├── Windows.Networking.Connectivity.WwanContract.winmd │ │ ├── Windows.Networking.NetworkOperators.LegacyNetworkOperatorsContract.winmd │ │ ├── Windows.Networking.NetworkOperators.NetworkOperatorsFdnContract.WinMD │ │ ├── Windows.Networking.Sockets.ControlChannelTriggerContract.winmd │ │ ├── Windows.Networking.XboxLive.XboxLiveSecureSocketsContract.winmd │ │ ├── Windows.Perception.Automation.Core.PerceptionAutomationCoreContract.winmd │ │ ├── Windows.Phone.PhoneContract.winmd │ │ ├── Windows.Phone.StartScreen.DualSimTileContract.WinMD │ │ ├── Windows.Security.EnterpriseData.EnterpriseDataContract.winmd │ │ ├── Windows.Security.ExchangeActiveSyncProvisioning.EasContract.winmd │ │ ├── Windows.Services.Maps.GuidanceContract.winmd │ │ ├── Windows.Services.Maps.LocalSearchContract.winmd │ │ ├── Windows.Services.Store.StoreContract.winmd │ │ ├── Windows.Services.TargetedContent.TargetedContentContract.winmd │ │ ├── Windows.Storage.Provider.CloudFilesContract.winmd │ │ ├── Windows.System.Profile.ProfileHardwareTokenContract.winmd │ │ ├── Windows.System.Profile.ProfileRetailInfoContract.winmd │ │ ├── Windows.System.Profile.ProfileSharedModeContract.winmd │ │ ├── Windows.System.Profile.SystemManufacturers.SystemManufacturersContract.winmd │ │ ├── Windows.System.SystemManagementContract.winmd │ │ ├── Windows.System.UserProfile.UserProfileContract.winmd │ │ ├── Windows.System.UserProfile.UserProfileLockScreenContract.winmd │ │ ├── Windows.UI.ApplicationSettings.ApplicationsSettingsContract.winmd │ │ ├── Windows.UI.Core.AnimationMetrics.AnimationMetricsContract.winmd │ │ ├── Windows.UI.Core.CoreWindowDialogsContract.winmd │ │ ├── Windows.UI.Shell.SecurityAppManagerContract.winmd │ │ ├── Windows.UI.ViewManagement.ViewManagementViewScalingContract.winmd │ │ ├── Windows.UI.WebUI.Core.WebUICommandBarContract.winmd │ │ ├── Windows.UI.Xaml.Core.Direct.XamlDirectContract.winmd │ │ ├── Windows.UI.Xaml.Hosting.HostingContract.winmd │ │ ├── Windows.Web.Http.Diagnostics.HttpDiagnosticsContract.winmd │ │ ├── Windows.WinMD │ │ └── en │ │ ├── Windows.AI.MachineLearning.Preview.MachineLearningPreviewContract.xml │ │ ├── Windows.ApplicationModel.Activation.ActivatedEventsContract.xml │ │ ├── Windows.ApplicationModel.Activation.ActivationCameraSettingsContract.xml │ │ ├── Windows.ApplicationModel.Activation.ContactActivatedEventsContract.xml │ │ ├── Windows.ApplicationModel.Activation.WebUISearchActivatedEventsContract.xml │ │ ├── Windows.ApplicationModel.Background.BackgroundAlarmApplicationContract.xml │ │ ├── Windows.ApplicationModel.Calls.Background.CallsBackgroundContract.xml │ │ ├── Windows.ApplicationModel.Calls.CallsPhoneContract.xml │ │ ├── Windows.ApplicationModel.Calls.CallsVoipContract.xml │ │ ├── Windows.ApplicationModel.Calls.LockScreenCallContract.xml │ │ ├── Windows.ApplicationModel.CommunicationBlocking.CommunicationBlockingContract.xml │ │ ├── Windows.ApplicationModel.Preview.InkWorkspace.PreviewInkWorkspaceContract.xml │ │ ├── Windows.ApplicationModel.Preview.Notes.PreviewNotesContract.xml │ │ ├── Windows.ApplicationModel.Resources.Management.ResourceIndexerContract.xml │ │ ├── Windows.ApplicationModel.Search.SearchContract.xml │ │ ├── Windows.ApplicationModel.SocialInfo.SocialInfoContract.xml │ │ ├── Windows.ApplicationModel.StartupTaskContract.xml │ │ ├── Windows.ApplicationModel.Wallet.WalletContract.xml │ │ ├── Windows.Devices.Custom.CustomDeviceContract.xml │ │ ├── Windows.Devices.DevicesLowLevelContract.xml │ │ ├── Windows.Devices.Portable.PortableDeviceContract.xml │ │ ├── Windows.Devices.Printers.Extensions.ExtensionsContract.xml │ │ ├── Windows.Devices.Printers.PrintersContract.xml │ │ ├── Windows.Devices.Scanners.ScannerDeviceContract.xml │ │ ├── Windows.Devices.SmartCards.SmartCardBackgroundTriggerContract.xml │ │ ├── Windows.Devices.SmartCards.SmartCardEmulatorContract.xml │ │ ├── Windows.Devices.Sms.LegacySmsApiContract.xml │ │ ├── Windows.Foundation.FoundationContract.xml │ │ ├── Windows.Foundation.UniversalApiContract.xml │ │ ├── Windows.Gaming.Preview.GamesEnumerationContract.xml │ │ ├── Windows.Gaming.XboxLive.StorageApiContract.xml │ │ ├── Windows.Globalization.GlobalizationJapanesePhoneticAnalyzerContract.xml │ │ ├── Windows.Graphics.Printing3D.Printing3DContract.xml │ │ ├── Windows.Management.Deployment.Preview.DeploymentPreviewContract.xml │ │ ├── Windows.Management.Workplace.WorkplaceSettingsContract.xml │ │ ├── Windows.Media.Capture.AppCaptureContract.xml │ │ ├── Windows.Media.Capture.CameraCaptureUIContract.xml │ │ ├── Windows.Media.Devices.CallControlContract.xml │ │ ├── Windows.Media.MediaControlContract.xml │ │ ├── Windows.Media.Playlists.PlaylistsContract.xml │ │ ├── Windows.Media.Protection.ProtectionRenewalContract.xml │ │ ├── Windows.Networking.Connectivity.WwanContract.xml │ │ ├── Windows.Networking.NetworkOperators.LegacyNetworkOperatorsContract.xml │ │ ├── Windows.Networking.NetworkOperators.NetworkOperatorsFdnContract.xml │ │ ├── Windows.Networking.Sockets.ControlChannelTriggerContract.xml │ │ ├── Windows.Networking.XboxLive.XboxLiveSecureSocketsContract.xml │ │ ├── Windows.Perception.Automation.Core.PerceptionAutomationCoreContract.xml │ │ ├── Windows.Phone.PhoneContract.xml │ │ ├── Windows.Phone.StartScreen.DualSimTileContract.xml │ │ ├── Windows.Security.EnterpriseData.EnterpriseDataContract.xml │ │ ├── Windows.Security.ExchangeActiveSyncProvisioning.EasContract.xml │ │ ├── Windows.Services.Maps.GuidanceContract.xml │ │ ├── Windows.Services.Maps.LocalSearchContract.xml │ │ ├── Windows.Services.Store.StoreContract.xml │ │ ├── Windows.Services.TargetedContent.TargetedContentContract.xml │ │ ├── Windows.System.Profile.ProfileHardwareTokenContract.xml │ │ ├── Windows.System.Profile.ProfileRetailInfoContract.xml │ │ ├── Windows.System.Profile.ProfileSharedModeContract.xml │ │ ├── Windows.System.Profile.SystemManufacturers.SystemManufacturersContract.xml │ │ ├── Windows.System.SystemManagementContract.xml │ │ ├── Windows.System.UserProfile.UserProfileContract.xml │ │ ├── Windows.System.UserProfile.UserProfileLockScreenContract.xml │ │ ├── Windows.UI.ApplicationSettings.ApplicationsSettingsContract.xml │ │ ├── Windows.UI.Core.AnimationMetrics.AnimationMetricsContract.xml │ │ ├── Windows.UI.Core.CoreWindowDialogsContract.xml │ │ ├── Windows.UI.ViewManagement.ViewManagementViewScalingContract.xml │ │ ├── Windows.UI.WebUI.Core.WebUICommandBarContract.xml │ │ ├── Windows.UI.Xaml.Core.Direct.XamlDirectContract.xml │ │ ├── Windows.UI.Xaml.Hosting.HostingContract.xml │ │ └── Windows.Web.Http.Diagnostics.HttpDiagnosticsContract.xml │ ├── Newtonsoft.Json.12.0.3 │ ├── .signature.p7s │ ├── LICENSE.md │ ├── Newtonsoft.Json.12.0.3.nupkg │ ├── lib │ │ ├── net20 │ │ │ ├── Newtonsoft.Json.dll │ │ │ └── Newtonsoft.Json.xml │ │ ├── net35 │ │ │ ├── Newtonsoft.Json.dll │ │ │ └── Newtonsoft.Json.xml │ │ ├── net40 │ │ │ ├── Newtonsoft.Json.dll │ │ │ └── Newtonsoft.Json.xml │ │ ├── net45 │ │ │ ├── Newtonsoft.Json.dll │ │ │ └── Newtonsoft.Json.xml │ │ ├── netstandard1.0 │ │ │ ├── Newtonsoft.Json.dll │ │ │ └── Newtonsoft.Json.xml │ │ ├── netstandard1.3 │ │ │ ├── Newtonsoft.Json.dll │ │ │ └── Newtonsoft.Json.xml │ │ ├── netstandard2.0 │ │ │ ├── Newtonsoft.Json.dll │ │ │ └── Newtonsoft.Json.xml │ │ ├── portable-net40+sl5+win8+wp8+wpa81 │ │ │ ├── Newtonsoft.Json.dll │ │ │ └── Newtonsoft.Json.xml │ │ └── portable-net45+win8+wp8+wpa81 │ │ │ ├── Newtonsoft.Json.dll │ │ │ └── Newtonsoft.Json.xml │ └── packageIcon.png │ ├── System.Runtime.WindowsRuntime.4.6.0 │ ├── .signature.p7s │ ├── LICENSE.TXT │ ├── System.Runtime.WindowsRuntime.4.6.0.nupkg │ ├── THIRD-PARTY-NOTICES.TXT │ ├── build │ │ ├── net45 │ │ │ └── System.Runtime.WindowsRuntime.targets │ │ ├── net451 │ │ │ └── System.Runtime.WindowsRuntime.targets │ │ └── net461 │ │ │ └── System.Runtime.WindowsRuntime.targets │ ├── buildTransitive │ │ ├── net45 │ │ │ └── System.Runtime.WindowsRuntime.targets │ │ ├── net451 │ │ │ └── System.Runtime.WindowsRuntime.targets │ │ └── net461 │ │ │ └── System.Runtime.WindowsRuntime.targets │ ├── lib │ │ ├── net45 │ │ │ └── _._ │ │ ├── netstandard1.0 │ │ │ ├── System.Runtime.WindowsRuntime.dll │ │ │ └── System.Runtime.WindowsRuntime.xml │ │ ├── netstandard1.2 │ │ │ ├── System.Runtime.WindowsRuntime.dll │ │ │ └── System.Runtime.WindowsRuntime.xml │ │ ├── netstandard2.0 │ │ │ ├── System.Runtime.WindowsRuntime.dll │ │ │ └── System.Runtime.WindowsRuntime.xml │ │ ├── portable-win8+wp8+wpa81 │ │ │ └── _._ │ │ ├── uap10.0.16299 │ │ │ └── _._ │ │ ├── win8 │ │ │ └── _._ │ │ ├── wp80 │ │ │ └── _._ │ │ └── wpa81 │ │ │ └── _._ │ ├── ref │ │ ├── net45 │ │ │ └── _._ │ │ ├── netcore50 │ │ │ ├── System.Runtime.WindowsRuntime.dll │ │ │ ├── System.Runtime.WindowsRuntime.xml │ │ │ ├── de │ │ │ │ └── System.Runtime.WindowsRuntime.xml │ │ │ ├── es │ │ │ │ └── System.Runtime.WindowsRuntime.xml │ │ │ ├── fr │ │ │ │ └── System.Runtime.WindowsRuntime.xml │ │ │ ├── it │ │ │ │ └── System.Runtime.WindowsRuntime.xml │ │ │ ├── ja │ │ │ │ └── System.Runtime.WindowsRuntime.xml │ │ │ ├── ko │ │ │ │ └── System.Runtime.WindowsRuntime.xml │ │ │ ├── ru │ │ │ │ └── System.Runtime.WindowsRuntime.xml │ │ │ ├── zh-hans │ │ │ │ └── System.Runtime.WindowsRuntime.xml │ │ │ └── zh-hant │ │ │ │ └── System.Runtime.WindowsRuntime.xml │ │ ├── netstandard1.0 │ │ │ ├── System.Runtime.WindowsRuntime.dll │ │ │ ├── System.Runtime.WindowsRuntime.xml │ │ │ ├── de │ │ │ │ └── System.Runtime.WindowsRuntime.xml │ │ │ ├── es │ │ │ │ └── System.Runtime.WindowsRuntime.xml │ │ │ ├── fr │ │ │ │ └── System.Runtime.WindowsRuntime.xml │ │ │ ├── it │ │ │ │ └── System.Runtime.WindowsRuntime.xml │ │ │ ├── ja │ │ │ │ └── System.Runtime.WindowsRuntime.xml │ │ │ ├── ko │ │ │ │ └── System.Runtime.WindowsRuntime.xml │ │ │ ├── ru │ │ │ │ └── System.Runtime.WindowsRuntime.xml │ │ │ ├── zh-hans │ │ │ │ └── System.Runtime.WindowsRuntime.xml │ │ │ └── zh-hant │ │ │ │ └── System.Runtime.WindowsRuntime.xml │ │ ├── netstandard1.2 │ │ │ ├── System.Runtime.WindowsRuntime.dll │ │ │ ├── System.Runtime.WindowsRuntime.xml │ │ │ ├── de │ │ │ │ └── System.Runtime.WindowsRuntime.xml │ │ │ ├── es │ │ │ │ └── System.Runtime.WindowsRuntime.xml │ │ │ ├── fr │ │ │ │ └── System.Runtime.WindowsRuntime.xml │ │ │ ├── it │ │ │ │ └── System.Runtime.WindowsRuntime.xml │ │ │ ├── ja │ │ │ │ └── System.Runtime.WindowsRuntime.xml │ │ │ ├── ko │ │ │ │ └── System.Runtime.WindowsRuntime.xml │ │ │ ├── ru │ │ │ │ └── System.Runtime.WindowsRuntime.xml │ │ │ ├── zh-hans │ │ │ │ └── System.Runtime.WindowsRuntime.xml │ │ │ └── zh-hant │ │ │ │ └── System.Runtime.WindowsRuntime.xml │ │ ├── netstandard2.0 │ │ │ ├── System.Runtime.WindowsRuntime.dll │ │ │ └── System.Runtime.WindowsRuntime.xml │ │ ├── portable-win8+wp8+wpa81 │ │ │ └── _._ │ │ ├── uap10.0.16299 │ │ │ └── _._ │ │ ├── win8 │ │ │ └── _._ │ │ ├── wp80 │ │ │ └── _._ │ │ └── wpa81 │ │ │ └── _._ │ ├── runtimes │ │ ├── win-aot │ │ │ └── lib │ │ │ │ ├── netcore50 │ │ │ │ └── System.Runtime.WindowsRuntime.dll │ │ │ │ └── uap10.0.16299 │ │ │ │ └── _._ │ │ └── win │ │ │ └── lib │ │ │ ├── netcore50 │ │ │ └── System.Runtime.WindowsRuntime.dll │ │ │ ├── netcoreapp3.0 │ │ │ ├── System.Runtime.WindowsRuntime.dll │ │ │ └── System.Runtime.WindowsRuntime.xml │ │ │ └── uap10.0.16299 │ │ │ └── _._ │ ├── useSharedDesignerContext.txt │ └── version.txt │ └── System.Runtime.WindowsRuntime.UI.Xaml.4.6.0 │ ├── .signature.p7s │ ├── LICENSE.TXT │ ├── System.Runtime.WindowsRuntime.UI.Xaml.4.6.0.nupkg │ ├── THIRD-PARTY-NOTICES.TXT │ ├── build │ ├── net45 │ │ └── System.Runtime.WindowsRuntime.UI.Xaml.targets │ └── net461 │ │ └── System.Runtime.WindowsRuntime.UI.Xaml.targets │ ├── lib │ ├── net45 │ │ └── _._ │ ├── netstandard1.1 │ │ ├── System.Runtime.WindowsRuntime.UI.Xaml.dll │ │ └── System.Runtime.WindowsRuntime.UI.Xaml.xml │ ├── netstandard2.0 │ │ ├── System.Runtime.WindowsRuntime.UI.Xaml.dll │ │ └── System.Runtime.WindowsRuntime.UI.Xaml.xml │ ├── portable-win8+wpa81 │ │ └── _._ │ ├── uap10.0.16299 │ │ └── _._ │ ├── win8 │ │ └── _._ │ └── wpa81 │ │ └── _._ │ ├── ref │ ├── net45 │ │ └── _._ │ ├── netcore50 │ │ ├── System.Runtime.WindowsRuntime.UI.Xaml.dll │ │ ├── System.Runtime.WindowsRuntime.UI.Xaml.xml │ │ ├── de │ │ │ └── System.Runtime.WindowsRuntime.UI.Xaml.xml │ │ ├── es │ │ │ └── System.Runtime.WindowsRuntime.UI.Xaml.xml │ │ ├── fr │ │ │ └── System.Runtime.WindowsRuntime.UI.Xaml.xml │ │ ├── it │ │ │ └── System.Runtime.WindowsRuntime.UI.Xaml.xml │ │ ├── ja │ │ │ └── System.Runtime.WindowsRuntime.UI.Xaml.xml │ │ ├── ko │ │ │ └── System.Runtime.WindowsRuntime.UI.Xaml.xml │ │ ├── ru │ │ │ └── System.Runtime.WindowsRuntime.UI.Xaml.xml │ │ ├── zh-hans │ │ │ └── System.Runtime.WindowsRuntime.UI.Xaml.xml │ │ └── zh-hant │ │ │ └── System.Runtime.WindowsRuntime.UI.Xaml.xml │ ├── netstandard1.1 │ │ ├── System.Runtime.WindowsRuntime.UI.Xaml.dll │ │ ├── System.Runtime.WindowsRuntime.UI.Xaml.xml │ │ ├── de │ │ │ └── System.Runtime.WindowsRuntime.UI.Xaml.xml │ │ ├── es │ │ │ └── System.Runtime.WindowsRuntime.UI.Xaml.xml │ │ ├── fr │ │ │ └── System.Runtime.WindowsRuntime.UI.Xaml.xml │ │ ├── it │ │ │ └── System.Runtime.WindowsRuntime.UI.Xaml.xml │ │ ├── ja │ │ │ └── System.Runtime.WindowsRuntime.UI.Xaml.xml │ │ ├── ko │ │ │ └── System.Runtime.WindowsRuntime.UI.Xaml.xml │ │ ├── ru │ │ │ └── System.Runtime.WindowsRuntime.UI.Xaml.xml │ │ ├── zh-hans │ │ │ └── System.Runtime.WindowsRuntime.UI.Xaml.xml │ │ └── zh-hant │ │ │ └── System.Runtime.WindowsRuntime.UI.Xaml.xml │ ├── netstandard2.0 │ │ ├── System.Runtime.WindowsRuntime.UI.Xaml.dll │ │ └── System.Runtime.WindowsRuntime.UI.Xaml.xml │ ├── portable-win8+wpa81 │ │ └── _._ │ ├── uap10.0.16299 │ │ └── _._ │ ├── win8 │ │ └── _._ │ └── wpa81 │ │ └── _._ │ ├── runtimes │ ├── win-aot │ │ └── lib │ │ │ └── uap10.0.16299 │ │ │ └── _._ │ └── win │ │ └── lib │ │ ├── netcore50 │ │ └── System.Runtime.WindowsRuntime.UI.Xaml.dll │ │ ├── netcoreapp3.0 │ │ ├── System.Runtime.WindowsRuntime.UI.Xaml.dll │ │ └── System.Runtime.WindowsRuntime.UI.Xaml.xml │ │ └── uap10.0.16299 │ │ └── _._ │ ├── useSharedDesignerContext.txt │ └── version.txt ├── README.md ├── howtoinstall.md ├── instructions.md └── version.txt /(Old) AirPods/.vs/AirPods/v16/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/.vs/AirPods/v16/.suo -------------------------------------------------------------------------------- /(Old) AirPods/.vs/AirPods/v16/Server/sqlite3/db.lock: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /(Old) AirPods/.vs/AirPods/v16/Server/sqlite3/storage.ide: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/.vs/AirPods/v16/Server/sqlite3/storage.ide -------------------------------------------------------------------------------- /(Old) AirPods/.vs/AirPods/v16/Server/sqlite3/storage.ide-shm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/.vs/AirPods/v16/Server/sqlite3/storage.ide-shm -------------------------------------------------------------------------------- /(Old) AirPods/.vs/AirPods/v16/Server/sqlite3/storage.ide-wal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/.vs/AirPods/v16/Server/sqlite3/storage.ide-wal -------------------------------------------------------------------------------- /(Old) AirPods/AirPods Window/AirPods Window.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPods Window/AirPods Window.csproj -------------------------------------------------------------------------------- /(Old) AirPods/AirPods Window/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPods Window/App.config -------------------------------------------------------------------------------- /(Old) AirPods/AirPods Window/App.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPods Window/App.xaml -------------------------------------------------------------------------------- /(Old) AirPods/AirPods Window/App.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPods Window/App.xaml.cs -------------------------------------------------------------------------------- /(Old) AirPods/AirPods Window/MainWindow.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPods Window/MainWindow.xaml -------------------------------------------------------------------------------- /(Old) AirPods/AirPods Window/MainWindow.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPods Window/MainWindow.xaml.cs -------------------------------------------------------------------------------- /(Old) AirPods/AirPods Window/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPods Window/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /(Old) AirPods/AirPods Window/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPods Window/Properties/Resources.Designer.cs -------------------------------------------------------------------------------- /(Old) AirPods/AirPods Window/Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPods Window/Properties/Resources.resx -------------------------------------------------------------------------------- /(Old) AirPods/AirPods Window/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPods Window/Properties/Settings.Designer.cs -------------------------------------------------------------------------------- /(Old) AirPods/AirPods Window/Properties/Settings.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPods Window/Properties/Settings.settings -------------------------------------------------------------------------------- /(Old) AirPods/AirPods Window/SFProDisplay-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPods Window/SFProDisplay-Bold.ttf -------------------------------------------------------------------------------- /(Old) AirPods/AirPods Window/SFProDisplay-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPods Window/SFProDisplay-Light.ttf -------------------------------------------------------------------------------- /(Old) AirPods/AirPods Window/SFProText-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPods Window/SFProText-Regular.ttf -------------------------------------------------------------------------------- /(Old) AirPods/AirPods Window/bin/Debug/AirPods Window.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPods Window/bin/Debug/AirPods Window.exe -------------------------------------------------------------------------------- /(Old) AirPods/AirPods Window/bin/Debug/AirPods Window.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPods Window/bin/Debug/AirPods Window.exe.config -------------------------------------------------------------------------------- /(Old) AirPods/AirPods Window/bin/Debug/AirPods Window.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPods Window/bin/Debug/AirPods Window.pdb -------------------------------------------------------------------------------- /(Old) AirPods/AirPods Window/bin/Debug/genone.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPods Window/bin/Debug/genone.mp4 -------------------------------------------------------------------------------- /(Old) AirPods/AirPods Window/bin/Release/AirPods Window.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPods Window/bin/Release/AirPods Window.exe -------------------------------------------------------------------------------- /(Old) AirPods/AirPods Window/bin/Release/AirPods Window.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPods Window/bin/Release/AirPods Window.exe.config -------------------------------------------------------------------------------- /(Old) AirPods/AirPods Window/bin/Release/AirPods Window.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPods Window/bin/Release/AirPods Window.pdb -------------------------------------------------------------------------------- /(Old) AirPods/AirPods Window/bin/Release/genone.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPods Window/bin/Release/genone.mp4 -------------------------------------------------------------------------------- /(Old) AirPods/AirPods Window/bin/Release/movie.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPods Window/bin/Release/movie.mp4 -------------------------------------------------------------------------------- /(Old) AirPods/AirPods Window/genone.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPods Window/genone.mp4 -------------------------------------------------------------------------------- /(Old) AirPods/AirPods Window/obj/Debug/AirPods Window.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPods Window/obj/Debug/AirPods Window.csproj.FileListAbsolute.txt -------------------------------------------------------------------------------- /(Old) AirPods/AirPods Window/obj/Debug/AirPods Window.csproj.GenerateResource.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPods Window/obj/Debug/AirPods Window.csproj.GenerateResource.cache -------------------------------------------------------------------------------- /(Old) AirPods/AirPods Window/obj/Debug/AirPods Window.csprojAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPods Window/obj/Debug/AirPods Window.csprojAssemblyReference.cache -------------------------------------------------------------------------------- /(Old) AirPods/AirPods Window/obj/Debug/AirPods Window.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPods Window/obj/Debug/AirPods Window.exe -------------------------------------------------------------------------------- /(Old) AirPods/AirPods Window/obj/Debug/AirPods Window.g.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPods Window/obj/Debug/AirPods Window.g.resources -------------------------------------------------------------------------------- /(Old) AirPods/AirPods Window/obj/Debug/AirPods Window.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPods Window/obj/Debug/AirPods Window.pdb -------------------------------------------------------------------------------- /(Old) AirPods/AirPods Window/obj/Debug/AirPods Window_Content.g.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPods Window/obj/Debug/AirPods Window_Content.g.cs -------------------------------------------------------------------------------- /(Old) AirPods/AirPods Window/obj/Debug/AirPods Window_Content.g.i.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPods Window/obj/Debug/AirPods Window_Content.g.i.cs -------------------------------------------------------------------------------- /(Old) AirPods/AirPods Window/obj/Debug/AirPods Window_MarkupCompile.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPods Window/obj/Debug/AirPods Window_MarkupCompile.cache -------------------------------------------------------------------------------- /(Old) AirPods/AirPods Window/obj/Debug/AirPods Window_MarkupCompile.i.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPods Window/obj/Debug/AirPods Window_MarkupCompile.i.cache -------------------------------------------------------------------------------- /(Old) AirPods/AirPods Window/obj/Debug/AirPods_Window.Properties.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPods Window/obj/Debug/AirPods_Window.Properties.Resources.resources -------------------------------------------------------------------------------- /(Old) AirPods/AirPods Window/obj/Debug/App.g.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPods Window/obj/Debug/App.g.cs -------------------------------------------------------------------------------- /(Old) AirPods/AirPods Window/obj/Debug/App.g.i.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPods Window/obj/Debug/App.g.i.cs -------------------------------------------------------------------------------- /(Old) AirPods/AirPods Window/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPods Window/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /(Old) AirPods/AirPods Window/obj/Debug/MainWindow.baml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPods Window/obj/Debug/MainWindow.baml -------------------------------------------------------------------------------- /(Old) AirPods/AirPods Window/obj/Debug/MainWindow.g.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPods Window/obj/Debug/MainWindow.g.cs -------------------------------------------------------------------------------- /(Old) AirPods/AirPods Window/obj/Debug/MainWindow.g.i.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPods Window/obj/Debug/MainWindow.g.i.cs -------------------------------------------------------------------------------- /(Old) AirPods/AirPods Window/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPods Window/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll -------------------------------------------------------------------------------- /(Old) AirPods/AirPods Window/obj/Release/AirPods Window.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPods Window/obj/Release/AirPods Window.csproj.FileListAbsolute.txt -------------------------------------------------------------------------------- /(Old) AirPods/AirPods Window/obj/Release/AirPods Window.csproj.GenerateResource.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPods Window/obj/Release/AirPods Window.csproj.GenerateResource.cache -------------------------------------------------------------------------------- /(Old) AirPods/AirPods Window/obj/Release/AirPods Window.csprojAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPods Window/obj/Release/AirPods Window.csprojAssemblyReference.cache -------------------------------------------------------------------------------- /(Old) AirPods/AirPods Window/obj/Release/AirPods Window.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPods Window/obj/Release/AirPods Window.exe -------------------------------------------------------------------------------- /(Old) AirPods/AirPods Window/obj/Release/AirPods Window.g.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPods Window/obj/Release/AirPods Window.g.resources -------------------------------------------------------------------------------- /(Old) AirPods/AirPods Window/obj/Release/AirPods Window.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPods Window/obj/Release/AirPods Window.pdb -------------------------------------------------------------------------------- /(Old) AirPods/AirPods Window/obj/Release/AirPods Window_Content.g.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPods Window/obj/Release/AirPods Window_Content.g.cs -------------------------------------------------------------------------------- /(Old) AirPods/AirPods Window/obj/Release/AirPods Window_Content.g.i.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPods Window/obj/Release/AirPods Window_Content.g.i.cs -------------------------------------------------------------------------------- /(Old) AirPods/AirPods Window/obj/Release/AirPods Window_MarkupCompile.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPods Window/obj/Release/AirPods Window_MarkupCompile.cache -------------------------------------------------------------------------------- /(Old) AirPods/AirPods Window/obj/Release/AirPods Window_MarkupCompile.i.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPods Window/obj/Release/AirPods Window_MarkupCompile.i.cache -------------------------------------------------------------------------------- /(Old) AirPods/AirPods Window/obj/Release/AirPods_Window.Properties.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPods Window/obj/Release/AirPods_Window.Properties.Resources.resources -------------------------------------------------------------------------------- /(Old) AirPods/AirPods Window/obj/Release/App.g.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPods Window/obj/Release/App.g.cs -------------------------------------------------------------------------------- /(Old) AirPods/AirPods Window/obj/Release/App.g.i.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPods Window/obj/Release/App.g.i.cs -------------------------------------------------------------------------------- /(Old) AirPods/AirPods Window/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPods Window/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /(Old) AirPods/AirPods Window/obj/Release/MainWindow.baml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPods Window/obj/Release/MainWindow.baml -------------------------------------------------------------------------------- /(Old) AirPods/AirPods Window/obj/Release/MainWindow.g.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPods Window/obj/Release/MainWindow.g.cs -------------------------------------------------------------------------------- /(Old) AirPods/AirPods Window/obj/Release/MainWindow.g.i.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPods Window/obj/Release/MainWindow.g.i.cs -------------------------------------------------------------------------------- /(Old) AirPods/AirPods Window/obj/Release/TempPE/Properties.Resources.Designer.cs.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPods Window/obj/Release/TempPE/Properties.Resources.Designer.cs.dll -------------------------------------------------------------------------------- /(Old) AirPods/AirPods.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPods.sln -------------------------------------------------------------------------------- /(Old) AirPods/AirPodsService/AirPodsService.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPodsService/AirPodsService.csproj -------------------------------------------------------------------------------- /(Old) AirPods/AirPodsService/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPodsService/App.config -------------------------------------------------------------------------------- /(Old) AirPods/AirPodsService/Form1.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPodsService/Form1.Designer.cs -------------------------------------------------------------------------------- /(Old) AirPods/AirPodsService/Form1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPodsService/Form1.cs -------------------------------------------------------------------------------- /(Old) AirPods/AirPodsService/Form1.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPodsService/Form1.resx -------------------------------------------------------------------------------- /(Old) AirPods/AirPodsService/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPodsService/Program.cs -------------------------------------------------------------------------------- /(Old) AirPods/AirPodsService/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPodsService/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /(Old) AirPods/AirPodsService/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPodsService/Properties/Resources.Designer.cs -------------------------------------------------------------------------------- /(Old) AirPods/AirPodsService/Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPodsService/Properties/Resources.resx -------------------------------------------------------------------------------- /(Old) AirPods/AirPodsService/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPodsService/Properties/Settings.Designer.cs -------------------------------------------------------------------------------- /(Old) AirPods/AirPodsService/Properties/Settings.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPodsService/Properties/Settings.settings -------------------------------------------------------------------------------- /(Old) AirPods/AirPodsService/bin/Debug/AirPodsService.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPodsService/bin/Debug/AirPodsService.exe -------------------------------------------------------------------------------- /(Old) AirPods/AirPodsService/bin/Debug/AirPodsService.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPodsService/bin/Debug/AirPodsService.exe.config -------------------------------------------------------------------------------- /(Old) AirPods/AirPodsService/bin/Debug/AirPodsService.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPodsService/bin/Debug/AirPodsService.pdb -------------------------------------------------------------------------------- /(Old) AirPods/AirPodsService/bin/Debug/InTheHand.Net.Personal.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPodsService/bin/Debug/InTheHand.Net.Personal.dll -------------------------------------------------------------------------------- /(Old) AirPods/AirPodsService/bin/Debug/InTheHand.Net.Personal.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPodsService/bin/Debug/InTheHand.Net.Personal.xml -------------------------------------------------------------------------------- /(Old) AirPods/AirPodsService/bin/Release/AirPods Window.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPodsService/bin/Release/AirPods Window.exe -------------------------------------------------------------------------------- /(Old) AirPods/AirPodsService/bin/Release/AirPodsService.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPodsService/bin/Release/AirPodsService.exe -------------------------------------------------------------------------------- /(Old) AirPods/AirPodsService/bin/Release/AirPodsService.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPodsService/bin/Release/AirPodsService.exe.config -------------------------------------------------------------------------------- /(Old) AirPods/AirPodsService/bin/Release/AirPodsService.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPodsService/bin/Release/AirPodsService.pdb -------------------------------------------------------------------------------- /(Old) AirPods/AirPodsService/bin/Release/InTheHand.Net.Personal.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPodsService/bin/Release/InTheHand.Net.Personal.dll -------------------------------------------------------------------------------- /(Old) AirPods/AirPodsService/bin/Release/InTheHand.Net.Personal.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPodsService/bin/Release/InTheHand.Net.Personal.xml -------------------------------------------------------------------------------- /(Old) AirPods/AirPodsService/bin/Release/movie.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPodsService/bin/Release/movie.mp4 -------------------------------------------------------------------------------- /(Old) AirPods/AirPodsService/obj/Debug/AirPodsService.Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPodsService/obj/Debug/AirPodsService.Form1.resources -------------------------------------------------------------------------------- /(Old) AirPods/AirPodsService/obj/Debug/AirPodsService.Properties.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPodsService/obj/Debug/AirPodsService.Properties.Resources.resources -------------------------------------------------------------------------------- /(Old) AirPods/AirPodsService/obj/Debug/AirPodsService.csproj.CopyComplete: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /(Old) AirPods/AirPodsService/obj/Debug/AirPodsService.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPodsService/obj/Debug/AirPodsService.csproj.FileListAbsolute.txt -------------------------------------------------------------------------------- /(Old) AirPods/AirPodsService/obj/Debug/AirPodsService.csproj.GenerateResource.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPodsService/obj/Debug/AirPodsService.csproj.GenerateResource.cache -------------------------------------------------------------------------------- /(Old) AirPods/AirPodsService/obj/Debug/AirPodsService.csprojAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPodsService/obj/Debug/AirPodsService.csprojAssemblyReference.cache -------------------------------------------------------------------------------- /(Old) AirPods/AirPodsService/obj/Debug/AirPodsService.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPodsService/obj/Debug/AirPodsService.exe -------------------------------------------------------------------------------- /(Old) AirPods/AirPodsService/obj/Debug/AirPodsService.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPodsService/obj/Debug/AirPodsService.pdb -------------------------------------------------------------------------------- /(Old) AirPods/AirPodsService/obj/Debug/DesignTimeResolveAssemblyReferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPodsService/obj/Debug/DesignTimeResolveAssemblyReferences.cache -------------------------------------------------------------------------------- /(Old) AirPods/AirPodsService/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPodsService/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /(Old) AirPods/AirPodsService/obj/Release/AirPodsService.Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPodsService/obj/Release/AirPodsService.Form1.resources -------------------------------------------------------------------------------- /(Old) AirPods/AirPodsService/obj/Release/AirPodsService.Properties.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPodsService/obj/Release/AirPodsService.Properties.Resources.resources -------------------------------------------------------------------------------- /(Old) AirPods/AirPodsService/obj/Release/AirPodsService.csproj.CopyComplete: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /(Old) AirPods/AirPodsService/obj/Release/AirPodsService.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPodsService/obj/Release/AirPodsService.csproj.FileListAbsolute.txt -------------------------------------------------------------------------------- /(Old) AirPods/AirPodsService/obj/Release/AirPodsService.csproj.GenerateResource.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPodsService/obj/Release/AirPodsService.csproj.GenerateResource.cache -------------------------------------------------------------------------------- /(Old) AirPods/AirPodsService/obj/Release/AirPodsService.csprojAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPodsService/obj/Release/AirPodsService.csprojAssemblyReference.cache -------------------------------------------------------------------------------- /(Old) AirPods/AirPodsService/obj/Release/AirPodsService.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPodsService/obj/Release/AirPodsService.exe -------------------------------------------------------------------------------- /(Old) AirPods/AirPodsService/obj/Release/AirPodsService.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPodsService/obj/Release/AirPodsService.pdb -------------------------------------------------------------------------------- /(Old) AirPods/AirPodsService/obj/Release/DesignTimeResolveAssemblyReferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPodsService/obj/Release/DesignTimeResolveAssemblyReferences.cache -------------------------------------------------------------------------------- /(Old) AirPods/AirPodsService/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPodsService/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /(Old) AirPods/AirPodsService/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/AirPodsService/packages.config -------------------------------------------------------------------------------- /(Old) AirPods/packages/32feet.NET.3.5.0.0/32feet.NET.3.5.0.0.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/packages/32feet.NET.3.5.0.0/32feet.NET.3.5.0.0.nupkg -------------------------------------------------------------------------------- /(Old) AirPods/packages/32feet.NET.3.5.0.0/lib/net-cf/InTheHand.Net.Personal.XML: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/packages/32feet.NET.3.5.0.0/lib/net-cf/InTheHand.Net.Personal.XML -------------------------------------------------------------------------------- /(Old) AirPods/packages/32feet.NET.3.5.0.0/lib/net-cf/InTheHand.Net.Personal.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/packages/32feet.NET.3.5.0.0/lib/net-cf/InTheHand.Net.Personal.dll -------------------------------------------------------------------------------- /(Old) AirPods/packages/32feet.NET.3.5.0.0/lib/net/InTheHand.Net.Personal.XML: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/packages/32feet.NET.3.5.0.0/lib/net/InTheHand.Net.Personal.XML -------------------------------------------------------------------------------- /(Old) AirPods/packages/32feet.NET.3.5.0.0/lib/net/InTheHand.Net.Personal.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/packages/32feet.NET.3.5.0.0/lib/net/InTheHand.Net.Personal.dll -------------------------------------------------------------------------------- /(Old) AirPods/packages/WpfAnimatedGif.1.4.18/WpfAnimatedGif.1.4.18.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/packages/WpfAnimatedGif.1.4.18/WpfAnimatedGif.1.4.18.nupkg -------------------------------------------------------------------------------- /(Old) AirPods/packages/WpfAnimatedGif.1.4.18/lib/net/WpfAnimatedGif.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/packages/WpfAnimatedGif.1.4.18/lib/net/WpfAnimatedGif.dll -------------------------------------------------------------------------------- /(Old) AirPods/packages/WpfAnimatedGif.1.4.18/lib/net/WpfAnimatedGif.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPods/packages/WpfAnimatedGif.1.4.18/lib/net/WpfAnimatedGif.xml -------------------------------------------------------------------------------- /(Old) AirPodsSetup/AirPodsSetup.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPodsSetup/AirPodsSetup.sln -------------------------------------------------------------------------------- /(Old) AirPodsSetup/AirPodsSetup/AirPodsSetup.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPodsSetup/AirPodsSetup/AirPodsSetup.csproj -------------------------------------------------------------------------------- /(Old) AirPodsSetup/AirPodsSetup/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPodsSetup/AirPodsSetup/App.config -------------------------------------------------------------------------------- /(Old) AirPodsSetup/AirPodsSetup/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPodsSetup/AirPodsSetup/Program.cs -------------------------------------------------------------------------------- /(Old) AirPodsSetup/AirPodsSetup/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPodsSetup/AirPodsSetup/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /(Old) AirPodsSetup/AirPodsSetup/bin/Debug/AirPodsSetup.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPodsSetup/AirPodsSetup/bin/Debug/AirPodsSetup.exe -------------------------------------------------------------------------------- /(Old) AirPodsSetup/AirPodsSetup/bin/Debug/AirPodsSetup.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPodsSetup/AirPodsSetup/bin/Debug/AirPodsSetup.exe.config -------------------------------------------------------------------------------- /(Old) AirPodsSetup/AirPodsSetup/bin/Debug/AirPodsSetup.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPodsSetup/AirPodsSetup/bin/Debug/AirPodsSetup.pdb -------------------------------------------------------------------------------- /(Old) AirPodsSetup/AirPodsSetup/bin/Debug/InTheHand.Net.Personal.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPodsSetup/AirPodsSetup/bin/Debug/InTheHand.Net.Personal.dll -------------------------------------------------------------------------------- /(Old) AirPodsSetup/AirPodsSetup/bin/Debug/InTheHand.Net.Personal.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPodsSetup/AirPodsSetup/bin/Debug/InTheHand.Net.Personal.xml -------------------------------------------------------------------------------- /(Old) AirPodsSetup/AirPodsSetup/bin/Debug/data.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPodsSetup/AirPodsSetup/bin/Debug/data.zip -------------------------------------------------------------------------------- /(Old) AirPodsSetup/AirPodsSetup/bin/Release/AirPodsSetup.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPodsSetup/AirPodsSetup/bin/Release/AirPodsSetup.exe.config -------------------------------------------------------------------------------- /(Old) AirPodsSetup/AirPodsSetup/bin/Release/AirPodsSetup.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPodsSetup/AirPodsSetup/bin/Release/AirPodsSetup.pdb -------------------------------------------------------------------------------- /(Old) AirPodsSetup/AirPodsSetup/bin/Release/data.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPodsSetup/AirPodsSetup/bin/Release/data.zip -------------------------------------------------------------------------------- /(Old) AirPodsSetup/AirPodsSetup/data.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPodsSetup/AirPodsSetup/data.zip -------------------------------------------------------------------------------- /(Old) AirPodsSetup/AirPodsSetup/obj/Debug/AirPodsSetup.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPodsSetup/AirPodsSetup/obj/Debug/AirPodsSetup.csproj.FileListAbsolute.txt -------------------------------------------------------------------------------- /(Old) AirPodsSetup/AirPodsSetup/obj/Debug/AirPodsSetup.csproj.ResolveComReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPodsSetup/AirPodsSetup/obj/Debug/AirPodsSetup.csproj.ResolveComReference.cache -------------------------------------------------------------------------------- /(Old) AirPodsSetup/AirPodsSetup/obj/Debug/AirPodsSetup.csprojAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPodsSetup/AirPodsSetup/obj/Debug/AirPodsSetup.csprojAssemblyReference.cache -------------------------------------------------------------------------------- /(Old) AirPodsSetup/AirPodsSetup/obj/Debug/AirPodsSetup.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPodsSetup/AirPodsSetup/obj/Debug/AirPodsSetup.exe -------------------------------------------------------------------------------- /(Old) AirPodsSetup/AirPodsSetup/obj/Debug/AirPodsSetup.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPodsSetup/AirPodsSetup/obj/Debug/AirPodsSetup.pdb -------------------------------------------------------------------------------- /(Old) AirPodsSetup/AirPodsSetup/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPodsSetup/AirPodsSetup/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /(Old) AirPodsSetup/AirPodsSetup/obj/Debug/Interop.IWshRuntimeLibrary.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPodsSetup/AirPodsSetup/obj/Debug/Interop.IWshRuntimeLibrary.dll -------------------------------------------------------------------------------- /(Old) AirPodsSetup/AirPodsSetup/obj/Release/AirPodsSetup.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPodsSetup/AirPodsSetup/obj/Release/AirPodsSetup.csproj.FileListAbsolute.txt -------------------------------------------------------------------------------- /(Old) AirPodsSetup/AirPodsSetup/obj/Release/AirPodsSetup.csproj.ResolveComReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPodsSetup/AirPodsSetup/obj/Release/AirPodsSetup.csproj.ResolveComReference.cache -------------------------------------------------------------------------------- /(Old) AirPodsSetup/AirPodsSetup/obj/Release/AirPodsSetup.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPodsSetup/AirPodsSetup/obj/Release/AirPodsSetup.exe -------------------------------------------------------------------------------- /(Old) AirPodsSetup/AirPodsSetup/obj/Release/AirPodsSetup.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPodsSetup/AirPodsSetup/obj/Release/AirPodsSetup.pdb -------------------------------------------------------------------------------- /(Old) AirPodsSetup/AirPodsSetup/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPodsSetup/AirPodsSetup/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /(Old) AirPodsSetup/AirPodsSetup/obj/Release/Interop.IWshRuntimeLibrary.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPodsSetup/AirPodsSetup/obj/Release/Interop.IWshRuntimeLibrary.dll -------------------------------------------------------------------------------- /(Old) AirPodsSetup/AirPodsSetup/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPodsSetup/AirPodsSetup/packages.config -------------------------------------------------------------------------------- /(Old) AirPodsSetup/packages/32feet.NET.3.5.0.0/32feet.NET.3.5.0.0.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPodsSetup/packages/32feet.NET.3.5.0.0/32feet.NET.3.5.0.0.nupkg -------------------------------------------------------------------------------- /(Old) AirPodsSetup/packages/32feet.NET.3.5.0.0/lib/net-cf/InTheHand.Net.Personal.XML: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPodsSetup/packages/32feet.NET.3.5.0.0/lib/net-cf/InTheHand.Net.Personal.XML -------------------------------------------------------------------------------- /(Old) AirPodsSetup/packages/32feet.NET.3.5.0.0/lib/net-cf/InTheHand.Net.Personal.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPodsSetup/packages/32feet.NET.3.5.0.0/lib/net-cf/InTheHand.Net.Personal.dll -------------------------------------------------------------------------------- /(Old) AirPodsSetup/packages/32feet.NET.3.5.0.0/lib/net/InTheHand.Net.Personal.XML: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPodsSetup/packages/32feet.NET.3.5.0.0/lib/net/InTheHand.Net.Personal.XML -------------------------------------------------------------------------------- /(Old) AirPodsSetup/packages/32feet.NET.3.5.0.0/lib/net/InTheHand.Net.Personal.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/(Old) AirPodsSetup/packages/32feet.NET.3.5.0.0/lib/net/InTheHand.Net.Personal.dll -------------------------------------------------------------------------------- /AirpodsUI/.vs/AirpodsUI/v16/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/.vs/AirpodsUI/v16/.suo -------------------------------------------------------------------------------- /AirpodsUI/AirpodsUI.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/AirpodsUI.sln -------------------------------------------------------------------------------- /AirpodsUI/ConfigutatorUI/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/ConfigutatorUI/App.config -------------------------------------------------------------------------------- /AirpodsUI/ConfigutatorUI/ConfigutatorUI.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/ConfigutatorUI/ConfigutatorUI.csproj -------------------------------------------------------------------------------- /AirpodsUI/ConfigutatorUI/DefaultTemplate.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/ConfigutatorUI/DefaultTemplate.cs -------------------------------------------------------------------------------- /AirpodsUI/ConfigutatorUI/DeviceModel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/ConfigutatorUI/DeviceModel.cs -------------------------------------------------------------------------------- /AirpodsUI/ConfigutatorUI/MainFormModel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/ConfigutatorUI/MainFormModel.cs -------------------------------------------------------------------------------- /AirpodsUI/ConfigutatorUI/OldTemplateModel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/ConfigutatorUI/OldTemplateModel.cs -------------------------------------------------------------------------------- /AirpodsUI/ConfigutatorUI/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/ConfigutatorUI/Program.cs -------------------------------------------------------------------------------- /AirpodsUI/ConfigutatorUI/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/ConfigutatorUI/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /AirpodsUI/ConfigutatorUI/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/ConfigutatorUI/Properties/Resources.Designer.cs -------------------------------------------------------------------------------- /AirpodsUI/ConfigutatorUI/Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/ConfigutatorUI/Properties/Resources.resx -------------------------------------------------------------------------------- /AirpodsUI/ConfigutatorUI/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/ConfigutatorUI/Properties/Settings.Designer.cs -------------------------------------------------------------------------------- /AirpodsUI/ConfigutatorUI/Properties/Settings.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/ConfigutatorUI/Properties/Settings.settings -------------------------------------------------------------------------------- /AirpodsUI/ConfigutatorUI/Save.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/ConfigutatorUI/Save.cs -------------------------------------------------------------------------------- /AirpodsUI/ConfigutatorUI/TemplateModel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/ConfigutatorUI/TemplateModel.cs -------------------------------------------------------------------------------- /AirpodsUI/ConfigutatorUI/Views/MainForm.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/ConfigutatorUI/Views/MainForm.Designer.cs -------------------------------------------------------------------------------- /AirpodsUI/ConfigutatorUI/Views/MainForm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/ConfigutatorUI/Views/MainForm.cs -------------------------------------------------------------------------------- /AirpodsUI/ConfigutatorUI/Views/MainForm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/ConfigutatorUI/Views/MainForm.resx -------------------------------------------------------------------------------- /AirpodsUI/ConfigutatorUI/Views/PairBluetooth.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/ConfigutatorUI/Views/PairBluetooth.Designer.cs -------------------------------------------------------------------------------- /AirpodsUI/ConfigutatorUI/Views/PairBluetooth.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/ConfigutatorUI/Views/PairBluetooth.cs -------------------------------------------------------------------------------- /AirpodsUI/ConfigutatorUI/Views/PairBluetooth.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/ConfigutatorUI/Views/PairBluetooth.resx -------------------------------------------------------------------------------- /AirpodsUI/ConfigutatorUI/Views/PairUSB.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/ConfigutatorUI/Views/PairUSB.Designer.cs -------------------------------------------------------------------------------- /AirpodsUI/ConfigutatorUI/Views/PairUSB.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/ConfigutatorUI/Views/PairUSB.cs -------------------------------------------------------------------------------- /AirpodsUI/ConfigutatorUI/Views/PairUSB.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/ConfigutatorUI/Views/PairUSB.resx -------------------------------------------------------------------------------- /AirpodsUI/ConfigutatorUI/bin/Debug/ConfigutatorUI.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/ConfigutatorUI/bin/Debug/ConfigutatorUI.exe -------------------------------------------------------------------------------- /AirpodsUI/ConfigutatorUI/bin/Debug/ConfigutatorUI.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/ConfigutatorUI/bin/Debug/ConfigutatorUI.exe.config -------------------------------------------------------------------------------- /AirpodsUI/ConfigutatorUI/bin/Debug/ConfigutatorUI.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/ConfigutatorUI/bin/Debug/ConfigutatorUI.pdb -------------------------------------------------------------------------------- /AirpodsUI/ConfigutatorUI/bin/Debug/InTheHand.Net.Personal.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/ConfigutatorUI/bin/Debug/InTheHand.Net.Personal.dll -------------------------------------------------------------------------------- /AirpodsUI/ConfigutatorUI/bin/Debug/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/ConfigutatorUI/bin/Debug/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /AirpodsUI/ConfigutatorUI/bin/Release/ConfigutatorUI.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/ConfigutatorUI/bin/Release/ConfigutatorUI.exe -------------------------------------------------------------------------------- /AirpodsUI/ConfigutatorUI/bin/Release/ConfigutatorUI.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/ConfigutatorUI/bin/Release/ConfigutatorUI.exe.config -------------------------------------------------------------------------------- /AirpodsUI/ConfigutatorUI/bin/Release/ConfigutatorUI.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/ConfigutatorUI/bin/Release/ConfigutatorUI.pdb -------------------------------------------------------------------------------- /AirpodsUI/ConfigutatorUI/bin/Release/InTheHand.Net.Personal.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/ConfigutatorUI/bin/Release/InTheHand.Net.Personal.dll -------------------------------------------------------------------------------- /AirpodsUI/ConfigutatorUI/bin/Release/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/ConfigutatorUI/bin/Release/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /AirpodsUI/ConfigutatorUI/config_vGj_icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/ConfigutatorUI/config_vGj_icon.ico -------------------------------------------------------------------------------- /AirpodsUI/ConfigutatorUI/obj/ConfigutatorUI.csproj.nuget.dgspec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/ConfigutatorUI/obj/ConfigutatorUI.csproj.nuget.dgspec.json -------------------------------------------------------------------------------- /AirpodsUI/ConfigutatorUI/obj/ConfigutatorUI.csproj.nuget.g.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/ConfigutatorUI/obj/ConfigutatorUI.csproj.nuget.g.props -------------------------------------------------------------------------------- /AirpodsUI/ConfigutatorUI/obj/ConfigutatorUI.csproj.nuget.g.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/ConfigutatorUI/obj/ConfigutatorUI.csproj.nuget.g.targets -------------------------------------------------------------------------------- /AirpodsUI/ConfigutatorUI/obj/Debug/ConfigutatorUI.MainForm.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/ConfigutatorUI/obj/Debug/ConfigutatorUI.MainForm.resources -------------------------------------------------------------------------------- /AirpodsUI/ConfigutatorUI/obj/Debug/ConfigutatorUI.PairBluetooth.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/ConfigutatorUI/obj/Debug/ConfigutatorUI.PairBluetooth.resources -------------------------------------------------------------------------------- /AirpodsUI/ConfigutatorUI/obj/Debug/ConfigutatorUI.PairUSB.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/ConfigutatorUI/obj/Debug/ConfigutatorUI.PairUSB.resources -------------------------------------------------------------------------------- /AirpodsUI/ConfigutatorUI/obj/Debug/ConfigutatorUI.Properties.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/ConfigutatorUI/obj/Debug/ConfigutatorUI.Properties.Resources.resources -------------------------------------------------------------------------------- /AirpodsUI/ConfigutatorUI/obj/Debug/ConfigutatorUI.csproj.CopyComplete: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AirpodsUI/ConfigutatorUI/obj/Debug/ConfigutatorUI.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 6eb707e439039ba9e0a1a2c1dc7a8a560fc030ca 2 | -------------------------------------------------------------------------------- /AirpodsUI/ConfigutatorUI/obj/Debug/ConfigutatorUI.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/ConfigutatorUI/obj/Debug/ConfigutatorUI.csproj.FileListAbsolute.txt -------------------------------------------------------------------------------- /AirpodsUI/ConfigutatorUI/obj/Debug/ConfigutatorUI.csproj.GenerateResource.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/ConfigutatorUI/obj/Debug/ConfigutatorUI.csproj.GenerateResource.cache -------------------------------------------------------------------------------- /AirpodsUI/ConfigutatorUI/obj/Debug/ConfigutatorUI.csprojAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/ConfigutatorUI/obj/Debug/ConfigutatorUI.csprojAssemblyReference.cache -------------------------------------------------------------------------------- /AirpodsUI/ConfigutatorUI/obj/Debug/ConfigutatorUI.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/ConfigutatorUI/obj/Debug/ConfigutatorUI.exe -------------------------------------------------------------------------------- /AirpodsUI/ConfigutatorUI/obj/Debug/ConfigutatorUI.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/ConfigutatorUI/obj/Debug/ConfigutatorUI.pdb -------------------------------------------------------------------------------- /AirpodsUI/ConfigutatorUI/obj/Debug/DesignTimeResolveAssemblyReferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/ConfigutatorUI/obj/Debug/DesignTimeResolveAssemblyReferences.cache -------------------------------------------------------------------------------- /AirpodsUI/ConfigutatorUI/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/ConfigutatorUI/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /AirpodsUI/ConfigutatorUI/obj/Release/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/ConfigutatorUI/obj/Release/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs -------------------------------------------------------------------------------- /AirpodsUI/ConfigutatorUI/obj/Release/ConfigutatorUI.MainForm.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/ConfigutatorUI/obj/Release/ConfigutatorUI.MainForm.resources -------------------------------------------------------------------------------- /AirpodsUI/ConfigutatorUI/obj/Release/ConfigutatorUI.PairBluetooth.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/ConfigutatorUI/obj/Release/ConfigutatorUI.PairBluetooth.resources -------------------------------------------------------------------------------- /AirpodsUI/ConfigutatorUI/obj/Release/ConfigutatorUI.PairUSB.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/ConfigutatorUI/obj/Release/ConfigutatorUI.PairUSB.resources -------------------------------------------------------------------------------- /AirpodsUI/ConfigutatorUI/obj/Release/ConfigutatorUI.Properties.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/ConfigutatorUI/obj/Release/ConfigutatorUI.Properties.Resources.resources -------------------------------------------------------------------------------- /AirpodsUI/ConfigutatorUI/obj/Release/ConfigutatorUI.csproj.CopyComplete: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AirpodsUI/ConfigutatorUI/obj/Release/ConfigutatorUI.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 2c2b28aa1c9b8d262f20c813a03399ca8bd8df0a 2 | -------------------------------------------------------------------------------- /AirpodsUI/ConfigutatorUI/obj/Release/ConfigutatorUI.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/ConfigutatorUI/obj/Release/ConfigutatorUI.csproj.FileListAbsolute.txt -------------------------------------------------------------------------------- /AirpodsUI/ConfigutatorUI/obj/Release/ConfigutatorUI.csproj.GenerateResource.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/ConfigutatorUI/obj/Release/ConfigutatorUI.csproj.GenerateResource.cache -------------------------------------------------------------------------------- /AirpodsUI/ConfigutatorUI/obj/Release/ConfigutatorUI.csprojAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/ConfigutatorUI/obj/Release/ConfigutatorUI.csprojAssemblyReference.cache -------------------------------------------------------------------------------- /AirpodsUI/ConfigutatorUI/obj/Release/ConfigutatorUI.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/ConfigutatorUI/obj/Release/ConfigutatorUI.exe -------------------------------------------------------------------------------- /AirpodsUI/ConfigutatorUI/obj/Release/ConfigutatorUI.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/ConfigutatorUI/obj/Release/ConfigutatorUI.pdb -------------------------------------------------------------------------------- /AirpodsUI/ConfigutatorUI/obj/Release/DesignTimeResolveAssemblyReferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/ConfigutatorUI/obj/Release/DesignTimeResolveAssemblyReferences.cache -------------------------------------------------------------------------------- /AirpodsUI/ConfigutatorUI/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/ConfigutatorUI/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /AirpodsUI/ConfigutatorUI/obj/project.assets.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/ConfigutatorUI/obj/project.assets.json -------------------------------------------------------------------------------- /AirpodsUI/ConfigutatorUI/obj/project.nuget.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/ConfigutatorUI/obj/project.nuget.cache -------------------------------------------------------------------------------- /AirpodsUI/Output/ConfigutatorUI.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/Output/ConfigutatorUI.exe -------------------------------------------------------------------------------- /AirpodsUI/Output/ConfigutatorUI.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/Output/ConfigutatorUI.exe.config -------------------------------------------------------------------------------- /AirpodsUI/Output/ConfigutatorUI.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/Output/ConfigutatorUI.pdb -------------------------------------------------------------------------------- /AirpodsUI/Output/Device.Net.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/Output/Device.Net.dll -------------------------------------------------------------------------------- /AirpodsUI/Output/InTheHand.Net.Personal.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/Output/InTheHand.Net.Personal.dll -------------------------------------------------------------------------------- /AirpodsUI/Output/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/Output/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /AirpodsUI/Output/PopUpUI.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/Output/PopUpUI.exe -------------------------------------------------------------------------------- /AirpodsUI/Output/PopUpUI.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/Output/PopUpUI.exe.config -------------------------------------------------------------------------------- /AirpodsUI/Output/PopUpUI.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/Output/PopUpUI.pdb -------------------------------------------------------------------------------- /AirpodsUI/Output/READ BEFORE POSTING SOURCE CODE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/Output/READ BEFORE POSTING SOURCE CODE.txt -------------------------------------------------------------------------------- /AirpodsUI/Output/Service.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/Output/Service.exe -------------------------------------------------------------------------------- /AirpodsUI/Output/Service.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/Output/Service.exe.config -------------------------------------------------------------------------------- /AirpodsUI/Output/Service.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/Output/Service.pdb -------------------------------------------------------------------------------- /AirpodsUI/Output/USBClassLibrary.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/Output/USBClassLibrary.dll -------------------------------------------------------------------------------- /AirpodsUI/Output/USBClassLibrary.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/Output/USBClassLibrary.pdb -------------------------------------------------------------------------------- /AirpodsUI/Output/Usb.Net.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/Output/Usb.Net.dll -------------------------------------------------------------------------------- /AirpodsUI/PopUpUI/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/PopUpUI/App.config -------------------------------------------------------------------------------- /AirpodsUI/PopUpUI/App.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/PopUpUI/App.xaml -------------------------------------------------------------------------------- /AirpodsUI/PopUpUI/App.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/PopUpUI/App.xaml.cs -------------------------------------------------------------------------------- /AirpodsUI/PopUpUI/MainWindow.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/PopUpUI/MainWindow.xaml -------------------------------------------------------------------------------- /AirpodsUI/PopUpUI/MainWindow.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/PopUpUI/MainWindow.xaml.cs -------------------------------------------------------------------------------- /AirpodsUI/PopUpUI/PopUpUI.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/PopUpUI/PopUpUI.csproj -------------------------------------------------------------------------------- /AirpodsUI/PopUpUI/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/PopUpUI/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /AirpodsUI/PopUpUI/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/PopUpUI/Properties/Resources.Designer.cs -------------------------------------------------------------------------------- /AirpodsUI/PopUpUI/Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/PopUpUI/Properties/Resources.resx -------------------------------------------------------------------------------- /AirpodsUI/PopUpUI/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/PopUpUI/Properties/Settings.Designer.cs -------------------------------------------------------------------------------- /AirpodsUI/PopUpUI/Properties/Settings.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/PopUpUI/Properties/Settings.settings -------------------------------------------------------------------------------- /AirpodsUI/PopUpUI/SFProDisplay-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/PopUpUI/SFProDisplay-Bold.ttf -------------------------------------------------------------------------------- /AirpodsUI/PopUpUI/SFProDisplay-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/PopUpUI/SFProDisplay-Light.ttf -------------------------------------------------------------------------------- /AirpodsUI/PopUpUI/TemplateModel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/PopUpUI/TemplateModel.cs -------------------------------------------------------------------------------- /AirpodsUI/PopUpUI/bin/Debug/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/PopUpUI/bin/Debug/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /AirpodsUI/PopUpUI/bin/Debug/PopUpUI.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/PopUpUI/bin/Debug/PopUpUI.exe -------------------------------------------------------------------------------- /AirpodsUI/PopUpUI/bin/Debug/PopUpUI.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/PopUpUI/bin/Debug/PopUpUI.exe.config -------------------------------------------------------------------------------- /AirpodsUI/PopUpUI/bin/Debug/PopUpUI.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/PopUpUI/bin/Debug/PopUpUI.pdb -------------------------------------------------------------------------------- /AirpodsUI/PopUpUI/bin/Release/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/PopUpUI/bin/Release/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /AirpodsUI/PopUpUI/bin/Release/PopUpUI.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/PopUpUI/bin/Release/PopUpUI.exe.config -------------------------------------------------------------------------------- /AirpodsUI/PopUpUI/bin/Release/PopUpUI.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/PopUpUI/bin/Release/PopUpUI.pdb -------------------------------------------------------------------------------- /AirpodsUI/PopUpUI/obj/Debug/App.g.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/PopUpUI/obj/Debug/App.g.cs -------------------------------------------------------------------------------- /AirpodsUI/PopUpUI/obj/Debug/App.g.i.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/PopUpUI/obj/Debug/App.g.i.cs -------------------------------------------------------------------------------- /AirpodsUI/PopUpUI/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/PopUpUI/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /AirpodsUI/PopUpUI/obj/Debug/Interop.IWshRuntimeLibrary.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/PopUpUI/obj/Debug/Interop.IWshRuntimeLibrary.dll -------------------------------------------------------------------------------- /AirpodsUI/PopUpUI/obj/Debug/MainWindow.baml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/PopUpUI/obj/Debug/MainWindow.baml -------------------------------------------------------------------------------- /AirpodsUI/PopUpUI/obj/Debug/MainWindow.g.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/PopUpUI/obj/Debug/MainWindow.g.cs -------------------------------------------------------------------------------- /AirpodsUI/PopUpUI/obj/Debug/MainWindow.g.i.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/PopUpUI/obj/Debug/MainWindow.g.i.cs -------------------------------------------------------------------------------- /AirpodsUI/PopUpUI/obj/Debug/PopUpUI.Properties.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/PopUpUI/obj/Debug/PopUpUI.Properties.Resources.resources -------------------------------------------------------------------------------- /AirpodsUI/PopUpUI/obj/Debug/PopUpUI.csproj.CopyComplete: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AirpodsUI/PopUpUI/obj/Debug/PopUpUI.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 8bda0262c8fc417fbc792aea6212d23dcd1519f5 2 | -------------------------------------------------------------------------------- /AirpodsUI/PopUpUI/obj/Debug/PopUpUI.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/PopUpUI/obj/Debug/PopUpUI.csproj.FileListAbsolute.txt -------------------------------------------------------------------------------- /AirpodsUI/PopUpUI/obj/Debug/PopUpUI.csproj.GenerateResource.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/PopUpUI/obj/Debug/PopUpUI.csproj.GenerateResource.cache -------------------------------------------------------------------------------- /AirpodsUI/PopUpUI/obj/Debug/PopUpUI.csproj.ResolveComReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/PopUpUI/obj/Debug/PopUpUI.csproj.ResolveComReference.cache -------------------------------------------------------------------------------- /AirpodsUI/PopUpUI/obj/Debug/PopUpUI.csprojAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/PopUpUI/obj/Debug/PopUpUI.csprojAssemblyReference.cache -------------------------------------------------------------------------------- /AirpodsUI/PopUpUI/obj/Debug/PopUpUI.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/PopUpUI/obj/Debug/PopUpUI.exe -------------------------------------------------------------------------------- /AirpodsUI/PopUpUI/obj/Debug/PopUpUI.g.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/PopUpUI/obj/Debug/PopUpUI.g.resources -------------------------------------------------------------------------------- /AirpodsUI/PopUpUI/obj/Debug/PopUpUI.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/PopUpUI/obj/Debug/PopUpUI.pdb -------------------------------------------------------------------------------- /AirpodsUI/PopUpUI/obj/Debug/PopUpUI_MarkupCompile.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/PopUpUI/obj/Debug/PopUpUI_MarkupCompile.cache -------------------------------------------------------------------------------- /AirpodsUI/PopUpUI/obj/Debug/PopUpUI_MarkupCompile.i.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/PopUpUI/obj/Debug/PopUpUI_MarkupCompile.i.cache -------------------------------------------------------------------------------- /AirpodsUI/PopUpUI/obj/Debug/PopUpUI_MarkupCompile.i.lref: -------------------------------------------------------------------------------- 1 | 2 | 3 | FC:\Users\Jose Molina\source\repos\AirpodsUI\PopUpUI\MainWindow.xaml;; 4 | 5 | -------------------------------------------------------------------------------- /AirpodsUI/PopUpUI/obj/Debug/PopUpUI_MarkupCompile.lref: -------------------------------------------------------------------------------- 1 | 2 | 3 | FC:\Users\Jose Molina\source\repos\AirpodsUI\PopUpUI\MainWindow.xaml;; 4 | 5 | -------------------------------------------------------------------------------- /AirpodsUI/PopUpUI/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/PopUpUI/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll -------------------------------------------------------------------------------- /AirpodsUI/PopUpUI/obj/Debug/build.force: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AirpodsUI/PopUpUI/obj/PopUpUI.csproj.nuget.dgspec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/PopUpUI/obj/PopUpUI.csproj.nuget.dgspec.json -------------------------------------------------------------------------------- /AirpodsUI/PopUpUI/obj/PopUpUI.csproj.nuget.g.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/PopUpUI/obj/PopUpUI.csproj.nuget.g.props -------------------------------------------------------------------------------- /AirpodsUI/PopUpUI/obj/PopUpUI.csproj.nuget.g.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/PopUpUI/obj/PopUpUI.csproj.nuget.g.targets -------------------------------------------------------------------------------- /AirpodsUI/PopUpUI/obj/Release/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/PopUpUI/obj/Release/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs -------------------------------------------------------------------------------- /AirpodsUI/PopUpUI/obj/Release/App.g.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/PopUpUI/obj/Release/App.g.cs -------------------------------------------------------------------------------- /AirpodsUI/PopUpUI/obj/Release/App.g.i.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/PopUpUI/obj/Release/App.g.i.cs -------------------------------------------------------------------------------- /AirpodsUI/PopUpUI/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/PopUpUI/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /AirpodsUI/PopUpUI/obj/Release/Interop.IWshRuntimeLibrary.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/PopUpUI/obj/Release/Interop.IWshRuntimeLibrary.dll -------------------------------------------------------------------------------- /AirpodsUI/PopUpUI/obj/Release/MainWindow.g.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/PopUpUI/obj/Release/MainWindow.g.cs -------------------------------------------------------------------------------- /AirpodsUI/PopUpUI/obj/Release/MainWindow.g.i.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/PopUpUI/obj/Release/MainWindow.g.i.cs -------------------------------------------------------------------------------- /AirpodsUI/PopUpUI/obj/Release/PopUpUI.Properties.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/PopUpUI/obj/Release/PopUpUI.Properties.Resources.resources -------------------------------------------------------------------------------- /AirpodsUI/PopUpUI/obj/Release/PopUpUI.csproj.CopyComplete: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AirpodsUI/PopUpUI/obj/Release/PopUpUI.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | fe433616ed36cd683473d0ceee18b2d7d0f87529 2 | -------------------------------------------------------------------------------- /AirpodsUI/PopUpUI/obj/Release/PopUpUI.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/PopUpUI/obj/Release/PopUpUI.csproj.FileListAbsolute.txt -------------------------------------------------------------------------------- /AirpodsUI/PopUpUI/obj/Release/PopUpUI.csproj.GenerateResource.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/PopUpUI/obj/Release/PopUpUI.csproj.GenerateResource.cache -------------------------------------------------------------------------------- /AirpodsUI/PopUpUI/obj/Release/PopUpUI.csproj.ResolveComReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/PopUpUI/obj/Release/PopUpUI.csproj.ResolveComReference.cache -------------------------------------------------------------------------------- /AirpodsUI/PopUpUI/obj/Release/PopUpUI.csprojAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/PopUpUI/obj/Release/PopUpUI.csprojAssemblyReference.cache -------------------------------------------------------------------------------- /AirpodsUI/PopUpUI/obj/Release/PopUpUI.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/PopUpUI/obj/Release/PopUpUI.exe -------------------------------------------------------------------------------- /AirpodsUI/PopUpUI/obj/Release/PopUpUI.g.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/PopUpUI/obj/Release/PopUpUI.g.resources -------------------------------------------------------------------------------- /AirpodsUI/PopUpUI/obj/Release/PopUpUI.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/PopUpUI/obj/Release/PopUpUI.pdb -------------------------------------------------------------------------------- /AirpodsUI/PopUpUI/obj/Release/PopUpUI_Content.g.i.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/PopUpUI/obj/Release/PopUpUI_Content.g.i.cs -------------------------------------------------------------------------------- /AirpodsUI/PopUpUI/obj/Release/PopUpUI_MarkupCompile.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/PopUpUI/obj/Release/PopUpUI_MarkupCompile.cache -------------------------------------------------------------------------------- /AirpodsUI/PopUpUI/obj/Release/PopUpUI_MarkupCompile.i.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/PopUpUI/obj/Release/PopUpUI_MarkupCompile.i.cache -------------------------------------------------------------------------------- /AirpodsUI/PopUpUI/obj/Release/PopUpUI_MarkupCompile.i.lref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/PopUpUI/obj/Release/PopUpUI_MarkupCompile.i.lref -------------------------------------------------------------------------------- /AirpodsUI/PopUpUI/obj/Release/PopUpUI_MarkupCompile.lref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/PopUpUI/obj/Release/PopUpUI_MarkupCompile.lref -------------------------------------------------------------------------------- /AirpodsUI/PopUpUI/obj/Release/TempPE/Properties.Resources.Designer.cs.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/PopUpUI/obj/Release/TempPE/Properties.Resources.Designer.cs.dll -------------------------------------------------------------------------------- /AirpodsUI/PopUpUI/obj/project.assets.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/PopUpUI/obj/project.assets.json -------------------------------------------------------------------------------- /AirpodsUI/PopUpUI/obj/project.nuget.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/PopUpUI/obj/project.nuget.cache -------------------------------------------------------------------------------- /AirpodsUI/PopUpUI/popup_IRG_icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/PopUpUI/popup_IRG_icon.ico -------------------------------------------------------------------------------- /AirpodsUI/Service/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/Service/App.config -------------------------------------------------------------------------------- /AirpodsUI/Service/DeviceModel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/Service/DeviceModel.cs -------------------------------------------------------------------------------- /AirpodsUI/Service/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/Service/Program.cs -------------------------------------------------------------------------------- /AirpodsUI/Service/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/Service/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /AirpodsUI/Service/Service.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/Service/Service.csproj -------------------------------------------------------------------------------- /AirpodsUI/Service/ServiceContext.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/Service/ServiceContext.cs -------------------------------------------------------------------------------- /AirpodsUI/Service/Win32.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/Service/Win32.cs -------------------------------------------------------------------------------- /AirpodsUI/Service/bin/Debug/Device.Net.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/Service/bin/Debug/Device.Net.dll -------------------------------------------------------------------------------- /AirpodsUI/Service/bin/Debug/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/Service/bin/Debug/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /AirpodsUI/Service/bin/Debug/Service.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/Service/bin/Debug/Service.exe.config -------------------------------------------------------------------------------- /AirpodsUI/Service/bin/Debug/Service.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/Service/bin/Debug/Service.pdb -------------------------------------------------------------------------------- /AirpodsUI/Service/bin/Debug/USBClassLibrary.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/Service/bin/Debug/USBClassLibrary.dll -------------------------------------------------------------------------------- /AirpodsUI/Service/bin/Debug/USBClassLibrary.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/Service/bin/Debug/USBClassLibrary.pdb -------------------------------------------------------------------------------- /AirpodsUI/Service/bin/Debug/Usb.Net.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/Service/bin/Debug/Usb.Net.dll -------------------------------------------------------------------------------- /AirpodsUI/Service/bin/Release/Device.Net.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/Service/bin/Release/Device.Net.dll -------------------------------------------------------------------------------- /AirpodsUI/Service/bin/Release/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/Service/bin/Release/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /AirpodsUI/Service/bin/Release/Service.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/Service/bin/Release/Service.exe -------------------------------------------------------------------------------- /AirpodsUI/Service/bin/Release/Service.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/Service/bin/Release/Service.exe.config -------------------------------------------------------------------------------- /AirpodsUI/Service/bin/Release/Service.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/Service/bin/Release/Service.pdb -------------------------------------------------------------------------------- /AirpodsUI/Service/bin/Release/USBClassLibrary.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/Service/bin/Release/USBClassLibrary.dll -------------------------------------------------------------------------------- /AirpodsUI/Service/bin/Release/USBClassLibrary.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/Service/bin/Release/USBClassLibrary.pdb -------------------------------------------------------------------------------- /AirpodsUI/Service/bin/Release/Usb.Net.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/Service/bin/Release/Usb.Net.dll -------------------------------------------------------------------------------- /AirpodsUI/Service/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/Service/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /AirpodsUI/Service/obj/Debug/Service.csproj.CopyComplete: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AirpodsUI/Service/obj/Debug/Service.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | afdcb92d9c1bc26e63ccab09df11c6c05aa91c93 2 | -------------------------------------------------------------------------------- /AirpodsUI/Service/obj/Debug/Service.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/Service/obj/Debug/Service.csproj.FileListAbsolute.txt -------------------------------------------------------------------------------- /AirpodsUI/Service/obj/Debug/Service.csprojAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/Service/obj/Debug/Service.csprojAssemblyReference.cache -------------------------------------------------------------------------------- /AirpodsUI/Service/obj/Debug/Service.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/Service/obj/Debug/Service.exe -------------------------------------------------------------------------------- /AirpodsUI/Service/obj/Debug/Service.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/Service/obj/Debug/Service.pdb -------------------------------------------------------------------------------- /AirpodsUI/Service/obj/Release/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/Service/obj/Release/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs -------------------------------------------------------------------------------- /AirpodsUI/Service/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/Service/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /AirpodsUI/Service/obj/Release/Service.csproj.CopyComplete: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AirpodsUI/Service/obj/Release/Service.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 03bbbf917a5db93ba3ae81a90fbe45d06c9f78c3 2 | -------------------------------------------------------------------------------- /AirpodsUI/Service/obj/Release/Service.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/Service/obj/Release/Service.csproj.FileListAbsolute.txt -------------------------------------------------------------------------------- /AirpodsUI/Service/obj/Release/Service.csprojAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/Service/obj/Release/Service.csprojAssemblyReference.cache -------------------------------------------------------------------------------- /AirpodsUI/Service/obj/Release/Service.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/Service/obj/Release/Service.exe -------------------------------------------------------------------------------- /AirpodsUI/Service/obj/Release/Service.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/Service/obj/Release/Service.pdb -------------------------------------------------------------------------------- /AirpodsUI/Service/obj/Service.csproj.nuget.dgspec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/Service/obj/Service.csproj.nuget.dgspec.json -------------------------------------------------------------------------------- /AirpodsUI/Service/obj/Service.csproj.nuget.g.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/Service/obj/Service.csproj.nuget.g.props -------------------------------------------------------------------------------- /AirpodsUI/Service/obj/Service.csproj.nuget.g.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/Service/obj/Service.csproj.nuget.g.targets -------------------------------------------------------------------------------- /AirpodsUI/Service/obj/project.assets.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/Service/obj/project.assets.json -------------------------------------------------------------------------------- /AirpodsUI/Service/obj/project.nuget.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/Service/obj/project.nuget.cache -------------------------------------------------------------------------------- /AirpodsUI/Service/service_Boc_icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AirpodsUI/Service/service_Boc_icon.ico -------------------------------------------------------------------------------- /AppleBluetoothUI/.vs/AppleBluetoothUI/v16/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/.vs/AppleBluetoothUI/v16/.suo -------------------------------------------------------------------------------- /AppleBluetoothUI/.vs/AppleBluetoothUI/v16/Server/sqlite3/db.lock: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AppleBluetoothUI/.vs/AppleBluetoothUI/v16/Server/sqlite3/storage.ide: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/.vs/AppleBluetoothUI/v16/Server/sqlite3/storage.ide -------------------------------------------------------------------------------- /AppleBluetoothUI/AppleBluetoothUI.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/AppleBluetoothUI.sln -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothService/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothService/App.config -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothService/BluetoothService.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothService/BluetoothService.csproj -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothService/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothService/Program.cs -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothService/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothService/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothService/bin/Release/BluetoothService.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothService/bin/Release/BluetoothService.exe -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothService/bin/Release/BluetoothService.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothService/bin/Release/BluetoothService.exe.config -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothService/bin/Release/BluetoothService.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothService/bin/Release/BluetoothService.pdb -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothService/bin/Release/InTheHand.Net.Personal.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothService/bin/Release/InTheHand.Net.Personal.dll -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothService/bin/Release/OSVersionInfo.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothService/bin/Release/OSVersionInfo.dll -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothService/obj/BluetoothService.csproj.nuget.dgspec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothService/obj/BluetoothService.csproj.nuget.dgspec.json -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothService/obj/BluetoothService.csproj.nuget.g.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothService/obj/BluetoothService.csproj.nuget.g.props -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothService/obj/BluetoothService.csproj.nuget.g.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothService/obj/BluetoothService.csproj.nuget.g.targets -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothService/obj/Release/BluetoothService.csproj.CopyComplete: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothService/obj/Release/BluetoothService.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothService/obj/Release/BluetoothService.csproj.CoreCompileInputs.cache -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothService/obj/Release/BluetoothService.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothService/obj/Release/BluetoothService.csproj.FileListAbsolute.txt -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothService/obj/Release/BluetoothService.csprojAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothService/obj/Release/BluetoothService.csprojAssemblyReference.cache -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothService/obj/Release/BluetoothService.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothService/obj/Release/BluetoothService.exe -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothService/obj/Release/BluetoothService.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothService/obj/Release/BluetoothService.pdb -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothService/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothService/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothService/obj/project.assets.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothService/obj/project.assets.json -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothService/obj/project.nuget.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothService/obj/project.nuget.cache -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothUI/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothUI/App.config -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothUI/App.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothUI/App.xaml -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothUI/App.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothUI/App.xaml.cs -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothUI/BluetoothUI.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothUI/BluetoothUI.csproj -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothUI/Configurator.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothUI/Configurator.xaml -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothUI/Configurator.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothUI/Configurator.xaml.cs -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothUI/CustomTemplate.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothUI/CustomTemplate.cs -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothUI/LightUI.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothUI/LightUI.xaml -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothUI/LightUI.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothUI/LightUI.xaml.cs -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothUI/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothUI/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothUI/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothUI/Properties/Resources.Designer.cs -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothUI/Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothUI/Properties/Resources.resx -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothUI/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothUI/Properties/Settings.Designer.cs -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothUI/Properties/Settings.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothUI/Properties/Settings.settings -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothUI/SFProDisplay-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothUI/SFProDisplay-Bold.ttf -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothUI/SFProDisplay-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothUI/SFProDisplay-Light.ttf -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothUI/SFProText-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothUI/SFProText-Regular.ttf -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothUI/Settings.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothUI/Settings.cs -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothUI/bin/Debug/BluetoothUI.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothUI/bin/Debug/BluetoothUI.exe -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothUI/bin/Debug/BluetoothUI.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothUI/bin/Debug/BluetoothUI.exe.config -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothUI/bin/Debug/BluetoothUI.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothUI/bin/Debug/BluetoothUI.pdb -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothUI/bin/Debug/InTheHand.Net.Personal.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothUI/bin/Debug/InTheHand.Net.Personal.dll -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothUI/bin/Debug/InTheHand.Net.Personal.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothUI/bin/Debug/InTheHand.Net.Personal.xml -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothUI/bin/Debug/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothUI/bin/Debug/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothUI/bin/Debug/Newtonsoft.Json.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothUI/bin/Debug/Newtonsoft.Json.xml -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothUI/bin/Debug/Templates/Assets/ag1.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothUI/bin/Debug/Templates/Assets/ag1.mp4 -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothUI/bin/Debug/Templates/genone.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothUI/bin/Debug/Templates/genone.json -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothUI/bin/Release/BluetoothUI.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothUI/bin/Release/BluetoothUI.exe -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothUI/bin/Release/BluetoothUI.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothUI/bin/Release/BluetoothUI.exe.config -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothUI/bin/Release/BluetoothUI.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothUI/bin/Release/BluetoothUI.pdb -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothUI/bin/Release/InTheHand.Net.Personal.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothUI/bin/Release/InTheHand.Net.Personal.dll -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothUI/bin/Release/InTheHand.Net.Personal.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothUI/bin/Release/InTheHand.Net.Personal.xml -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothUI/bin/Release/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothUI/bin/Release/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothUI/bin/Release/Newtonsoft.Json.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothUI/bin/Release/Newtonsoft.Json.xml -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothUI/obj/Debug/App.g.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothUI/obj/Debug/App.g.cs -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothUI/obj/Debug/App.g.i.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothUI/obj/Debug/App.g.i.cs -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothUI/obj/Debug/BluetoothUI.Properties.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothUI/obj/Debug/BluetoothUI.Properties.Resources.resources -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothUI/obj/Debug/BluetoothUI.csproj.CopyComplete: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothUI/obj/Debug/BluetoothUI.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothUI/obj/Debug/BluetoothUI.csproj.FileListAbsolute.txt -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothUI/obj/Debug/BluetoothUI.csproj.GenerateResource.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothUI/obj/Debug/BluetoothUI.csproj.GenerateResource.cache -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothUI/obj/Debug/BluetoothUI.csprojAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothUI/obj/Debug/BluetoothUI.csprojAssemblyReference.cache -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothUI/obj/Debug/BluetoothUI.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothUI/obj/Debug/BluetoothUI.exe -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothUI/obj/Debug/BluetoothUI.g.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothUI/obj/Debug/BluetoothUI.g.resources -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothUI/obj/Debug/BluetoothUI.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothUI/obj/Debug/BluetoothUI.pdb -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothUI/obj/Debug/BluetoothUI_Content.g.i.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothUI/obj/Debug/BluetoothUI_Content.g.i.cs -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothUI/obj/Debug/BluetoothUI_MarkupCompile.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothUI/obj/Debug/BluetoothUI_MarkupCompile.cache -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothUI/obj/Debug/BluetoothUI_MarkupCompile.i.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothUI/obj/Debug/BluetoothUI_MarkupCompile.i.cache -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothUI/obj/Debug/BluetoothUI_MarkupCompile.lref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothUI/obj/Debug/BluetoothUI_MarkupCompile.lref -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothUI/obj/Debug/Configurator.baml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothUI/obj/Debug/Configurator.baml -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothUI/obj/Debug/Configurator.g.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothUI/obj/Debug/Configurator.g.cs -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothUI/obj/Debug/Configurator.g.i.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothUI/obj/Debug/Configurator.g.i.cs -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothUI/obj/Debug/DarkUI.g.i.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothUI/obj/Debug/DarkUI.g.i.cs -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothUI/obj/Debug/DesignTimeResolveAssemblyReferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothUI/obj/Debug/DesignTimeResolveAssemblyReferences.cache -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothUI/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothUI/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothUI/obj/Debug/LightUI.baml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothUI/obj/Debug/LightUI.baml -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothUI/obj/Debug/LightUI.g.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothUI/obj/Debug/LightUI.g.cs -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothUI/obj/Debug/LightUI.g.i.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothUI/obj/Debug/LightUI.g.i.cs -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothUI/obj/Debug/MainUI.g.i.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothUI/obj/Debug/MainUI.g.i.cs -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothUI/obj/Debug/MainWindow.g.i.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothUI/obj/Debug/MainWindow.g.i.cs -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothUI/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothUI/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothUI/obj/Release/App.g.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothUI/obj/Release/App.g.cs -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothUI/obj/Release/App.g.i.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothUI/obj/Release/App.g.i.cs -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothUI/obj/Release/BluetoothUI.Properties.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothUI/obj/Release/BluetoothUI.Properties.Resources.resources -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothUI/obj/Release/BluetoothUI.csproj.CopyComplete: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothUI/obj/Release/BluetoothUI.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | abb61314afdee335d5df713433d1ab4f131852c5 2 | -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothUI/obj/Release/BluetoothUI.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothUI/obj/Release/BluetoothUI.csproj.FileListAbsolute.txt -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothUI/obj/Release/BluetoothUI.csproj.GenerateResource.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothUI/obj/Release/BluetoothUI.csproj.GenerateResource.cache -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothUI/obj/Release/BluetoothUI.csproj.ResolveComReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothUI/obj/Release/BluetoothUI.csproj.ResolveComReference.cache -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothUI/obj/Release/BluetoothUI.csprojAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothUI/obj/Release/BluetoothUI.csprojAssemblyReference.cache -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothUI/obj/Release/BluetoothUI.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothUI/obj/Release/BluetoothUI.exe -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothUI/obj/Release/BluetoothUI.g.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothUI/obj/Release/BluetoothUI.g.resources -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothUI/obj/Release/BluetoothUI.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothUI/obj/Release/BluetoothUI.pdb -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothUI/obj/Release/BluetoothUI_MarkupCompile.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothUI/obj/Release/BluetoothUI_MarkupCompile.cache -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothUI/obj/Release/BluetoothUI_MarkupCompile.i.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothUI/obj/Release/BluetoothUI_MarkupCompile.i.cache -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothUI/obj/Release/BluetoothUI_MarkupCompile.i.lref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothUI/obj/Release/BluetoothUI_MarkupCompile.i.lref -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothUI/obj/Release/BluetoothUI_MarkupCompile.lref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothUI/obj/Release/BluetoothUI_MarkupCompile.lref -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothUI/obj/Release/Configurator.baml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothUI/obj/Release/Configurator.baml -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothUI/obj/Release/Configurator.g.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothUI/obj/Release/Configurator.g.cs -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothUI/obj/Release/Configurator.g.i.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothUI/obj/Release/Configurator.g.i.cs -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothUI/obj/Release/DesignTimeResolveAssemblyReferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothUI/obj/Release/DesignTimeResolveAssemblyReferences.cache -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothUI/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothUI/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothUI/obj/Release/Interop.IWshRuntimeLibrary.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothUI/obj/Release/Interop.IWshRuntimeLibrary.dll -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothUI/obj/Release/LightUI.baml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothUI/obj/Release/LightUI.baml -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothUI/obj/Release/LightUI.g.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothUI/obj/Release/LightUI.g.cs -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothUI/obj/Release/LightUI.g.i.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothUI/obj/Release/LightUI.g.i.cs -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothUI/obj/Release/TempPE/Properties.Resources.Designer.cs.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothUI/obj/Release/TempPE/Properties.Resources.Designer.cs.dll -------------------------------------------------------------------------------- /AppleBluetoothUI/BluetoothUI/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/BluetoothUI/packages.config -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/32feet.NET.3.5.0.0/.signature.p7s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/32feet.NET.3.5.0.0/.signature.p7s -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/32feet.NET.3.5.0.0/32feet.NET.3.5.0.0.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/32feet.NET.3.5.0.0/32feet.NET.3.5.0.0.nupkg -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/32feet.NET.3.5.0.0/lib/net-cf/InTheHand.Net.Personal.XML: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/32feet.NET.3.5.0.0/lib/net-cf/InTheHand.Net.Personal.XML -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/32feet.NET.3.5.0.0/lib/net-cf/InTheHand.Net.Personal.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/32feet.NET.3.5.0.0/lib/net-cf/InTheHand.Net.Personal.dll -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/32feet.NET.3.5.0.0/lib/net/InTheHand.Net.Personal.XML: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/32feet.NET.3.5.0.0/lib/net/InTheHand.Net.Personal.XML -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/32feet.NET.3.5.0.0/lib/net/InTheHand.Net.Personal.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/32feet.NET.3.5.0.0/lib/net/InTheHand.Net.Personal.dll -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/.signature.p7s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/.signature.p7s -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/Microsoft.Windows.SDK.Contracts.10.0.18362.2005.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/Microsoft.Windows.SDK.Contracts.10.0.18362.2005.nupkg -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/build/Microsoft.Windows.SDK.Contracts.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/build/Microsoft.Windows.SDK.Contracts.props -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/build/Microsoft.Windows.SDK.Contracts.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/build/Microsoft.Windows.SDK.Contracts.targets -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/c/Catalogs/cat353be8f91891a6a5761b9ac157fa2ff1.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/c/Catalogs/cat353be8f91891a6a5761b9ac157fa2ff1.cat -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/c/Catalogs/cat4ec14c5368b7642563c070cd168960a8.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/c/Catalogs/cat4ec14c5368b7642563c070cd168960a8.cat -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/c/Catalogs/cate59830bab4961666e8d8c2af1e5fa771.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/c/Catalogs/cate59830bab4961666e8d8c2af1e5fa771.cat -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/ref/netstandard2.0/Windows.ApplicationModel.FullTrustAppContract.winmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/ref/netstandard2.0/Windows.ApplicationModel.FullTrustAppContract.winmd -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/ref/netstandard2.0/Windows.ApplicationModel.StartupTaskContract.winmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/ref/netstandard2.0/Windows.ApplicationModel.StartupTaskContract.winmd -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/ref/netstandard2.0/Windows.Devices.Custom.CustomDeviceContract.winmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/ref/netstandard2.0/Windows.Devices.Custom.CustomDeviceContract.winmd -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/ref/netstandard2.0/Windows.Devices.DevicesLowLevelContract.winmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/ref/netstandard2.0/Windows.Devices.DevicesLowLevelContract.winmd -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/ref/netstandard2.0/Windows.Devices.Printers.PrintersContract.winmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/ref/netstandard2.0/Windows.Devices.Printers.PrintersContract.winmd -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/ref/netstandard2.0/Windows.Devices.Sms.LegacySmsApiContract.winmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/ref/netstandard2.0/Windows.Devices.Sms.LegacySmsApiContract.winmd -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/ref/netstandard2.0/Windows.Foundation.FoundationContract.winmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/ref/netstandard2.0/Windows.Foundation.FoundationContract.winmd -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/ref/netstandard2.0/Windows.Foundation.UniversalApiContract.winmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/ref/netstandard2.0/Windows.Foundation.UniversalApiContract.winmd -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/ref/netstandard2.0/Windows.Gaming.UI.GameChatOverlayContract.winmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/ref/netstandard2.0/Windows.Gaming.UI.GameChatOverlayContract.winmd -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/ref/netstandard2.0/Windows.Gaming.UI.GamingUIProviderContract.winmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/ref/netstandard2.0/Windows.Gaming.UI.GamingUIProviderContract.winmd -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/ref/netstandard2.0/Windows.Gaming.XboxLive.StorageApiContract.winmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/ref/netstandard2.0/Windows.Gaming.XboxLive.StorageApiContract.winmd -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/ref/netstandard2.0/Windows.Media.Capture.AppBroadcastContract.winmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/ref/netstandard2.0/Windows.Media.Capture.AppBroadcastContract.winmd -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/ref/netstandard2.0/Windows.Media.Capture.AppCaptureContract.winmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/ref/netstandard2.0/Windows.Media.Capture.AppCaptureContract.winmd -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/ref/netstandard2.0/Windows.Media.Capture.GameBarContract.winmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/ref/netstandard2.0/Windows.Media.Capture.GameBarContract.winmd -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/ref/netstandard2.0/Windows.Media.Devices.CallControlContract.winmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/ref/netstandard2.0/Windows.Media.Devices.CallControlContract.winmd -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/ref/netstandard2.0/Windows.Media.MediaControlContract.winmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/ref/netstandard2.0/Windows.Media.MediaControlContract.winmd -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/ref/netstandard2.0/Windows.Media.Playlists.PlaylistsContract.winmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/ref/netstandard2.0/Windows.Media.Playlists.PlaylistsContract.winmd -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/ref/netstandard2.0/Windows.Phone.PhoneContract.winmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/ref/netstandard2.0/Windows.Phone.PhoneContract.winmd -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/ref/netstandard2.0/Windows.Services.Maps.GuidanceContract.winmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/ref/netstandard2.0/Windows.Services.Maps.GuidanceContract.winmd -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/ref/netstandard2.0/Windows.Services.Maps.LocalSearchContract.winmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/ref/netstandard2.0/Windows.Services.Maps.LocalSearchContract.winmd -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/ref/netstandard2.0/Windows.Services.Store.StoreContract.winmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/ref/netstandard2.0/Windows.Services.Store.StoreContract.winmd -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/ref/netstandard2.0/Windows.System.SystemManagementContract.winmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/ref/netstandard2.0/Windows.System.SystemManagementContract.winmd -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/ref/netstandard2.0/Windows.UI.Core.CoreWindowDialogsContract.winmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/ref/netstandard2.0/Windows.UI.Core.CoreWindowDialogsContract.winmd -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/ref/netstandard2.0/Windows.UI.Xaml.Hosting.HostingContract.winmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/ref/netstandard2.0/Windows.UI.Xaml.Hosting.HostingContract.winmd -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/ref/netstandard2.0/Windows.WinMD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/ref/netstandard2.0/Windows.WinMD -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/ref/netstandard2.0/en/Windows.Devices.DevicesLowLevelContract.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/ref/netstandard2.0/en/Windows.Devices.DevicesLowLevelContract.xml -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/ref/netstandard2.0/en/Windows.Devices.Printers.PrintersContract.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/ref/netstandard2.0/en/Windows.Devices.Printers.PrintersContract.xml -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/ref/netstandard2.0/en/Windows.Devices.Sms.LegacySmsApiContract.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/ref/netstandard2.0/en/Windows.Devices.Sms.LegacySmsApiContract.xml -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/ref/netstandard2.0/en/Windows.Foundation.FoundationContract.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/ref/netstandard2.0/en/Windows.Foundation.FoundationContract.xml -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/ref/netstandard2.0/en/Windows.Foundation.UniversalApiContract.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/ref/netstandard2.0/en/Windows.Foundation.UniversalApiContract.xml -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/ref/netstandard2.0/en/Windows.Media.Capture.AppCaptureContract.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/ref/netstandard2.0/en/Windows.Media.Capture.AppCaptureContract.xml -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/ref/netstandard2.0/en/Windows.Media.Devices.CallControlContract.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/ref/netstandard2.0/en/Windows.Media.Devices.CallControlContract.xml -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/ref/netstandard2.0/en/Windows.Media.MediaControlContract.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/ref/netstandard2.0/en/Windows.Media.MediaControlContract.xml -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/ref/netstandard2.0/en/Windows.Media.Playlists.PlaylistsContract.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/ref/netstandard2.0/en/Windows.Media.Playlists.PlaylistsContract.xml -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/ref/netstandard2.0/en/Windows.Phone.PhoneContract.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/ref/netstandard2.0/en/Windows.Phone.PhoneContract.xml -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/ref/netstandard2.0/en/Windows.Services.Maps.GuidanceContract.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/ref/netstandard2.0/en/Windows.Services.Maps.GuidanceContract.xml -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/ref/netstandard2.0/en/Windows.Services.Maps.LocalSearchContract.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/ref/netstandard2.0/en/Windows.Services.Maps.LocalSearchContract.xml -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/ref/netstandard2.0/en/Windows.Services.Store.StoreContract.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/ref/netstandard2.0/en/Windows.Services.Store.StoreContract.xml -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/ref/netstandard2.0/en/Windows.System.SystemManagementContract.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/ref/netstandard2.0/en/Windows.System.SystemManagementContract.xml -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/ref/netstandard2.0/en/Windows.UI.Core.CoreWindowDialogsContract.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/ref/netstandard2.0/en/Windows.UI.Core.CoreWindowDialogsContract.xml -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/ref/netstandard2.0/en/Windows.UI.Xaml.Hosting.HostingContract.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/Microsoft.Windows.SDK.Contracts.10.0.18362.2005/ref/netstandard2.0/en/Windows.UI.Xaml.Hosting.HostingContract.xml -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/Newtonsoft.Json.12.0.3/.signature.p7s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/Newtonsoft.Json.12.0.3/.signature.p7s -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/Newtonsoft.Json.12.0.3/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/Newtonsoft.Json.12.0.3/LICENSE.md -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/Newtonsoft.Json.12.0.3/Newtonsoft.Json.12.0.3.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/Newtonsoft.Json.12.0.3/Newtonsoft.Json.12.0.3.nupkg -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/Newtonsoft.Json.12.0.3/lib/net20/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/Newtonsoft.Json.12.0.3/lib/net20/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/Newtonsoft.Json.12.0.3/lib/net20/Newtonsoft.Json.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/Newtonsoft.Json.12.0.3/lib/net20/Newtonsoft.Json.xml -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/Newtonsoft.Json.12.0.3/lib/net35/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/Newtonsoft.Json.12.0.3/lib/net35/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/Newtonsoft.Json.12.0.3/lib/net35/Newtonsoft.Json.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/Newtonsoft.Json.12.0.3/lib/net35/Newtonsoft.Json.xml -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/Newtonsoft.Json.12.0.3/lib/net40/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/Newtonsoft.Json.12.0.3/lib/net40/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/Newtonsoft.Json.12.0.3/lib/net40/Newtonsoft.Json.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/Newtonsoft.Json.12.0.3/lib/net40/Newtonsoft.Json.xml -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/Newtonsoft.Json.12.0.3/lib/net45/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/Newtonsoft.Json.12.0.3/lib/net45/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/Newtonsoft.Json.12.0.3/lib/net45/Newtonsoft.Json.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/Newtonsoft.Json.12.0.3/lib/net45/Newtonsoft.Json.xml -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/Newtonsoft.Json.12.0.3/lib/netstandard1.0/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/Newtonsoft.Json.12.0.3/lib/netstandard1.0/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/Newtonsoft.Json.12.0.3/lib/netstandard1.0/Newtonsoft.Json.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/Newtonsoft.Json.12.0.3/lib/netstandard1.0/Newtonsoft.Json.xml -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/Newtonsoft.Json.12.0.3/lib/netstandard1.3/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/Newtonsoft.Json.12.0.3/lib/netstandard1.3/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/Newtonsoft.Json.12.0.3/lib/netstandard1.3/Newtonsoft.Json.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/Newtonsoft.Json.12.0.3/lib/netstandard1.3/Newtonsoft.Json.xml -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/Newtonsoft.Json.12.0.3/lib/netstandard2.0/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/Newtonsoft.Json.12.0.3/lib/netstandard2.0/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/Newtonsoft.Json.12.0.3/lib/netstandard2.0/Newtonsoft.Json.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/Newtonsoft.Json.12.0.3/lib/netstandard2.0/Newtonsoft.Json.xml -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/Newtonsoft.Json.12.0.3/lib/portable-net40+sl5+win8+wp8+wpa81/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/Newtonsoft.Json.12.0.3/lib/portable-net40+sl5+win8+wp8+wpa81/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/Newtonsoft.Json.12.0.3/lib/portable-net40+sl5+win8+wp8+wpa81/Newtonsoft.Json.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/Newtonsoft.Json.12.0.3/lib/portable-net40+sl5+win8+wp8+wpa81/Newtonsoft.Json.xml -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/Newtonsoft.Json.12.0.3/lib/portable-net45+win8+wp8+wpa81/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/Newtonsoft.Json.12.0.3/lib/portable-net45+win8+wp8+wpa81/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/Newtonsoft.Json.12.0.3/lib/portable-net45+win8+wp8+wpa81/Newtonsoft.Json.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/Newtonsoft.Json.12.0.3/lib/portable-net45+win8+wp8+wpa81/Newtonsoft.Json.xml -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/Newtonsoft.Json.12.0.3/packageIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/Newtonsoft.Json.12.0.3/packageIcon.png -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/.signature.p7s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/.signature.p7s -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/LICENSE.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/LICENSE.TXT -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/System.Runtime.WindowsRuntime.4.6.0.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/System.Runtime.WindowsRuntime.4.6.0.nupkg -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/THIRD-PARTY-NOTICES.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/THIRD-PARTY-NOTICES.TXT -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/build/net45/System.Runtime.WindowsRuntime.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/build/net45/System.Runtime.WindowsRuntime.targets -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/build/net451/System.Runtime.WindowsRuntime.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/build/net451/System.Runtime.WindowsRuntime.targets -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/build/net461/System.Runtime.WindowsRuntime.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/build/net461/System.Runtime.WindowsRuntime.targets -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/buildTransitive/net45/System.Runtime.WindowsRuntime.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/buildTransitive/net45/System.Runtime.WindowsRuntime.targets -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/buildTransitive/net451/System.Runtime.WindowsRuntime.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/buildTransitive/net451/System.Runtime.WindowsRuntime.targets -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/buildTransitive/net461/System.Runtime.WindowsRuntime.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/buildTransitive/net461/System.Runtime.WindowsRuntime.targets -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/lib/net45/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/lib/netstandard1.0/System.Runtime.WindowsRuntime.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/lib/netstandard1.0/System.Runtime.WindowsRuntime.dll -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/lib/netstandard1.0/System.Runtime.WindowsRuntime.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/lib/netstandard1.0/System.Runtime.WindowsRuntime.xml -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/lib/netstandard1.2/System.Runtime.WindowsRuntime.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/lib/netstandard1.2/System.Runtime.WindowsRuntime.dll -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/lib/netstandard1.2/System.Runtime.WindowsRuntime.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/lib/netstandard1.2/System.Runtime.WindowsRuntime.xml -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/lib/netstandard2.0/System.Runtime.WindowsRuntime.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/lib/netstandard2.0/System.Runtime.WindowsRuntime.dll -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/lib/netstandard2.0/System.Runtime.WindowsRuntime.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/lib/netstandard2.0/System.Runtime.WindowsRuntime.xml -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/lib/portable-win8+wp8+wpa81/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/lib/uap10.0.16299/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/lib/win8/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/lib/wp80/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/lib/wpa81/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/ref/net45/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/ref/netcore50/System.Runtime.WindowsRuntime.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/ref/netcore50/System.Runtime.WindowsRuntime.dll -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/ref/netcore50/System.Runtime.WindowsRuntime.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/ref/netcore50/System.Runtime.WindowsRuntime.xml -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/ref/netcore50/de/System.Runtime.WindowsRuntime.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/ref/netcore50/de/System.Runtime.WindowsRuntime.xml -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/ref/netcore50/es/System.Runtime.WindowsRuntime.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/ref/netcore50/es/System.Runtime.WindowsRuntime.xml -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/ref/netcore50/fr/System.Runtime.WindowsRuntime.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/ref/netcore50/fr/System.Runtime.WindowsRuntime.xml -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/ref/netcore50/it/System.Runtime.WindowsRuntime.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/ref/netcore50/it/System.Runtime.WindowsRuntime.xml -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/ref/netcore50/ja/System.Runtime.WindowsRuntime.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/ref/netcore50/ja/System.Runtime.WindowsRuntime.xml -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/ref/netcore50/ko/System.Runtime.WindowsRuntime.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/ref/netcore50/ko/System.Runtime.WindowsRuntime.xml -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/ref/netcore50/ru/System.Runtime.WindowsRuntime.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/ref/netcore50/ru/System.Runtime.WindowsRuntime.xml -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/ref/netcore50/zh-hans/System.Runtime.WindowsRuntime.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/ref/netcore50/zh-hans/System.Runtime.WindowsRuntime.xml -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/ref/netcore50/zh-hant/System.Runtime.WindowsRuntime.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/ref/netcore50/zh-hant/System.Runtime.WindowsRuntime.xml -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/ref/netstandard1.0/System.Runtime.WindowsRuntime.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/ref/netstandard1.0/System.Runtime.WindowsRuntime.dll -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/ref/netstandard1.0/System.Runtime.WindowsRuntime.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/ref/netstandard1.0/System.Runtime.WindowsRuntime.xml -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/ref/netstandard1.0/de/System.Runtime.WindowsRuntime.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/ref/netstandard1.0/de/System.Runtime.WindowsRuntime.xml -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/ref/netstandard1.0/es/System.Runtime.WindowsRuntime.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/ref/netstandard1.0/es/System.Runtime.WindowsRuntime.xml -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/ref/netstandard1.0/fr/System.Runtime.WindowsRuntime.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/ref/netstandard1.0/fr/System.Runtime.WindowsRuntime.xml -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/ref/netstandard1.0/it/System.Runtime.WindowsRuntime.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/ref/netstandard1.0/it/System.Runtime.WindowsRuntime.xml -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/ref/netstandard1.0/ja/System.Runtime.WindowsRuntime.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/ref/netstandard1.0/ja/System.Runtime.WindowsRuntime.xml -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/ref/netstandard1.0/ko/System.Runtime.WindowsRuntime.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/ref/netstandard1.0/ko/System.Runtime.WindowsRuntime.xml -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/ref/netstandard1.0/ru/System.Runtime.WindowsRuntime.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/ref/netstandard1.0/ru/System.Runtime.WindowsRuntime.xml -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/ref/netstandard1.0/zh-hans/System.Runtime.WindowsRuntime.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/ref/netstandard1.0/zh-hans/System.Runtime.WindowsRuntime.xml -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/ref/netstandard1.0/zh-hant/System.Runtime.WindowsRuntime.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/ref/netstandard1.0/zh-hant/System.Runtime.WindowsRuntime.xml -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/ref/netstandard1.2/System.Runtime.WindowsRuntime.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/ref/netstandard1.2/System.Runtime.WindowsRuntime.dll -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/ref/netstandard1.2/System.Runtime.WindowsRuntime.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/ref/netstandard1.2/System.Runtime.WindowsRuntime.xml -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/ref/netstandard1.2/de/System.Runtime.WindowsRuntime.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/ref/netstandard1.2/de/System.Runtime.WindowsRuntime.xml -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/ref/netstandard1.2/es/System.Runtime.WindowsRuntime.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/ref/netstandard1.2/es/System.Runtime.WindowsRuntime.xml -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/ref/netstandard1.2/fr/System.Runtime.WindowsRuntime.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/ref/netstandard1.2/fr/System.Runtime.WindowsRuntime.xml -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/ref/netstandard1.2/it/System.Runtime.WindowsRuntime.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/ref/netstandard1.2/it/System.Runtime.WindowsRuntime.xml -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/ref/netstandard1.2/ja/System.Runtime.WindowsRuntime.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/ref/netstandard1.2/ja/System.Runtime.WindowsRuntime.xml -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/ref/netstandard1.2/ko/System.Runtime.WindowsRuntime.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/ref/netstandard1.2/ko/System.Runtime.WindowsRuntime.xml -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/ref/netstandard1.2/ru/System.Runtime.WindowsRuntime.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/ref/netstandard1.2/ru/System.Runtime.WindowsRuntime.xml -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/ref/netstandard1.2/zh-hans/System.Runtime.WindowsRuntime.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/ref/netstandard1.2/zh-hans/System.Runtime.WindowsRuntime.xml -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/ref/netstandard1.2/zh-hant/System.Runtime.WindowsRuntime.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/ref/netstandard1.2/zh-hant/System.Runtime.WindowsRuntime.xml -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/ref/netstandard2.0/System.Runtime.WindowsRuntime.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/ref/netstandard2.0/System.Runtime.WindowsRuntime.dll -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/ref/netstandard2.0/System.Runtime.WindowsRuntime.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/ref/netstandard2.0/System.Runtime.WindowsRuntime.xml -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/ref/portable-win8+wp8+wpa81/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/ref/uap10.0.16299/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/ref/win8/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/ref/wp80/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/ref/wpa81/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/runtimes/win-aot/lib/netcore50/System.Runtime.WindowsRuntime.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/runtimes/win-aot/lib/netcore50/System.Runtime.WindowsRuntime.dll -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/runtimes/win-aot/lib/uap10.0.16299/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/runtimes/win/lib/netcore50/System.Runtime.WindowsRuntime.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/runtimes/win/lib/netcore50/System.Runtime.WindowsRuntime.dll -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/runtimes/win/lib/netcoreapp3.0/System.Runtime.WindowsRuntime.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/runtimes/win/lib/netcoreapp3.0/System.Runtime.WindowsRuntime.dll -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/runtimes/win/lib/netcoreapp3.0/System.Runtime.WindowsRuntime.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/runtimes/win/lib/netcoreapp3.0/System.Runtime.WindowsRuntime.xml -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/runtimes/win/lib/uap10.0.16299/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/useSharedDesignerContext.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.4.6.0/version.txt: -------------------------------------------------------------------------------- 1 | 4ac4c0367003fe3973a3648eb0715ddb0e3bbcea 2 | -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.UI.Xaml.4.6.0/.signature.p7s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.UI.Xaml.4.6.0/.signature.p7s -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.UI.Xaml.4.6.0/LICENSE.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.UI.Xaml.4.6.0/LICENSE.TXT -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.UI.Xaml.4.6.0/System.Runtime.WindowsRuntime.UI.Xaml.4.6.0.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.UI.Xaml.4.6.0/System.Runtime.WindowsRuntime.UI.Xaml.4.6.0.nupkg -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.UI.Xaml.4.6.0/THIRD-PARTY-NOTICES.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.UI.Xaml.4.6.0/THIRD-PARTY-NOTICES.TXT -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.UI.Xaml.4.6.0/build/net45/System.Runtime.WindowsRuntime.UI.Xaml.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.UI.Xaml.4.6.0/build/net45/System.Runtime.WindowsRuntime.UI.Xaml.targets -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.UI.Xaml.4.6.0/build/net461/System.Runtime.WindowsRuntime.UI.Xaml.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.UI.Xaml.4.6.0/build/net461/System.Runtime.WindowsRuntime.UI.Xaml.targets -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.UI.Xaml.4.6.0/lib/net45/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.UI.Xaml.4.6.0/lib/netstandard1.1/System.Runtime.WindowsRuntime.UI.Xaml.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.UI.Xaml.4.6.0/lib/netstandard1.1/System.Runtime.WindowsRuntime.UI.Xaml.dll -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.UI.Xaml.4.6.0/lib/netstandard1.1/System.Runtime.WindowsRuntime.UI.Xaml.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.UI.Xaml.4.6.0/lib/netstandard1.1/System.Runtime.WindowsRuntime.UI.Xaml.xml -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.UI.Xaml.4.6.0/lib/netstandard2.0/System.Runtime.WindowsRuntime.UI.Xaml.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.UI.Xaml.4.6.0/lib/netstandard2.0/System.Runtime.WindowsRuntime.UI.Xaml.dll -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.UI.Xaml.4.6.0/lib/netstandard2.0/System.Runtime.WindowsRuntime.UI.Xaml.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.UI.Xaml.4.6.0/lib/netstandard2.0/System.Runtime.WindowsRuntime.UI.Xaml.xml -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.UI.Xaml.4.6.0/lib/portable-win8+wpa81/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.UI.Xaml.4.6.0/lib/uap10.0.16299/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.UI.Xaml.4.6.0/lib/win8/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.UI.Xaml.4.6.0/lib/wpa81/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.UI.Xaml.4.6.0/ref/net45/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.UI.Xaml.4.6.0/ref/netcore50/System.Runtime.WindowsRuntime.UI.Xaml.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.UI.Xaml.4.6.0/ref/netcore50/System.Runtime.WindowsRuntime.UI.Xaml.dll -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.UI.Xaml.4.6.0/ref/netcore50/System.Runtime.WindowsRuntime.UI.Xaml.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.UI.Xaml.4.6.0/ref/netcore50/System.Runtime.WindowsRuntime.UI.Xaml.xml -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.UI.Xaml.4.6.0/ref/netcore50/de/System.Runtime.WindowsRuntime.UI.Xaml.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.UI.Xaml.4.6.0/ref/netcore50/de/System.Runtime.WindowsRuntime.UI.Xaml.xml -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.UI.Xaml.4.6.0/ref/netcore50/es/System.Runtime.WindowsRuntime.UI.Xaml.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.UI.Xaml.4.6.0/ref/netcore50/es/System.Runtime.WindowsRuntime.UI.Xaml.xml -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.UI.Xaml.4.6.0/ref/netcore50/fr/System.Runtime.WindowsRuntime.UI.Xaml.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.UI.Xaml.4.6.0/ref/netcore50/fr/System.Runtime.WindowsRuntime.UI.Xaml.xml -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.UI.Xaml.4.6.0/ref/netcore50/it/System.Runtime.WindowsRuntime.UI.Xaml.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.UI.Xaml.4.6.0/ref/netcore50/it/System.Runtime.WindowsRuntime.UI.Xaml.xml -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.UI.Xaml.4.6.0/ref/netcore50/ja/System.Runtime.WindowsRuntime.UI.Xaml.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.UI.Xaml.4.6.0/ref/netcore50/ja/System.Runtime.WindowsRuntime.UI.Xaml.xml -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.UI.Xaml.4.6.0/ref/netcore50/ko/System.Runtime.WindowsRuntime.UI.Xaml.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.UI.Xaml.4.6.0/ref/netcore50/ko/System.Runtime.WindowsRuntime.UI.Xaml.xml -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.UI.Xaml.4.6.0/ref/netcore50/ru/System.Runtime.WindowsRuntime.UI.Xaml.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.UI.Xaml.4.6.0/ref/netcore50/ru/System.Runtime.WindowsRuntime.UI.Xaml.xml -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.UI.Xaml.4.6.0/ref/netcore50/zh-hans/System.Runtime.WindowsRuntime.UI.Xaml.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.UI.Xaml.4.6.0/ref/netcore50/zh-hans/System.Runtime.WindowsRuntime.UI.Xaml.xml -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.UI.Xaml.4.6.0/ref/netcore50/zh-hant/System.Runtime.WindowsRuntime.UI.Xaml.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.UI.Xaml.4.6.0/ref/netcore50/zh-hant/System.Runtime.WindowsRuntime.UI.Xaml.xml -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.UI.Xaml.4.6.0/ref/netstandard1.1/System.Runtime.WindowsRuntime.UI.Xaml.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.UI.Xaml.4.6.0/ref/netstandard1.1/System.Runtime.WindowsRuntime.UI.Xaml.dll -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.UI.Xaml.4.6.0/ref/netstandard1.1/System.Runtime.WindowsRuntime.UI.Xaml.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.UI.Xaml.4.6.0/ref/netstandard1.1/System.Runtime.WindowsRuntime.UI.Xaml.xml -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.UI.Xaml.4.6.0/ref/netstandard1.1/de/System.Runtime.WindowsRuntime.UI.Xaml.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.UI.Xaml.4.6.0/ref/netstandard1.1/de/System.Runtime.WindowsRuntime.UI.Xaml.xml -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.UI.Xaml.4.6.0/ref/netstandard1.1/es/System.Runtime.WindowsRuntime.UI.Xaml.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.UI.Xaml.4.6.0/ref/netstandard1.1/es/System.Runtime.WindowsRuntime.UI.Xaml.xml -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.UI.Xaml.4.6.0/ref/netstandard1.1/fr/System.Runtime.WindowsRuntime.UI.Xaml.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.UI.Xaml.4.6.0/ref/netstandard1.1/fr/System.Runtime.WindowsRuntime.UI.Xaml.xml -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.UI.Xaml.4.6.0/ref/netstandard1.1/it/System.Runtime.WindowsRuntime.UI.Xaml.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.UI.Xaml.4.6.0/ref/netstandard1.1/it/System.Runtime.WindowsRuntime.UI.Xaml.xml -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.UI.Xaml.4.6.0/ref/netstandard1.1/ja/System.Runtime.WindowsRuntime.UI.Xaml.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.UI.Xaml.4.6.0/ref/netstandard1.1/ja/System.Runtime.WindowsRuntime.UI.Xaml.xml -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.UI.Xaml.4.6.0/ref/netstandard1.1/ko/System.Runtime.WindowsRuntime.UI.Xaml.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.UI.Xaml.4.6.0/ref/netstandard1.1/ko/System.Runtime.WindowsRuntime.UI.Xaml.xml -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.UI.Xaml.4.6.0/ref/netstandard1.1/ru/System.Runtime.WindowsRuntime.UI.Xaml.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.UI.Xaml.4.6.0/ref/netstandard1.1/ru/System.Runtime.WindowsRuntime.UI.Xaml.xml -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.UI.Xaml.4.6.0/ref/netstandard1.1/zh-hans/System.Runtime.WindowsRuntime.UI.Xaml.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.UI.Xaml.4.6.0/ref/netstandard1.1/zh-hans/System.Runtime.WindowsRuntime.UI.Xaml.xml -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.UI.Xaml.4.6.0/ref/netstandard1.1/zh-hant/System.Runtime.WindowsRuntime.UI.Xaml.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.UI.Xaml.4.6.0/ref/netstandard1.1/zh-hant/System.Runtime.WindowsRuntime.UI.Xaml.xml -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.UI.Xaml.4.6.0/ref/netstandard2.0/System.Runtime.WindowsRuntime.UI.Xaml.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.UI.Xaml.4.6.0/ref/netstandard2.0/System.Runtime.WindowsRuntime.UI.Xaml.dll -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.UI.Xaml.4.6.0/ref/netstandard2.0/System.Runtime.WindowsRuntime.UI.Xaml.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.UI.Xaml.4.6.0/ref/netstandard2.0/System.Runtime.WindowsRuntime.UI.Xaml.xml -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.UI.Xaml.4.6.0/ref/portable-win8+wpa81/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.UI.Xaml.4.6.0/ref/uap10.0.16299/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.UI.Xaml.4.6.0/ref/win8/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.UI.Xaml.4.6.0/ref/wpa81/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.UI.Xaml.4.6.0/runtimes/win-aot/lib/uap10.0.16299/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.UI.Xaml.4.6.0/runtimes/win/lib/netcore50/System.Runtime.WindowsRuntime.UI.Xaml.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.UI.Xaml.4.6.0/runtimes/win/lib/netcore50/System.Runtime.WindowsRuntime.UI.Xaml.dll -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.UI.Xaml.4.6.0/runtimes/win/lib/uap10.0.16299/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.UI.Xaml.4.6.0/useSharedDesignerContext.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AppleBluetoothUI/packages/System.Runtime.WindowsRuntime.UI.Xaml.4.6.0/version.txt: -------------------------------------------------------------------------------- 1 | 4ac4c0367003fe3973a3648eb0715ddb0e3bbcea 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/README.md -------------------------------------------------------------------------------- /howtoinstall.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/howtoinstall.md -------------------------------------------------------------------------------- /instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josem1942/AirPods-for-Windows/HEAD/instructions.md -------------------------------------------------------------------------------- /version.txt: -------------------------------------------------------------------------------- 1 | 0.3.4 2 | --------------------------------------------------------------------------------