System.Data.Services-tests-net_4_5.csproj 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  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>{A39E95C7-A667-472B-8A53-798974756DBD}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <NoWarn>1699</NoWarn>
  11. <OutputPath>bin\Debug\System.Data.Services-tests-net_4_5</OutputPath>
  12. <NoStdLib>True</NoStdLib>
  13. <NoConfig>False</NoConfig>
  14. <AppDesignerFolder>Properties</AppDesignerFolder>
  15. <RootNamespace>
  16. </RootNamespace>
  17. <AssemblyName>System.Data.Services_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="..\System.Web.DynamicData\Test\Common\AssertExtensions.cs" />
  47. <Compile Include="Test\.\ChangeInterceptorAttributeTests.cs" />
  48. <Compile Include="Test\.\DataServiceExceptionTests.cs" />
  49. <Compile Include="Test\.\DataServiceTests.cs" />
  50. <Compile Include="Test\.\ETagAttributeTests.cs" />
  51. <Compile Include="Test\.\ExpandSegmentCollectionTests.cs" />
  52. <Compile Include="Test\.\ExpandSegmentTests.cs" />
  53. <Compile Include="Test\.\IgnorePropertiesAttributeTests.cs" />
  54. <Compile Include="Test\.\MimeTypeAttributeTests.cs" />
  55. <Compile Include="Test\.\QueryInterceptorAttributeTests.cs" />
  56. <Compile Include="Test\.\System.Data.Services.Providers\DataServiceProviderMethodsTest.cs" />
  57. <Compile Include="Test\.\System.Data.Services.Providers\ResourceTypeTest.cs" /> </ItemGroup>
  58. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  59. Other similar extension points exist, see Microsoft.Common.targets.
  60. <Target Name="BeforeBuild">
  61. </Target>
  62. <Target Name="AfterBuild">
  63. </Target>
  64. -->
  65. <PropertyGroup>
  66. <PreBuildEvent>
  67. </PreBuildEvent>
  68. <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
  69. </PostBuildEvent>
  70. <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
  71. </PostBuildEvent>
  72. </PropertyGroup>
  73. <ItemGroup>
  74. <Reference Include="..\lib\net_4_5\nunit.framework.dll" />
  75. <ProjectReference Include="..\corlib\corlib-net_4_5.csproj">
  76. <Project>{33BF0182-AC5C-464C-995B-C9CFE74E1A95}</Project>
  77. <Name>corlib\corlib-net_4_5</Name>
  78. </ProjectReference>
  79. <ProjectReference Include="..\System.Data.Services\System.Data.Services-net_4_5.csproj">
  80. <Project>{F3B101A1-2CC5-416E-9C64-AABAB5D4A625}</Project>
  81. <Name>System.Data.Services\System.Data.Services-net_4_5</Name>
  82. </ProjectReference>
  83. <ProjectReference Include="..\System.ServiceModel\System.ServiceModel-net_4_5-1.csproj">
  84. <Project>{F1316A49-176B-4E68-8A5F-1BA718289D46}</Project>
  85. <Name>System.ServiceModel\System.ServiceModel-net_4_5-1</Name>
  86. </ProjectReference>
  87. <ProjectReference Include="..\System.Core\System.Core-net_4_5.csproj">
  88. <Project>{D92530F4-3F2B-4351-BD21-9D6BEE6D2A4E}</Project>
  89. <Name>System.Core\System.Core-net_4_5</Name>
  90. </ProjectReference>
  91. </ItemGroup>
  92. <ItemGroup>
  93. <Folder Include="Properties\" />
  94. </ItemGroup>
  95. </Project>