Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -409,3 +409,10 @@ FodyWeavers.xsd
*.sln.iml
.idea/
src/Files.App/Assets/FilesOpenDialog/Files.App.Launcher.exe.sha256

# Search bench corpora and run outputs (generated, large, deterministic).
# baseline.json is checked in as the pinned reference for gate comparisons.
.bench/
bench-results/*
!bench-results/baseline.json
.smoke/
1 change: 1 addition & 0 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
<PackageVersion Include="Microsoft.Xaml.Behaviors.WinUI.Managed" Version="3.0.1" />
<PackageVersion Include="OwlCore.Storage" Version="0.14.0.999" />
<PackageVersion Include="Sentry" Version="6.0.0" />
<PackageVersion Include="System.ServiceProcess.ServiceController" Version="8.0.0" />
<PackageVersion Include="SevenZipSharp" Version="1.0.2" />
<PackageVersion Include="SharpZipLib" Version="1.4.2" />
<PackageVersion Include="SQLitePCLRaw.bundle_green" Version="2.1.11" />
Expand Down
8 changes: 8 additions & 0 deletions Files.slnx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
<Platform Solution="*|x64" Project="x64" />
<Platform Solution="*|x86" Project="x86" />
</Project>
<Project Path="src/Files.IndexedSearch.Client/Files.IndexedSearch.Client.csproj" />
<Project Path="src/Files.LegacySearch/Files.LegacySearch.csproj" />
<Project Path="src/Files.SearchService/Files.SearchService.csproj" />
<Project Path="src/Files.SearchAbstraction/Files.SearchAbstraction.csproj" />
<Project Path="src/Files.Shared/Files.Shared.csproj">
<Platform Solution="*|arm64" Project="arm64" />
<Platform Solution="*|x64" Project="x64" />
Expand Down Expand Up @@ -83,5 +87,9 @@
<Platform Solution="*|x64" Project="x64" />
<Platform Solution="*|x86" Project="x86" />
</Project>
<Project Path="tests/corpora/Files.Search.Corpora.csproj" />
<Project Path="tests/Files.Search.Bench/Files.Search.Bench.csproj" />
<Project Path="tests/Files.Search.Correctness/Files.Search.Correctness.csproj" />
<Project Path="tests/Files.Search.Probe/Files.Search.Probe.csproj" />
</Folder>
</Solution>
Loading
Loading