fastsearch_rust_c_sharp / FastSeek.WinUI /FastSeek.WinUI.csproj
anshdadhich's picture
initial commit
1c4658f
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows10.0.19041.0</TargetFramework>
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
<RootNamespace>FastSeek.WinUI</RootNamespace>
<ApplicationManifest>app.manifest</ApplicationManifest>
<Platforms>x64</Platforms>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<UseWinUI>true</UseWinUI>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<WindowsPackageType>None</WindowsPackageType>
<AppxPackage>false</AppxPackage>
<EnableMsixTooling>false</EnableMsixTooling>
<WindowsAppSdkSelfContained>true</WindowsAppSdkSelfContained>
<GenerateAppxPackageOnBuild>false</GenerateAppxPackageOnBuild>
<EnablePreviewMsixTooling>false</EnablePreviewMsixTooling>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.6.250205002" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\FastSeek.Core\FastSeek.Core.csproj" />
</ItemGroup>
</Project>