mirror of
https://github.com/jwetzell/QControlKit.git
synced 2026-08-07 16:33:49 +00:00
81e606bcaf
* QControlKitXamDemo.iOS.csproj: * QControlKitXamDemo.Android.csproj: Update Dependencies * QWorkspace.cs: Add move and delete cue actions
31 lines
923 B
XML
31 lines
923 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netstandard2.1</TargetFramework>
|
|
<ProduceReferenceAssembly>true</ProduceReferenceAssembly>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|
<DebugType>portable</DebugType>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Serilog" Version="2.10.0" />
|
|
<PackageReference Include="Xamarin.Forms" Version="5.0.0.1931" />
|
|
<PackageReference Include="Xamarin.Essentials" Version="1.6.1" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Folder Include="Views\" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<EmbeddedResource Update="CueListPage.xaml">
|
|
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\QControlKit\QControlKit.csproj" />
|
|
</ItemGroup>
|
|
</Project> |