blob: 1ef5711e64e5cf7fc379677147106f340d415644 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!--## Licensed to the Apache Software Foundation (ASF) under one
## or more contributor license agreements. See the NOTICE file
## distributed with this work for additional information
## regarding copyright ownership. The ASF licenses this file
## to you under the Apache License, Version 2.0 (the
## "License"); you may not use this file except in compliance
## with the License. You may obtain a copy of the License at
##
## http://www.apache.org/licenses/LICENSE-2.0
##
## Unless required by applicable law or agreed to in writing,
## software distributed under the License is distributed on an
## "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
## KIND, either express or implied. See the License for the
## specific language governing permissions and limitations
## under the License.-->
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{D4C615D1-9274-41D9-B14E-BC88AE7FCDCE}</ProjectGuid>
<OutputType>library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Ambari.SCOM.Widgets</RootNamespace>
<AssemblyName>Ambari.SCOM.Widgets.Wpf</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<TargetFrameworkProfile>
</TargetFrameworkProfile>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<WarningLevel>4</WarningLevel>
<SccProjectName>SAK</SccProjectName>
<SccLocalPath>SAK</SccLocalPath>
<SccAuxPath>SAK</SccAuxPath>
<SccProvider>SAK</SccProvider>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<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' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>..\bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.EnterpriseManagement.CompositionEngine, Version=7.0.5000.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Items\Libs\SCOM2012\Microsoft.EnterpriseManagement.CompositionEngine.dll</HintPath>
</Reference>
<Reference Include="Microsoft.EnterpriseManagement.CompositionEngine.Extensibility, Version=7.0.5000.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Items\Libs\SCOM2012\Microsoft.EnterpriseManagement.CompositionEngine.Extensibility.dll</HintPath>
</Reference>
<Reference Include="Microsoft.EnterpriseManagement.Presentation.Controls">
<HintPath>..\Items\Libs\SCOM2012\Microsoft.EnterpriseManagement.Presentation.Controls.dll</HintPath>
</Reference>
<Reference Include="Microsoft.EnterpriseManagement.Presentation.Core">
<HintPath>..\Items\Libs\SCOM2012\Microsoft.EnterpriseManagement.Presentation.Core.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Practices.Unity, Version=2.0.414.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Items\Libs\SCOM2012\Microsoft.Practices.Unity.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.ComponentModel.Composition" />
<Reference Include="System.Data" />
<Reference Include="System.Windows.Controls.DataVisualization.Toolkit">
<HintPath>..\Items\Libs\SCOM2012\System.Windows.Controls.DataVisualization.Toolkit.dll</HintPath>
</Reference>
<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.Xaml">
<RequiredTargetFramework>4.0</RequiredTargetFramework>
</Reference>
<Reference Include="WindowsBase" />
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
</ItemGroup>
<ItemGroup>
<Compile Include="Charting\Axes\ForegroundDateTimeAxis.cs" />
<Compile Include="Charting\Axes\ForegroundDateTimeDataToAxisConverter.cs" />
<Compile Include="Charting\Axes\ForegroundLinearAxis.cs" />
<Compile Include="Charting\Axes\ForegroundLinearDataToAxisConverter.cs" />
<Compile Include="Charting\Chart.xaml.cs">
<DependentUpon>Chart.xaml</DependentUpon>
</Compile>
<Compile Include="Charting\ChartingConstants.cs" />
<Compile Include="Charting\DataSeriesConverters\ExtendedDataToSeriesConverterBase.cs" />
<Compile Include="Charting\DataSeriesConverters\SeriesDefinitionDataToSeriesConverter.cs" />
<Compile Include="Charting\DataSeriesConverters\StackedAreaDataToSeriesConverter.cs" />
<Compile Include="Charting\SeriesFactories\StackableSeriesFactory.cs" />
<Compile Include="Charting\SeriesStacker.cs" />
<Compile Include="Charting\StackedSeriesManager.cs" />
<Compile Include="Components\CollectionElementAccessor.cs" />
<Compile Include="Components\EntitiesToInstancesWithRecursionLevelConverter.cs" />
<Compile Include="Components\InitializableComponentBase.cs" />
<Compile Include="Components\StringFormatter.cs" />
<Compile Include="Components\StringSplitter.cs" />
<Compile Include="Extensions\DataTypeExtensions.cs" />
<Compile Include="Properties\AssemblyInfo.cs">
<SubType>Code</SubType>
</Compile>
<AppDesigner Include="Properties\" />
</ItemGroup>
<ItemGroup>
<Page Include="Charting\Chart.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>