250 строки
10 KiB
XML
250 строки
10 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.PresentationDemos.WinUI</AssemblyName>
|
|
<RootNamespace>Syncfusion.PresentationDemos.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>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>bin\x86\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE;NETFX_CORE;</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;</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;</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;</DefineConstants>
|
|
<Optimize>true</Optimize>
|
|
<DebugType>pdbonly</DebugType>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
<UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Remove="ViewModel\**"/>
|
|
<None Remove="ViewModel\**"/>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Remove="Assets\Presentation\SyncfusionPresentation.pptx"/>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Remove="Views\Chart.xaml"/>
|
|
<None Remove="Views\EncryptAndDecrypt.xaml"/>
|
|
<None Remove="Views\HeaderAndFooter.xaml"/>
|
|
<None Remove="Views\HelloWorld.xaml"/>
|
|
<None Remove="Views\PPTXToImage.xaml"/>
|
|
<None Remove="Views\PPTXToPDF.xaml"/>
|
|
<None Remove="Views\FindAndReplace.xaml"/>
|
|
<None Remove="Views\FindAndHighlight.xaml"/>
|
|
<None Remove="Views\Slide.xaml"/>
|
|
<None Remove="Views\Table.xaml"/>
|
|
<None Remove="Views\Image.xaml"/>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="App.xaml.cs">
|
|
<DependentUpon>App.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Helpers\SaveAndLaunch.cs"/>
|
|
<Compile Include="MainWindow.xaml.cs">
|
|
<DependentUpon>MainWindow.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Properties\AssemblyInfo.cs"/>
|
|
<Compile Include="SamplesConfiguration.cs"/>
|
|
<Compile Include="Views\Chart.xaml.cs">
|
|
<DependentUpon>Chart.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Views\EncryptAndDecrypt.xaml.cs">
|
|
<DependentUpon>EncryptAndDecrypt.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Views\HeaderAndFooter.xaml.cs">
|
|
<DependentUpon>HeaderAndFooter.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Views\HelloWorld.xaml.cs">
|
|
<DependentUpon>HelloWorld.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Views\PPTXToImage.xaml.cs">
|
|
<DependentUpon>PPTXToImage.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Views\PPTXToPDF.xaml.cs">
|
|
<DependentUpon>PPTXToPDF.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Views\FindAndReplace.xaml.cs">
|
|
<DependentUpon>FindAndReplace.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Views\FindAndHighlight.xaml.cs">
|
|
<DependentUpon>FindAndHighlight.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Views\Slide.xaml.cs">
|
|
<DependentUpon>Slide.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Views\Table.xaml.cs">
|
|
<DependentUpon>Table.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Views\Image.xaml.cs">
|
|
<DependentUpon>Image.xaml</DependentUpon>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Page Include="MainWindow.xaml">
|
|
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
|
</Page>
|
|
<Page Include="Views\Chart.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Views\EncryptAndDecrypt.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Views\HeaderAndFooter.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Views\HelloWorld.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Views\PPTXToImage.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Views\PPTXToPDF.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Views\FindAndReplace.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Views\FindAndHighlight.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Views\Slide.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Views\Table.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Views\Image.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="Syncfusion.PresentationRenderer.NET" Version="27.1.48"/>
|
|
<PackageReference Include="Syncfusion.Pdf.Imaging.NET" Version="27.1.48"/>
|
|
<PackageReference Include="Syncfusion.MetafileRenderer.NET" Version="27.1.48"/>
|
|
<Manifest Include="$(ApplicationManifest)"/>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Assets\Presentation\EmbeddedOleObject.pptx">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Assets\Presentation\HeaderFooter.pptx">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Assets\Presentation\HelloWorld.pptx">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Assets\Presentation\Images.pptx">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Assets\Presentation\OlePicture.png">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Assets\Presentation\OleTemplate.docx">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Assets\Presentation\Products.xml">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Assets\Presentation\Slides.pptx">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Assets\Presentation\SyncfusionPresentation.pptx">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Assets\Presentation\TableData.xml">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Assets\Presentation\tablet.jpg">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Assets\Presentation\About.png">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Assets\Presentation\About.svg">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Assets\Presentation\CycleLogo.jpg">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Assets\Presentation\Template.pptx">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Assets\Presentation\Input Template.pptx">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Assets\Presentation\FindAndHighlightInput.pptx">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Assets\Presentation\Chart_xaml_cs.txt"/>
|
|
<Content Include="Assets\Presentation\EncryptAndDecrypt_xaml_cs.txt"/>
|
|
<Content Include="Assets\Presentation\HeaderAndFooter_xaml_cs.txt"/>
|
|
<Content Include="Assets\Presentation\HelloWorld_xaml_cs.txt"/>
|
|
<Content Include="Assets\Presentation\PPTXToImage_xaml_cs.txt"/>
|
|
<Content Include="Assets\Presentation\PPTXToPDF_xaml_cs.txt"/>
|
|
<Content Include="Assets\Presentation\Slide_xaml_cs.txt"/>
|
|
<Content Include="Assets\Presentation\Table_xaml_cs.txt"/>
|
|
<Content Include="Assets\Presentation\Image_xaml_cs.txt"/>
|
|
<Content Include="Assets\Presentation\FindAndReplace_xaml_cs.txt"/>
|
|
<Content Include="Assets\Presentation\FindAndHighlight_xaml_cs.txt"/>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\common\Syncfusion.DemosCommon.WinUI_lib_Net60.csproj"/>
|
|
</ItemGroup>
|
|
</Project>
|