add ISafeSerializationData
[mcs.git] / tools / tuner / Mono.Tuner.csproj
blobf16ebe9038a66dc87651b30d66c6973989f070f3
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>8.0.50727</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{E97429BA-279A-4C1D-AE8A-8BD878C661D1}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>Mono.Tuner</RootNamespace>
12 <AssemblyName>Mono.Tuner</AssemblyName>
13 </PropertyGroup>
14 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
15 <DebugSymbols>true</DebugSymbols>
16 <DebugType>full</DebugType>
17 <Optimize>false</Optimize>
18 <OutputPath>bin\Debug\</OutputPath>
19 <DefineConstants>DEBUG;TRACE</DefineConstants>
20 <ErrorReport>prompt</ErrorReport>
21 <WarningLevel>4</WarningLevel>
22 </PropertyGroup>
23 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
24 <DebugType>pdbonly</DebugType>
25 <Optimize>true</Optimize>
26 <OutputPath>bin\Release\</OutputPath>
27 <DefineConstants>TRACE</DefineConstants>
28 <ErrorReport>prompt</ErrorReport>
29 <WarningLevel>4</WarningLevel>
30 </PropertyGroup>
31 <ItemGroup>
32 <Reference Include="System" />
33 <Reference Include="System.Xml" />
34 </ItemGroup>
35 <ItemGroup>
36 <Compile Include="Mono.Tuner\AdjustVisibility.cs" />
37 <Compile Include="Mono.Tuner\CheckVisibility.cs" />
38 <Compile Include="Mono.Tuner\PrintStatus.cs" />
39 <Compile Include="Mono.Tuner\RemoveSerialization.cs" />
40 <Compile Include="Mono.Tuner\TunerAnnotations.cs" />
41 <Compile Include="Mono.Tuner\InjectSecurityAttributes.cs" />
42 <Compile Include="Mono.Tuner\MoonlightAssemblyStep.cs" />
43 <Compile Include="Mono.Tuner\FilterAttributes.cs" />
44 <Compile Include="Mono.Tuner\MoonlightA11yProcessor.cs" />
45 <Compile Include="Mono.Tuner\MoonlightA11yAssemblyStep.cs" />
46 <Compile Include="Mono.Tuner\MoonlightA11yUsageInspectionStep.cs" />
47 <Compile Include="Mono.Tuner\MoonlightA11yDescriptorGenerator.cs" />
48 <Compile Include="Mono.Tuner\MoonlightA11yApiMarker.cs" />
49 </ItemGroup>
50 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
51 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
52 Other similar extension points exist, see Microsoft.Common.targets.
53 <Target Name="BeforeBuild">
54 </Target>
55 <Target Name="AfterBuild">
56 </Target>
57 -->
58 <ItemGroup>
59 <None Include="Makefile" />
60 </ItemGroup>
61 <ItemGroup>
62 <ProjectReference Include="..\linker\Mono.Linker.csproj">
63 <Project>{DD28E2B1-057B-4B4D-A04D-B2EBD9E76E46}</Project>
64 <Name>Mono.Linker</Name>
65 </ProjectReference>
66 <ProjectReference Include="..\..\class\Mono.Cecil\Mono.Cecil.csproj">
67 <Project>{D8F63DFF-5230-43E4-9AB2-DA6E721A1FAE}</Project>
68 <Name>Mono.Cecil</Name>
69 </ProjectReference>
70 </ItemGroup>
71 </Project>