..
This commit is contained in:
@@ -52,14 +52,14 @@
|
|||||||
<PackageReference Include="Selenium.Support" Version="4.16.2" />
|
<PackageReference Include="Selenium.Support" Version="4.16.2" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Compile Include="BookSearchService.cs" />
|
<Compile Include="SearchModel\BookSearchService.cs" />
|
||||||
<Compile Include="ChromeDriverManager.cs" />
|
<Compile Include="ChromeDriverManager.cs" />
|
||||||
<Compile Include="DownloadProgressForm.cs">
|
<Compile Include="DownloadProgressForm.cs">
|
||||||
<SubType>Form</SubType>
|
<SubType>Form</SubType>
|
||||||
</Compile>
|
</Compile>
|
||||||
<Compile Include="ILibrarySearcher.cs" />
|
<Compile Include="SearchModel\ILibrarySearcher.cs" />
|
||||||
<Compile Include="KwangjuCityLibrarySearcher.cs" />
|
<Compile Include="SearchModel\KwangjuCityLibrarySearcher.cs" />
|
||||||
<Compile Include="NamguLibrarySearcher.cs" />
|
<Compile Include="SearchModel\NamguLibrarySearcher.cs" />
|
||||||
<Compile Include="Form1.cs">
|
<Compile Include="Form1.cs">
|
||||||
<SubType>Form</SubType>
|
<SubType>Form</SubType>
|
||||||
</Compile>
|
</Compile>
|
||||||
|
|||||||
Reference in New Issue
Block a user