This commit is contained in:
2025-06-29 22:05:43 +09:00
parent f6ddfb7243
commit d2018c0143
5 changed files with 4 additions and 4 deletions

View File

@@ -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>