summaryrefslogtreecommitdiff
path: root/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b589202/b589202.csproj
diff options
context:
space:
mode:
authorBengu Li <beli@microsoft.com>2015-06-09 12:45:27 -0700
committerBengu Li <beli@microsoft.com>2015-06-09 12:45:27 -0700
commit002d6d8fdfc3c5f7896a0ad0c0a5c9a41c25c440 (patch)
tree72e7f8c11fa75aac9ef5156387e3730ced44d11e /tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b589202/b589202.csproj
parent4b21be40517f1348d7f223726decb0f719d09a4b (diff)
downloadcoreclr-002d6d8fdfc3c5f7896a0ad0c0a5c9a41c25c440.tar.gz
coreclr-002d6d8fdfc3c5f7896a0ad0c0a5c9a41c25c440.tar.bz2
coreclr-002d6d8fdfc3c5f7896a0ad0c0a5c9a41c25c440.zip
Add all remaining JIT/Regression test cases for JIT
Add all remaining JIT/Regression test cases for JIT. All under CLR-x86-JIT. Related proj, config files added. AllTestProjects.sln update delayed for a batch adding. Passed build, buildtest, runtest.
Diffstat (limited to 'tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b589202/b589202.csproj')
-rw-r--r--tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b589202/b589202.csproj19
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b589202/b589202.csproj b/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b589202/b589202.csproj
new file mode 100644
index 0000000000..33b2928ebc
--- /dev/null
+++ b/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b589202/b589202.csproj
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
+ <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
+ <!-- Default configurations to help VS understand the configurations -->
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
+ </PropertyGroup>
+ <Target Name="Build">
+ <ItemGroup>
+ <AllSourceFiles Include="$(MSBuildProjectDirectory)\*.cs" />
+ </ItemGroup>
+ <PropertyGroup>
+ <GenerateRunScript>false</GenerateRunScript>
+ </PropertyGroup>
+ <MSBuild Projects="cs_template.proj" Properties="AssemblyName1=%(AllSourceFiles.FileName);AllowUnsafeBlocks=True;IntermediateOutputPath=$(IntermediateOutputPath)\%(AllSourceFiles.FileName)\" />
+ </Target>
+</Project>