Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Mono.Cecil.Pdb.csproj « Mono.Cecil.Pdb « Mono.Cecil « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 738160c65fada0384ac6fe65f676f892c8d6191d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProductVersion>8.0.50727</ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{4FEBBB25-D5C0-48F0-A822-2E0D6F3D777E}</ProjectGuid>
    <OutputType>Library</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>Mono.Cecil.Pdb</RootNamespace>
    <AssemblyName>Mono.Cecil.Pdb</AssemblyName>
    <StartupObject>
    </StartupObject>
    <SignAssembly>true</SignAssembly>
    <AssemblyOriginatorKeyFile>..\..\mcs\class\mono.snk</AssemblyOriginatorKeyFile>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>false</Optimize>
    <OutputPath>bin\Debug\</OutputPath>
    <DefineConstants>DEBUG;TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <DebugType>pdbonly</DebugType>
    <Optimize>true</Optimize>
    <OutputPath>bin\Release\</OutputPath>
    <DefineConstants>TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
  </PropertyGroup>
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
       Other similar extension points exist, see Microsoft.Common.targets.
  <Target Name="BeforeBuild">
  </Target>
  <Target Name="AfterBuild">
  </Target>
  -->
  <ItemGroup>
    <Compile Include="Mono.Cecil.Pdb\AssemblyInfo.cs" />
    <Compile Include="Mono.Cecil.Pdb\IMetadataDispenser.cs" />
    <Compile Include="Mono.Cecil.Pdb\IMetadataImport.cs" />
    <Compile Include="Mono.Cecil.Pdb\PdbFactory.cs" />
    <Compile Include="Mono.Cecil.Pdb\PdbReader.cs" />
    <Compile Include="Mono.Cecil.Pdb\PdbWriter.cs" />
    <Compile Include="Mono.Cecil.Pdb\PdbHelper.cs" />
  </ItemGroup>
  <ItemGroup>
    <Reference Include="ISymWrapper" />
    <Reference Include="System" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\..\mcs\class\Mono.Cecil\Mono.Cecil.csproj">
      <Project>{D8F63DFF-5230-43E4-9AB2-DA6E721A1FAE}</Project>
      <Name>Mono.Cecil</Name>
    </ProjectReference>
  </ItemGroup>
</Project>