Просмотр исходного кода

commit: Add missing files and shorten naming

码农 5 лет назад
Родитель
Сommit
3657a85e1f
47 измененных файлов с 222 добавлено и 236 удалено
  1. 1 1
      .gitignore
  2. 6 8
      CefBridgeDataExchange.BridgeNet/CefBridgeDataExchange.BridgeNet.csproj
  3. 1 1
      CefBridgeDataExchange.BridgeNet/DataExchangeException.cs
  4. 4 5
      CefBridgeDataExchange.BridgeNet/DataExchangeServiceFactory.cs
  5. 1 1
      CefBridgeDataExchange.BridgeNet/DevUtils.cs
  6. 1 1
      CefBridgeDataExchange.BridgeNet/ExternalDataExchangeDispatcher.cs
  7. 3 3
      CefBridgeDataExchange.BridgeNet/Properties/AssemblyInfo.cs
  8. 0 0
      Cbdx.BridgeNet/bridge.json
  9. 0 0
      Cbdx.BridgeNet/packages.config
  10. 10 5
      CefBridgeDataExchange.Tests.BridgeNet/App.cs
  11. 11 13
      CefBridgeDataExchange.Tests.BridgeNet/CefBridgeDataExchange.Tests.BridgeNet.csproj
  12. 3 3
      CefBridgeDataExchange.Tests.BridgeNet/Properties/AssemblyInfo.cs
  13. 1 1
      CefBridgeDataExchange.Tests.BridgeNet/bridge.json
  14. 0 0
      Cbdx.Tests.BridgeNet/packages.config
  15. 2 2
      CefBridgeDataExchange.Tests.Shared/CefBridgeDataExchange.Tests.Shared.projitems
  16. 2 2
      CefBridgeDataExchange.Tests.Shared/CefBridgeDataExchange.Tests.Shared.shproj
  17. 1 1
      CefBridgeDataExchange.Tests.Shared/ICefDevService.cs
  18. 4 6
      CefBridgeDataExchange.Tests.Shared/IWindowControlService.cs
  19. 1 1
      CefBridgeDataExchange.Tests.Shared/WindowState.cs
  20. 25 34
      CefBridgeDataExchange.Tests/CefBridgeDataExchange.Tests.csproj
  21. 5 3
      CefBridgeDataExchange.Tests/CefRelated/CefInit.cs
  22. 1 3
      CefBridgeDataExchange.Tests/DebugSupport.cs
  23. 3 3
      CefBridgeDataExchange.Tests/Program.cs
  24. 3 3
      CefBridgeDataExchange.Tests/Properties/AssemblyInfo.cs
  25. 2 2
      CefBridgeDataExchange.Tests/Properties/Resources.Designer.cs
  26. 0 0
      Cbdx.Tests/Properties/Resources.resx
  27. 1 1
      CefBridgeDataExchange.Tests/Properties/Settings.Designer.cs
  28. 0 0
      Cbdx.Tests/Properties/Settings.settings
  29. 5 5
      CefBridgeDataExchange.Tests/Resources/ResourceLoader.cs
  30. 18 0
      Cbdx.Tests/Resources/index.html
  31. 1 1
      CefBridgeDataExchange.Tests/Services/CefDevService.cs
  32. 8 2
      CefBridgeDataExchange.Tests/Services/WindowControlService.cs
  33. 2 2
      CefBridgeDataExchange.Tests/DemoForm.Designer.cs
  34. 7 7
      CefBridgeDataExchange.Tests/DemoForm.cs
  35. 0 0
      Cbdx.Tests/TestForm.resx
  36. 0 1
      CefBridgeDataExchange.Tests/packages.config
  37. 74 0
      Cbdx.sln
  38. 4 4
      CefBridgeDataExchange/CefBridgeDataExchange.csproj
  39. 3 3
      CefBridgeDataExchange/DataExchangeDispatcher.cs
  40. 3 3
      CefBridgeDataExchange/DataExchangeDispatcherBuilder.cs
  41. 3 3
      CefBridgeDataExchange/Properties/AssemblyInfo.cs
  42. 1 1
      CefBridgeDataExchange/ServiceActionBind.cs
  43. 0 0
      Cbdx/packages.config
  44. 0 6
      CefBridgeDataExchange.Tests/App.config
  45. 0 18
      CefBridgeDataExchange.Tests/Resources/index.html
  46. 0 77
      CefBridgeDataExchange.sln
  47. 1 0
      README.md

+ 1 - 1
.gitignore

@@ -1,6 +1,6 @@
 # ---> Project
 Build/
-CefBridgeDataExchange.Tests/Resources/BridgeNet/
+Cbdx.Tests/Resources/BridgeNet/
 
 # ---> VisualStudio
 ## Ignore Visual Studio temporary files, build results, and

+ 6 - 8
CefBridgeDataExchange.BridgeNet/CefBridgeDataExchange.BridgeNet.csproj

@@ -10,11 +10,11 @@
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
     <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{70D0BD02-D285-4A36-842B-414B9786AE17}</ProjectGuid>
+    <ProjectGuid>{B5E471F4-042F-4B42-A2F7-A6594C88D158}</ProjectGuid>
     <OutputType>Library</OutputType>
     <AppDesignerFolder>Properties</AppDesignerFolder>
-    <RootNamespace>CefBridgeDataExchange</RootNamespace>
-    <AssemblyName>CefBridgeDataExchange.BridgeNet</AssemblyName>
+    <RootNamespace>Cbdx</RootNamespace>
+    <AssemblyName>Cbdx.BridgeNet</AssemblyName>
     <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
     <FileAlignment>512</FileAlignment>
   </PropertyGroup>
@@ -37,9 +37,9 @@
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="DataExchangeException.cs" />
+    <Compile Include="DataExchangeServiceFactory.cs" />
     <Compile Include="DevUtils.cs" />
     <Compile Include="ExternalDataExchangeDispatcher.cs" />
-    <Compile Include="DataExchangeServiceFactory.cs" />
     <Compile Include="Properties\AssemblyInfo.cs" />
   </ItemGroup>
   <ItemGroup>
@@ -49,20 +49,18 @@
   <ItemGroup>
     <Reference Include="Bridge, Version=17.7.0.0, Culture=neutral, processorArchitecture=MSIL">
       <HintPath>C:\NuGetLocalRepo\Bridge.Core.17.7.0\lib\net40\Bridge.dll</HintPath>
-      <Private>True</Private>
     </Reference>
     <Reference Include="Newtonsoft.Json, Version=1.14.0.0, Culture=neutral, processorArchitecture=MSIL">
       <HintPath>C:\NuGetLocalRepo\Bridge.Newtonsoft.Json.1.14.0\lib\net40\Newtonsoft.Json.dll</HintPath>
-      <Private>True</Private>
     </Reference>
   </ItemGroup>
-  <Import Project="..\..\CefBridgeDataExchange.Shared\CefBridgeDataExchange.Shared.projitems" Label="Shared" />
+  <Import Project="..\..\Cbdx.Shared\Cbdx.Shared.projitems" Label="Shared" />
   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+  <Import Project="C:\NuGetLocalRepo\Bridge.Min.17.7.0\build\Bridge.Min.targets" Condition="Exists('C:\NuGetLocalRepo\Bridge.Min.17.7.0\build\Bridge.Min.targets')" />
   <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
     <PropertyGroup>
       <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
     </PropertyGroup>
     <Error Condition="!Exists('C:\NuGetLocalRepo\Bridge.Min.17.7.0\build\Bridge.Min.targets')" Text="$([System.String]::Format('$(ErrorText)', 'C:\NuGetLocalRepo\Bridge.Min.17.7.0\build\Bridge.Min.targets'))" />
   </Target>
-  <Import Project="C:\NuGetLocalRepo\Bridge.Min.17.7.0\build\Bridge.Min.targets" Condition="Exists('C:\NuGetLocalRepo\Bridge.Min.17.7.0\build\Bridge.Min.targets')" />
 </Project>

+ 1 - 1
CefBridgeDataExchange.BridgeNet/DataExchangeException.cs

@@ -1,6 +1,6 @@
 using System;
 
-namespace CefBridgeDataExchange
+namespace Cbdx
 {
     public class DataExchangeException : Exception
     {

+ 4 - 5
CefBridgeDataExchange.BridgeNet/DataExchangeServiceFactory.cs

@@ -1,10 +1,9 @@
-using Bridge;
-using Newtonsoft.Json;
-using System;
-using System.Diagnostics;
+using System;
 using System.Reflection;
+using Bridge;
+using Newtonsoft.Json;
 
-namespace CefBridgeDataExchange
+namespace Cbdx
 {
     public class DataExchangeServiceFactory
     {

+ 1 - 1
CefBridgeDataExchange.BridgeNet/DevUtils.cs

@@ -1,7 +1,7 @@
 using System;
 using System.Diagnostics;
 
-namespace CefBridgeDataExchange
+namespace Cbdx
 {
     internal static class DevUtils
     {

+ 1 - 1
CefBridgeDataExchange.BridgeNet/ExternalDataExchangeDispatcher.cs

@@ -1,6 +1,6 @@
 using Bridge;
 
-namespace CefBridgeDataExchange
+namespace Cbdx
 {
     public class ExternalDataExchangeDispatcher : IDataExchangeDispatcher
     {

+ 3 - 3
CefBridgeDataExchange.BridgeNet/Properties/AssemblyInfo.cs

@@ -5,11 +5,11 @@ 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("CefBridgeDataExchange.BridgeNet")]
+[assembly: AssemblyTitle("Cbdx.BridgeNet")]
 [assembly: AssemblyDescription("")]
 [assembly: AssemblyConfiguration("")]
 [assembly: AssemblyCompany("Microsoft")]
-[assembly: AssemblyProduct("CefBridgeDataExchange.BridgeNet")]
+[assembly: AssemblyProduct("Cbdx.BridgeNet")]
 [assembly: AssemblyCopyright("Copyright © Microsoft 2019")]
 [assembly: AssemblyTrademark("")]
 [assembly: AssemblyCulture("")]
@@ -20,7 +20,7 @@ using System.Runtime.InteropServices;
 [assembly: ComVisible(false)]
 
 // The following GUID is for the ID of the typelib if this project is exposed to COM
-[assembly: Guid("70d0bd02-d285-4a36-842b-414b9786ae17")]
+[assembly: Guid("b5e471f4-042f-4b42-a2f7-a6594c88d158")]
 
 // Version information for an assembly consists of the following four values:
 //

CefBridgeDataExchange.BridgeNet/bridge.json → Cbdx.BridgeNet/bridge.json


CefBridgeDataExchange.BridgeNet/packages.config → Cbdx.BridgeNet/packages.config


+ 10 - 5
CefBridgeDataExchange.Tests.BridgeNet/App.cs

@@ -1,15 +1,15 @@
-using Bridge;
+using System;
+using Bridge;
 using Bridge.Html5;
-using System;
 
-namespace CefBridgeDataExchange.Tests
+namespace Cbdx.Tests
 {
     public static class App
     {
         public static void Main()
         {
             Document.Body.InnerHTML = "Bind...ExternalDataExchangeDispatcher";
-            var externalDataExchangeDispatcher = Script.Get<ExternalDataExchangeDispatcher>(nameof(CefBridgeDataExchange));
+            var externalDataExchangeDispatcher = Script.Get<ExternalDataExchangeDispatcher>(nameof(Cbdx));
 
             Document.Body.InnerHTML = "Bind...DataExchangeServiceFactory";
             var dataExchangeServiceFactory = new DataExchangeServiceFactory(externalDataExchangeDispatcher);
@@ -57,7 +57,12 @@ namespace CefBridgeDataExchange.Tests
                 .With(p => Document.Body.AppendChild(p));
 
             new HTMLInputElement { Type = InputType.Button, Value = "Close" }
-                .With(p => p.OnClick += delegate { windowControlService.Close(); })
+                .With(p => p.OnClick += delegate { windowControlService.CloseWindow(); })
+                .With(p => Document.Body.AppendChild(p));
+
+            var count = 0;
+            new HTMLInputElement { Type = InputType.Button, Value = "Change title" }
+                .With(p => p.OnClick += delegate { windowControlService.SetWindowTitle($"Title Changed {count++}"); })
                 .With(p => Document.Body.AppendChild(p));
         }
 

+ 11 - 13
CefBridgeDataExchange.Tests.BridgeNet/CefBridgeDataExchange.Tests.BridgeNet.csproj

@@ -10,11 +10,11 @@
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
     <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{5728B85E-8A5D-4857-9A23-D85047870874}</ProjectGuid>
+    <ProjectGuid>{F1921674-67DD-4663-AA0E-30CFE94BA8E5}</ProjectGuid>
     <OutputType>Library</OutputType>
     <AppDesignerFolder>Properties</AppDesignerFolder>
-    <RootNamespace>CefBridgeDataExchange.Tests</RootNamespace>
-    <AssemblyName>CefBridgeDataExchange.Tests.BridgeNet</AssemblyName>
+    <RootNamespace>Cbdx.Tests</RootNamespace>
+    <AssemblyName>Cbdx.Tests.BridgeNet</AssemblyName>
     <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
     <FileAlignment>512</FileAlignment>
   </PropertyGroup>
@@ -40,35 +40,33 @@
     <Compile Include="Properties\AssemblyInfo.cs" />
   </ItemGroup>
   <ItemGroup>
-    <ProjectReference Include="..\CefBridgeDataExchange.BridgeNet\CefBridgeDataExchange.BridgeNet.csproj">
-      <Project>{70d0bd02-d285-4a36-842b-414b9786ae17}</Project>
-      <Name>CefBridgeDataExchange.BridgeNet</Name>
-    </ProjectReference>
+    <None Include="bridge.json" />
+    <None Include="packages.config" />
   </ItemGroup>
   <ItemGroup>
     <Reference Include="Bridge, Version=17.7.0.0, Culture=neutral, processorArchitecture=MSIL">
       <HintPath>C:\NuGetLocalRepo\Bridge.Core.17.7.0\lib\net40\Bridge.dll</HintPath>
-      <Private>True</Private>
     </Reference>
     <Reference Include="Bridge.Html5, Version=17.7.0.0, Culture=neutral, processorArchitecture=MSIL">
       <HintPath>C:\NuGetLocalRepo\Bridge.Html5.17.7.0\lib\net40\Bridge.Html5.dll</HintPath>
     </Reference>
     <Reference Include="Newtonsoft.Json, Version=1.14.0.0, Culture=neutral, processorArchitecture=MSIL">
       <HintPath>C:\NuGetLocalRepo\Bridge.Newtonsoft.Json.1.14.0\lib\net40\Newtonsoft.Json.dll</HintPath>
-      <Private>True</Private>
     </Reference>
   </ItemGroup>
   <ItemGroup>
-    <None Include="bridge.json" />
-    <None Include="packages.config" />
+    <ProjectReference Include="..\Cbdx.BridgeNet\Cbdx.BridgeNet.csproj">
+      <Project>{b5e471f4-042f-4b42-a2f7-a6594c88d158}</Project>
+      <Name>Cbdx.BridgeNet</Name>
+    </ProjectReference>
   </ItemGroup>
-  <Import Project="..\CefBridgeDataExchange.Tests.Shared\CefBridgeDataExchange.Tests.Shared.projitems" Label="Shared" />
+  <Import Project="..\Cbdx.Tests.Shared\Cbdx.Tests.Shared.projitems" Label="Shared" />
   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+  <Import Project="C:\NuGetLocalRepo\Bridge.Min.17.7.0\build\Bridge.Min.targets" Condition="Exists('C:\NuGetLocalRepo\Bridge.Min.17.7.0\build\Bridge.Min.targets')" />
   <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
     <PropertyGroup>
       <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
     </PropertyGroup>
     <Error Condition="!Exists('C:\NuGetLocalRepo\Bridge.Min.17.7.0\build\Bridge.Min.targets')" Text="$([System.String]::Format('$(ErrorText)', 'C:\NuGetLocalRepo\Bridge.Min.17.7.0\build\Bridge.Min.targets'))" />
   </Target>
-  <Import Project="C:\NuGetLocalRepo\Bridge.Min.17.7.0\build\Bridge.Min.targets" Condition="Exists('C:\NuGetLocalRepo\Bridge.Min.17.7.0\build\Bridge.Min.targets')" />
 </Project>

+ 3 - 3
CefBridgeDataExchange.Tests.BridgeNet/Properties/AssemblyInfo.cs

@@ -5,11 +5,11 @@ 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("CefBridgeDataExchange.BridgeNet.Tests")]
+[assembly: AssemblyTitle("Cbdx.Tests.BridgeNet")]
 [assembly: AssemblyDescription("")]
 [assembly: AssemblyConfiguration("")]
 [assembly: AssemblyCompany("Microsoft")]
-[assembly: AssemblyProduct("CefBridgeDataExchange.BridgeNet.Tests")]
+[assembly: AssemblyProduct("Cbdx.Tests.BridgeNet")]
 [assembly: AssemblyCopyright("Copyright © Microsoft 2019")]
 [assembly: AssemblyTrademark("")]
 [assembly: AssemblyCulture("")]
@@ -20,7 +20,7 @@ using System.Runtime.InteropServices;
 [assembly: ComVisible(false)]
 
 // The following GUID is for the ID of the typelib if this project is exposed to COM
-[assembly: Guid("5728b85e-8a5d-4857-9a23-d85047870874")]
+[assembly: Guid("f1921674-67dd-4663-aa0e-30cfe94ba8e5")]
 
 // Version information for an assembly consists of the following four values:
 //

+ 1 - 1
CefBridgeDataExchange.Tests.BridgeNet/bridge.json

@@ -3,7 +3,7 @@
 
 {
   // The folder to output JavaScript (.js) files.
-  "output": "../CefBridgeDataExchange.Tests/Resources/BridgeNet",
+  "output": "../Cbdx.Tests/Resources/BridgeNet",
 
   // Set to "Minified" to generate .min.js files.
   // Set to "Both" to generate both minified and non-minified .js files.

CefBridgeDataExchange.Tests.BridgeNet/packages.config → Cbdx.Tests.BridgeNet/packages.config


+ 2 - 2
CefBridgeDataExchange.Tests.Shared/CefBridgeDataExchange.Tests.Shared.projitems

@@ -3,10 +3,10 @@
   <PropertyGroup>
     <MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
     <HasSharedItems>true</HasSharedItems>
-    <SharedGUID>e72505a5-3893-428a-ba79-b92fa74a274f</SharedGUID>
+    <SharedGUID>5a92e4a5-0aaf-476f-a5bf-dda8f396eaaa</SharedGUID>
   </PropertyGroup>
   <PropertyGroup Label="Configuration">
-    <Import_RootNamespace>CefBridgeDataExchange.Tests</Import_RootNamespace>
+    <Import_RootNamespace>Cbdx.Tests</Import_RootNamespace>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="$(MSBuildThisFileDirectory)ICefDevService.cs" />

+ 2 - 2
CefBridgeDataExchange.Tests.Shared/CefBridgeDataExchange.Tests.Shared.shproj

@@ -1,13 +1,13 @@
 <?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <PropertyGroup Label="Globals">
-    <ProjectGuid>e72505a5-3893-428a-ba79-b92fa74a274f</ProjectGuid>
+    <ProjectGuid>5a92e4a5-0aaf-476f-a5bf-dda8f396eaaa</ProjectGuid>
     <MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
   </PropertyGroup>
   <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
   <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\CodeSharing\Microsoft.CodeSharing.Common.Default.props" />
   <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\CodeSharing\Microsoft.CodeSharing.Common.props" />
   <PropertyGroup />
-  <Import Project="CefBridgeDataExchange.Tests.Shared.projitems" Label="Shared" />
+  <Import Project="Cbdx.Tests.Shared.projitems" Label="Shared" />
   <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\CodeSharing\Microsoft.CodeSharing.CSharp.targets" />
 </Project>

+ 1 - 1
CefBridgeDataExchange.Tests.Shared/ICefDevService.cs

@@ -1,4 +1,4 @@
-namespace CefBridgeDataExchange.Tests
+namespace Cbdx.Tests
 {
     //TODO: Debug build only?
     internal interface ICefDevService

+ 4 - 6
CefBridgeDataExchange.Tests.Shared/IWindowControlService.cs

@@ -1,14 +1,12 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
-
-namespace CefBridgeDataExchange.Tests
+namespace Cbdx.Tests
 {
     internal interface IWindowControlService
     {
         WindowState GetWindowState();
         void SetWindowState(WindowState windowState);
+        void SetWindowTitle(string title);
         void DragMove();
-        void Close();
+        void CloseWindow();
+
     }
 }

+ 1 - 1
CefBridgeDataExchange.Tests.Shared/WindowState.cs

@@ -1,4 +1,4 @@
-namespace CefBridgeDataExchange.Tests
+namespace Cbdx.Tests
 {
     internal enum WindowState
     {

+ 25 - 34
CefBridgeDataExchange.Tests/CefBridgeDataExchange.Tests.csproj

@@ -8,10 +8,10 @@
   <PropertyGroup>
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <ProjectGuid>{609DB450-2E7B-46E5-BE10-D42B0CA895D0}</ProjectGuid>
+    <ProjectGuid>{3A74365A-98AE-428A-8985-4944D464E666}</ProjectGuid>
     <OutputType>WinExe</OutputType>
-    <RootNamespace>CefBridgeDataExchange.Tests</RootNamespace>
-    <AssemblyName>CefBridgeDataExchange.Tests</AssemblyName>
+    <RootNamespace>Cbdx.Tests</RootNamespace>
+    <AssemblyName>Cbdx.Tests</AssemblyName>
     <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
     <FileAlignment>512</FileAlignment>
     <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
@@ -29,7 +29,6 @@
     <DefineConstants>DEBUG;TRACE</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
-    <Prefer32Bit>false</Prefer32Bit>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     <PlatformTarget>AnyCPU</PlatformTarget>
@@ -41,9 +40,6 @@
     <WarningLevel>4</WarningLevel>
   </PropertyGroup>
   <ItemGroup>
-    <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
-      <HintPath>C:\NuGetLocalRepo\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
-    </Reference>
     <Reference Include="System" />
     <Reference Include="System.Core" />
     <Reference Include="System.Xml.Linq" />
@@ -57,22 +53,19 @@
     <Reference Include="System.Xml" />
   </ItemGroup>
   <ItemGroup>
-    <Compile Include="DebugSupport.cs" />
     <Compile Include="CefRelated\CefInit.cs" />
-    <Compile Include="DemoForm.cs">
-      <SubType>Form</SubType>
-    </Compile>
-    <Compile Include="DemoForm.Designer.cs">
-      <DependentUpon>DemoForm.cs</DependentUpon>
-    </Compile>
+    <Compile Include="DebugSupport.cs" />
     <Compile Include="Program.cs" />
     <Compile Include="Properties\AssemblyInfo.cs" />
     <Compile Include="Resources\ResourceLoader.cs" />
     <Compile Include="Services\CefDevService.cs" />
     <Compile Include="Services\WindowControlService.cs" />
-    <EmbeddedResource Include="DemoForm.resx">
-      <DependentUpon>DemoForm.cs</DependentUpon>
-    </EmbeddedResource>
+    <Compile Include="TestForm.cs">
+      <SubType>Form</SubType>
+    </Compile>
+    <Compile Include="TestForm.Designer.cs">
+      <DependentUpon>TestForm.cs</DependentUpon>
+    </Compile>
     <EmbeddedResource Include="Properties\Resources.resx">
       <Generator>ResXFileCodeGenerator</Generator>
       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
@@ -82,6 +75,9 @@
       <AutoGen>True</AutoGen>
       <DependentUpon>Resources.resx</DependentUpon>
     </Compile>
+    <EmbeddedResource Include="TestForm.resx">
+      <DependentUpon>TestForm.cs</DependentUpon>
+    </EmbeddedResource>
     <None Include="packages.config" />
     <None Include="Properties\Settings.settings">
       <Generator>SettingsSingleFileGenerator</Generator>
@@ -94,27 +90,22 @@
     </Compile>
   </ItemGroup>
   <ItemGroup>
-    <None Include="App.config" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="..\CefBridgeDataExchange\CefBridgeDataExchange.csproj">
-      <Project>{3946f92d-9c30-42d4-8de3-c9fde1667fcd}</Project>
-      <Name>CefBridgeDataExchange</Name>
-    </ProjectReference>
-  </ItemGroup>
-  <ItemGroup>
-    <EmbeddedResource Include="Resources\BridgeNet\CefBridgeDataExchange.BridgeNet.js" />
-    <EmbeddedResource Include="Resources\BridgeNet\CefBridgeDataExchange.BridgeNet.meta.js" />
+    <EmbeddedResource Include="Resources\BridgeNet\bridge.js" />
+    <EmbeddedResource Include="Resources\BridgeNet\bridge.meta.js" />
     <EmbeddedResource Include="Resources\BridgeNet\newtonsoft.json.js" />
+    <EmbeddedResource Include="Resources\BridgeNet\Cbdx.BridgeNet.js" />
+    <EmbeddedResource Include="Resources\BridgeNet\Cbdx.BridgeNet.meta.js" />
+    <EmbeddedResource Include="Resources\BridgeNet\Cbdx.Tests.BridgeNet.js" />
+    <EmbeddedResource Include="Resources\BridgeNet\Cbdx.Tests.BridgeNet.meta.js" />
+    <Content Include="Resources\index.html" />
   </ItemGroup>
   <ItemGroup>
-    <EmbeddedResource Include="Resources\BridgeNet\bridge.js" />
-    <EmbeddedResource Include="Resources\BridgeNet\bridge.meta.js" />
-    <EmbeddedResource Include="Resources\BridgeNet\CefBridgeDataExchange.Tests.BridgeNet.js" />
-    <EmbeddedResource Include="Resources\BridgeNet\CefBridgeDataExchange.Tests.BridgeNet.meta.js" />
-    <EmbeddedResource Include="Resources\index.html" />
+    <ProjectReference Include="..\Cbdx\Cbdx.csproj">
+      <Project>{e919744f-4280-4b0f-b666-fe22cc3aa20e}</Project>
+      <Name>Cbdx</Name>
+    </ProjectReference>
   </ItemGroup>
-  <Import Project="..\CefBridgeDataExchange.Tests.Shared\CefBridgeDataExchange.Tests.Shared.projitems" Label="Shared" />
+  <Import Project="..\Cbdx.Tests.Shared\Cbdx.Tests.Shared.projitems" Label="Shared" />
   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
   <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
     <PropertyGroup>

+ 5 - 3
CefBridgeDataExchange.Tests/CefRelated/CefInit.cs

@@ -1,10 +1,10 @@
 using System;
 using System.IO;
-using CefBridgeDataExchange.Tests.Resources;
+using Cbdx.Tests.Resources;
 using CefSharp;
 using CefSharp.WinForms;
 
-namespace CefBridgeDataExchange.Tests.CefRelated
+namespace Cbdx.Tests.CefRelated
 {
     internal static class CefInit
     {
@@ -48,7 +48,9 @@ namespace CefBridgeDataExchange.Tests.CefRelated
         {
             var path = new Uri(request.Url).LocalPath.TrimStart('/');
             var resource = ResourceLoader.GetBinResource(path);
-            return new ResourceHandler(ResourceHandler.GetMimeType(Path.GetExtension(path)), new MemoryStream(resource, false), true);
+            return null != resource
+                ? new ResourceHandler(ResourceHandler.GetMimeType(Path.GetExtension(path)), new MemoryStream(resource, false), true)
+                : null;
         }
     }
 }

+ 1 - 3
CefBridgeDataExchange.Tests/DebugSupport.cs

@@ -1,6 +1,4 @@
-using CefBridgeDataExchange.Tests.Resources;
-
-namespace CefBridgeDataExchange.Tests
+namespace Cbdx.Tests
 {
 #if DEBUG
 

+ 3 - 3
CefBridgeDataExchange.Tests/Program.cs

@@ -2,9 +2,9 @@
 using System.IO;
 using System.Reflection;
 using System.Windows.Forms;
-using CefBridgeDataExchange.Tests.CefRelated;
+using Cbdx.Tests.CefRelated;
 
-namespace CefBridgeDataExchange.Tests
+namespace Cbdx.Tests
 {
     internal static class Program
     {
@@ -20,7 +20,7 @@ namespace CefBridgeDataExchange.Tests
 
             Application.EnableVisualStyles();
             Application.SetCompatibleTextRenderingDefault(false);
-            Application.Run(new DemoForm());
+            Application.Run(new TestForm());
 
             QuitReferenceAssembly();
         }

+ 3 - 3
CefBridgeDataExchange.Tests/Properties/AssemblyInfo.cs

@@ -5,11 +5,11 @@ using System.Runtime.InteropServices;
 // 有关程序集的一般信息由以下
 // 控制。更改这些特性值可修改
 // 与程序集关联的信息。
-[assembly: AssemblyTitle("CefBridgeDataExchange.Tests")]
+[assembly: AssemblyTitle("Cbdx.Tests")]
 [assembly: AssemblyDescription("")]
 [assembly: AssemblyConfiguration("")]
 [assembly: AssemblyCompany("Microsoft")]
-[assembly: AssemblyProduct("CefBridgeDataExchange.Tests")]
+[assembly: AssemblyProduct("Cbdx.Tests")]
 [assembly: AssemblyCopyright("Copyright © Microsoft 2019")]
 [assembly: AssemblyTrademark("")]
 [assembly: AssemblyCulture("")]
@@ -20,7 +20,7 @@ using System.Runtime.InteropServices;
 [assembly: ComVisible(false)]
 
 // 如果此项目向 COM 公开,则下列 GUID 用于类型库的 ID
-[assembly: Guid("609db450-2e7b-46e5-be10-d42b0ca895d0")]
+[assembly: Guid("3a74365a-98ae-428a-8985-4944d464e666")]
 
 // 程序集的版本信息由下列四个值组成: 
 //

+ 2 - 2
CefBridgeDataExchange.Tests/Properties/Resources.Designer.cs

@@ -8,7 +8,7 @@
 // </auto-generated>
 //------------------------------------------------------------------------------
 
-namespace CefBridgeDataExchange.Tests.Properties
+namespace Cbdx.Tests.Properties
 {
 
 
@@ -44,7 +44,7 @@ namespace CefBridgeDataExchange.Tests.Properties
             {
                 if ((resourceMan == null))
                 {
-                    global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("CefBridgeDataExchange.Tests.Properties.Resources", typeof(Resources).Assembly);
+                    global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Cbdx.Tests.Properties.Resources", typeof(Resources).Assembly);
                     resourceMan = temp;
                 }
                 return resourceMan;

CefBridgeDataExchange.Tests/Properties/Resources.resx → Cbdx.Tests/Properties/Resources.resx


+ 1 - 1
CefBridgeDataExchange.Tests/Properties/Settings.Designer.cs

@@ -8,7 +8,7 @@
 // </auto-generated>
 //------------------------------------------------------------------------------
 
-namespace CefBridgeDataExchange.Tests.Properties
+namespace Cbdx.Tests.Properties
 {
 
 

CefBridgeDataExchange.Tests/Properties/Settings.settings → Cbdx.Tests/Properties/Settings.settings


+ 5 - 5
CefBridgeDataExchange.Tests/Resources/ResourceLoader.cs

@@ -1,6 +1,4 @@
 using System.IO;
-using System.Linq;
-using System.Reflection;
 
 #if !DEBUG
 
@@ -8,7 +6,7 @@ using System.Collections.Generic;
 
 #endif
 
-namespace CefBridgeDataExchange.Tests.Resources
+namespace Cbdx.Tests.Resources
 {
     internal static class ResourceLoader
     {
@@ -29,7 +27,6 @@ namespace CefBridgeDataExchange.Tests.Resources
                 .ToDictionary(p => p, p => assembly.GetManifestResourceStream(p).ToBytes());
         }
 
-#endif
 
         private static byte[] ToBytes(this Stream me)
         {
@@ -39,12 +36,15 @@ namespace CefBridgeDataExchange.Tests.Resources
                 return tmp.ToArray();
             }
         }
+#endif
 
         public static byte[] GetBinResource(string path)
         {
 #if DEBUG
             var localFile = Path.Combine(DebugSupport.ResourcePath, path);
-            return File.ReadAllBytes(localFile);
+            return File.Exists(localFile)
+                ? File.ReadAllBytes(localFile)
+                : null;
 #else
 
             var resName = path.Replace("/", ".");

+ 18 - 0
Cbdx.Tests/Resources/index.html

@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
+<head>
+    <meta charset="utf-8" />
+    <title>Cbdx.BridgeNet.Tests</title>
+
+    <script src="BridgeNet/bridge.js"></script>
+    <script src="BridgeNet/bridge.meta.js"></script>
+    <script src="BridgeNet/newtonsoft.json.js"></script>
+    <script src="BridgeNet/Cbdx.BridgeNet.js"></script>
+    <script src="BridgeNet/Cbdx.BridgeNet.meta.js"></script>
+    <script src="BridgeNet/Cbdx.Tests.BridgeNet.js"></script>
+    <script src="BridgeNet/Cbdx.Tests.BridgeNet.meta.js"></script>
+</head>
+<body>
+    Init...
+</body>
+</html>

+ 1 - 1
CefBridgeDataExchange.Tests/Services/CefDevService.cs

@@ -2,7 +2,7 @@
 using CefSharp;
 using CefSharp.WinForms;
 
-namespace CefBridgeDataExchange.Tests.Services
+namespace Cbdx.Tests.Services
 {
     internal class CefDevService : ICefDevService
     {

+ 8 - 2
CefBridgeDataExchange.Tests/Services/WindowControlService.cs

@@ -1,7 +1,7 @@
 using System;
 using System.Windows.Forms;
 
-namespace CefBridgeDataExchange.Tests.Services
+namespace Cbdx.Tests.Services
 {
     internal class WindowControlService : IWindowControlService
     {
@@ -23,7 +23,13 @@ namespace CefBridgeDataExchange.Tests.Services
             else _form.WindowState = (FormWindowState)windowState;
         }
 
-        void IWindowControlService.Close()
+        void IWindowControlService.SetWindowTitle(string title)
+        {
+            if (_form.InvokeRequired) _form.Invoke(new Action(() => _form.Text = title));
+            else _form.Text = title;
+        }
+
+        void IWindowControlService.CloseWindow()
         {
             if (_form.InvokeRequired) _form.Invoke(new Action(() => _form.Close()));
             else _form.Close();

+ 2 - 2
CefBridgeDataExchange.Tests/DemoForm.Designer.cs

@@ -1,6 +1,6 @@
-namespace CefBridgeDataExchange.Tests
+namespace Cbdx.Tests
 {
-    partial class DemoForm
+    partial class TestForm
     {
         /// <summary>
         /// 必需的设计器变量。

+ 7 - 7
CefBridgeDataExchange.Tests/DemoForm.cs

@@ -1,17 +1,17 @@
-using CefBridgeDataExchange.Tests.CefRelated;
-using CefBridgeDataExchange.Tests.Services;
+using System.Windows.Forms;
+using Cbdx.Tests.CefRelated;
+using Cbdx.Tests.Services;
 using CefSharp;
 using CefSharp.WinForms;
-using System.Windows.Forms;
 
-namespace CefBridgeDataExchange.Tests
+namespace Cbdx.Tests
 {
-    public partial class DemoForm : Form
+    public partial class TestForm : Form
     {
         private readonly DataExchangeDispatcherBuilder _dataExchange;
         private ChromiumWebBrowser _browser;
 
-        public DemoForm()
+        public TestForm()
         {
             InitializeComponent();
             _dataExchange = new DataExchangeDispatcherBuilder();
@@ -35,7 +35,7 @@ namespace CefBridgeDataExchange.Tests
 
             _dataExchange.RegisterService<ICefDevService>(new CefDevService(_browser), true);
 
-            _browser.RegisterJsObject(nameof(CefBridgeDataExchange), _dataExchange.Dispatcher, new BindingOptions { CamelCaseJavascriptNames = false });
+            _browser.RegisterJsObject(nameof(Cbdx), _dataExchange.Dispatcher, new BindingOptions { CamelCaseJavascriptNames = false });
 
             _browser.Dock = DockStyle.Fill;
             MainPanel.Controls.Add(_browser);

CefBridgeDataExchange.Tests/DemoForm.resx → Cbdx.Tests/TestForm.resx


+ 0 - 1
CefBridgeDataExchange.Tests/packages.config

@@ -4,5 +4,4 @@
   <package id="cef.redist.x86" version="73.1.13" targetFramework="net461" />
   <package id="CefSharp.Common" version="73.1.130" targetFramework="net461" />
   <package id="CefSharp.WinForms" version="73.1.130" targetFramework="net461" />
-  <package id="Newtonsoft.Json" version="12.0.2" targetFramework="net461" />
 </packages>

+ 74 - 0
Cbdx.sln

@@ -0,0 +1,74 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio 15
+VisualStudioVersion = 15.0.28307.539
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "@", "@", "{FDF3BEAD-34A7-4597-AFDE-2A6018883F5D}"
+	ProjectSection(SolutionItems) = preProject
+		.gitignore = .gitignore
+		NuGet.config = NuGet.config
+		README.md = README.md
+	EndProjectSection
+EndProject
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Lib", "Lib", "{C49ACC75-06DE-4C5B-99FB-CA137CC0741D}"
+EndProject
+Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Cbdx.Shared", "..\Cbdx.Shared\Cbdx.Shared.shproj", "{1FAC6A67-72C7-46BA-9AF8-70A829BA3E2F}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cbdx", "Cbdx\Cbdx.csproj", "{E919744F-4280-4B0F-B666-FE22CC3AA20E}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cbdx.BridgeNet", "Cbdx.BridgeNet\Cbdx.BridgeNet.csproj", "{B5E471F4-042F-4B42-A2F7-A6594C88D158}"
+EndProject
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{58685185-1104-475B-B1C4-A02C312308A7}"
+EndProject
+Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Cbdx.Tests.Shared", "Cbdx.Tests.Shared\Cbdx.Tests.Shared.shproj", "{5A92E4A5-0AAF-476F-A5BF-DDA8F396EAAA}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cbdx.Tests.BridgeNet", "Cbdx.Tests.BridgeNet\Cbdx.Tests.BridgeNet.csproj", "{F1921674-67DD-4663-AA0E-30CFE94BA8E5}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cbdx.Tests", "Cbdx.Tests\Cbdx.Tests.csproj", "{3A74365A-98AE-428A-8985-4944D464E666}"
+EndProject
+Global
+	GlobalSection(SharedMSBuildProjectFiles) = preSolution
+		..\Cbdx.Shared\Cbdx.Shared.projitems*{1fac6a67-72c7-46ba-9af8-70a829ba3e2f}*SharedItemsImports = 13
+		Cbdx.Tests.Shared\Cbdx.Tests.Shared.projitems*{3a74365a-98ae-428a-8985-4944d464e666}*SharedItemsImports = 4
+		Cbdx.Tests.Shared\Cbdx.Tests.Shared.projitems*{5a92e4a5-0aaf-476f-a5bf-dda8f396eaaa}*SharedItemsImports = 13
+		..\Cbdx.Shared\Cbdx.Shared.projitems*{b5e471f4-042f-4b42-a2f7-a6594c88d158}*SharedItemsImports = 4
+		..\Cbdx.Shared\Cbdx.Shared.projitems*{e919744f-4280-4b0f-b666-fe22cc3aa20e}*SharedItemsImports = 4
+		Cbdx.Tests.Shared\Cbdx.Tests.Shared.projitems*{f1921674-67dd-4663-aa0e-30cfe94ba8e5}*SharedItemsImports = 4
+	EndGlobalSection
+	GlobalSection(SolutionConfigurationPlatforms) = preSolution
+		Debug|Any CPU = Debug|Any CPU
+		Release|Any CPU = Release|Any CPU
+	EndGlobalSection
+	GlobalSection(ProjectConfigurationPlatforms) = postSolution
+		{E919744F-4280-4B0F-B666-FE22CC3AA20E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+		{E919744F-4280-4B0F-B666-FE22CC3AA20E}.Debug|Any CPU.Build.0 = Debug|Any CPU
+		{E919744F-4280-4B0F-B666-FE22CC3AA20E}.Release|Any CPU.ActiveCfg = Release|Any CPU
+		{E919744F-4280-4B0F-B666-FE22CC3AA20E}.Release|Any CPU.Build.0 = Release|Any CPU
+		{B5E471F4-042F-4B42-A2F7-A6594C88D158}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+		{B5E471F4-042F-4B42-A2F7-A6594C88D158}.Debug|Any CPU.Build.0 = Debug|Any CPU
+		{B5E471F4-042F-4B42-A2F7-A6594C88D158}.Release|Any CPU.ActiveCfg = Release|Any CPU
+		{B5E471F4-042F-4B42-A2F7-A6594C88D158}.Release|Any CPU.Build.0 = Release|Any CPU
+		{F1921674-67DD-4663-AA0E-30CFE94BA8E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+		{F1921674-67DD-4663-AA0E-30CFE94BA8E5}.Debug|Any CPU.Build.0 = Debug|Any CPU
+		{F1921674-67DD-4663-AA0E-30CFE94BA8E5}.Release|Any CPU.ActiveCfg = Release|Any CPU
+		{F1921674-67DD-4663-AA0E-30CFE94BA8E5}.Release|Any CPU.Build.0 = Release|Any CPU
+		{3A74365A-98AE-428A-8985-4944D464E666}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+		{3A74365A-98AE-428A-8985-4944D464E666}.Debug|Any CPU.Build.0 = Debug|Any CPU
+		{3A74365A-98AE-428A-8985-4944D464E666}.Release|Any CPU.ActiveCfg = Release|Any CPU
+		{3A74365A-98AE-428A-8985-4944D464E666}.Release|Any CPU.Build.0 = Release|Any CPU
+	EndGlobalSection
+	GlobalSection(SolutionProperties) = preSolution
+		HideSolutionNode = FALSE
+	EndGlobalSection
+	GlobalSection(NestedProjects) = preSolution
+		{1FAC6A67-72C7-46BA-9AF8-70A829BA3E2F} = {C49ACC75-06DE-4C5B-99FB-CA137CC0741D}
+		{E919744F-4280-4B0F-B666-FE22CC3AA20E} = {C49ACC75-06DE-4C5B-99FB-CA137CC0741D}
+		{B5E471F4-042F-4B42-A2F7-A6594C88D158} = {C49ACC75-06DE-4C5B-99FB-CA137CC0741D}
+		{5A92E4A5-0AAF-476F-A5BF-DDA8F396EAAA} = {58685185-1104-475B-B1C4-A02C312308A7}
+		{F1921674-67DD-4663-AA0E-30CFE94BA8E5} = {58685185-1104-475B-B1C4-A02C312308A7}
+		{3A74365A-98AE-428A-8985-4944D464E666} = {58685185-1104-475B-B1C4-A02C312308A7}
+	EndGlobalSection
+	GlobalSection(ExtensibilityGlobals) = postSolution
+		SolutionGuid = {93E6D34C-A927-4207-B45A-7F9BDCB9A609}
+	EndGlobalSection
+EndGlobal

+ 4 - 4
CefBridgeDataExchange/CefBridgeDataExchange.csproj

@@ -4,11 +4,11 @@
   <PropertyGroup>
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <ProjectGuid>{3946F92D-9C30-42D4-8DE3-C9FDE1667FCD}</ProjectGuid>
+    <ProjectGuid>{E919744F-4280-4B0F-B666-FE22CC3AA20E}</ProjectGuid>
     <OutputType>Library</OutputType>
     <AppDesignerFolder>Properties</AppDesignerFolder>
-    <RootNamespace>CefBridgeDataExchange</RootNamespace>
-    <AssemblyName>CefBridgeDataExchange</AssemblyName>
+    <RootNamespace>Cbdx</RootNamespace>
+    <AssemblyName>Cbdx</AssemblyName>
     <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
     <FileAlignment>512</FileAlignment>
     <Deterministic>true</Deterministic>
@@ -52,6 +52,6 @@
   <ItemGroup>
     <None Include="packages.config" />
   </ItemGroup>
-  <Import Project="..\..\CefBridgeDataExchange.Shared\CefBridgeDataExchange.Shared.projitems" Label="Shared" />
+  <Import Project="..\..\Cbdx.Shared\Cbdx.Shared.projitems" Label="Shared" />
   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
 </Project>

+ 3 - 3
CefBridgeDataExchange/DataExchangeDispatcher.cs

@@ -1,8 +1,8 @@
-using Newtonsoft.Json;
-using System;
+using System;
 using System.Collections.Generic;
+using Newtonsoft.Json;
 
-namespace CefBridgeDataExchange
+namespace Cbdx
 {
     internal class DataExchangeDispatcher : IDataExchangeDispatcher
     {

+ 3 - 3
CefBridgeDataExchange/DataExchangeDispatcherBuilder.cs

@@ -1,11 +1,11 @@
-using Newtonsoft.Json;
-using System;
+using System;
 using System.Collections.Generic;
 using System.Linq;
 using System.Linq.Expressions;
 using System.Reflection;
+using Newtonsoft.Json;
 
-namespace CefBridgeDataExchange
+namespace Cbdx
 {
     public class DataExchangeDispatcherBuilder
     {

+ 3 - 3
CefBridgeDataExchange/Properties/AssemblyInfo.cs

@@ -5,11 +5,11 @@ using System.Runtime.InteropServices;
 // 有关程序集的一般信息由以下
 // 控制。更改这些特性值可修改
 // 与程序集关联的信息。
-[assembly: AssemblyTitle("CefBridgeDataExchange")]
+[assembly: AssemblyTitle("Cbdx")]
 [assembly: AssemblyDescription("")]
 [assembly: AssemblyConfiguration("")]
 [assembly: AssemblyCompany("Microsoft")]
-[assembly: AssemblyProduct("CefBridgeDataExchange")]
+[assembly: AssemblyProduct("Cbdx")]
 [assembly: AssemblyCopyright("Copyright © Microsoft 2019")]
 [assembly: AssemblyTrademark("")]
 [assembly: AssemblyCulture("")]
@@ -20,7 +20,7 @@ using System.Runtime.InteropServices;
 [assembly: ComVisible(false)]
 
 // 如果此项目向 COM 公开,则下列 GUID 用于类型库的 ID
-[assembly: Guid("3946f92d-9c30-42d4-8de3-c9fde1667fcd")]
+[assembly: Guid("e919744f-4280-4b0f-b666-fe22cc3aa20e")]
 
 // 程序集的版本信息由下列四个值组成: 
 //

+ 1 - 1
CefBridgeDataExchange/ServiceActionBind.cs

@@ -1,6 +1,6 @@
 using System;
 
-namespace CefBridgeDataExchange
+namespace Cbdx
 {
     internal class ServiceActionBind
     {

CefBridgeDataExchange/packages.config → Cbdx/packages.config


+ 0 - 6
CefBridgeDataExchange.Tests/App.config

@@ -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 - 18
CefBridgeDataExchange.Tests/Resources/index.html

@@ -1,18 +0,0 @@
-<!DOCTYPE html>
-<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
-<head>
-    <meta charset="utf-8" />
-    <title>CefBridgeDataExchange.BridgeNet.Tests</title>
-
-    <script src="BridgeNet/bridge.js"></script>
-    <script src="BridgeNet/bridge.meta.js"></script>
-    <script src="BridgeNet/newtonsoft.json.js"></script>
-    <script src="BridgeNet/CefBridgeDataExchange.BridgeNet.js"></script>
-    <script src="BridgeNet/CefBridgeDataExchange.BridgeNet.meta.js"></script>
-    <script src="BridgeNet/CefBridgeDataExchange.Tests.BridgeNet.js"></script>
-    <script src="BridgeNet/CefBridgeDataExchange.Tests.BridgeNet.meta.js"></script>
-</head>
-<body>
-    Init...
-</body>
-</html>

+ 0 - 77
CefBridgeDataExchange.sln

@@ -1,77 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio 15
-VisualStudioVersion = 15.0.28307.539
-MinimumVisualStudioVersion = 10.0.40219.1
-Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "CefBridgeDataExchange.Shared", "..\CefBridgeDataExchange.Shared\CefBridgeDataExchange.Shared.shproj", "{0E372654-2BAE-44BA-B46C-EA769CFE8980}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CefBridgeDataExchange.BridgeNet", "CefBridgeDataExchange.BridgeNet\CefBridgeDataExchange.BridgeNet.csproj", "{70D0BD02-D285-4A36-842B-414B9786AE17}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CefBridgeDataExchange", "CefBridgeDataExchange\CefBridgeDataExchange.csproj", "{3946F92D-9C30-42D4-8DE3-C9FDE1667FCD}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CefBridgeDataExchange.Tests", "CefBridgeDataExchange.Tests\CefBridgeDataExchange.Tests.csproj", "{609DB450-2E7B-46E5-BE10-D42B0CA895D0}"
-	ProjectSection(ProjectDependencies) = postProject
-		{5728B85E-8A5D-4857-9A23-D85047870874} = {5728B85E-8A5D-4857-9A23-D85047870874}
-	EndProjectSection
-EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Lib", "Lib", "{6617923B-FBF2-4510-9FF6-CF4D50E1622B}"
-EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{86F186E4-F297-47E7-8C5F-4ADE035E2150}"
-EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "@", "@", "{67CFACC0-8AE8-418C-AD49-841AC0A2135E}"
-	ProjectSection(SolutionItems) = preProject
-		.gitignore = .gitignore
-		NuGet.config = NuGet.config
-		README.md = README.md
-	EndProjectSection
-EndProject
-Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "CefBridgeDataExchange.Tests.Shared", "CefBridgeDataExchange.Tests.Shared\CefBridgeDataExchange.Tests.Shared.shproj", "{E72505A5-3893-428A-BA79-B92FA74A274F}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CefBridgeDataExchange.Tests.BridgeNet", "CefBridgeDataExchange.Tests.BridgeNet\CefBridgeDataExchange.Tests.BridgeNet.csproj", "{5728B85E-8A5D-4857-9A23-D85047870874}"
-EndProject
-Global
-	GlobalSection(SharedMSBuildProjectFiles) = preSolution
-		..\CefBridgeDataExchange.Shared\CefBridgeDataExchange.Shared.projitems*{0e372654-2bae-44ba-b46c-ea769cfe8980}*SharedItemsImports = 13
-		..\CefBridgeDataExchange.Shared\CefBridgeDataExchange.Shared.projitems*{3946f92d-9c30-42d4-8de3-c9fde1667fcd}*SharedItemsImports = 4
-		CefBridgeDataExchange.Tests.Shared\CefBridgeDataExchange.Tests.Shared.projitems*{5728b85e-8a5d-4857-9a23-d85047870874}*SharedItemsImports = 4
-		CefBridgeDataExchange.Tests.Shared\CefBridgeDataExchange.Tests.Shared.projitems*{609db450-2e7b-46e5-be10-d42b0ca895d0}*SharedItemsImports = 4
-		..\CefBridgeDataExchange.Shared\CefBridgeDataExchange.Shared.projitems*{70d0bd02-d285-4a36-842b-414b9786ae17}*SharedItemsImports = 4
-		CefBridgeDataExchange.Tests.Shared\CefBridgeDataExchange.Tests.Shared.projitems*{e72505a5-3893-428a-ba79-b92fa74a274f}*SharedItemsImports = 13
-	EndGlobalSection
-	GlobalSection(SolutionConfigurationPlatforms) = preSolution
-		Debug|Any CPU = Debug|Any CPU
-		Release|Any CPU = Release|Any CPU
-	EndGlobalSection
-	GlobalSection(ProjectConfigurationPlatforms) = postSolution
-		{70D0BD02-D285-4A36-842B-414B9786AE17}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
-		{70D0BD02-D285-4A36-842B-414B9786AE17}.Debug|Any CPU.Build.0 = Debug|Any CPU
-		{70D0BD02-D285-4A36-842B-414B9786AE17}.Release|Any CPU.ActiveCfg = Release|Any CPU
-		{70D0BD02-D285-4A36-842B-414B9786AE17}.Release|Any CPU.Build.0 = Release|Any CPU
-		{3946F92D-9C30-42D4-8DE3-C9FDE1667FCD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
-		{3946F92D-9C30-42D4-8DE3-C9FDE1667FCD}.Debug|Any CPU.Build.0 = Debug|Any CPU
-		{3946F92D-9C30-42D4-8DE3-C9FDE1667FCD}.Release|Any CPU.ActiveCfg = Release|Any CPU
-		{3946F92D-9C30-42D4-8DE3-C9FDE1667FCD}.Release|Any CPU.Build.0 = Release|Any CPU
-		{609DB450-2E7B-46E5-BE10-D42B0CA895D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
-		{609DB450-2E7B-46E5-BE10-D42B0CA895D0}.Debug|Any CPU.Build.0 = Debug|Any CPU
-		{609DB450-2E7B-46E5-BE10-D42B0CA895D0}.Release|Any CPU.ActiveCfg = Release|Any CPU
-		{609DB450-2E7B-46E5-BE10-D42B0CA895D0}.Release|Any CPU.Build.0 = Release|Any CPU
-		{5728B85E-8A5D-4857-9A23-D85047870874}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
-		{5728B85E-8A5D-4857-9A23-D85047870874}.Debug|Any CPU.Build.0 = Debug|Any CPU
-		{5728B85E-8A5D-4857-9A23-D85047870874}.Release|Any CPU.ActiveCfg = Release|Any CPU
-		{5728B85E-8A5D-4857-9A23-D85047870874}.Release|Any CPU.Build.0 = Release|Any CPU
-	EndGlobalSection
-	GlobalSection(SolutionProperties) = preSolution
-		HideSolutionNode = FALSE
-	EndGlobalSection
-	GlobalSection(NestedProjects) = preSolution
-		{0E372654-2BAE-44BA-B46C-EA769CFE8980} = {6617923B-FBF2-4510-9FF6-CF4D50E1622B}
-		{70D0BD02-D285-4A36-842B-414B9786AE17} = {6617923B-FBF2-4510-9FF6-CF4D50E1622B}
-		{3946F92D-9C30-42D4-8DE3-C9FDE1667FCD} = {6617923B-FBF2-4510-9FF6-CF4D50E1622B}
-		{609DB450-2E7B-46E5-BE10-D42B0CA895D0} = {86F186E4-F297-47E7-8C5F-4ADE035E2150}
-		{E72505A5-3893-428A-BA79-B92FA74A274F} = {86F186E4-F297-47E7-8C5F-4ADE035E2150}
-		{5728B85E-8A5D-4857-9A23-D85047870874} = {86F186E4-F297-47E7-8C5F-4ADE035E2150}
-	EndGlobalSection
-	GlobalSection(ExtensibilityGlobals) = postSolution
-		SolutionGuid = {30CA334B-B59F-4A17-BDF7-E798148F273F}
-	EndGlobalSection
-EndGlobal

+ 1 - 0
README.md

@@ -1,2 +1,3 @@
 # cef-bridge-data-exchange
 
+Abbreviation as `Cbdx` :)