summaryrefslogtreecommitdiff
path: root/tests/src/JIT/Methodical/Arrays/lcs/lcs.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/JIT/Methodical/Arrays/lcs/lcs.csproj')
-rw-r--r--tests/src/JIT/Methodical/Arrays/lcs/lcs.csproj19
1 files changed, 0 insertions, 19 deletions
diff --git a/tests/src/JIT/Methodical/Arrays/lcs/lcs.csproj b/tests/src/JIT/Methodical/Arrays/lcs/lcs.csproj
deleted file mode 100644
index 6f3522c9ed..0000000000
--- a/tests/src/JIT/Methodical/Arrays/lcs/lcs.csproj
+++ /dev/null
@@ -1,19 +0,0 @@
-<?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> \ No newline at end of file