f9d30c7191d52b0439abcb473e2b682388ef957a
[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   <Target Name="Build">
14     <ItemGroup>
15       <AllSourceFiles Include="$(MSBuildProjectDirectory)\*.cs" />
16     </ItemGroup>
17     <Message Text=" Files to be compiled are : @(AllSourceFiles)" />
18     <PropertyGroup>
19       <GenerateRunScript>false</GenerateRunScript>
20     </PropertyGroup>
21     <MSBuild Projects="cs_template.proj" Properties="AssemblyName1=%(AllSourceFiles.FileName);AllowUnsafeBlocks=True;IntermediateOutputPath=$(IntermediateOutputPath)\%(AllSourceFiles.FileName)\" Condition="'@(AllSourceFiles)' != ''" />
22   </Target>
23 </Project>