/Mono.Cecil/symbols/pdb/Mono.Cecil.Pdb.csproj

http://github.com/icsharpcode/ILSpy · MSBuild · 130 lines · 123 code · 0 blank · 7 comment · 9 complexity · 2ab607a0fe3d91e6fa964d330ee45e91 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>{63E6915C-7EA4-4D76-AB28-0D7191EEA626}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Mono.Cecil.Pdb</RootNamespace>
  12. <AssemblyName>Mono.Cecil.Pdb</AssemblyName>
  13. <FileAlignment>512</FileAlignment>
  14. <SignAssembly>true</SignAssembly>
  15. <AssemblyOriginatorKeyFile>..\..\mono.snk</AssemblyOriginatorKeyFile>
  16. <NoWarn>0649</NoWarn>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_2_0_Debug|AnyCPU' ">
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>..\..\bin\net_2_0_Debug\</OutputPath>
  23. <DefineConstants>DEBUG;TRACE</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_2_0_Release|AnyCPU' ">
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>..\..\bin\net_2_0_Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
  36. </PropertyGroup>
  37. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_3_5_Debug|AnyCPU' ">
  38. <DebugSymbols>true</DebugSymbols>
  39. <DebugType>full</DebugType>
  40. <Optimize>false</Optimize>
  41. <OutputPath>..\..\bin\net_3_5_Debug\</OutputPath>
  42. <DefineConstants>DEBUG;TRACE;NET_3_5</DefineConstants>
  43. <ErrorReport>prompt</ErrorReport>
  44. <WarningLevel>4</WarningLevel>
  45. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  46. </PropertyGroup>
  47. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_3_5_Release|AnyCPU' ">
  48. <DebugType>pdbonly</DebugType>
  49. <Optimize>true</Optimize>
  50. <OutputPath>..\..\bin\net_3_5_Release\</OutputPath>
  51. <DefineConstants>TRACE;NET_3_5</DefineConstants>
  52. <ErrorReport>prompt</ErrorReport>
  53. <WarningLevel>4</WarningLevel>
  54. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  55. </PropertyGroup>
  56. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_4_0_Debug|AnyCPU' ">
  57. <DebugSymbols>true</DebugSymbols>
  58. <DebugType>full</DebugType>
  59. <Optimize>false</Optimize>
  60. <OutputPath>..\..\bin\net_4_0_Debug\</OutputPath>
  61. <DefineConstants>DEBUG;TRACE;NET_3_5;NET_4_0</DefineConstants>
  62. <ErrorReport>prompt</ErrorReport>
  63. <WarningLevel>4</WarningLevel>
  64. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  65. </PropertyGroup>
  66. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_4_0_Release|AnyCPU' ">
  67. <DebugType>pdbonly</DebugType>
  68. <Optimize>true</Optimize>
  69. <OutputPath>..\..\bin\net_4_0_Release\</OutputPath>
  70. <DefineConstants>TRACE;NET_3_5;NET_4_0</DefineConstants>
  71. <ErrorReport>prompt</ErrorReport>
  72. <WarningLevel>4</WarningLevel>
  73. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  74. </PropertyGroup>
  75. <ItemGroup Condition=" '$(TargetFrameworkVersion)' != 'v2.0' ">
  76. <Reference Include="System.Core" />
  77. </ItemGroup>
  78. <ItemGroup>
  79. <Reference Include="System" />
  80. </ItemGroup>
  81. <ItemGroup>
  82. <ProjectReference Include="..\..\Mono.Cecil.csproj">
  83. <Project>{D68133BD-1E63-496E-9EDE-4FBDBF77B486}</Project>
  84. <Name>Mono.Cecil</Name>
  85. </ProjectReference>
  86. </ItemGroup>
  87. <ItemGroup>
  88. <Compile Include="Microsoft.Cci.Pdb\BitAccess.cs" />
  89. <Compile Include="Microsoft.Cci.Pdb\BitSet.cs" />
  90. <Compile Include="Microsoft.Cci.Pdb\CvInfo.cs" />
  91. <Compile Include="Microsoft.Cci.Pdb\DataStream.cs" />
  92. <Compile Include="Microsoft.Cci.Pdb\DbiDbgHdr.cs" />
  93. <Compile Include="Microsoft.Cci.Pdb\DbiHeader.cs" />
  94. <Compile Include="Microsoft.Cci.Pdb\DbiModuleInfo.cs" />
  95. <Compile Include="Microsoft.Cci.Pdb\DbiSecCon.cs" />
  96. <Compile Include="Microsoft.Cci.Pdb\Interfaces.cs" />
  97. <Compile Include="Microsoft.Cci.Pdb\IntHashTable.cs" />
  98. <Compile Include="Microsoft.Cci.Pdb\MsfDirectory.cs" />
  99. <Compile Include="Microsoft.Cci.Pdb\PdbConstant.cs" />
  100. <Compile Include="Microsoft.Cci.Pdb\PdbDebugException.cs" />
  101. <Compile Include="Microsoft.Cci.Pdb\PdbException.cs" />
  102. <Compile Include="Microsoft.Cci.Pdb\PdbFile.cs" />
  103. <Compile Include="Microsoft.Cci.Pdb\PdbFileHeader.cs" />
  104. <Compile Include="Microsoft.Cci.Pdb\PdbFunction.cs" />
  105. <Compile Include="Microsoft.Cci.Pdb\PdbLine.cs" />
  106. <Compile Include="Microsoft.Cci.Pdb\PdbLines.cs" />
  107. <Compile Include="Microsoft.Cci.Pdb\PdbReader.cs" />
  108. <Compile Include="Microsoft.Cci.Pdb\PdbScope.cs" />
  109. <Compile Include="Microsoft.Cci.Pdb\PdbSlot.cs" />
  110. <Compile Include="Microsoft.Cci.Pdb\PdbSource.cs" />
  111. <Compile Include="Microsoft.Cci.Pdb\SourceLocationProvider.cs" />
  112. <Compile Include="Mono.Cecil.Pdb\AssemblyInfo.cs" />
  113. <Compile Include="Mono.Cecil.Pdb\ISymUnmanagedDocumentWriter.cs" />
  114. <Compile Include="Mono.Cecil.Pdb\ISymUnmanagedWriter2.cs" />
  115. <Compile Include="Mono.Cecil.Pdb\ModuleMetadata.cs" />
  116. <Compile Include="Mono.Cecil.Pdb\PdbHelper.cs" />
  117. <Compile Include="Mono.Cecil.Pdb\PdbReader.cs" />
  118. <Compile Include="Mono.Cecil.Pdb\PdbWriter.cs" />
  119. <Compile Include="Mono.Cecil.Pdb\SymDocumentWriter.cs" />
  120. <Compile Include="Mono.Cecil.Pdb\SymWriter.cs" />
  121. </ItemGroup>
  122. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  123. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  124. Other similar extension points exist, see Microsoft.Common.targets.
  125. <Target Name="BeforeBuild">
  126. </Target>
  127. <Target Name="AfterBuild">
  128. </Target>
  129. -->
  130. </Project>