1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
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>
14 <SignAssembly>true</SignAssembly>
15 <AssemblyOriginatorKeyFile>..\..\mcs\class\mono.snk</AssemblyOriginatorKeyFile>
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>
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>
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">
39 <Target Name="AfterBuild">
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" />
53 <Reference Include="System" />
56 <ProjectReference Include="..\..\mcs\class\Mono.Cecil\Mono.Cecil.csproj">
57 <Project>{D8F63DFF-5230-43E4-9AB2-DA6E721A1FAE}</Project>
58 <Name>Mono.Cecil</Name>