07_C_WebDriver.csproj 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" 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. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{D660EA0F-B7D1-4175-8631-B9E43C5F13DF}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>_09_C_WebDriver</RootNamespace>
  10. <AssemblyName>09_C_WebDriver</AssemblyName>
  11. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  14. <Deterministic>true</Deterministic>
  15. <NuGetPackageImportStamp>
  16. </NuGetPackageImportStamp>
  17. <TargetFrameworkProfile />
  18. </PropertyGroup>
  19. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  20. <PlatformTarget>AnyCPU</PlatformTarget>
  21. <DebugSymbols>true</DebugSymbols>
  22. <DebugType>full</DebugType>
  23. <Optimize>false</Optimize>
  24. <OutputPath>bin\Debug\</OutputPath>
  25. <DefineConstants>DEBUG;TRACE</DefineConstants>
  26. <ErrorReport>prompt</ErrorReport>
  27. <WarningLevel>4</WarningLevel>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  30. <PlatformTarget>AnyCPU</PlatformTarget>
  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. <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  40. <HintPath>..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
  41. </Reference>
  42. <Reference Include="System" />
  43. <Reference Include="System.Core" />
  44. <Reference Include="System.Xml.Linq" />
  45. <Reference Include="System.Data.DataSetExtensions" />
  46. <Reference Include="Microsoft.CSharp" />
  47. <Reference Include="System.Data" />
  48. <Reference Include="System.Deployment" />
  49. <Reference Include="System.Drawing" />
  50. <Reference Include="System.Net.Http" />
  51. <Reference Include="System.Windows.Forms" />
  52. <Reference Include="System.Xml" />
  53. <Reference Include="WebDriver, Version=4.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  54. <HintPath>..\packages\Selenium.WebDriver.4.20.0\lib\netstandard2.0\WebDriver.dll</HintPath>
  55. </Reference>
  56. </ItemGroup>
  57. <ItemGroup>
  58. <Compile Include="Form1.cs">
  59. <SubType>Form</SubType>
  60. </Compile>
  61. <Compile Include="Form1.Designer.cs">
  62. <DependentUpon>Form1.cs</DependentUpon>
  63. </Compile>
  64. <Compile Include="Program.cs" />
  65. <Compile Include="Properties\AssemblyInfo.cs" />
  66. <EmbeddedResource Include="Form1.resx">
  67. <DependentUpon>Form1.cs</DependentUpon>
  68. </EmbeddedResource>
  69. <EmbeddedResource Include="Properties\Resources.resx">
  70. <Generator>ResXFileCodeGenerator</Generator>
  71. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  72. <SubType>Designer</SubType>
  73. </EmbeddedResource>
  74. <Compile Include="Properties\Resources.Designer.cs">
  75. <AutoGen>True</AutoGen>
  76. <DependentUpon>Resources.resx</DependentUpon>
  77. <DesignTime>True</DesignTime>
  78. </Compile>
  79. <None Include="packages.config" />
  80. <None Include="Properties\Settings.settings">
  81. <Generator>SettingsSingleFileGenerator</Generator>
  82. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  83. </None>
  84. <Compile Include="Properties\Settings.Designer.cs">
  85. <AutoGen>True</AutoGen>
  86. <DependentUpon>Settings.settings</DependentUpon>
  87. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  88. </Compile>
  89. </ItemGroup>
  90. <ItemGroup>
  91. <None Include="App.config" />
  92. </ItemGroup>
  93. <ItemGroup>
  94. <ProjectReference Include="..\_Log\_Log.csproj">
  95. <Project>{1ae581ec-6d38-4ef4-9c67-94c215e8cff1}</Project>
  96. <Name>_Log</Name>
  97. </ProjectReference>
  98. </ItemGroup>
  99. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  100. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  101. <PropertyGroup>
  102. <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
  103. </PropertyGroup>
  104. <Error Condition="!Exists('..\packages\Selenium.WebDriver.4.20.0\build\Selenium.WebDriver.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Selenium.WebDriver.4.20.0\build\Selenium.WebDriver.targets'))" />
  105. <Error Condition="!Exists('..\packages\Selenium.WebDriver.ChromeDriver.124.0.6367.9100\build\Selenium.WebDriver.ChromeDriver.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Selenium.WebDriver.ChromeDriver.124.0.6367.9100\build\Selenium.WebDriver.ChromeDriver.targets'))" />
  106. </Target>
  107. <Import Project="..\packages\Selenium.WebDriver.4.20.0\build\Selenium.WebDriver.targets" Condition="Exists('..\packages\Selenium.WebDriver.4.20.0\build\Selenium.WebDriver.targets')" />
  108. <Import Project="..\packages\Selenium.WebDriver.ChromeDriver.124.0.6367.9100\build\Selenium.WebDriver.ChromeDriver.targets" Condition="Exists('..\packages\Selenium.WebDriver.ChromeDriver.124.0.6367.9100\build\Selenium.WebDriver.ChromeDriver.targets')" />
  109. </Project>