6bdd276d05
Former-commit-id: fd56571888259555122d8a0f58c68838229cea2b
71 lines
3.0 KiB
XML
71 lines
3.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<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>{E97429BA-279A-4C1D-AE8A-8BD878C661D1}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>Mono.Tuner</RootNamespace>
|
|
<AssemblyName>Mono.Tuner</AssemblyName>
|
|
</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>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Mono.Tuner\AdjustVisibility.cs" />
|
|
<Compile Include="Mono.Tuner\CheckVisibility.cs" />
|
|
<Compile Include="Mono.Tuner\PrintStatus.cs" />
|
|
<Compile Include="Mono.Tuner\RemoveSerialization.cs" />
|
|
<Compile Include="Mono.Tuner\TunerAnnotations.cs" />
|
|
<Compile Include="Mono.Tuner\InjectSecurityAttributes.cs" />
|
|
<Compile Include="Mono.Tuner\MoonlightAssemblyStep.cs" />
|
|
<Compile Include="Mono.Tuner\FilterAttributes.cs" />
|
|
<Compile Include="Mono.Tuner\MoonlightA11yProcessor.cs" />
|
|
<Compile Include="Mono.Tuner\MoonlightA11yAssemblyStep.cs" />
|
|
<Compile Include="Mono.Tuner\MoonlightA11yUsageInspectionStep.cs" />
|
|
<Compile Include="Mono.Tuner\MoonlightA11yDescriptorGenerator.cs" />
|
|
<Compile Include="Mono.Tuner\MoonlightA11yApiMarker.cs" />
|
|
</ItemGroup>
|
|
<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>
|
|
<None Include="Makefile" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\linker\Mono.Linker.csproj">
|
|
<Project>{DD28E2B1-057B-4B4D-A04D-B2EBD9E76E46}</Project>
|
|
<Name>Mono.Linker</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\..\external\cecil\Mono.Cecil.csproj">
|
|
<Project>{D68133BD-1E63-496E-9EDE-4FBDBF77B486}</Project>
|
|
<Name>Mono.Cecil</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
</Project> |