PageRenderTime 44ms CodeModel.GetById 18ms RepoModel.GetById 1ms app.codeStats 0ms

/IronPython_Main/Runtime/Tests/Metadata/Metadata.csproj

#
MSBuild | 86 lines | 85 code | 1 blank | 0 comment | 0 complexity | 4638ac4f1eb415378e4f6cef1f9824a7 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. <Import Project="$(SolutionDir)..\Solutions\Common.proj" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{848BBEB0-63E6-4736-B60C-23A9D733593D}</ProjectGuid>
  9. <OutputType>Exe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Metadata</RootNamespace>
  12. <AssemblyName>Metadata</AssemblyName>
  13. <PlatformTarget>x86</PlatformTarget>
  14. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'v2Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>$(SolutionDir)..\bin\v2Debug</OutputPath>
  21. <DefineConstants>DEBUG;TRACE;$(SignedSym);CCI;CLR2</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'v2Release|AnyCPU' ">
  27. <DebugType>pdbonly</DebugType>
  28. <Optimize>true</Optimize>
  29. <OutputPath>$(SolutionDir)..\bin\v2Release</OutputPath>
  30. <DefineConstants>TRACE;$(SignedSym);CCI;CLR2</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  34. </PropertyGroup>
  35. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  36. <DebugSymbols>true</DebugSymbols>
  37. <DebugType>full</DebugType>
  38. <Optimize>false</Optimize>
  39. <OutputPath>$(SolutionDir)..\bin\Debug</OutputPath>
  40. <DefineConstants>DEBUG;TRACE;$(SignedSym);CCI;CLR4</DefineConstants>
  41. <ErrorReport>prompt</ErrorReport>
  42. <WarningLevel>4</WarningLevel>
  43. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  44. <UseVSHostingProcess>false</UseVSHostingProcess>
  45. </PropertyGroup>
  46. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  47. <DebugType>pdbonly</DebugType>
  48. <Optimize>true</Optimize>
  49. <OutputPath>$(SolutionDir)..\bin\Release</OutputPath>
  50. <DefineConstants>TRACE;$(SignedSym);CCI;CLR4</DefineConstants>
  51. <ErrorReport>prompt</ErrorReport>
  52. <WarningLevel>4</WarningLevel>
  53. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  54. <UseVSHostingProcess>false</UseVSHostingProcess>
  55. </PropertyGroup>
  56. <ItemGroup>
  57. <Reference Include="System" />
  58. <Reference Include="System.Core" />
  59. </ItemGroup>
  60. <ItemGroup>
  61. <Compile Include="AssemblyList.cs" />
  62. <Compile Include="MetadataTablesExtensions.cs" />
  63. <Compile Include="NamespaceTree_Reflection.cs" />
  64. <Compile Include="NamespaceTree.cs" />
  65. <Compile Include="Program.cs" />
  66. <Compile Include="ReflectionExtensions.cs" />
  67. <Compile Include="RubyModules.cs" />
  68. <Compile Include="Sequence.cs" />
  69. <Compile Include="TestCases.cs" />
  70. <Compile Include="TypeNestings.cs" />
  71. <Compile Include="UnitTests.cs" />
  72. <Compile Include="Properties\AssemblyInfo.cs" />
  73. </ItemGroup>
  74. <ItemGroup>
  75. <ProjectReference Include="..\..\Microsoft.Dynamic\Microsoft.Dynamic.csproj">
  76. <Project>{EB66B766-6354-4208-A3D4-AACBDCB5C3B3}</Project>
  77. <Name>Microsoft.Dynamic</Name>
  78. </ProjectReference>
  79. <ProjectReference Include="..\..\Microsoft.Scripting.Metadata\Microsoft.Scripting.Metadata.csproj">
  80. <Project>{ACDD9B9E-8FE6-439C-9521-1CCBA47F6143}</Project>
  81. <Name>Microsoft.Scripting.Metadata</Name>
  82. </ProjectReference>
  83. </ItemGroup>
  84. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  85. </Project>