CefBridgeDataExchange.Tests.BridgeNet.csproj 3.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <NoStdLib>true</NoStdLib>
  6. <NuGetPackageImportStamp>
  7. </NuGetPackageImportStamp>
  8. </PropertyGroup>
  9. <PropertyGroup>
  10. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  11. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  12. <SchemaVersion>2.0</SchemaVersion>
  13. <ProjectGuid>{5728B85E-8A5D-4857-9A23-D85047870874}</ProjectGuid>
  14. <OutputType>Library</OutputType>
  15. <AppDesignerFolder>Properties</AppDesignerFolder>
  16. <RootNamespace>CefBridgeDataExchange.Tests</RootNamespace>
  17. <AssemblyName>CefBridgeDataExchange.Tests.BridgeNet</AssemblyName>
  18. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  19. <FileAlignment>512</FileAlignment>
  20. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  22. <DebugSymbols>true</DebugSymbols>
  23. <DebugType>full</DebugType>
  24. <Optimize>false</Optimize>
  25. <OutputPath>bin\Debug\</OutputPath>
  26. <DefineConstants>DEBUG;TRACE</DefineConstants>
  27. <ErrorReport>prompt</ErrorReport>
  28. <WarningLevel>4</WarningLevel>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  31. <DebugType>pdbonly</DebugType>
  32. <Optimize>true</Optimize>
  33. <OutputPath>bin\Release\</OutputPath>
  34. <DefineConstants>TRACE</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. </PropertyGroup>
  38. <ItemGroup>
  39. <Compile Include="App.cs" />
  40. <Compile Include="Properties\AssemblyInfo.cs" />
  41. </ItemGroup>
  42. <ItemGroup>
  43. <ProjectReference Include="..\CefBridgeDataExchange.BridgeNet\CefBridgeDataExchange.BridgeNet.csproj">
  44. <Project>{70d0bd02-d285-4a36-842b-414b9786ae17}</Project>
  45. <Name>CefBridgeDataExchange.BridgeNet</Name>
  46. </ProjectReference>
  47. </ItemGroup>
  48. <ItemGroup>
  49. <Reference Include="Bridge, Version=17.7.0.0, Culture=neutral, processorArchitecture=MSIL">
  50. <HintPath>C:\NuGetLocalRepo\Bridge.Core.17.7.0\lib\net40\Bridge.dll</HintPath>
  51. <Private>True</Private>
  52. </Reference>
  53. <Reference Include="Bridge.Html5, Version=17.7.0.0, Culture=neutral, processorArchitecture=MSIL">
  54. <HintPath>C:\NuGetLocalRepo\Bridge.Html5.17.7.0\lib\net40\Bridge.Html5.dll</HintPath>
  55. </Reference>
  56. <Reference Include="Newtonsoft.Json, Version=1.14.0.0, Culture=neutral, processorArchitecture=MSIL">
  57. <HintPath>C:\NuGetLocalRepo\Bridge.Newtonsoft.Json.1.14.0\lib\net40\Newtonsoft.Json.dll</HintPath>
  58. <Private>True</Private>
  59. </Reference>
  60. </ItemGroup>
  61. <ItemGroup>
  62. <None Include="bridge.json" />
  63. <None Include="packages.config" />
  64. </ItemGroup>
  65. <Import Project="..\CefBridgeDataExchange.Tests.Shared\CefBridgeDataExchange.Tests.Shared.projitems" Label="Shared" />
  66. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  67. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  68. <PropertyGroup>
  69. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  70. </PropertyGroup>
  71. <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'))" />
  72. </Target>
  73. <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')" />
  74. </Project>