CefBridgeDataExchange.Tests.csproj 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="C:\NuGetLocalRepo\CefSharp.WinForms.73.1.130\build\CefSharp.WinForms.props" Condition="Exists('C:\NuGetLocalRepo\CefSharp.WinForms.73.1.130\build\CefSharp.WinForms.props')" />
  4. <Import Project="C:\NuGetLocalRepo\CefSharp.Common.73.1.130\build\CefSharp.Common.props" Condition="Exists('C:\NuGetLocalRepo\CefSharp.Common.73.1.130\build\CefSharp.Common.props')" />
  5. <Import Project="C:\NuGetLocalRepo\cef.redist.x86.73.1.13\build\cef.redist.x86.props" Condition="Exists('C:\NuGetLocalRepo\cef.redist.x86.73.1.13\build\cef.redist.x86.props')" />
  6. <Import Project="C:\NuGetLocalRepo\cef.redist.x64.73.1.13\build\cef.redist.x64.props" Condition="Exists('C:\NuGetLocalRepo\cef.redist.x64.73.1.13\build\cef.redist.x64.props')" />
  7. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  8. <PropertyGroup>
  9. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  10. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  11. <ProjectGuid>{609DB450-2E7B-46E5-BE10-D42B0CA895D0}</ProjectGuid>
  12. <OutputType>WinExe</OutputType>
  13. <RootNamespace>CefBridgeDataExchange.Tests</RootNamespace>
  14. <AssemblyName>CefBridgeDataExchange.Tests</AssemblyName>
  15. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  16. <FileAlignment>512</FileAlignment>
  17. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  18. <Deterministic>true</Deterministic>
  19. <CefSharpAnyCpuSupport>true</CefSharpAnyCpuSupport>
  20. <NuGetPackageImportStamp>
  21. </NuGetPackageImportStamp>
  22. </PropertyGroup>
  23. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  24. <PlatformTarget>AnyCPU</PlatformTarget>
  25. <DebugSymbols>true</DebugSymbols>
  26. <DebugType>full</DebugType>
  27. <Optimize>false</Optimize>
  28. <OutputPath>..\Build\Debug\</OutputPath>
  29. <DefineConstants>DEBUG;TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. <Prefer32Bit>false</Prefer32Bit>
  33. </PropertyGroup>
  34. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  35. <PlatformTarget>AnyCPU</PlatformTarget>
  36. <DebugType>pdbonly</DebugType>
  37. <Optimize>true</Optimize>
  38. <OutputPath>..\Build\Release\</OutputPath>
  39. <DefineConstants>TRACE</DefineConstants>
  40. <ErrorReport>prompt</ErrorReport>
  41. <WarningLevel>4</WarningLevel>
  42. </PropertyGroup>
  43. <ItemGroup>
  44. <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  45. <HintPath>C:\NuGetLocalRepo\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
  46. </Reference>
  47. <Reference Include="System" />
  48. <Reference Include="System.Core" />
  49. <Reference Include="System.Xml.Linq" />
  50. <Reference Include="System.Data.DataSetExtensions" />
  51. <Reference Include="Microsoft.CSharp" />
  52. <Reference Include="System.Data" />
  53. <Reference Include="System.Deployment" />
  54. <Reference Include="System.Drawing" />
  55. <Reference Include="System.Net.Http" />
  56. <Reference Include="System.Windows.Forms" />
  57. <Reference Include="System.Xml" />
  58. </ItemGroup>
  59. <ItemGroup>
  60. <Compile Include="DebugSupport.cs" />
  61. <Compile Include="CefRelated\CefInit.cs" />
  62. <Compile Include="DemoForm.cs">
  63. <SubType>Form</SubType>
  64. </Compile>
  65. <Compile Include="DemoForm.Designer.cs">
  66. <DependentUpon>DemoForm.cs</DependentUpon>
  67. </Compile>
  68. <Compile Include="Program.cs" />
  69. <Compile Include="Properties\AssemblyInfo.cs" />
  70. <Compile Include="Resources\ResourceLoader.cs" />
  71. <Compile Include="Services\CefDevService.cs" />
  72. <Compile Include="Services\WindowControlService.cs" />
  73. <EmbeddedResource Include="DemoForm.resx">
  74. <DependentUpon>DemoForm.cs</DependentUpon>
  75. </EmbeddedResource>
  76. <EmbeddedResource Include="Properties\Resources.resx">
  77. <Generator>ResXFileCodeGenerator</Generator>
  78. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  79. <SubType>Designer</SubType>
  80. </EmbeddedResource>
  81. <Compile Include="Properties\Resources.Designer.cs">
  82. <AutoGen>True</AutoGen>
  83. <DependentUpon>Resources.resx</DependentUpon>
  84. </Compile>
  85. <None Include="packages.config" />
  86. <None Include="Properties\Settings.settings">
  87. <Generator>SettingsSingleFileGenerator</Generator>
  88. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  89. </None>
  90. <Compile Include="Properties\Settings.Designer.cs">
  91. <AutoGen>True</AutoGen>
  92. <DependentUpon>Settings.settings</DependentUpon>
  93. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  94. </Compile>
  95. </ItemGroup>
  96. <ItemGroup>
  97. <None Include="App.config" />
  98. </ItemGroup>
  99. <ItemGroup>
  100. <ProjectReference Include="..\CefBridgeDataExchange\CefBridgeDataExchange.csproj">
  101. <Project>{3946f92d-9c30-42d4-8de3-c9fde1667fcd}</Project>
  102. <Name>CefBridgeDataExchange</Name>
  103. </ProjectReference>
  104. </ItemGroup>
  105. <ItemGroup>
  106. <EmbeddedResource Include="Resources\BridgeNet\CefBridgeDataExchange.BridgeNet.js" />
  107. <EmbeddedResource Include="Resources\BridgeNet\CefBridgeDataExchange.BridgeNet.meta.js" />
  108. <EmbeddedResource Include="Resources\BridgeNet\newtonsoft.json.js" />
  109. </ItemGroup>
  110. <ItemGroup>
  111. <EmbeddedResource Include="Resources\BridgeNet\bridge.js" />
  112. <EmbeddedResource Include="Resources\BridgeNet\bridge.meta.js" />
  113. <EmbeddedResource Include="Resources\BridgeNet\CefBridgeDataExchange.Tests.BridgeNet.js" />
  114. <EmbeddedResource Include="Resources\BridgeNet\CefBridgeDataExchange.Tests.BridgeNet.meta.js" />
  115. <EmbeddedResource Include="Resources\index.html" />
  116. </ItemGroup>
  117. <Import Project="..\CefBridgeDataExchange.Tests.Shared\CefBridgeDataExchange.Tests.Shared.projitems" Label="Shared" />
  118. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  119. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  120. <PropertyGroup>
  121. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  122. </PropertyGroup>
  123. <Error Condition="!Exists('C:\NuGetLocalRepo\cef.redist.x64.73.1.13\build\cef.redist.x64.props')" Text="$([System.String]::Format('$(ErrorText)', 'C:\NuGetLocalRepo\cef.redist.x64.73.1.13\build\cef.redist.x64.props'))" />
  124. <Error Condition="!Exists('C:\NuGetLocalRepo\cef.redist.x86.73.1.13\build\cef.redist.x86.props')" Text="$([System.String]::Format('$(ErrorText)', 'C:\NuGetLocalRepo\cef.redist.x86.73.1.13\build\cef.redist.x86.props'))" />
  125. <Error Condition="!Exists('C:\NuGetLocalRepo\CefSharp.Common.73.1.130\build\CefSharp.Common.props')" Text="$([System.String]::Format('$(ErrorText)', 'C:\NuGetLocalRepo\CefSharp.Common.73.1.130\build\CefSharp.Common.props'))" />
  126. <Error Condition="!Exists('C:\NuGetLocalRepo\CefSharp.Common.73.1.130\build\CefSharp.Common.targets')" Text="$([System.String]::Format('$(ErrorText)', 'C:\NuGetLocalRepo\CefSharp.Common.73.1.130\build\CefSharp.Common.targets'))" />
  127. <Error Condition="!Exists('C:\NuGetLocalRepo\CefSharp.WinForms.73.1.130\build\CefSharp.WinForms.props')" Text="$([System.String]::Format('$(ErrorText)', 'C:\NuGetLocalRepo\CefSharp.WinForms.73.1.130\build\CefSharp.WinForms.props'))" />
  128. <Error Condition="!Exists('C:\NuGetLocalRepo\CefSharp.WinForms.73.1.130\build\CefSharp.WinForms.targets')" Text="$([System.String]::Format('$(ErrorText)', 'C:\NuGetLocalRepo\CefSharp.WinForms.73.1.130\build\CefSharp.WinForms.targets'))" />
  129. </Target>
  130. <Import Project="C:\NuGetLocalRepo\CefSharp.Common.73.1.130\build\CefSharp.Common.targets" Condition="Exists('C:\NuGetLocalRepo\CefSharp.Common.73.1.130\build\CefSharp.Common.targets')" />
  131. <Import Project="C:\NuGetLocalRepo\CefSharp.WinForms.73.1.130\build\CefSharp.WinForms.targets" Condition="Exists('C:\NuGetLocalRepo\CefSharp.WinForms.73.1.130\build\CefSharp.WinForms.targets')" />
  132. </Project>