Move CoreCLR to the modern build tools and dnx
[platform/upstream/coreclr.git] / tests / src / Common / CoreCLRTestLibrary / CoreCLRTestLibrary.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>TestLibrary</AssemblyName>
8     <SchemaVersion>2.0</SchemaVersion>
9     <ProjectGuid>{C8C0DC74-FAC4-45B1-81FE-70C4808366E0}</ProjectGuid>
10     <OutputType>Library</OutputType>
11     <AppDesignerFolder>Properties</AppDesignerFolder>
12     <FileAlignment>512</FileAlignment>
13     <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
14     <ReferencePath>$(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages</ReferencePath>
15     <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
16
17     <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp>
18     <DefineConstants>$(DefineConstants);WINCORESYS;$([System.String]::Copy('$(BuildArch)').ToUpper())</DefineConstants>
19     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
20     <GenerateRunScript>false</GenerateRunScript>
21   </PropertyGroup>
22   <!-- Default configurations to help VS understand the configurations -->
23   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
24   </PropertyGroup>
25   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
26   </PropertyGroup>
27   <ItemGroup>
28     <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
29       <Visible>False</Visible>
30     </CodeAnalysisDependentAssemblyPaths>
31   </ItemGroup>
32   <ItemGroup>
33     <Compile Include="CalendarHelpers.cs" />
34     <Compile Include="EndianessChecker.cs" />
35     <Compile Include="Env.cs" />
36     <Compile Include="Generator.cs" />
37     <Compile Include="GlobLocHelper.cs" />
38     <Compile Include="Logging.cs" />
39     <Compile Include="TestFramework.cs" />
40     <Compile Include="Utilities.cs" />
41   </ItemGroup>
42   <ItemGroup>
43     <None Include="project.json" />
44   </ItemGroup>
45   <ItemGroup>
46     <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
47   </ItemGroup>
48   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
49 </Project>