PageRenderTime 51ms CodeModel.GetById 10ms RepoModel.GetById 0ms app.codeStats 0ms

/IronPython_Main/Runtime/Tests/ETScenariosCSLinq/ETScenariosCSLinq.csproj

#
MSBuild | 195 lines | 187 code | 1 blank | 7 comment | 0 complexity | ca6c0016511c6f91e0b4f0058d6d2f47 MD5 | raw file
Possible License(s): GPL-2.0, MPL-2.0-no-copyleft-exception, CPL-1.0, CC-BY-SA-3.0, BSD-3-Clause, ISC, AGPL-3.0, LGPL-2.1, Apache-2.0
  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. <SchemaVersion>2.0</SchemaVersion>
  7. <ProjectGuid>{C82F3A9A-F67E-46D9-80EC-065944B4D64E}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>ETScenariosCSLinq</RootNamespace>
  11. <AssemblyName>ETScenariosCSLinq</AssemblyName>
  12. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <FileUpgradeFlags>
  15. </FileUpgradeFlags>
  16. <UpgradeBackupLocation>
  17. </UpgradeBackupLocation>
  18. <OldToolsVersion>3.5</OldToolsVersion>
  19. </PropertyGroup>
  20. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'v2Debug|AnyCPU' ">
  21. <DebugSymbols>true</DebugSymbols>
  22. <DebugType>full</DebugType>
  23. <Optimize>false</Optimize>
  24. <OutputPath>$(SolutionDir)..\bin\v2Debug</OutputPath>
  25. <DefineConstants>DEBUG;TRACE;CLR2</DefineConstants>
  26. <ErrorReport>prompt</ErrorReport>
  27. <WarningLevel>4</WarningLevel>
  28. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'v2Release|AnyCPU' ">
  31. <DebugType>pdbonly</DebugType>
  32. <Optimize>true</Optimize>
  33. <OutputPath>$(SolutionDir)..\bin\v2Release</OutputPath>
  34. <DefineConstants>TRACE;CLR2</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  38. </PropertyGroup>
  39. <ItemGroup>
  40. <Reference Include="System" />
  41. <Reference Include="System.Data" />
  42. <Reference Include="System.Xml" />
  43. </ItemGroup>
  44. <ItemGroup>
  45. <ProjectReference Include="..\..\Microsoft.Scripting.Core\Microsoft.Scripting.Core.csproj">
  46. <Project>{2AE75F5A-CD1F-4925-9647-AF4D1C282FB4}</Project>
  47. <Name>Microsoft.Scripting.Core</Name>
  48. <Private>False</Private>
  49. </ProjectReference>
  50. <ProjectReference Include="..\..\Microsoft.Scripting\Microsoft.Scripting.csproj">
  51. <Project>{EB66B766-6354-4208-A3D4-AACBDCB5C3B3}</Project>
  52. <Name>Microsoft.Scripting</Name>
  53. </ProjectReference>
  54. <ProjectReference Include="..\ETUtils\ETUtils.csproj">
  55. <Project>{BE601F39-38C8-4248-9850-AA21D5583A89}</Project>
  56. <Name>ETUtils</Name>
  57. </ProjectReference>
  58. </ItemGroup>
  59. <ItemGroup>
  60. <Compile Include="CSLinq\ExpressionCompiler\array_BackSl_index_BackSl_test0.cs" />
  61. <Compile Include="CSLinq\ExpressionCompiler\array_BackSl_index_BackSl_test1.cs" />
  62. <Compile Include="CSLinq\ExpressionCompiler\array_BackSl_index_BackSl_test2.cs" />
  63. <Compile Include="CSLinq\ExpressionCompiler\array_BackSl_length_BackSl_test0.cs" />
  64. <Compile Include="CSLinq\ExpressionCompiler\array_BackSl_length_BackSl_test1.cs" />
  65. <Compile Include="CSLinq\ExpressionCompiler\array_BackSl_length_BackSl_test2.cs" />
  66. <Compile Include="CSLinq\ExpressionCompiler\array_BackSl_new_BackSl_bounds_BackSl_test0.cs" />
  67. <Compile Include="CSLinq\ExpressionCompiler\array_BackSl_new_BackSl_bounds_BackSl_test1.cs" />
  68. <Compile Include="CSLinq\ExpressionCompiler\array_BackSl_new_BackSl_bounds_BackSl_test2.cs" />
  69. <Compile Include="CSLinq\ExpressionCompiler\array_BackSl_new_BackSl_bounds_BackSl_test3.cs" />
  70. <Compile Include="CSLinq\ExpressionCompiler\array_BackSl_new_BackSl_bounds_BackSl_test4.cs" />
  71. <Compile Include="CSLinq\ExpressionCompiler\array_BackSl_new_BackSl_list_BackSl_test0.cs" />
  72. <Compile Include="CSLinq\ExpressionCompiler\array_BackSl_new_BackSl_list_BackSl_test1.cs" />
  73. <Compile Include="CSLinq\ExpressionCompiler\binary_BackSl_arithmetic_BackSl_test0.cs" />
  74. <Compile Include="CSLinq\ExpressionCompiler\binary_BackSl_arithmetic_BackSl_test1.cs" />
  75. <Compile Include="CSLinq\ExpressionCompiler\binary_BackSl_arithmetic_BackSl_test2.cs" />
  76. <Compile Include="CSLinq\ExpressionCompiler\binary_BackSl_bitwise_BackSl_test0.cs" />
  77. <Compile Include="CSLinq\ExpressionCompiler\binary_BackSl_bitwise_BackSl_test1.cs" />
  78. <Compile Include="CSLinq\ExpressionCompiler\binary_BackSl_coalesce_BackSl_test0.cs" />
  79. <Compile Include="CSLinq\ExpressionCompiler\binary_BackSl_coalesce_BackSl_test1.cs" />
  80. <Compile Include="CSLinq\ExpressionCompiler\binary_BackSl_comparison_BackSl_test0.cs" />
  81. <Compile Include="CSLinq\ExpressionCompiler\binary_BackSl_comparison_BackSl_test1.cs" />
  82. <Compile Include="CSLinq\ExpressionCompiler\binary_BackSl_comparison_BackSl_test2.cs" />
  83. <Compile Include="CSLinq\ExpressionCompiler\binary_BackSl_comparison_BackSl_test3.cs" />
  84. <Compile Include="CSLinq\ExpressionCompiler\binary_BackSl_logical_BackSl_test0.cs" />
  85. <Compile Include="CSLinq\ExpressionCompiler\binary_BackSl_logical_BackSl_test1.cs" />
  86. <Compile Include="CSLinq\ExpressionCompiler\cast_BackSl_as_BackSl_test0.cs" />
  87. <Compile Include="CSLinq\ExpressionCompiler\cast_BackSl_as_BackSl_test1.cs" />
  88. <Compile Include="CSLinq\ExpressionCompiler\cast_BackSl_cast_BackSl_test0.cs" />
  89. <Compile Include="CSLinq\ExpressionCompiler\cast_BackSl_cast_BackSl_test1.cs" />
  90. <Compile Include="CSLinq\ExpressionCompiler\cast_BackSl_is_BackSl_test0.cs" />
  91. <Compile Include="CSLinq\ExpressionCompiler\cast_BackSl_is_BackSl_test1.cs" />
  92. <Compile Include="CSLinq\ExpressionCompiler\constant_BackSl_test0.cs" />
  93. <Compile Include="CSLinq\ExpressionCompiler\convert_BackSl_test0.cs" />
  94. <Compile Include="CSLinq\ExpressionCompiler\convert_BackSl_test1.cs" />
  95. <Compile Include="CSLinq\ExpressionCompiler\lambda_BackSl_binary_BackSl_test0.cs" />
  96. <Compile Include="CSLinq\ExpressionCompiler\lambda_BackSl_binary_BackSl_test1.cs" />
  97. <Compile Include="CSLinq\ExpressionCompiler\lambda_BackSl_identity_BackSl_test0.cs" />
  98. <Compile Include="CSLinq\ExpressionCompiler\lambda_BackSl_identity_BackSl_test1.cs" />
  99. <Compile Include="CSLinq\ExpressionCompiler\lambda_BackSl_unary_BackSl_test0.cs" />
  100. <Compile Include="CSLinq\ExpressionCompiler\lambda_BackSl_unary_BackSl_test1.cs" />
  101. <Compile Include="CSLinq\ExpressionCompiler\lift_BackSl_equal_BackSl_test0.cs" />
  102. <Compile Include="CSLinq\ExpressionCompiler\lift_BackSl_equal_BackSl_test1.cs" />
  103. <Compile Include="CSLinq\ExpressionCompiler\lift_BackSl_equal_BackSl_test2.cs" />
  104. <Compile Include="CSLinq\ExpressionCompiler\lift_BackSl_false_BackSl_test1.cs" />
  105. <Compile Include="CSLinq\ExpressionCompiler\lift_BackSl_false_BackSl_test2.cs" />
  106. <Compile Include="CSLinq\ExpressionCompiler\lift_BackSl_lift_BackSl_test0.cs" />
  107. <Compile Include="CSLinq\ExpressionCompiler\lift_BackSl_lift_BackSl_test1.cs" />
  108. <Compile Include="CSLinq\ExpressionCompiler\lift_BackSl_lift_BackSl_test2.cs" />
  109. <Compile Include="CSLinq\ExpressionCompiler\lift_BackSl_lift_BackSl_test3.cs" />
  110. <Compile Include="CSLinq\ExpressionCompiler\new_BackSl_test0.cs" />
  111. <Compile Include="CSLinq\ExpressionCompiler\new_BackSl_test1.cs" />
  112. <Compile Include="CSLinq\ExpressionCompiler\new_BackSl_test2.cs" />
  113. <Compile Include="CSLinq\ExpressionCompiler\other_BackSl_test0.cs" />
  114. <Compile Include="CSLinq\ExpressionCompiler\other_BackSl_test1.cs" />
  115. <Compile Include="CSLinq\ExpressionCompiler\other_BackSl_test2.cs" />
  116. <Compile Include="CSLinq\ExpressionCompiler\ternary_BackSl_test0.cs" />
  117. <Compile Include="CSLinq\ExpressionCompiler\ternary_BackSl_test1.cs" />
  118. <Compile Include="CSLinq\ExpressionCompiler\ternary_BackSl_test2.cs" />
  119. <Compile Include="CSLinq\ExpressionCompiler\ternary_BackSl_test3.cs" />
  120. <Compile Include="CSLinq\ExpressionCompiler\unary_BackSl_arithmetic_BackSl_test0.cs" />
  121. <Compile Include="CSLinq\ExpressionCompiler\unary_BackSl_arithmetic_BackSl_test1.cs" />
  122. <Compile Include="CSLinq\ExpressionCompiler\unary_BackSl_bitwise_BackSl_test0.cs" />
  123. <Compile Include="CSLinq\ExpressionCompiler\unary_BackSl_bitwise_BackSl_test1.cs" />
  124. <Compile Include="CSLinq\ExpressionCompiler\unary_BackSl_logical_BackSl_test0.cs" />
  125. <Compile Include="CSLinq\ExpressionCompiler\unary_BackSl_logical_BackSl_test1.cs" />
  126. <Compile Include="CSLinq\ExpressionTreeNodes\Add.cs" />
  127. <Compile Include="CSLinq\ExpressionTreeNodes\AddChecked.cs" />
  128. <Compile Include="CSLinq\ExpressionTreeNodes\And.cs" />
  129. <Compile Include="CSLinq\ExpressionTreeNodes\AndAlso.cs" />
  130. <Compile Include="CSLinq\ExpressionTreeNodes\ArrayIndex.cs" />
  131. <Compile Include="CSLinq\ExpressionTreeNodes\ArrayLength.cs" />
  132. <Compile Include="CSLinq\ExpressionTreeNodes\Call.cs" />
  133. <Compile Include="CSLinq\ExpressionTreeNodes\Coalesce.cs" />
  134. <Compile Include="CSLinq\ExpressionTreeNodes\Condition.cs" />
  135. <Compile Include="CSLinq\ExpressionTreeNodes\Constant.cs" />
  136. <Compile Include="CSLinq\ExpressionTreeNodes\Convert.cs" />
  137. <Compile Include="CSLinq\ExpressionTreeNodes\ConvertChecked.cs" />
  138. <Compile Include="CSLinq\ExpressionTreeNodes\Divide.cs" />
  139. <Compile Include="CSLinq\ExpressionTreeNodes\ElementInit.cs" />
  140. <Compile Include="CSLinq\ExpressionTreeNodes\Equal.cs" />
  141. <Compile Include="CSLinq\ExpressionTreeNodes\ExclusiveOr.cs" />
  142. <Compile Include="CSLinq\ExpressionTreeNodes\GreaterThan.cs" />
  143. <Compile Include="CSLinq\ExpressionTreeNodes\GreaterThanOrEqual.cs" />
  144. <Compile Include="CSLinq\ExpressionTreeNodes\Invoke.cs" />
  145. <Compile Include="CSLinq\ExpressionTreeNodes\Lambda.cs" />
  146. <Compile Include="CSLinq\ExpressionTreeNodes\LambdaOfT.cs" />
  147. <Compile Include="CSLinq\ExpressionTreeNodes\LeftShift.cs" />
  148. <Compile Include="CSLinq\ExpressionTreeNodes\LessThan.cs" />
  149. <Compile Include="CSLinq\ExpressionTreeNodes\LessThanOrEqual.cs" />
  150. <Compile Include="CSLinq\ExpressionTreeNodes\ListInit.cs" />
  151. <Compile Include="CSLinq\ExpressionTreeNodes\MakeBinary.cs" />
  152. <Compile Include="CSLinq\ExpressionTreeNodes\MakeMemberAccess.cs" />
  153. <Compile Include="CSLinq\ExpressionTreeNodes\MakeUnary.cs" />
  154. <Compile Include="CSLinq\ExpressionTreeNodes\MemberAccess.cs" />
  155. <Compile Include="CSLinq\ExpressionTreeNodes\MemberAssignment.cs" />
  156. <Compile Include="CSLinq\ExpressionTreeNodes\MemberInit.cs" />
  157. <Compile Include="CSLinq\ExpressionTreeNodes\MemberListBinding.cs" />
  158. <Compile Include="CSLinq\ExpressionTreeNodes\MemberMemberBinding.cs" />
  159. <Compile Include="CSLinq\ExpressionTreeNodes\Modulo.cs" />
  160. <Compile Include="CSLinq\ExpressionTreeNodes\Multiply.cs" />
  161. <Compile Include="CSLinq\ExpressionTreeNodes\MultiplyChecked.cs" />
  162. <Compile Include="CSLinq\ExpressionTreeNodes\Negate.cs" />
  163. <Compile Include="CSLinq\ExpressionTreeNodes\NegateChecked.cs" />
  164. <Compile Include="CSLinq\ExpressionTreeNodes\New.cs" />
  165. <Compile Include="CSLinq\ExpressionTreeNodes\NewArrayBounds.cs" />
  166. <Compile Include="CSLinq\ExpressionTreeNodes\NewArrayInit.cs" />
  167. <Compile Include="CSLinq\ExpressionTreeNodes\Not.cs" />
  168. <Compile Include="CSLinq\ExpressionTreeNodes\NotEqual.cs" />
  169. <Compile Include="CSLinq\ExpressionTreeNodes\Or.cs" />
  170. <Compile Include="CSLinq\ExpressionTreeNodes\OrElse.cs" />
  171. <Compile Include="CSLinq\ExpressionTreeNodes\Parameter.cs" />
  172. <Compile Include="CSLinq\ExpressionTreeNodes\Power.cs" />
  173. <Compile Include="CSLinq\ExpressionTreeNodes\Quote.cs" />
  174. <Compile Include="CSLinq\ExpressionTreeNodes\ReadOnlyCollection.cs" />
  175. <Compile Include="CSLinq\ExpressionTreeNodes\RightShift.cs" />
  176. <Compile Include="CSLinq\ExpressionTreeNodes\Subtract.cs" />
  177. <Compile Include="CSLinq\ExpressionTreeNodes\SubtractChecked.cs" />
  178. <Compile Include="CSLinq\ExpressionTreeNodes\TypeAs.cs" />
  179. <Compile Include="CSLinq\ExpressionTreeNodes\TypeIs.cs" />
  180. <Compile Include="CSLinq\ExpressionTreeNodes\UnaryPlus.cs" />
  181. <Compile Include="Properties\AssemblyInfo.cs" />
  182. </ItemGroup>
  183. <ItemGroup>
  184. <Content Include="Readme.txt" />
  185. </ItemGroup>
  186. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  187. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  188. Other similar extension points exist, see Microsoft.Common.targets.
  189. <Target Name="BeforeBuild">
  190. </Target>
  191. <Target Name="AfterBuild">
  192. </Target>
  193. -->
  194. </Project>