Added multi-target support for .NET Framework and .NET Standard 2.0. Now the library can be used also with .NET Core 3.0 WPF and Windows Forms apps.

This commit is contained in:
Matteo Pagani 2019-01-29 14:07:53 +01:00
Родитель bd653eb2ee
Коммит 8cd8759362
54 изменённых файлов: 427 добавлений и 255 удалений

Просмотреть файл

@ -1,29 +1,35 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.13
# Visual Studio Version 16
VisualStudioVersion = 16.0.28516.95
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DesktopBridge.Helpers", "DesktopBridge.Helpers\DesktopBridge.Helpers.csproj", "{1E4B9F8E-2492-4AC0-B82C-8F9363720712}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{D14A6F7B-27DA-4C28-A976-8CED01378EA5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ConsoleApplication", "ConsoleApplication", "{89B15E8C-428F-4D07-8668-73D59AB5D285}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleApplication.App", "Samples\ConsoleApplication\ConsoleApplication.App\ConsoleApplication.App.csproj", "{FFBF21BB-8303-4470-9152-EC57C42716B1}"
EndProject
Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "ConsoleApplication.Package", "Samples\ConsoleApplication\ConsoleApplication.Package\ConsoleApplication.Package.jsproj", "{B478698C-E051-41C2-9CFE-7911CA1A79C2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Windows Forms", "Windows Forms", "{30F30CDB-23F6-4A95-A07F-3D47136B9204}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WindowsForms.App", "Samples\WindowsForms\WindowsForms.App\WindowsForms.App.csproj", "{96DA9A20-B822-4F4E-899B-D3C6E1DC268E}"
EndProject
Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "WindowsForms.Package", "Samples\WindowsForms\WindowsForms.Package\WindowsForms.Package.jsproj", "{E79EE7A0-FBE8-477B-B3F1-B612E2A7E586}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "WPF", "WPF", "{04445F10-A8B7-47DB-8894-C5C0BE70625C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WpfApplication.App", "Samples\WpfApplication\WpfApplication.App\WpfApplication.App.csproj", "{FE9FDF70-8019-49C9-9563-1ABA1F56EB4D}"
EndProject
Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "WpfApplication.Package", "Samples\WpfApplication\WpfApplication.Package\WpfApplication.Package.jsproj", "{D26C3D78-68D6-4367-BF2F-36D11811EDF5}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DesktopBridge.Helpers", "DesktopBridge.Helpers\DesktopBridge.Helpers.csproj", "{D76EC0C3-9EDF-4917-9541-1AE875746472}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "WPF (.NET Core)", "WPF (.NET Core)", "{C084AA33-D41A-4070-9D82-DC17B020A14A}"
EndProject
Project("{C7167F0D-BC9F-4E6E-AFE1-012C56B48DB5}") = "ConsoleApplication.Package", "Samples\ConsoleApplication\ConsoleApplication.Package\ConsoleApplication.Package.wapproj", "{A76FF0C5-23A3-4A7B-B671-BBBA24730713}"
EndProject
Project("{C7167F0D-BC9F-4E6E-AFE1-012C56B48DB5}") = "WindowsForms.Package", "Samples\WindowsForms\WindowsForms.Package\WindowsForms.Package.wapproj", "{479AD728-507B-436A-82D9-821179E13A99}"
EndProject
Project("{C7167F0D-BC9F-4E6E-AFE1-012C56B48DB5}") = "WpfApplication.Package", "Samples\WpfApplication\WpfApplication.Package\WpfApplication.Package.wapproj", "{E373C139-D35D-45B8-8CC9-69A4418F6EAD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WpfNetCore.App", "Samples\WpfNetCore\WpfNetCore.App\WpfNetCore.App.csproj", "{C6499739-404D-4781-84FC-824A658A8AE8}"
EndProject
Project("{C7167F0D-BC9F-4E6E-AFE1-012C56B48DB5}") = "WpfNetCore.Package", "Samples\WpfNetCore\WpfNetCore.Package\WpfNetCore.Package.wapproj", "{2B30574C-E498-4F2E-9B66-7B18B701634C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@ -37,22 +43,6 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1E4B9F8E-2492-4AC0-B82C-8F9363720712}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1E4B9F8E-2492-4AC0-B82C-8F9363720712}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1E4B9F8E-2492-4AC0-B82C-8F9363720712}.Debug|ARM.ActiveCfg = Debug|Any CPU
{1E4B9F8E-2492-4AC0-B82C-8F9363720712}.Debug|ARM.Build.0 = Debug|Any CPU
{1E4B9F8E-2492-4AC0-B82C-8F9363720712}.Debug|x64.ActiveCfg = Debug|Any CPU
{1E4B9F8E-2492-4AC0-B82C-8F9363720712}.Debug|x64.Build.0 = Debug|Any CPU
{1E4B9F8E-2492-4AC0-B82C-8F9363720712}.Debug|x86.ActiveCfg = Debug|Any CPU
{1E4B9F8E-2492-4AC0-B82C-8F9363720712}.Debug|x86.Build.0 = Debug|Any CPU
{1E4B9F8E-2492-4AC0-B82C-8F9363720712}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1E4B9F8E-2492-4AC0-B82C-8F9363720712}.Release|Any CPU.Build.0 = Release|Any CPU
{1E4B9F8E-2492-4AC0-B82C-8F9363720712}.Release|ARM.ActiveCfg = Release|Any CPU
{1E4B9F8E-2492-4AC0-B82C-8F9363720712}.Release|ARM.Build.0 = Release|Any CPU
{1E4B9F8E-2492-4AC0-B82C-8F9363720712}.Release|x64.ActiveCfg = Release|Any CPU
{1E4B9F8E-2492-4AC0-B82C-8F9363720712}.Release|x64.Build.0 = Release|Any CPU
{1E4B9F8E-2492-4AC0-B82C-8F9363720712}.Release|x86.ActiveCfg = Release|Any CPU
{1E4B9F8E-2492-4AC0-B82C-8F9363720712}.Release|x86.Build.0 = Release|Any CPU
{FFBF21BB-8303-4470-9152-EC57C42716B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FFBF21BB-8303-4470-9152-EC57C42716B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FFBF21BB-8303-4470-9152-EC57C42716B1}.Debug|ARM.ActiveCfg = Debug|Any CPU
@ -69,30 +59,6 @@ Global
{FFBF21BB-8303-4470-9152-EC57C42716B1}.Release|x64.Build.0 = Release|Any CPU
{FFBF21BB-8303-4470-9152-EC57C42716B1}.Release|x86.ActiveCfg = Release|Any CPU
{FFBF21BB-8303-4470-9152-EC57C42716B1}.Release|x86.Build.0 = Release|Any CPU
{B478698C-E051-41C2-9CFE-7911CA1A79C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B478698C-E051-41C2-9CFE-7911CA1A79C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B478698C-E051-41C2-9CFE-7911CA1A79C2}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{B478698C-E051-41C2-9CFE-7911CA1A79C2}.Debug|ARM.ActiveCfg = Debug|ARM
{B478698C-E051-41C2-9CFE-7911CA1A79C2}.Debug|ARM.Build.0 = Debug|ARM
{B478698C-E051-41C2-9CFE-7911CA1A79C2}.Debug|ARM.Deploy.0 = Debug|ARM
{B478698C-E051-41C2-9CFE-7911CA1A79C2}.Debug|x64.ActiveCfg = Debug|x64
{B478698C-E051-41C2-9CFE-7911CA1A79C2}.Debug|x64.Build.0 = Debug|x64
{B478698C-E051-41C2-9CFE-7911CA1A79C2}.Debug|x64.Deploy.0 = Debug|x64
{B478698C-E051-41C2-9CFE-7911CA1A79C2}.Debug|x86.ActiveCfg = Debug|x86
{B478698C-E051-41C2-9CFE-7911CA1A79C2}.Debug|x86.Build.0 = Debug|x86
{B478698C-E051-41C2-9CFE-7911CA1A79C2}.Debug|x86.Deploy.0 = Debug|x86
{B478698C-E051-41C2-9CFE-7911CA1A79C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B478698C-E051-41C2-9CFE-7911CA1A79C2}.Release|Any CPU.Build.0 = Release|Any CPU
{B478698C-E051-41C2-9CFE-7911CA1A79C2}.Release|Any CPU.Deploy.0 = Release|Any CPU
{B478698C-E051-41C2-9CFE-7911CA1A79C2}.Release|ARM.ActiveCfg = Release|ARM
{B478698C-E051-41C2-9CFE-7911CA1A79C2}.Release|ARM.Build.0 = Release|ARM
{B478698C-E051-41C2-9CFE-7911CA1A79C2}.Release|ARM.Deploy.0 = Release|ARM
{B478698C-E051-41C2-9CFE-7911CA1A79C2}.Release|x64.ActiveCfg = Release|x64
{B478698C-E051-41C2-9CFE-7911CA1A79C2}.Release|x64.Build.0 = Release|x64
{B478698C-E051-41C2-9CFE-7911CA1A79C2}.Release|x64.Deploy.0 = Release|x64
{B478698C-E051-41C2-9CFE-7911CA1A79C2}.Release|x86.ActiveCfg = Release|x86
{B478698C-E051-41C2-9CFE-7911CA1A79C2}.Release|x86.Build.0 = Release|x86
{B478698C-E051-41C2-9CFE-7911CA1A79C2}.Release|x86.Deploy.0 = Release|x86
{96DA9A20-B822-4F4E-899B-D3C6E1DC268E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{96DA9A20-B822-4F4E-899B-D3C6E1DC268E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{96DA9A20-B822-4F4E-899B-D3C6E1DC268E}.Debug|ARM.ActiveCfg = Debug|Any CPU
@ -109,30 +75,6 @@ Global
{96DA9A20-B822-4F4E-899B-D3C6E1DC268E}.Release|x64.Build.0 = Release|Any CPU
{96DA9A20-B822-4F4E-899B-D3C6E1DC268E}.Release|x86.ActiveCfg = Release|Any CPU
{96DA9A20-B822-4F4E-899B-D3C6E1DC268E}.Release|x86.Build.0 = Release|Any CPU
{E79EE7A0-FBE8-477B-B3F1-B612E2A7E586}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E79EE7A0-FBE8-477B-B3F1-B612E2A7E586}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E79EE7A0-FBE8-477B-B3F1-B612E2A7E586}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{E79EE7A0-FBE8-477B-B3F1-B612E2A7E586}.Debug|ARM.ActiveCfg = Debug|ARM
{E79EE7A0-FBE8-477B-B3F1-B612E2A7E586}.Debug|ARM.Build.0 = Debug|ARM
{E79EE7A0-FBE8-477B-B3F1-B612E2A7E586}.Debug|ARM.Deploy.0 = Debug|ARM
{E79EE7A0-FBE8-477B-B3F1-B612E2A7E586}.Debug|x64.ActiveCfg = Debug|x64
{E79EE7A0-FBE8-477B-B3F1-B612E2A7E586}.Debug|x64.Build.0 = Debug|x64
{E79EE7A0-FBE8-477B-B3F1-B612E2A7E586}.Debug|x64.Deploy.0 = Debug|x64
{E79EE7A0-FBE8-477B-B3F1-B612E2A7E586}.Debug|x86.ActiveCfg = Debug|x86
{E79EE7A0-FBE8-477B-B3F1-B612E2A7E586}.Debug|x86.Build.0 = Debug|x86
{E79EE7A0-FBE8-477B-B3F1-B612E2A7E586}.Debug|x86.Deploy.0 = Debug|x86
{E79EE7A0-FBE8-477B-B3F1-B612E2A7E586}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E79EE7A0-FBE8-477B-B3F1-B612E2A7E586}.Release|Any CPU.Build.0 = Release|Any CPU
{E79EE7A0-FBE8-477B-B3F1-B612E2A7E586}.Release|Any CPU.Deploy.0 = Release|Any CPU
{E79EE7A0-FBE8-477B-B3F1-B612E2A7E586}.Release|ARM.ActiveCfg = Release|ARM
{E79EE7A0-FBE8-477B-B3F1-B612E2A7E586}.Release|ARM.Build.0 = Release|ARM
{E79EE7A0-FBE8-477B-B3F1-B612E2A7E586}.Release|ARM.Deploy.0 = Release|ARM
{E79EE7A0-FBE8-477B-B3F1-B612E2A7E586}.Release|x64.ActiveCfg = Release|x64
{E79EE7A0-FBE8-477B-B3F1-B612E2A7E586}.Release|x64.Build.0 = Release|x64
{E79EE7A0-FBE8-477B-B3F1-B612E2A7E586}.Release|x64.Deploy.0 = Release|x64
{E79EE7A0-FBE8-477B-B3F1-B612E2A7E586}.Release|x86.ActiveCfg = Release|x86
{E79EE7A0-FBE8-477B-B3F1-B612E2A7E586}.Release|x86.Build.0 = Release|x86
{E79EE7A0-FBE8-477B-B3F1-B612E2A7E586}.Release|x86.Deploy.0 = Release|x86
{FE9FDF70-8019-49C9-9563-1ABA1F56EB4D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FE9FDF70-8019-49C9-9563-1ABA1F56EB4D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FE9FDF70-8019-49C9-9563-1ABA1F56EB4D}.Debug|ARM.ActiveCfg = Debug|Any CPU
@ -149,30 +91,134 @@ Global
{FE9FDF70-8019-49C9-9563-1ABA1F56EB4D}.Release|x64.Build.0 = Release|Any CPU
{FE9FDF70-8019-49C9-9563-1ABA1F56EB4D}.Release|x86.ActiveCfg = Release|Any CPU
{FE9FDF70-8019-49C9-9563-1ABA1F56EB4D}.Release|x86.Build.0 = Release|Any CPU
{D26C3D78-68D6-4367-BF2F-36D11811EDF5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D26C3D78-68D6-4367-BF2F-36D11811EDF5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D26C3D78-68D6-4367-BF2F-36D11811EDF5}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{D26C3D78-68D6-4367-BF2F-36D11811EDF5}.Debug|ARM.ActiveCfg = Debug|ARM
{D26C3D78-68D6-4367-BF2F-36D11811EDF5}.Debug|ARM.Build.0 = Debug|ARM
{D26C3D78-68D6-4367-BF2F-36D11811EDF5}.Debug|ARM.Deploy.0 = Debug|ARM
{D26C3D78-68D6-4367-BF2F-36D11811EDF5}.Debug|x64.ActiveCfg = Debug|x64
{D26C3D78-68D6-4367-BF2F-36D11811EDF5}.Debug|x64.Build.0 = Debug|x64
{D26C3D78-68D6-4367-BF2F-36D11811EDF5}.Debug|x64.Deploy.0 = Debug|x64
{D26C3D78-68D6-4367-BF2F-36D11811EDF5}.Debug|x86.ActiveCfg = Debug|x86
{D26C3D78-68D6-4367-BF2F-36D11811EDF5}.Debug|x86.Build.0 = Debug|x86
{D26C3D78-68D6-4367-BF2F-36D11811EDF5}.Debug|x86.Deploy.0 = Debug|x86
{D26C3D78-68D6-4367-BF2F-36D11811EDF5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D26C3D78-68D6-4367-BF2F-36D11811EDF5}.Release|Any CPU.Build.0 = Release|Any CPU
{D26C3D78-68D6-4367-BF2F-36D11811EDF5}.Release|Any CPU.Deploy.0 = Release|Any CPU
{D26C3D78-68D6-4367-BF2F-36D11811EDF5}.Release|ARM.ActiveCfg = Release|ARM
{D26C3D78-68D6-4367-BF2F-36D11811EDF5}.Release|ARM.Build.0 = Release|ARM
{D26C3D78-68D6-4367-BF2F-36D11811EDF5}.Release|ARM.Deploy.0 = Release|ARM
{D26C3D78-68D6-4367-BF2F-36D11811EDF5}.Release|x64.ActiveCfg = Release|x64
{D26C3D78-68D6-4367-BF2F-36D11811EDF5}.Release|x64.Build.0 = Release|x64
{D26C3D78-68D6-4367-BF2F-36D11811EDF5}.Release|x64.Deploy.0 = Release|x64
{D26C3D78-68D6-4367-BF2F-36D11811EDF5}.Release|x86.ActiveCfg = Release|x86
{D26C3D78-68D6-4367-BF2F-36D11811EDF5}.Release|x86.Build.0 = Release|x86
{D26C3D78-68D6-4367-BF2F-36D11811EDF5}.Release|x86.Deploy.0 = Release|x86
{D76EC0C3-9EDF-4917-9541-1AE875746472}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D76EC0C3-9EDF-4917-9541-1AE875746472}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D76EC0C3-9EDF-4917-9541-1AE875746472}.Debug|ARM.ActiveCfg = Debug|Any CPU
{D76EC0C3-9EDF-4917-9541-1AE875746472}.Debug|ARM.Build.0 = Debug|Any CPU
{D76EC0C3-9EDF-4917-9541-1AE875746472}.Debug|x64.ActiveCfg = Debug|Any CPU
{D76EC0C3-9EDF-4917-9541-1AE875746472}.Debug|x64.Build.0 = Debug|Any CPU
{D76EC0C3-9EDF-4917-9541-1AE875746472}.Debug|x86.ActiveCfg = Debug|Any CPU
{D76EC0C3-9EDF-4917-9541-1AE875746472}.Debug|x86.Build.0 = Debug|Any CPU
{D76EC0C3-9EDF-4917-9541-1AE875746472}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D76EC0C3-9EDF-4917-9541-1AE875746472}.Release|Any CPU.Build.0 = Release|Any CPU
{D76EC0C3-9EDF-4917-9541-1AE875746472}.Release|ARM.ActiveCfg = Release|Any CPU
{D76EC0C3-9EDF-4917-9541-1AE875746472}.Release|ARM.Build.0 = Release|Any CPU
{D76EC0C3-9EDF-4917-9541-1AE875746472}.Release|x64.ActiveCfg = Release|Any CPU
{D76EC0C3-9EDF-4917-9541-1AE875746472}.Release|x64.Build.0 = Release|Any CPU
{D76EC0C3-9EDF-4917-9541-1AE875746472}.Release|x86.ActiveCfg = Release|Any CPU
{D76EC0C3-9EDF-4917-9541-1AE875746472}.Release|x86.Build.0 = Release|Any CPU
{A76FF0C5-23A3-4A7B-B671-BBBA24730713}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A76FF0C5-23A3-4A7B-B671-BBBA24730713}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A76FF0C5-23A3-4A7B-B671-BBBA24730713}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{A76FF0C5-23A3-4A7B-B671-BBBA24730713}.Debug|ARM.ActiveCfg = Debug|Any CPU
{A76FF0C5-23A3-4A7B-B671-BBBA24730713}.Debug|ARM.Build.0 = Debug|Any CPU
{A76FF0C5-23A3-4A7B-B671-BBBA24730713}.Debug|ARM.Deploy.0 = Debug|Any CPU
{A76FF0C5-23A3-4A7B-B671-BBBA24730713}.Debug|x64.ActiveCfg = Debug|x64
{A76FF0C5-23A3-4A7B-B671-BBBA24730713}.Debug|x64.Build.0 = Debug|x64
{A76FF0C5-23A3-4A7B-B671-BBBA24730713}.Debug|x64.Deploy.0 = Debug|x64
{A76FF0C5-23A3-4A7B-B671-BBBA24730713}.Debug|x86.ActiveCfg = Debug|x86
{A76FF0C5-23A3-4A7B-B671-BBBA24730713}.Debug|x86.Build.0 = Debug|x86
{A76FF0C5-23A3-4A7B-B671-BBBA24730713}.Debug|x86.Deploy.0 = Debug|x86
{A76FF0C5-23A3-4A7B-B671-BBBA24730713}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A76FF0C5-23A3-4A7B-B671-BBBA24730713}.Release|Any CPU.Build.0 = Release|Any CPU
{A76FF0C5-23A3-4A7B-B671-BBBA24730713}.Release|Any CPU.Deploy.0 = Release|Any CPU
{A76FF0C5-23A3-4A7B-B671-BBBA24730713}.Release|ARM.ActiveCfg = Release|Any CPU
{A76FF0C5-23A3-4A7B-B671-BBBA24730713}.Release|ARM.Build.0 = Release|Any CPU
{A76FF0C5-23A3-4A7B-B671-BBBA24730713}.Release|ARM.Deploy.0 = Release|Any CPU
{A76FF0C5-23A3-4A7B-B671-BBBA24730713}.Release|x64.ActiveCfg = Release|x64
{A76FF0C5-23A3-4A7B-B671-BBBA24730713}.Release|x64.Build.0 = Release|x64
{A76FF0C5-23A3-4A7B-B671-BBBA24730713}.Release|x64.Deploy.0 = Release|x64
{A76FF0C5-23A3-4A7B-B671-BBBA24730713}.Release|x86.ActiveCfg = Release|x86
{A76FF0C5-23A3-4A7B-B671-BBBA24730713}.Release|x86.Build.0 = Release|x86
{A76FF0C5-23A3-4A7B-B671-BBBA24730713}.Release|x86.Deploy.0 = Release|x86
{479AD728-507B-436A-82D9-821179E13A99}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{479AD728-507B-436A-82D9-821179E13A99}.Debug|Any CPU.Build.0 = Debug|Any CPU
{479AD728-507B-436A-82D9-821179E13A99}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{479AD728-507B-436A-82D9-821179E13A99}.Debug|ARM.ActiveCfg = Debug|Any CPU
{479AD728-507B-436A-82D9-821179E13A99}.Debug|ARM.Build.0 = Debug|Any CPU
{479AD728-507B-436A-82D9-821179E13A99}.Debug|ARM.Deploy.0 = Debug|Any CPU
{479AD728-507B-436A-82D9-821179E13A99}.Debug|x64.ActiveCfg = Debug|x64
{479AD728-507B-436A-82D9-821179E13A99}.Debug|x64.Build.0 = Debug|x64
{479AD728-507B-436A-82D9-821179E13A99}.Debug|x64.Deploy.0 = Debug|x64
{479AD728-507B-436A-82D9-821179E13A99}.Debug|x86.ActiveCfg = Debug|x86
{479AD728-507B-436A-82D9-821179E13A99}.Debug|x86.Build.0 = Debug|x86
{479AD728-507B-436A-82D9-821179E13A99}.Debug|x86.Deploy.0 = Debug|x86
{479AD728-507B-436A-82D9-821179E13A99}.Release|Any CPU.ActiveCfg = Release|Any CPU
{479AD728-507B-436A-82D9-821179E13A99}.Release|Any CPU.Build.0 = Release|Any CPU
{479AD728-507B-436A-82D9-821179E13A99}.Release|Any CPU.Deploy.0 = Release|Any CPU
{479AD728-507B-436A-82D9-821179E13A99}.Release|ARM.ActiveCfg = Release|Any CPU
{479AD728-507B-436A-82D9-821179E13A99}.Release|ARM.Build.0 = Release|Any CPU
{479AD728-507B-436A-82D9-821179E13A99}.Release|ARM.Deploy.0 = Release|Any CPU
{479AD728-507B-436A-82D9-821179E13A99}.Release|x64.ActiveCfg = Release|x64
{479AD728-507B-436A-82D9-821179E13A99}.Release|x64.Build.0 = Release|x64
{479AD728-507B-436A-82D9-821179E13A99}.Release|x64.Deploy.0 = Release|x64
{479AD728-507B-436A-82D9-821179E13A99}.Release|x86.ActiveCfg = Release|x86
{479AD728-507B-436A-82D9-821179E13A99}.Release|x86.Build.0 = Release|x86
{479AD728-507B-436A-82D9-821179E13A99}.Release|x86.Deploy.0 = Release|x86
{E373C139-D35D-45B8-8CC9-69A4418F6EAD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E373C139-D35D-45B8-8CC9-69A4418F6EAD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E373C139-D35D-45B8-8CC9-69A4418F6EAD}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{E373C139-D35D-45B8-8CC9-69A4418F6EAD}.Debug|ARM.ActiveCfg = Debug|Any CPU
{E373C139-D35D-45B8-8CC9-69A4418F6EAD}.Debug|ARM.Build.0 = Debug|Any CPU
{E373C139-D35D-45B8-8CC9-69A4418F6EAD}.Debug|ARM.Deploy.0 = Debug|Any CPU
{E373C139-D35D-45B8-8CC9-69A4418F6EAD}.Debug|x64.ActiveCfg = Debug|x64
{E373C139-D35D-45B8-8CC9-69A4418F6EAD}.Debug|x64.Build.0 = Debug|x64
{E373C139-D35D-45B8-8CC9-69A4418F6EAD}.Debug|x64.Deploy.0 = Debug|x64
{E373C139-D35D-45B8-8CC9-69A4418F6EAD}.Debug|x86.ActiveCfg = Debug|x86
{E373C139-D35D-45B8-8CC9-69A4418F6EAD}.Debug|x86.Build.0 = Debug|x86
{E373C139-D35D-45B8-8CC9-69A4418F6EAD}.Debug|x86.Deploy.0 = Debug|x86
{E373C139-D35D-45B8-8CC9-69A4418F6EAD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E373C139-D35D-45B8-8CC9-69A4418F6EAD}.Release|Any CPU.Build.0 = Release|Any CPU
{E373C139-D35D-45B8-8CC9-69A4418F6EAD}.Release|Any CPU.Deploy.0 = Release|Any CPU
{E373C139-D35D-45B8-8CC9-69A4418F6EAD}.Release|ARM.ActiveCfg = Release|Any CPU
{E373C139-D35D-45B8-8CC9-69A4418F6EAD}.Release|ARM.Build.0 = Release|Any CPU
{E373C139-D35D-45B8-8CC9-69A4418F6EAD}.Release|ARM.Deploy.0 = Release|Any CPU
{E373C139-D35D-45B8-8CC9-69A4418F6EAD}.Release|x64.ActiveCfg = Release|x64
{E373C139-D35D-45B8-8CC9-69A4418F6EAD}.Release|x64.Build.0 = Release|x64
{E373C139-D35D-45B8-8CC9-69A4418F6EAD}.Release|x64.Deploy.0 = Release|x64
{E373C139-D35D-45B8-8CC9-69A4418F6EAD}.Release|x86.ActiveCfg = Release|x86
{E373C139-D35D-45B8-8CC9-69A4418F6EAD}.Release|x86.Build.0 = Release|x86
{E373C139-D35D-45B8-8CC9-69A4418F6EAD}.Release|x86.Deploy.0 = Release|x86
{C6499739-404D-4781-84FC-824A658A8AE8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C6499739-404D-4781-84FC-824A658A8AE8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C6499739-404D-4781-84FC-824A658A8AE8}.Debug|ARM.ActiveCfg = Debug|Any CPU
{C6499739-404D-4781-84FC-824A658A8AE8}.Debug|ARM.Build.0 = Debug|Any CPU
{C6499739-404D-4781-84FC-824A658A8AE8}.Debug|x64.ActiveCfg = Debug|Any CPU
{C6499739-404D-4781-84FC-824A658A8AE8}.Debug|x64.Build.0 = Debug|Any CPU
{C6499739-404D-4781-84FC-824A658A8AE8}.Debug|x86.ActiveCfg = Debug|Any CPU
{C6499739-404D-4781-84FC-824A658A8AE8}.Debug|x86.Build.0 = Debug|Any CPU
{C6499739-404D-4781-84FC-824A658A8AE8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C6499739-404D-4781-84FC-824A658A8AE8}.Release|Any CPU.Build.0 = Release|Any CPU
{C6499739-404D-4781-84FC-824A658A8AE8}.Release|ARM.ActiveCfg = Release|Any CPU
{C6499739-404D-4781-84FC-824A658A8AE8}.Release|ARM.Build.0 = Release|Any CPU
{C6499739-404D-4781-84FC-824A658A8AE8}.Release|x64.ActiveCfg = Release|Any CPU
{C6499739-404D-4781-84FC-824A658A8AE8}.Release|x64.Build.0 = Release|Any CPU
{C6499739-404D-4781-84FC-824A658A8AE8}.Release|x86.ActiveCfg = Release|Any CPU
{C6499739-404D-4781-84FC-824A658A8AE8}.Release|x86.Build.0 = Release|Any CPU
{2B30574C-E498-4F2E-9B66-7B18B701634C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2B30574C-E498-4F2E-9B66-7B18B701634C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2B30574C-E498-4F2E-9B66-7B18B701634C}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{2B30574C-E498-4F2E-9B66-7B18B701634C}.Debug|ARM.ActiveCfg = Debug|Any CPU
{2B30574C-E498-4F2E-9B66-7B18B701634C}.Debug|ARM.Build.0 = Debug|Any CPU
{2B30574C-E498-4F2E-9B66-7B18B701634C}.Debug|ARM.Deploy.0 = Debug|Any CPU
{2B30574C-E498-4F2E-9B66-7B18B701634C}.Debug|x64.ActiveCfg = Debug|x64
{2B30574C-E498-4F2E-9B66-7B18B701634C}.Debug|x64.Build.0 = Debug|x64
{2B30574C-E498-4F2E-9B66-7B18B701634C}.Debug|x64.Deploy.0 = Debug|x64
{2B30574C-E498-4F2E-9B66-7B18B701634C}.Debug|x86.ActiveCfg = Debug|x86
{2B30574C-E498-4F2E-9B66-7B18B701634C}.Debug|x86.Build.0 = Debug|x86
{2B30574C-E498-4F2E-9B66-7B18B701634C}.Debug|x86.Deploy.0 = Debug|x86
{2B30574C-E498-4F2E-9B66-7B18B701634C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2B30574C-E498-4F2E-9B66-7B18B701634C}.Release|Any CPU.Build.0 = Release|Any CPU
{2B30574C-E498-4F2E-9B66-7B18B701634C}.Release|Any CPU.Deploy.0 = Release|Any CPU
{2B30574C-E498-4F2E-9B66-7B18B701634C}.Release|ARM.ActiveCfg = Release|Any CPU
{2B30574C-E498-4F2E-9B66-7B18B701634C}.Release|ARM.Build.0 = Release|Any CPU
{2B30574C-E498-4F2E-9B66-7B18B701634C}.Release|ARM.Deploy.0 = Release|Any CPU
{2B30574C-E498-4F2E-9B66-7B18B701634C}.Release|x64.ActiveCfg = Release|x64
{2B30574C-E498-4F2E-9B66-7B18B701634C}.Release|x64.Build.0 = Release|x64
{2B30574C-E498-4F2E-9B66-7B18B701634C}.Release|x64.Deploy.0 = Release|x64
{2B30574C-E498-4F2E-9B66-7B18B701634C}.Release|x86.ActiveCfg = Release|x86
{2B30574C-E498-4F2E-9B66-7B18B701634C}.Release|x86.Build.0 = Release|x86
{2B30574C-E498-4F2E-9B66-7B18B701634C}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
@ -180,12 +226,18 @@ Global
GlobalSection(NestedProjects) = preSolution
{89B15E8C-428F-4D07-8668-73D59AB5D285} = {D14A6F7B-27DA-4C28-A976-8CED01378EA5}
{FFBF21BB-8303-4470-9152-EC57C42716B1} = {89B15E8C-428F-4D07-8668-73D59AB5D285}
{B478698C-E051-41C2-9CFE-7911CA1A79C2} = {89B15E8C-428F-4D07-8668-73D59AB5D285}
{30F30CDB-23F6-4A95-A07F-3D47136B9204} = {D14A6F7B-27DA-4C28-A976-8CED01378EA5}
{96DA9A20-B822-4F4E-899B-D3C6E1DC268E} = {30F30CDB-23F6-4A95-A07F-3D47136B9204}
{E79EE7A0-FBE8-477B-B3F1-B612E2A7E586} = {30F30CDB-23F6-4A95-A07F-3D47136B9204}
{04445F10-A8B7-47DB-8894-C5C0BE70625C} = {D14A6F7B-27DA-4C28-A976-8CED01378EA5}
{FE9FDF70-8019-49C9-9563-1ABA1F56EB4D} = {04445F10-A8B7-47DB-8894-C5C0BE70625C}
{D26C3D78-68D6-4367-BF2F-36D11811EDF5} = {04445F10-A8B7-47DB-8894-C5C0BE70625C}
{C084AA33-D41A-4070-9D82-DC17B020A14A} = {D14A6F7B-27DA-4C28-A976-8CED01378EA5}
{A76FF0C5-23A3-4A7B-B671-BBBA24730713} = {89B15E8C-428F-4D07-8668-73D59AB5D285}
{479AD728-507B-436A-82D9-821179E13A99} = {30F30CDB-23F6-4A95-A07F-3D47136B9204}
{E373C139-D35D-45B8-8CC9-69A4418F6EAD} = {04445F10-A8B7-47DB-8894-C5C0BE70625C}
{C6499739-404D-4781-84FC-824A658A8AE8} = {C084AA33-D41A-4070-9D82-DC17B020A14A}
{2B30574C-E498-4F2E-9B66-7B18B701634C} = {C084AA33-D41A-4070-9D82-DC17B020A14A}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9DA4F857-07B6-4E33-8D37-947D68660C8C}
EndGlobalSection
EndGlobal

Просмотреть файл

@ -1,54 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{1E4B9F8E-2492-4AC0-B82C-8F9363720712}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>DesktopBridge</RootNamespace>
<AssemblyName>DesktopBridge.Helpers</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
<TargetFrameworks>netstandard2.0;net45</TargetFrameworks>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Helpers.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>

Просмотреть файл

@ -1,36 +0,0 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("DesktopBridge.Helpers")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("DesktopBridge.Helpers")]
[assembly: AssemblyCopyright("Copyright © 2017")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("1e4b9f8e-2492-4ac0-b82c-8f9363720712")]
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]

Просмотреть файл

@ -56,7 +56,7 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\DesktopBridge.Helpers\DesktopBridge.Helpers.csproj">
<Project>{1e4b9f8e-2492-4ac0-b82c-8f9363720712}</Project>
<Project>{d76ec0c3-9edf-4917-9541-1ae875746472}</Project>
<Name>DesktopBridge.Helpers</Name>
</ProjectReference>
</ItemGroup>

Просмотреть файл

@ -34,9 +34,9 @@
</PropertyGroup>
<Import Project="$(WapProjPath)\Microsoft.DesktopBridge.props" />
<PropertyGroup>
<ProjectGuid>250a04f8-8622-468b-83e2-1bcc94dbdd65</ProjectGuid>
<TargetPlatformVersion>10.0.16299.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.15063.0</TargetPlatformMinVersion>
<ProjectGuid>a76ff0c5-23a3-4a7b-b671-bbba24730713</ProjectGuid>
<TargetPlatformVersion>10.0.17763.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.14393.0</TargetPlatformMinVersion>
<DefaultLanguage>en-US</DefaultLanguage>
<PackageCertificateKeyFile>ConsoleApplication.Package_TemporaryKey.pfx</PackageCertificateKeyFile>
<EntryPointProjectUniqueName>..\ConsoleApplication.App\ConsoleApplication.App.csproj</EntryPointProjectUniqueName>
@ -48,12 +48,13 @@
<None Include="ConsoleApplication.Package_TemporaryKey.pfx" />
</ItemGroup>
<ItemGroup>
<Content Include="Assets\LockScreenLogo.scale-200.png" />
<Content Include="Assets\Square150x150Logo.scale-200.png" />
<Content Include="Assets\Square44x44Logo.scale-200.png" />
<Content Include="Assets\Square44x44Logo.targetsize-24_altform-unplated.png" />
<Content Include="Assets\StoreLogo.png" />
<Content Include="Assets\Wide310x150Logo.scale-200.png" />
<Content Include="Images\SplashScreen.scale-200.png" />
<Content Include="Images\LockScreenLogo.scale-200.png" />
<Content Include="Images\Square150x150Logo.scale-200.png" />
<Content Include="Images\Square44x44Logo.scale-200.png" />
<Content Include="Images\Square44x44Logo.targetsize-24_altform-unplated.png" />
<Content Include="Images\StoreLogo.png" />
<Content Include="Images\Wide310x150Logo.scale-200.png" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ConsoleApplication.App\ConsoleApplication.App.csproj" />

Просмотреть файл

До

Ширина:  |  Высота:  |  Размер: 1.4 KiB

После

Ширина:  |  Высота:  |  Размер: 1.4 KiB

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 7.5 KiB

Просмотреть файл

До

Ширина:  |  Высота:  |  Размер: 2.9 KiB

После

Ширина:  |  Высота:  |  Размер: 2.9 KiB

Просмотреть файл

До

Ширина:  |  Высота:  |  Размер: 1.6 KiB

После

Ширина:  |  Высота:  |  Размер: 1.6 KiB

Просмотреть файл

До

Ширина:  |  Высота:  |  Размер: 1.2 KiB

После

Ширина:  |  Высота:  |  Размер: 1.2 KiB

Просмотреть файл

До

Ширина:  |  Высота:  |  Размер: 1.4 KiB

После

Ширина:  |  Высота:  |  Размер: 1.4 KiB

Просмотреть файл

До

Ширина:  |  Высота:  |  Размер: 3.1 KiB

После

Ширина:  |  Высота:  |  Размер: 3.1 KiB

Просмотреть файл

@ -2,20 +2,19 @@
<Package
xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10"
xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest"
xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"
xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
IgnorableNamespaces="uap mp rescap">
IgnorableNamespaces="uap rescap">
<Identity
Name="1676f891-930a-4422-9bc3-4dc3a76713af"
Name="daf45316-6d0b-4425-beb2-9bef64b3d191"
Publisher="CN=mpagani"
Version="1.0.0.0" />
<Properties>
<DisplayName>ConsoleApplication.Package</DisplayName>
<PublisherDisplayName>mpagani</PublisherDisplayName>
<Logo>Assets\StoreLogo.png</Logo>
<Logo>Images\StoreLogo.png</Logo>
</Properties>
<Dependencies>
@ -35,10 +34,10 @@
DisplayName="ConsoleApplication.Package"
Description="ConsoleApplication.Package"
BackgroundColor="transparent"
Square150x150Logo="Assets\Square150x150Logo.png"
Square44x44Logo="Assets\Square44x44Logo.png">
<uap:DefaultTile
Wide310x150Logo="Assets\Wide310x150Logo.png" />
Square150x150Logo="Images\Square150x150Logo.png"
Square44x44Logo="Images\Square44x44Logo.png">
<uap:DefaultTile Wide310x150Logo="Images\Wide310x150Logo.png" />
<uap:SplashScreen Image="Images\SplashScreen.png" />
</uap:VisualElements>
</Application>
</Applications>
@ -47,4 +46,4 @@
<Capability Name="internetClient" />
<rescap:Capability Name="runFullTrust" />
</Capabilities>
</Package>
</Package>

Двоичный файл не отображается.

Двоичный файл не отображается.

Просмотреть файл

@ -83,7 +83,7 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\DesktopBridge.Helpers\DesktopBridge.Helpers.csproj">
<Project>{1e4b9f8e-2492-4ac0-b82c-8f9363720712}</Project>
<Project>{d76ec0c3-9edf-4917-9541-1ae875746472}</Project>
<Name>DesktopBridge.Helpers</Name>
</ProjectReference>
</ItemGroup>

Просмотреть файл

До

Ширина:  |  Высота:  |  Размер: 1.4 KiB

После

Ширина:  |  Высота:  |  Размер: 1.4 KiB

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 7.5 KiB

Просмотреть файл

До

Ширина:  |  Высота:  |  Размер: 2.9 KiB

После

Ширина:  |  Высота:  |  Размер: 2.9 KiB

Просмотреть файл

До

Ширина:  |  Высота:  |  Размер: 1.6 KiB

После

Ширина:  |  Высота:  |  Размер: 1.6 KiB

Просмотреть файл

До

Ширина:  |  Высота:  |  Размер: 1.2 KiB

После

Ширина:  |  Высота:  |  Размер: 1.2 KiB

Просмотреть файл

До

Ширина:  |  Высота:  |  Размер: 1.4 KiB

После

Ширина:  |  Высота:  |  Размер: 1.4 KiB

Просмотреть файл

До

Ширина:  |  Высота:  |  Размер: 3.1 KiB

После

Ширина:  |  Высота:  |  Размер: 3.1 KiB

Просмотреть файл

@ -34,9 +34,9 @@
</PropertyGroup>
<Import Project="$(WapProjPath)\Microsoft.DesktopBridge.props" />
<PropertyGroup>
<ProjectGuid>6cf96ccd-a684-408a-97de-b625bc2c41e0</ProjectGuid>
<TargetPlatformVersion>10.0.16299.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.15063.0</TargetPlatformMinVersion>
<ProjectGuid>479ad728-507b-436a-82d9-821179e13a99</ProjectGuid>
<TargetPlatformVersion>10.0.17763.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.14393.0</TargetPlatformMinVersion>
<DefaultLanguage>en-US</DefaultLanguage>
<PackageCertificateKeyFile>WindowsForms.Package_TemporaryKey.pfx</PackageCertificateKeyFile>
<EntryPointProjectUniqueName>..\WindowsForms.App\WindowsForms.App.csproj</EntryPointProjectUniqueName>
@ -48,12 +48,13 @@
<None Include="WindowsForms.Package_TemporaryKey.pfx" />
</ItemGroup>
<ItemGroup>
<Content Include="Assets\LockScreenLogo.scale-200.png" />
<Content Include="Assets\Square150x150Logo.scale-200.png" />
<Content Include="Assets\Square44x44Logo.scale-200.png" />
<Content Include="Assets\Square44x44Logo.targetsize-24_altform-unplated.png" />
<Content Include="Assets\StoreLogo.png" />
<Content Include="Assets\Wide310x150Logo.scale-200.png" />
<Content Include="Images\SplashScreen.scale-200.png" />
<Content Include="Images\LockScreenLogo.scale-200.png" />
<Content Include="Images\Square150x150Logo.scale-200.png" />
<Content Include="Images\Square44x44Logo.scale-200.png" />
<Content Include="Images\Square44x44Logo.targetsize-24_altform-unplated.png" />
<Content Include="Images\StoreLogo.png" />
<Content Include="Images\Wide310x150Logo.scale-200.png" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\WindowsForms.App\WindowsForms.App.csproj" />

Просмотреть файл

@ -2,20 +2,19 @@
<Package
xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10"
xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest"
xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"
xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
IgnorableNamespaces="uap mp rescap">
IgnorableNamespaces="uap rescap">
<Identity
Name="e8ab5eaa-018f-4a47-8b61-0f39d583f3c3"
Name="dafa88db-72b7-4ca2-844a-cb1bc19e11b9"
Publisher="CN=mpagani"
Version="1.0.0.0" />
<Properties>
<DisplayName>WindowsForms.Package</DisplayName>
<PublisherDisplayName>mpagani</PublisherDisplayName>
<Logo>Assets\StoreLogo.png</Logo>
<Logo>Images\StoreLogo.png</Logo>
</Properties>
<Dependencies>
@ -35,10 +34,10 @@
DisplayName="WindowsForms.Package"
Description="WindowsForms.Package"
BackgroundColor="transparent"
Square150x150Logo="Assets\Square150x150Logo.png"
Square44x44Logo="Assets\Square44x44Logo.png">
<uap:DefaultTile
Wide310x150Logo="Assets\Wide310x150Logo.png" />
Square150x150Logo="Images\Square150x150Logo.png"
Square44x44Logo="Images\Square44x44Logo.png">
<uap:DefaultTile Wide310x150Logo="Images\Wide310x150Logo.png" />
<uap:SplashScreen Image="Images\SplashScreen.png" />
</uap:VisualElements>
</Application>
</Applications>
@ -47,4 +46,4 @@
<Capability Name="internetClient" />
<rescap:Capability Name="runFullTrust" />
</Capabilities>
</Package>
</Package>

Двоичный файл не отображается.

Двоичный файл не отображается.

Просмотреть файл

@ -98,7 +98,7 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\DesktopBridge.Helpers\DesktopBridge.Helpers.csproj">
<Project>{1e4b9f8e-2492-4ac0-b82c-8f9363720712}</Project>
<Project>{d76ec0c3-9edf-4917-9541-1ae875746472}</Project>
<Name>DesktopBridge.Helpers</Name>
</ProjectReference>
</ItemGroup>

Просмотреть файл

До

Ширина:  |  Высота:  |  Размер: 1.4 KiB

После

Ширина:  |  Высота:  |  Размер: 1.4 KiB

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 7.5 KiB

Просмотреть файл

До

Ширина:  |  Высота:  |  Размер: 2.9 KiB

После

Ширина:  |  Высота:  |  Размер: 2.9 KiB

Просмотреть файл

До

Ширина:  |  Высота:  |  Размер: 1.6 KiB

После

Ширина:  |  Высота:  |  Размер: 1.6 KiB

Просмотреть файл

До

Ширина:  |  Высота:  |  Размер: 1.2 KiB

После

Ширина:  |  Высота:  |  Размер: 1.2 KiB

Просмотреть файл

До

Ширина:  |  Высота:  |  Размер: 1.4 KiB

После

Ширина:  |  Высота:  |  Размер: 1.4 KiB

Просмотреть файл

До

Ширина:  |  Высота:  |  Размер: 3.1 KiB

После

Ширина:  |  Высота:  |  Размер: 3.1 KiB

Просмотреть файл

@ -34,12 +34,12 @@
</PropertyGroup>
<Import Project="$(WapProjPath)\Microsoft.DesktopBridge.props" />
<PropertyGroup>
<ProjectGuid>8f2cf6ea-e7e3-4dc3-a139-e3e7acd1c861</ProjectGuid>
<TargetPlatformVersion>10.0.16299.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.15063.0</TargetPlatformMinVersion>
<ProjectGuid>e373c139-d35d-45b8-8cc9-69a4418f6ead</ProjectGuid>
<TargetPlatformVersion>10.0.17763.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.14393.0</TargetPlatformMinVersion>
<DefaultLanguage>en-US</DefaultLanguage>
<PackageCertificateKeyFile>WpfApplication.Package_TemporaryKey.pfx</PackageCertificateKeyFile>
<EntryPointProjectUniqueName>..\WpfApplication.App\WpfApplication.App.csproj</EntryPointProjectUniqueName>
<EntryPointProjectUniqueName>..\WpfNetCore.App\WpfNetCore.App.csproj</EntryPointProjectUniqueName>
</PropertyGroup>
<ItemGroup>
<AppxManifest Include="Package.appxmanifest">
@ -48,15 +48,13 @@
<None Include="WpfApplication.Package_TemporaryKey.pfx" />
</ItemGroup>
<ItemGroup>
<Content Include="Assets\LockScreenLogo.scale-200.png" />
<Content Include="Assets\Square150x150Logo.scale-200.png" />
<Content Include="Assets\Square44x44Logo.scale-200.png" />
<Content Include="Assets\Square44x44Logo.targetsize-24_altform-unplated.png" />
<Content Include="Assets\StoreLogo.png" />
<Content Include="Assets\Wide310x150Logo.scale-200.png" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\WpfApplication.App\WpfApplication.App.csproj" />
<Content Include="Images\SplashScreen.scale-200.png" />
<Content Include="Images\LockScreenLogo.scale-200.png" />
<Content Include="Images\Square150x150Logo.scale-200.png" />
<Content Include="Images\Square44x44Logo.scale-200.png" />
<Content Include="Images\Square44x44Logo.targetsize-24_altform-unplated.png" />
<Content Include="Images\StoreLogo.png" />
<Content Include="Images\Wide310x150Logo.scale-200.png" />
</ItemGroup>
<Import Project="$(WapProjPath)\Microsoft.DesktopBridge.targets" />
</Project>

Просмотреть файл

@ -2,20 +2,19 @@
<Package
xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10"
xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest"
xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"
xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
IgnorableNamespaces="uap mp rescap">
IgnorableNamespaces="uap rescap">
<Identity
Name="60fd9af5-40a3-4d56-8802-eed77e9bbd70"
Name="bf249f7f-0edf-4944-b9c9-668bddb2bd56"
Publisher="CN=mpagani"
Version="1.0.0.0" />
<Properties>
<DisplayName>WpfApplication.Package</DisplayName>
<PublisherDisplayName>mpagani</PublisherDisplayName>
<Logo>Assets\StoreLogo.png</Logo>
<Logo>Images\StoreLogo.png</Logo>
</Properties>
<Dependencies>
@ -35,10 +34,10 @@
DisplayName="WpfApplication.Package"
Description="WpfApplication.Package"
BackgroundColor="transparent"
Square150x150Logo="Assets\Square150x150Logo.png"
Square44x44Logo="Assets\Square44x44Logo.png">
<uap:DefaultTile
Wide310x150Logo="Assets\Wide310x150Logo.png" />
Square150x150Logo="Images\Square150x150Logo.png"
Square44x44Logo="Images\Square44x44Logo.png">
<uap:DefaultTile Wide310x150Logo="Images\Wide310x150Logo.png" />
<uap:SplashScreen Image="Images\SplashScreen.png" />
</uap:VisualElements>
</Application>
</Applications>
@ -47,4 +46,4 @@
<Capability Name="internetClient" />
<rescap:Capability Name="runFullTrust" />
</Capabilities>
</Package>
</Package>

Двоичный файл не отображается.

Двоичный файл не отображается.

Просмотреть файл

@ -1,6 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/>
</startup>
</configuration>

Просмотреть файл

@ -0,0 +1,9 @@
<Application x:Class="WpfNetCore.App.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:WpfNetCore.App"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>

Просмотреть файл

@ -0,0 +1,17 @@
using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
namespace WpfNetCore.App
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}
}

Просмотреть файл

@ -0,0 +1,13 @@
<Window x:Class="WpfNetCore.App.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:WpfNetCore.App"
mc:Ignorable="d"
Title="MainWindow" Height="450" Width="800">
<Grid HorizontalAlignment="Center" VerticalAlignment="Center">
<TextBlock x:Name="Status" FontSize="14" />
</Grid>
</Window>

Просмотреть файл

@ -0,0 +1,42 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using System.Windows.Navigation;
using System.Windows.Shapes;
namespace WpfNetCore.App
{
/// <summary>
/// Interaction logic for MainWindow.xaml
/// </summary>
public partial class MainWindow : Window
{
public MainWindow()
{
InitializeComponent();
this.Loaded += MainWindow_Loaded;
}
private void ButtonExit_Click(object sender, RoutedEventArgs e)
{
Application.Current.Shutdown();
}
private void MainWindow_Loaded(object sender, RoutedEventArgs e)
{
DesktopBridge.Helpers helpers = new DesktopBridge.Helpers();
bool isUwp = helpers.IsRunningAsUwp();
string text = isUwp ? "The app is running as a Universal Windows Package" : "The app is running as a native Win32 app";
Status.Text = text;
}
}
}

Просмотреть файл

@ -0,0 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>netcoreapp3.0</TargetFramework>
<UseWPF>true</UseWPF>
<RuntimeIdentifiers>win-x86</RuntimeIdentifiers>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\DesktopBridge.Helpers\DesktopBridge.Helpers.csproj" />
</ItemGroup>
</Project>

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 1.4 KiB

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 7.5 KiB

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 2.9 KiB

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 1.6 KiB

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 1.2 KiB

Двоичные данные
Samples/WpfNetCore/WpfNetCore.Package/Images/StoreLogo.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 1.4 KiB

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 3.1 KiB

Просмотреть файл

@ -0,0 +1,49 @@
<?xml version="1.0" encoding="utf-8"?>
<Package
xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10"
xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"
xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
IgnorableNamespaces="uap rescap">
<Identity
Name="0683c107-cb10-42a3-ad0e-ccd9e43b4ff2"
Publisher="CN=mpagani"
Version="1.0.0.0" />
<Properties>
<DisplayName>WpfNetCore.Package</DisplayName>
<PublisherDisplayName>mpagani</PublisherDisplayName>
<Logo>Images\StoreLogo.png</Logo>
</Properties>
<Dependencies>
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.0.0" MaxVersionTested="10.0.0.0" />
<TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.14393.0" MaxVersionTested="10.0.14393.0" />
</Dependencies>
<Resources>
<Resource Language="x-generate"/>
</Resources>
<Applications>
<Application Id="App"
Executable="$targetnametoken$.exe"
EntryPoint="$targetentrypoint$">
<uap:VisualElements
DisplayName="WpfNetCore.Package"
Description="WpfNetCore.Package"
BackgroundColor="transparent"
Square150x150Logo="Images\Square150x150Logo.png"
Square44x44Logo="Images\Square44x44Logo.png">
<uap:DefaultTile Wide310x150Logo="Images\Wide310x150Logo.png" />
<uap:SplashScreen Image="Images\SplashScreen.png" />
</uap:VisualElements>
</Application>
</Applications>
<Capabilities>
<Capability Name="internetClient" />
<rescap:Capability Name="runFullTrust" />
</Capabilities>
</Package>

Просмотреть файл

@ -0,0 +1,68 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition="'$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '15.0'">
<VisualStudioVersion>15.0</VisualStudioVersion>
</PropertyGroup>
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|x86">
<Configuration>Debug</Configuration>
<Platform>x86</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x86">
<Configuration>Release</Configuration>
<Platform>x86</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|AnyCPU">
<Configuration>Debug</Configuration>
<Platform>AnyCPU</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|AnyCPU">
<Configuration>Release</Configuration>
<Platform>AnyCPU</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup>
<WapProjPath Condition="'$(WapProjPath)'==''">$(MSBuildExtensionsPath)\Microsoft\DesktopBridge\</WapProjPath>
</PropertyGroup>
<Import Project="$(WapProjPath)\Microsoft.DesktopBridge.props" />
<PropertyGroup>
<ProjectGuid>2b30574c-e498-4f2e-9b66-7b18b701634c</ProjectGuid>
<TargetPlatformVersion>10.0.17763.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.14393.0</TargetPlatformMinVersion>
<DefaultLanguage>en-US</DefaultLanguage>
<PackageCertificateKeyFile>WpfNetCore.Package_TemporaryKey.pfx</PackageCertificateKeyFile>
<EntryPointProjectUniqueName>..\WpfNetCore.App\WpfNetCore.App.csproj</EntryPointProjectUniqueName>
</PropertyGroup>
<ItemGroup>
<AppxManifest Include="Package.appxmanifest">
<SubType>Designer</SubType>
</AppxManifest>
<None Include="WpfNetCore.Package_TemporaryKey.pfx" />
</ItemGroup>
<ItemGroup>
<Content Include="Images\SplashScreen.scale-200.png" />
<Content Include="Images\LockScreenLogo.scale-200.png" />
<Content Include="Images\Square150x150Logo.scale-200.png" />
<Content Include="Images\Square44x44Logo.scale-200.png" />
<Content Include="Images\Square44x44Logo.targetsize-24_altform-unplated.png" />
<Content Include="Images\StoreLogo.png" />
<Content Include="Images\Wide310x150Logo.scale-200.png" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\WpfNetCore.App\WpfNetCore.App.csproj">
<DesktopBridgeSelfContained>True</DesktopBridgeSelfContained>
<DesktopBridgeIdentifier>$(DesktopBridgeRuntimeIdentifier)</DesktopBridgeIdentifier>
<Properties>SelfContained=%(DesktopBridgeSelfContained);RuntimeIdentifier=%(DesktopBridgeIdentifier)</Properties>
<SkipGetTargetFrameworkProperties>True</SkipGetTargetFrameworkProperties>
</ProjectReference>
</ItemGroup>
<Import Project="$(WapProjPath)\Microsoft.DesktopBridge.targets" />
</Project>