8ce3ab83e80e7c8e068a4f46a34cb3da9e527d8b
[platform/upstream/coreclr.git] / tests / src / performance / linkbench / linkbench.csproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
4   <PropertyGroup>
5     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7     <AssemblyName>LinkBench</AssemblyName>
8     <SchemaVersion>2.0</SchemaVersion>
9     <ProjectGuid>{507E3CC2-5D95-414D-9F01-2A106FC177DC}</ProjectGuid>
10     <OutputType>exe</OutputType>
11     <AppDesignerFolder>Properties</AppDesignerFolder>
12     <FileAlignment>512</FileAlignment>
13     <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
14     <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
15     <NuGetTargetMoniker>.NETStandard,Version=v1.6</NuGetTargetMoniker>
16     <NuGetTargetMonikerShort>netstandard1.6</NuGetTargetMonikerShort>
17   </PropertyGroup>
18   <!-- Default configurations to help VS understand the configurations -->
19   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " />
20   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " />
21   <PropertyGroup>
22     <RestoreOutputPath>..\obj</RestoreOutputPath>
23     <DebugType>pdbonly</DebugType>
24     <Optimize>true</Optimize>
25   </PropertyGroup>
26   <ItemGroup>
27     <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
28       <Visible>False</Visible>
29     </CodeAnalysisDependentAssemblyPaths>
30   </ItemGroup>
31   <ItemGroup>
32     <Compile Include="BenchmarkOptions.cs" />
33     <Compile Include="linkbench.cs" />
34   </ItemGroup>
35   <ItemGroup>
36     <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
37   </ItemGroup>
38   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), performance.targets))\performance.targets" />
39   <PropertyGroup>
40     <ProjectAssetsFile>$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), performance.targets))\obj\project.assets.json</ProjectAssetsFile>
41   </PropertyGroup>
42 </Project>