1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
55 <TargetFramework >net6.0</TargetFramework >
6- <PublishSingleFile >true</PublishSingleFile >
7- <SelfContained >true</SelfContained >
8- <RuntimeIdentifier >win-x64</RuntimeIdentifier >
9- <PublishTrimmed >true</PublishTrimmed >
10- <PublishReadyToRun >true</PublishReadyToRun >
6+ <PublishSingleFile >true</PublishSingleFile >
7+ <SelfContained >true</SelfContained >
8+ <RuntimeIdentifier >win-x64</RuntimeIdentifier >
9+ <PublishTrimmed >true</PublishTrimmed >
10+ <PublishReadyToRun >true</PublishReadyToRun >
1111 <ImplicitUsings >enable</ImplicitUsings >
12- <Nullable >enable </Nullable >
12+ <Nullable >disable </Nullable >
1313 <ApplicationIcon >Assets\icon.ico</ApplicationIcon >
14- <Title >thsearch - The multithread searcher</Title >
15- <Version >1.0.2.0</Version >
16- <Description >A multithread, fixed location, text content searcher. Specify the paths you want to search, and the file extensions, and then call it
17- as follows: thsearch.exe searchterm. </Description >
14+ <Title >thsearch</Title >
15+ <Version >2.0.0.0</Version >
16+ <Description >Fast ranked content searching of documents </Description >
1817 <PlatformTarget >x64</PlatformTarget >
18+ <Platforms >AnyCPU;x64</Platforms >
1919 <ErrorReport >none</ErrorReport >
20+ <!-- Includes sqlite library. See: https://stackoverflow.com/questions/74661400/eliminate-e-sqlite3-dll-during-single-file-compilation -->
21+ <IncludeNativeLibrariesForSelfExtract >true</IncludeNativeLibrariesForSelfExtract >
2022 </PropertyGroup >
2123
2224 <ItemGroup >
@@ -30,9 +32,10 @@ as follows: thsearch.exe searchterm. </Description>
3032 <PackageReference Include =" Microsoft.Data.Sqlite" Version =" 7.0.4" />
3133 <PackageReference Include =" MSTest.TestFramework" Version =" 3.0.2" />
3234 <PackageReference Include =" PdfPig" Version =" 0.1.7" />
33- <PackageReference Include =" ShellProgressBar" Version =" 5.2.0" />
34- <PackageReference Include =" System.Data.SQLite" Version =" 1.0.117" />
35- <PackageReference Include =" Terminal.Gui" Version =" 1.10.0" />
35+ <PackageReference Include =" SQLitePCLRaw.bundle_e_sqlite3" Version =" 2.1.4" />
36+ <PackageReference Include =" SQLitePCLRaw.core" Version =" 2.1.4" />
37+ <PackageReference Include =" SQLitePCLRaw.lib.e_sqlite3" Version =" 2.1.4" />
38+ <PackageReference Include =" SQLitePCLRaw.provider.e_sqlite3" Version =" 2.1.4" />
3639 </ItemGroup >
3740
3841 <ItemGroup >
0 commit comments