forked from syncfusion/winui-demos
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSyncfusion.RadialGaugeDemos.WinUI_Net80.csproj
More file actions
30 lines (30 loc) · 1.22 KB
/
Copy pathSyncfusion.RadialGaugeDemos.WinUI_Net80.csproj
File metadata and controls
30 lines (30 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\syncfusion.common.desktop.props" />
<PropertyGroup>
<OutputType>WinExe</OutputType>
<AssemblyName>Syncfusion.RadialGaugeDemos.WinUI</AssemblyName>
<RootNamespace>Syncfusion.RadialGaugeDemos.WinUI</RootNamespace>
<ApplicationManifest>app.manifest</ApplicationManifest>
</PropertyGroup>
<ItemGroup>
<None Remove="Package.appxmanifest" />
<None Remove="Properties\Default.rd.xml" />
<None Remove="SourceCodes\ShowCase\SleepTracker\SleepTracker.xaml.cs.txt" />
<None Remove="syncfusion.radialgaugedemos.winui_TemporaryKey.pfx" />
<None Remove="Views\ShowCase\SleepTracker.xaml" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Assets\RadialGauge\*">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Syncfusion.Gauge.WinUI" Version="34.2.2" />
<Manifest Include="$(ApplicationManifest)" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="../common/Syncfusion.DemosCommon.WinUI_lib_Net80.csproj" />
</ItemGroup>
<Import Project="..\targets\MultiTargeting_Net80.targets" />
</Project>