System.Windows.Forms.DataVisualization-tests-net_4_5.csproj 4.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  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>9.0.30729</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{B1643A3E-B53E-4264-8CA3-27533EF662CB}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <NoWarn>1699</NoWarn>
  11. <OutputPath>bin\Debug\System.Windows.Forms.DataVisualization-tests-net_4_5</OutputPath>
  12. <NoStdLib>True</NoStdLib>
  13. <NoConfig>False</NoConfig>
  14. <AppDesignerFolder>Properties</AppDesignerFolder>
  15. <RootNamespace>
  16. </RootNamespace>
  17. <AssemblyName>System.Windows.Forms.DataVisualization_test_net_4_5</AssemblyName>
  18. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  19. <FileAlignment>512</FileAlignment>
  20. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  22. <DebugSymbols>true</DebugSymbols>
  23. <DebugType>full</DebugType>
  24. <NoWarn>1699</NoWarn>
  25. <Optimize>false</Optimize>
  26. <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5</DefineConstants>
  27. <ErrorReport>prompt</ErrorReport>
  28. <WarningLevel>4</WarningLevel>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  31. <DebugType>pdbonly</DebugType>
  32. <NoWarn>1699</NoWarn>
  33. <Optimize>true</Optimize>
  34. <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. </PropertyGroup>
  38. <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
  39. Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
  40. is a problem to compile the Mono mscorlib.dll -->
  41. <PropertyGroup>
  42. <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
  43. </PropertyGroup>
  44. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  45. <ItemGroup>
  46. <Compile Include="Test\System.Windows.Forms.DataVisualization.Charting\AnnotationPathPointTest.cs" />
  47. <Compile Include="Test\System.Windows.Forms.DataVisualization.Charting\AnovaResultTest.cs" />
  48. <Compile Include="Test\System.Windows.Forms.DataVisualization.Charting\ArrowAnnotationTest.cs" />
  49. <Compile Include="Test\System.Windows.Forms.DataVisualization.Charting\AxisScaleBreakStyleTest.cs" />
  50. <Compile Include="Test\System.Windows.Forms.DataVisualization.Charting\ChartElementTest.cs" />
  51. <Compile Include="Test\System.Windows.Forms.DataVisualization.Charting\ChartElementTest.cs" /> </ItemGroup>
  52. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  53. Other similar extension points exist, see Microsoft.Common.targets.
  54. <Target Name="BeforeBuild">
  55. </Target>
  56. <Target Name="AfterBuild">
  57. </Target>
  58. -->
  59. <PropertyGroup>
  60. <PreBuildEvent>
  61. </PreBuildEvent>
  62. <PostBuildEvent>
  63. xcopy $(TargetName).* $(ProjectDir)..\lib\net_4_5\ /Y /R /D
  64. </PostBuildEvent>
  65. </PropertyGroup>
  66. <ItemGroup>
  67. <Reference Include="..\lib\net_4_5\nunit.framework.dll" />
  68. <ProjectReference Include="..\corlib\corlib-net_4_5.csproj">
  69. <Project>{07C1F58B-9E99-47F8-A847-79EDA5157DA8}</Project>
  70. <Name>corlib\corlib-net_4_5</Name>
  71. </ProjectReference>
  72. <ProjectReference Include="..\System.Windows.Forms.DataVisualization\System.Windows.Forms.DataVisualization-net_4_5.csproj">
  73. <Project>{47FD8F07-F207-478D-B9D7-4CE5DC4A52B6}</Project>
  74. <Name>System.Windows.Forms.DataVisualization\System.Windows.Forms.DataVisualization-net_4_5</Name>
  75. </ProjectReference>
  76. <ProjectReference Include="..\System\System-net_4_5-2.csproj">
  77. <Project>{38FCD731-0E11-46F7-A31B-DCBE853AD8D7}</Project>
  78. <Name>System\System-net_4_5-2</Name>
  79. </ProjectReference>
  80. <ProjectReference Include="..\System.Drawing\System.Drawing-net_4_5.csproj">
  81. <Project>{945A4FD5-2184-44CC-9519-13AFC37ED81A}</Project>
  82. <Name>System.Drawing\System.Drawing-net_4_5</Name>
  83. </ProjectReference>
  84. <ProjectReference Include="..\Managed.Windows.Forms\System.Windows.Forms-net_4_5.csproj">
  85. <Project>{409FF748-B765-4AB3-BCB1-72199B9E341C}</Project>
  86. <Name>Managed.Windows.Forms\System.Windows.Forms-net_4_5</Name>
  87. </ProjectReference>
  88. <ProjectReference Include="..\System.Core\System.Core-net_4_5.csproj">
  89. <Project>{D8260595-C32F-4AC3-9C01-2CD2528CFA1D}</Project>
  90. <Name>System.Core\System.Core-net_4_5</Name>
  91. </ProjectReference>
  92. </ItemGroup>
  93. <ItemGroup>
  94. <Folder Include="Properties\" />
  95. </ItemGroup>
  96. </Project>