Move CoreCLR to the modern build tools and dnx
[platform/upstream/coreclr.git] / tests / src / Regressions / common / regressions-common.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   <PropertyGroup>
4     <ProjectGuid>{4C9D5390-1B91-41B8-89CE-117F2D80E752}</ProjectGuid>
5   </PropertyGroup>
6   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
7   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
8   <!-- Default configurations to help VS understand the configurations -->
9   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
10   </PropertyGroup>
11   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
12   </PropertyGroup>
13   <ItemGroup>
14     <None Include="project.json" />
15   </ItemGroup>
16   <Target Name="Build">
17     <ItemGroup>
18       <AllSourceFiles Include="$(MSBuildProjectDirectory)\*.cs" />
19     </ItemGroup>
20     <Message Text=" Files to be compiled are : @(AllSourceFiles)" />
21     <PropertyGroup>
22       <GenerateRunScript>false</GenerateRunScript>
23     </PropertyGroup>
24     <MSBuild Projects="cs_template.csproj" Properties="AssemblyName1=%(AllSourceFiles.FileName);AllowUnsafeBlocks=True;IntermediateOutputPath=$(IntermediateOutputPath)\%(AllSourceFiles.FileName)\" Condition="'@(AllSourceFiles)' != ''" />
25   </Target>
26 </Project>