wpf-demos/gauge/syncfusion.gaugedemos.wpf_l...

163 строки
6.7 KiB
XML
Исходник Обычный вид История

2024-11-18 19:40:30 +03:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{3531C625-CAFE-4F58-AC6C-A65308A0BCED}</ProjectGuid>
<OutputType>library</OutputType>
<RootNamespace>syncfusion.gaugedemos.wpf</RootNamespace>
<AssemblyName>syncfusion.gaugedemos.wpf</AssemblyName>
<TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<WarningLevel>4</WarningLevel>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<Deterministic>true</Deterministic>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.19" />
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xaml">
<RequiredTargetFramework>4.0</RequiredTargetFramework>
</Reference>
<Reference Include="WindowsBase" />
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
<PackageReference Include="Syncfusion.SfGauge.WPF" Version="27.2.2"/>
</ItemGroup>
<ItemGroup>
<Compile Include="Behaviors\MultipleScaleBehavior.cs" />
<Compile Include="Behaviors\DirectionCompassBehavior.cs" />
<Compile Include="GaugeDemosViewModel.cs" />
<Compile Include="Helper\CustomCircularGauge.cs" />
<Compile Include="Model\CustomizationModel.cs" />
<Compile Include="ViewModel\LinearGaugeViewModel.cs" />
<Compile Include="ViewModel\CircularGaugeGettingStartedViewModel.cs" />
<Compile Include="ViewModel\CustomizationViewModel.cs" />
<Compile Include="ViewModel\DigitalGaugeViewModel.cs" />
<Compile Include="ViewModel\MultipleScaleViewModel.cs" />
<Compile Include="Views\Annotation.xaml.cs">
<DependentUpon>Annotation.xaml</DependentUpon>
</Compile>
<Compile Include="ViewModel\AnnotationViewModel.cs" />
<Compile Include="Views\Customization.xaml.cs">
<DependentUpon>Customization.xaml</DependentUpon>
</Compile>
<Compile Include="Views\DigitalGauge.xaml.cs">
<DependentUpon>DigitalGauge.xaml</DependentUpon>
</Compile>
<Compile Include="Views\DirectionCompass.xaml.cs">
<DependentUpon>DirectionCompass.xaml</DependentUpon>
</Compile>
<Compile Include="Views\GettingStarted.xaml.cs">
<DependentUpon>GettingStarted.xaml</DependentUpon>
</Compile>
<Compile Include="Views\LinearGauge.xaml.cs">
<DependentUpon>LinearGauge.xaml</DependentUpon>
</Compile>
<Compile Include="Views\MultipleScale.xaml.cs">
<DependentUpon>MultipleScale.xaml</DependentUpon>
</Compile>
<Compile Include="Views\PointerCustomization.xaml.cs">
<DependentUpon>PointerCustomization.xaml</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup />
<ItemGroup />
<ItemGroup>
<ProjectReference Include="..\common\syncfusion.demoscommon.wpf_lib_47.csproj">
<Project>{fa11ba0a-2b67-4e9b-a0bd-43e01223eb30}</Project>
<Name>syncfusion.demoscommon.wpf_lib_47</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Page Include="Views\Annotation.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Views\Customization.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Views\DigitalGauge.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Views\DirectionCompass.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Views\GettingStarted.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Views\LinearGauge.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Views\MultipleScale.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Views\PointerCustomization.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="..\common\demos.common.props" />
</Project>