2009-12-01 Jb Evain <jbevain@novell.com>
[mcs.git] / class / Mono.Cecil.Mdb / Mono.Cecil.Mdb.csproj
blob3f743608cfe3afe70346d49f9dc86241e14bdbe3
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2   <PropertyGroup>
3     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5     <ProductVersion>8.0.50727</ProductVersion>
6     <SchemaVersion>2.0</SchemaVersion>
7     <ProjectGuid>{C5D12431-9C20-4789-8FEC-46094B0F81B5}</ProjectGuid>
8     <OutputType>Library</OutputType>
9     <AppDesignerFolder>Properties</AppDesignerFolder>
10     <RootNamespace>Mono.Cecil.Mdb</RootNamespace>
11     <AssemblyName>Mono.Cecil.Mdb</AssemblyName>
12     <StartupObject>
13     </StartupObject>
14     <SignAssembly>true</SignAssembly>
15     <AssemblyOriginatorKeyFile>..\..\mcs\class\mono.snk</AssemblyOriginatorKeyFile>
16   </PropertyGroup>
17   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18     <DebugSymbols>true</DebugSymbols>
19     <DebugType>full</DebugType>
20     <Optimize>false</Optimize>
21     <OutputPath>bin\Debug\</OutputPath>
22     <DefineConstants>DEBUG;TRACE</DefineConstants>
23     <ErrorReport>prompt</ErrorReport>
24     <WarningLevel>4</WarningLevel>
25   </PropertyGroup>
26   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27     <DebugType>pdbonly</DebugType>
28     <Optimize>true</Optimize>
29     <OutputPath>bin\Release\</OutputPath>
30     <DefineConstants>TRACE</DefineConstants>
31     <ErrorReport>prompt</ErrorReport>
32     <WarningLevel>4</WarningLevel>
33   </PropertyGroup>
34   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
35   <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
36        Other similar extension points exist, see Microsoft.Common.targets.
37   <Target Name="BeforeBuild">
38   </Target>
39   <Target Name="AfterBuild">
40   </Target>
41   -->
42   <ItemGroup>
43     <Compile Include="Mono.Cecil.Mdb\AssemblyInfo.cs" />
44     <Compile Include="Mono.Cecil.Mdb\MdbFactory.cs" />
45     <Compile Include="Mono.Cecil.Mdb\MdbReader.cs" />
46     <Compile Include="Mono.Cecil.Mdb\MdbWriter.cs" />
47     <Compile Include="Mono.CompilerServices.SymbolWriter\MonoSymbolFile.cs" />
48     <Compile Include="Mono.CompilerServices.SymbolWriter\MonoSymbolTable.cs" />
49     <Compile Include="Mono.CompilerServices.SymbolWriter\MonoSymbolWriter.cs" />
50     <Compile Include="Mono.CompilerServices.SymbolWriter\SymbolWriterImpl.cs" />
51   </ItemGroup>
52   <ItemGroup>
53     <Reference Include="System" />
54   </ItemGroup>
55   <ItemGroup>
56     <ProjectReference Include="..\..\mcs\class\Mono.Cecil\Mono.Cecil.csproj">
57       <Project>{D8F63DFF-5230-43E4-9AB2-DA6E721A1FAE}</Project>
58       <Name>Mono.Cecil</Name>
59     </ProjectReference>
60   </ItemGroup>
61 </Project>