summaryrefslogtreecommitdiff
path: root/tests/src/Loader/regressions/classloader/ClassLoader.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/Loader/regressions/classloader/ClassLoader.csproj')
-rw-r--r--tests/src/Loader/regressions/classloader/ClassLoader.csproj25
1 files changed, 0 insertions, 25 deletions
diff --git a/tests/src/Loader/regressions/classloader/ClassLoader.csproj b/tests/src/Loader/regressions/classloader/ClassLoader.csproj
deleted file mode 100644
index ba68d918f8..0000000000
--- a/tests/src/Loader/regressions/classloader/ClassLoader.csproj
+++ /dev/null
@@ -1,25 +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>
- <ItemGroup>
- <None Include="project.json" />
- </ItemGroup>
- <Target Name="Build">
- <ItemGroup>
- <AllSourceFiles Include="$(MSBuildProjectDirectory)\*.cs" />
- </ItemGroup>
- <ItemGroup>
- </ItemGroup>
- <Message Text=" Files to be compiled are : @(AllSourceFiles)" />
- <PropertyGroup>
- <GenerateRunScript>false</GenerateRunScript>
- </PropertyGroup>
- <MSBuild Projects="cs_template.csproj" Properties="AssemblyName1=%(AllSourceFiles.FileName);AllowUnsafeBlocks=True;IntermediateOutputPath=$(IntermediateOutputPath)\%(AllSourceFiles.FileName)\" Condition="'@(AllSourceFiles)' != ''" />
- </Target>
-</Project> \ No newline at end of file