104 строки
4.4 KiB
XML
104 строки
4.4 KiB
XML
|
<Project Sdk="Microsoft.NET.Sdk">
|
||
|
<Import Project="..\syncfusion.common.desktop.props"/>
|
||
|
<PropertyGroup>
|
||
|
<OutputType>WinExe</OutputType>
|
||
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
||
|
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
|
||
|
<EnableDefaultPageItems>false</EnableDefaultPageItems>
|
||
|
<TargetPlatformVersion>10.0.19041.0</TargetPlatformVersion>
|
||
|
<TargetFramework>net6.0-windows10.0.19041.0</TargetFramework>
|
||
|
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
|
||
|
<AssemblyName>Syncfusion.ShadowDemos.WinUI</AssemblyName>
|
||
|
<RootNamespace>Syncfusion.ShadowDemos.WinUI</RootNamespace>
|
||
|
<ApplicationManifest>app.manifest</ApplicationManifest>
|
||
|
<Platforms>AnyCPU;x86;x64</Platforms>
|
||
|
<RuntimeIdentifiers>win-x86;win-x64</RuntimeIdentifiers>
|
||
|
<EnablePreviewMsixTooling>true</EnablePreviewMsixTooling>
|
||
|
<PublishProfile>Properties\PublishProfiles\win10-$(Platform).pubxml</PublishProfile>
|
||
|
<DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP;WinUI;WinUI_Desktop</DefineConstants>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
||
|
<DebugSymbols>true</DebugSymbols>
|
||
|
<OutputPath>bin\x86\Debug\</OutputPath>
|
||
|
<DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP;WinUI_Desktop</DefineConstants>
|
||
|
<DebugType>full</DebugType>
|
||
|
<PlatformTarget>x86</PlatformTarget>
|
||
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
||
|
<ErrorReport>prompt</ErrorReport>
|
||
|
<Prefer32Bit>true</Prefer32Bit>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
||
|
<OutputPath>bin\x86\Release\</OutputPath>
|
||
|
<DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP;WinUI_Desktop</DefineConstants>
|
||
|
<Optimize>true</Optimize>
|
||
|
<DebugType>pdbonly</DebugType>
|
||
|
<PlatformTarget>x86</PlatformTarget>
|
||
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
||
|
<ErrorReport>prompt</ErrorReport>
|
||
|
<Prefer32Bit>true</Prefer32Bit>
|
||
|
<UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
||
|
<DebugSymbols>true</DebugSymbols>
|
||
|
<OutputPath>bin\x64\Debug\</OutputPath>
|
||
|
<DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP;WinUI_Desktop</DefineConstants>
|
||
|
<DebugType>full</DebugType>
|
||
|
<PlatformTarget>x64</PlatformTarget>
|
||
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
||
|
<ErrorReport>prompt</ErrorReport>
|
||
|
<Prefer32Bit>true</Prefer32Bit>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
||
|
<OutputPath>bin\x64\Release\</OutputPath>
|
||
|
<DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP;WinUI_Desktop</DefineConstants>
|
||
|
<Optimize>true</Optimize>
|
||
|
<DebugType>pdbonly</DebugType>
|
||
|
<PlatformTarget>x64</PlatformTarget>
|
||
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
||
|
<ErrorReport>prompt</ErrorReport>
|
||
|
<Prefer32Bit>true</Prefer32Bit>
|
||
|
<UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
|
||
|
</PropertyGroup>
|
||
|
<ItemGroup>
|
||
|
<None Remove="Package.appxmanifest"/>
|
||
|
<None Remove="Properties\Default.rd.xml"/>
|
||
|
<None Remove="syncfusion.shadowdemos.winui_TemporaryKey.pfx"/>
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<Compile Include="App.xaml.cs">
|
||
|
<DependentUpon>App.xaml</DependentUpon>
|
||
|
</Compile>
|
||
|
<Compile Include="Properties\AssemblyInfo.cs"/>
|
||
|
<Compile Include="SamplesConfiguration.cs"/>
|
||
|
<Compile Include="MainWindow.xaml.cs">
|
||
|
<DependentUpon>MainWindow.xaml</DependentUpon>
|
||
|
</Compile>
|
||
|
<Compile Include="Views\Shadow\ShadowView.xaml.cs"/>
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<Content Include="Assets\LockScreenLogo.scale-200.png"/>
|
||
|
<Content Include="Assets\SplashScreen.scale-200.png"/>
|
||
|
<Content Include="Assets\Square150x150Logo.scale-200.png"/>
|
||
|
<Content Include="Assets\Square44x44Logo.scale-200.png"/>
|
||
|
<Content Include="Assets\Square44x44Logo.targetsize-24_altform-unplated.png"/>
|
||
|
<Content Include="Assets\StoreLogo.png"/>
|
||
|
<Content Include="Assets\Wide310x150Logo.scale-200.png"/>
|
||
|
<Content Include="Assets\Shadow\ShadowButton_xaml.txt"/>
|
||
|
<Content Include="Assets\Shadow\ShadowImage_xaml.txt"/>
|
||
|
<Content Include="Assets\Shadow\ShadowShape_xaml.txt"/>
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<Page Include="MainWindow.xaml"/>
|
||
|
<Page Include="Views\Shadow\ShadowView.xaml">
|
||
|
<Generator>MSBuild:Compile</Generator>
|
||
|
</Page>
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<PackageReference Include="Syncfusion.Editors.WinUI" Version="27.1.48"/>
|
||
|
<Manifest Include="$(ApplicationManifest)"/>
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<ProjectReference Include="..\common\Syncfusion.DemosCommon.WinUI_lib_Net60.csproj"/>
|
||
|
</ItemGroup>
|
||
|
</Project>
|