| 1 | <Project Sdk="Microsoft.NET.Sdk"> |
| 2 | |
| 3 | <PropertyGroup> |
| 4 | <OutputType>Exe</OutputType> |
| 5 | <TargetFramework>net10.0</TargetFramework> |
| 6 | <ImplicitUsings>enable</ImplicitUsings> |
| 7 | <Nullable>enable</Nullable> |
| 8 | <AssemblyName>witdb-bridge</AssemblyName> |
| 9 | <RootNamespace>WitDbBridge</RootNamespace> |
| 10 | <IsPackable>false</IsPackable> |
| 11 | <GeneratePackageOnBuild>false</GeneratePackageOnBuild> |
| 12 | </PropertyGroup> |
| 13 | |
| 14 | <ItemGroup> |
| 15 | <ProjectReference Include="..\..\..\witdatabase\Sources\Core\OutWit.Database.Core\OutWit.Database.Core.csproj" /> |
| 16 | <ProjectReference Include="..\..\..\witdatabase\Sources\Core\OutWit.Database.Core.BouncyCastle\OutWit.Database.Core.BouncyCastle.csproj" /> |
| 17 | <ProjectReference Include="..\..\..\witdatabase\Sources\Engine\OutWit.Database\OutWit.Database.csproj" /> |
| 18 | </ItemGroup> |
| 19 | |
| 20 | </Project> |
| 21 | |
View only · write via MCP/CIDE