40 lines
1.6 KiB
XML
40 lines
1.6 KiB
XML
<Project Sdk="Microsoft.NET.Sdk.Razor">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net10.0-windows10.0.19041.0</TargetFramework>
|
|
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
|
|
<OutputType>WinExe</OutputType>
|
|
<UseMaui>true</UseMaui>
|
|
<SingleProject>true</SingleProject>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
|
|
<ApplicationTitle>VideoStudy</ApplicationTitle>
|
|
<ApplicationId>com.companyname.videostudy</ApplicationId>
|
|
<ApplicationDisplayVersion>1.0</ApplicationDisplayVersion>
|
|
<ApplicationVersion>1</ApplicationVersion>
|
|
<WindowsPackageType>None</WindowsPackageType>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<MauiIcon Include="Resources\AppIcon\appicon.svg" ForegroundFile="Resources\AppIcon\appiconfg.svg" Color="#512BD4" />
|
|
<MauiSplashScreen Include="Resources\Splash\splash.svg" Color="#512BD4" BaseSize="128,128" />
|
|
<MauiImage Include="Resources\Images\*" />
|
|
<MauiFont Include="Resources\Fonts\*" />
|
|
<MauiAsset Include="Resources\Raw\**" LogicalName="%(RecursiveDir)%(Filename)%(Extension)" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.Maui.Controls" Version="10.0.31" />
|
|
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="10.0.31" />
|
|
<PackageReference Include="Microsoft.AspNetCore.Components.WebView.Maui" Version="10.0.31" />
|
|
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="10.0.0" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\VideoStudy.UI\VideoStudy.UI.csproj" />
|
|
<ProjectReference Include="..\VideoStudy.Shared\VideoStudy.Shared.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|