PageRenderTime 83ms CodeModel.GetById 24ms RepoModel.GetById 0ms app.codeStats 0ms

/Silverlight.Controls.Toolkit/Controls.Testing.DataVisualization.Toolkit/Controls.Testing.DataVisualization.Toolkit.csproj

#
MSBuild | 186 lines | 182 code | 0 blank | 4 comment | 0 complexity | e15151f693ce915cca68157b1a83ec1d MD5 | raw file
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>8.0.50727</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{DCB9FB07-B604-4E50-9339-9837E911D516}</ProjectGuid>
  9. <ProjectTypeGuids>{A1591282-1198-4647-A2B1-27E5FF5F6F3B};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  10. <OutputType>Library</OutputType>
  11. <AppDesignerFolder>Properties</AppDesignerFolder>
  12. <RootNamespace>System.Windows.Controls.Testing</RootNamespace>
  13. <AssemblyName>System.Windows.Controls.Testing.DataVisualization.Toolkit</AssemblyName>
  14. <TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier>
  15. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  16. <SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>
  17. <SilverlightApplication>true</SilverlightApplication>
  18. <SupportedCultures>
  19. </SupportedCultures>
  20. <XapOutputs>true</XapOutputs>
  21. <GenerateSilverlightManifest>true</GenerateSilverlightManifest>
  22. <XapFilename>System.Windows.Controls.Testing.DataVisualization.Toolkit.xap</XapFilename>
  23. <SilverlightManifestTemplate>Properties\AppManifest.xml</SilverlightManifestTemplate>
  24. <SilverlightAppEntry>System.Windows.Controls.Testing.App</SilverlightAppEntry>
  25. <TestPageFileName>TestPage.html</TestPageFileName>
  26. <CreateTestPage>true</CreateTestPage>
  27. <ValidateXaml>true</ValidateXaml>
  28. <ThrowErrorsInValidation>false</ThrowErrorsInValidation>
  29. <SignAssembly>true</SignAssembly>
  30. <AssemblyOriginatorKeyFile>..\System.Windows.Controls.snk</AssemblyOriginatorKeyFile>
  31. <SccProjectName>SAK</SccProjectName>
  32. <SccLocalPath>SAK</SccLocalPath>
  33. <SccAuxPath>SAK</SccAuxPath>
  34. <SccProvider>SAK</SccProvider>
  35. </PropertyGroup>
  36. <!-- This property group is only here to support building this project using the
  37. MSBuild 3.5 toolset. In order to work correctly with this older toolset, it needs
  38. to set the TargetFrameworkVersion to v3.5 -->
  39. <PropertyGroup Condition="'$(MSBuildToolsVersion)' == '3.5'">
  40. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  41. </PropertyGroup>
  42. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  43. <DebugSymbols>true</DebugSymbols>
  44. <DebugType>full</DebugType>
  45. <Optimize>false</Optimize>
  46. <OutputPath>ClientBin\</OutputPath>
  47. <DefineConstants>DEBUG;TRACE;SILVERLIGHT</DefineConstants>
  48. <NoStdLib>true</NoStdLib>
  49. <NoConfig>true</NoConfig>
  50. <ErrorReport>prompt</ErrorReport>
  51. <WarningLevel>4</WarningLevel>
  52. <RunCodeAnalysis>false</RunCodeAnalysis>
  53. </PropertyGroup>
  54. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  55. <DebugType>pdbonly</DebugType>
  56. <Optimize>true</Optimize>
  57. <OutputPath>ClientBin\</OutputPath>
  58. <DefineConstants>TRACE;SILVERLIGHT</DefineConstants>
  59. <NoStdLib>true</NoStdLib>
  60. <NoConfig>true</NoConfig>
  61. <ErrorReport>prompt</ErrorReport>
  62. <WarningLevel>4</WarningLevel>
  63. </PropertyGroup>
  64. <ItemGroup>
  65. <Reference Include="Microsoft.Silverlight.Testing">
  66. <SpecificVersion>False</SpecificVersion>
  67. <HintPath>..\Binaries\Microsoft.Silverlight.Testing.dll</HintPath>
  68. </Reference>
  69. <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight">
  70. <SpecificVersion>False</SpecificVersion>
  71. <HintPath>..\Binaries\Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight.dll</HintPath>
  72. </Reference>
  73. <Reference Include="System.Windows" />
  74. <Reference Include="mscorlib" />
  75. <Reference Include="system" />
  76. <Reference Include="System.Core" />
  77. <Reference Include="System.Net" />
  78. <Reference Include="System.Xml" />
  79. <Reference Include="System.Windows.Browser" />
  80. </ItemGroup>
  81. <ItemGroup>
  82. <Compile Include="..\Controls.DataVisualization.Toolkit\Collections\LeftLeaningRedBlackTree.cs">
  83. <Link>InternalClasses\LeftLeaningRedBlackTree.cs</Link>
  84. </Compile>
  85. <Compile Include="..\Controls.DataVisualization.Toolkit\TreeMap\Layout\SquaringAlgorithm.cs">
  86. <Link>TreeMap\Layout\SquaringAlgorithm.cs</Link>
  87. </Compile>
  88. <Compile Include="..\Controls.DataVisualization.Toolkit\TreeMap\Layout\TreeMapNode.cs">
  89. <Link>TreeMap\Layout\TreeMapNode.cs</Link>
  90. </Compile>
  91. <Compile Include="..\Controls.Toolkit\Common\WeakEventListener.cs">
  92. <Link>InternalClasses\WeakEventListener.cs</Link>
  93. </Compile>
  94. <Compile Include="App.xaml.cs">
  95. <DependentUpon>App.xaml</DependentUpon>
  96. </Compile>
  97. <Compile Include="AssemblyTest.cs" />
  98. <Compile Include="Charting\AreaDataPointTest.cs" />
  99. <Compile Include="Charting\AreaSeriesTest.cs" />
  100. <Compile Include="Charting\BarDataPointTest.cs" />
  101. <Compile Include="Charting\AxisBase.cs" />
  102. <Compile Include="Charting\CategoryAxisTest.cs" />
  103. <Compile Include="Charting\ChartTest.cs" />
  104. <Compile Include="Charting\ChartTestUtilities.cs" />
  105. <Compile Include="Charting\ColumnDataPointTest.cs" />
  106. <Compile Include="Charting\ColumnSeriesTest.cs" />
  107. <Compile Include="Charting\BarSeriesTest.cs" />
  108. <Compile Include="Charting\BarColumnSeriesBase.cs" />
  109. <Compile Include="Charting\BubbleSeriesTest.cs" />
  110. <Compile Include="Charting\BubbleDataPointTest.cs" />
  111. <Compile Include="Charting\DateTimeAxisTest.cs" />
  112. <Compile Include="Charting\DisplayAxisBase.cs" />
  113. <Compile Include="Charting\LinearAxisTest.cs" />
  114. <Compile Include="Charting\NumericAxisBase.cs" />
  115. <Compile Include="Charting\RangeAxisBase.cs" />
  116. <Compile Include="Charting\ScatterDataPointTest.cs" />
  117. <Compile Include="Charting\LineDataPointTest.cs" />
  118. <Compile Include="Charting\LineScatterSeriesBase.cs" />
  119. <Compile Include="Charting\PieDataPointTest.cs" />
  120. <Compile Include="Charting\DataPointSeriesWithAxesBase.cs" />
  121. <Compile Include="Charting\DataPointSeriesBase.cs" />
  122. <Compile Include="Charting\LineSeriesTest.cs" />
  123. <Compile Include="Charting\PieSeriesTest.cs" />
  124. <Compile Include="Charting\ScatterSeriesTest.cs" />
  125. <Compile Include="Charting\DataPointBase.cs" />
  126. <Compile Include="Charting\SeriesBase.cs" />
  127. <Compile Include="Charting\DataPointSingleSeriesWithAxesBase.cs" />
  128. <Compile Include="Collections\LeftLeaningRedBlackTreeTest.cs" />
  129. <Compile Include="NotifyingDataObject.cs" />
  130. <Compile Include="DataObject.cs" />
  131. <Compile Include="GlobalSuppressions.cs" />
  132. <Compile Include="Properties\AssemblyInfo.cs" />
  133. <Compile Include="TreeMap\CustomTemplateSelector.cs" />
  134. <Compile Include="TreeMap\DoubleInterpolatorTest.cs" />
  135. <Compile Include="TreeMap\InheritedTreeMap.cs" />
  136. <Compile Include="TreeMap\TreeMapItemDefinitionTest.cs" />
  137. <Compile Include="TreeMap\OverriddenTreeMap.cs" />
  138. <Compile Include="TreeMap\OverriddenTreeMapItemDefinitionSelector.cs" />
  139. <Compile Include="TreeMap\SolidColorBrushInterpolatorTest.cs" />
  140. <Compile Include="TreeMap\SimpleNode.cs" />
  141. <Compile Include="TreeMap\SquaringAlgorithmTest.cs" />
  142. <Compile Include="TreeMap\TreeMapTest.cs" />
  143. <Compile Include="Visualization\LegendTest.cs" />
  144. <Compile Include="Visualization\TitleTest.cs" />
  145. </ItemGroup>
  146. <ItemGroup>
  147. <ApplicationDefinition Include="App.xaml">
  148. <Generator>MSBuild:Compile</Generator>
  149. <SubType>Designer</SubType>
  150. </ApplicationDefinition>
  151. </ItemGroup>
  152. <ItemGroup>
  153. <None Include="Properties\AppManifest.xml" />
  154. </ItemGroup>
  155. <ItemGroup>
  156. <ProjectReference Include="..\Controls.DataVisualization.Toolkit\Controls.DataVisualization.Toolkit.csproj">
  157. <Project>{C203F873-5EC5-4233-A6BE-094F39DBB211}</Project>
  158. <Name>Controls.DataVisualization.Toolkit</Name>
  159. </ProjectReference>
  160. <ProjectReference Include="..\Controls.Testing.Common\Controls.Testing.Common.csproj">
  161. <Project>{03598AF4-B0EE-4115-B425-2C0D8FBCAD78}</Project>
  162. <Name>Controls.Testing.Common</Name>
  163. </ProjectReference>
  164. <ProjectReference Include="..\Controls.Toolkit\Controls.Toolkit.csproj">
  165. <Project>{1CDB9A12-B7CA-471A-BA35-8198F2FE4A51}</Project>
  166. <Name>Controls.Toolkit</Name>
  167. </ProjectReference>
  168. <Reference Include="System.Windows.Controls" />
  169. </ItemGroup>
  170. <!-- Disable warning SA1401 because violating it gives a 40% reduction in execution time for LeftLeaningRedBlackTree -->
  171. <PropertyGroup>
  172. </PropertyGroup>
  173. <Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight\v4.0\Microsoft.Silverlight.CSharp.targets" />
  174. <PropertyGroup>
  175. </PropertyGroup>
  176. <ItemGroup>
  177. <None Include="..\System.Windows.Controls.snk" />
  178. </ItemGroup>
  179. <ProjectExtensions>
  180. <VisualStudio>
  181. <FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}">
  182. <SilverlightProjectProperties />
  183. </FlavorProperties>
  184. </VisualStudio>
  185. </ProjectExtensions>
  186. </Project>