4863701589a324829eab48eb525436bfc1dcaf4d
[platform/upstream/coreclr.git] / tests / src / GC / Stress / Tests / GC_Stress_tests_collection.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   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
5   <!-- Default configurations to help VS understand the configurations -->
6   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
7   </PropertyGroup>
8   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
9   </PropertyGroup>
10   <PropertyGroup>
11     <ProjectGuid>{700E904F-A5F0-4B05-835B-EB256F4202B0}</ProjectGuid>
12   </PropertyGroup>
13   <Target Name="Build">
14     <ItemGroup>
15       <AllSourceFiles Include="$(MSBuildProjectDirectory)\*.cs" />
16     </ItemGroup>
17     <PropertyGroup>
18       <GenerateRunScript>false</GenerateRunScript>
19     </PropertyGroup>
20     <MSBuild Projects="cs_template.proj" Properties="AssemblyName1=%(AllSourceFiles.FileName);IntermediateOutputPath=$(IntermediateOutputPath)\%(AllSourceFiles.FileName)\" />
21   </Target>
22 </Project>