/Mono.Cecil/symbols/mdb/Mono.Cecil.Mdb.csproj

http://github.com/icsharpcode/ILSpy · MSBuild · 103 lines · 96 code · 0 blank · 7 comment · 9 complexity · 7059ca4718fe248c0c2a97e279bff5fc 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)' == '' ">net_4_0_Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>9.0.30729</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{8559DD7F-A16F-46D0-A05A-9139FAEBA8FD}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Mono.Cecil.Mdb</RootNamespace>
  12. <AssemblyName>Mono.Cecil.Mdb</AssemblyName>
  13. <FileAlignment>512</FileAlignment>
  14. <SignAssembly>true</SignAssembly>
  15. <AssemblyOriginatorKeyFile>..\..\mono.snk</AssemblyOriginatorKeyFile>
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_2_0_Debug|AnyCPU' ">
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>..\..\bin\net_2_0_Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE;CECIL</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_2_0_Release|AnyCPU' ">
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>..\..\bin\net_2_0_Release\</OutputPath>
  31. <DefineConstants>TRACE;CECIL</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
  35. </PropertyGroup>
  36. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_3_5_Debug|AnyCPU' ">
  37. <DebugSymbols>true</DebugSymbols>
  38. <DebugType>full</DebugType>
  39. <Optimize>false</Optimize>
  40. <OutputPath>..\..\bin\net_3_5_Debug\</OutputPath>
  41. <DefineConstants>DEBUG;TRACE;CECIL;NET_3_5</DefineConstants>
  42. <ErrorReport>prompt</ErrorReport>
  43. <WarningLevel>4</WarningLevel>
  44. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  45. </PropertyGroup>
  46. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_3_5_Release|AnyCPU' ">
  47. <DebugType>pdbonly</DebugType>
  48. <Optimize>true</Optimize>
  49. <OutputPath>..\..\bin\net_3_5_Release\</OutputPath>
  50. <DefineConstants>TRACE;CECIL;NET_3_5</DefineConstants>
  51. <ErrorReport>prompt</ErrorReport>
  52. <WarningLevel>4</WarningLevel>
  53. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  54. </PropertyGroup>
  55. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_4_0_Debug|AnyCPU' ">
  56. <DebugSymbols>true</DebugSymbols>
  57. <DebugType>full</DebugType>
  58. <Optimize>false</Optimize>
  59. <OutputPath>..\..\bin\net_4_0_Debug\</OutputPath>
  60. <DefineConstants>DEBUG;TRACE;CECIL;NET_3_5;NET_4_0</DefineConstants>
  61. <ErrorReport>prompt</ErrorReport>
  62. <WarningLevel>4</WarningLevel>
  63. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  64. </PropertyGroup>
  65. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_4_0_Release|AnyCPU' ">
  66. <DebugType>pdbonly</DebugType>
  67. <Optimize>true</Optimize>
  68. <OutputPath>..\..\bin\net_4_0_Release\</OutputPath>
  69. <DefineConstants>TRACE;CECIL;NET_3_5;NET_4_0</DefineConstants>
  70. <ErrorReport>prompt</ErrorReport>
  71. <WarningLevel>4</WarningLevel>
  72. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  73. </PropertyGroup>
  74. <ItemGroup Condition=" '$(TargetFrameworkVersion)' != 'v2.0' ">
  75. <Reference Include="System.Core" />
  76. </ItemGroup>
  77. <ItemGroup>
  78. <Reference Include="System" />
  79. </ItemGroup>
  80. <ItemGroup>
  81. <ProjectReference Include="..\..\Mono.Cecil.csproj">
  82. <Project>{D68133BD-1E63-496E-9EDE-4FBDBF77B486}</Project>
  83. <Name>Mono.Cecil</Name>
  84. </ProjectReference>
  85. </ItemGroup>
  86. <ItemGroup>
  87. <Compile Include="Mono.Cecil.Mdb\AssemblyInfo.cs" />
  88. <Compile Include="Mono.Cecil.Mdb\MdbReader.cs" />
  89. <Compile Include="Mono.Cecil.Mdb\MdbWriter.cs" />
  90. <Compile Include="Mono.CompilerServices.SymbolWriter\MonoSymbolFile.cs" />
  91. <Compile Include="Mono.CompilerServices.SymbolWriter\MonoSymbolTable.cs" />
  92. <Compile Include="Mono.CompilerServices.SymbolWriter\MonoSymbolWriter.cs" />
  93. <Compile Include="Mono.CompilerServices.SymbolWriter\SymbolWriterImpl.cs" />
  94. </ItemGroup>
  95. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  96. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  97. Other similar extension points exist, see Microsoft.Common.targets.
  98. <Target Name="BeforeBuild">
  99. </Target>
  100. <Target Name="AfterBuild">
  101. </Target>
  102. -->
  103. </Project>