forked from tursodatabase/turso
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTurso.slnx
More file actions
22 lines (22 loc) · 1.04 KB
/
Copy pathTurso.slnx
File metadata and controls
22 lines (22 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<Solution>
<Configurations>
<Platform Name="Any CPU" />
<Platform Name="x64" />
<Platform Name="x86" />
</Configurations>
<Project Path="src\Benchmarks\Benchmarks.csproj" Type="Classic C#">
<Configuration Solution="Debug|x64" Project="Debug|Any CPU" />
<Configuration Solution="Debug|x86" Project="Debug|Any CPU" />
<Configuration Solution="Release|x64" Project="Release|Any CPU" />
<Configuration Solution="Release|x86" Project="Release|Any CPU" />
</Project>
<Project Path="src\Turso.Tests\Turso.Tests.csproj" Type="Classic C#">
<Configuration Solution="Debug|x64" Project="Debug|Any CPU" />
<Configuration Solution="Debug|x86" Project="Debug|Any CPU" />
<Configuration Solution="Release|x64" Project="Release|Any CPU" />
<Configuration Solution="Release|x86" Project="Release|Any CPU" />
</Project>
<Project Path="src\Turso.Data.Sqlite\Turso.Data.Sqlite.csproj" />
<Project Path="src\Turso.Data\Turso.Data.csproj" />
<Project Path="src\Turso.Raw\Turso.Raw.csproj" Type="Classic C#" />
</Solution>