106 строки
4.6 KiB
XML
106 строки
4.6 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<Import Project="syncfusion.samplebrowser.props" />
|
|
<PropertyGroup>
|
|
<OutputType>WinExe</OutputType>
|
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
|
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
|
|
<EnableDefaultPageItems>false</EnableDefaultPageItems>
|
|
<TargetPlatformVersion>10.0.19041.0</TargetPlatformVersion>
|
|
<TargetFramework>net8.0-windows10.0.19041.0</TargetFramework>
|
|
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
|
|
<AssemblyName>Syncfusion.SampleBrowser.WinUI</AssemblyName>
|
|
<RootNamespace>Syncfusion.SampleBrowser.WinUI</RootNamespace>
|
|
<ApplicationManifest>app.manifest</ApplicationManifest>
|
|
<Platforms>AnyCPU;x86;x64</Platforms>
|
|
<RuntimeIdentifiers>win-x86;win-x64</RuntimeIdentifiers>
|
|
<UseWinUI>true</UseWinUI>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>bin\x86\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE;NETFX_CORE;Main_SB;</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;Main_SB;</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;Main_SB;</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;Main_SB;</DefineConstants>
|
|
<Optimize>true</Optimize>
|
|
<DebugType>pdbonly</DebugType>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
<UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Content Remove="Assets\**" />
|
|
<EmbeddedResource Remove="Assets\**" />
|
|
<Content Remove="SampleBrowser.WinUI_net90 %28Package%29\**" />
|
|
<Content Remove="SampleBrowser.WinUI_net80 %28Package%29\**" />
|
|
<Content Remove="SampleBrowser.WinUI_net70 %28Package%29\**" />
|
|
<Content Remove="SampleBrowser.WinUI_net60 %28Package%29\**" />
|
|
<EmbeddedResource Remove="SampleBrowser.WinUI_net90 %28Package%29\**" />
|
|
<EmbeddedResource Remove="SampleBrowser.WinUI_net80 %28Package%29\**" />
|
|
<EmbeddedResource Remove="SampleBrowser.WinUI_net70 %28Package%29\**" />
|
|
<EmbeddedResource Remove="SampleBrowser.WinUI_net60 %28Package%29\**" />
|
|
<None Remove="SampleBrowser.WinUI_net90 %28Package%29\**" />
|
|
<None Remove="SampleBrowser.WinUI_net80 %28Package%29\**" />
|
|
<None Remove="SampleBrowser.WinUI_net70 %28Package%29\**" />
|
|
<None Remove="SampleBrowser.WinUI_net60 %28Package%29\**" />
|
|
<PRIResource Remove="SampleBrowser.WinUI_net90 %28Package%29\**" />
|
|
<PRIResource Remove="SampleBrowser.WinUI_net80 %28Package%29\**" />
|
|
<PRIResource Remove="SampleBrowser.WinUI_net70 %28Package%29\**" />
|
|
<PRIResource Remove="SampleBrowser.WinUI_net60 %28Package%29\**" />
|
|
<None Remove="Assets\**" />
|
|
<None Remove="App.ico" />
|
|
<None Remove="MainPage.xaml" />
|
|
<None Remove="Products.xml" />
|
|
<None Remove="Properties\Default.rd.xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="App.xaml.cs">
|
|
<DependentUpon>App.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="MainWindow.xaml.cs">
|
|
<DependentUpon>MainWindow.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="SampleConfiguration.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="App.ico">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Page Include="MainWindow.xaml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Manifest Include="$(ApplicationManifest)" />
|
|
</ItemGroup>
|
|
</Project>
|