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.csproj9
1 files changed, 6 insertions, 3 deletions
diff --git a/tests/src/Loader/regressions/classloader/ClassLoader.csproj b/tests/src/Loader/regressions/classloader/ClassLoader.csproj
index c2c5eb498a..ba68d918f8 100644
--- a/tests/src/Loader/regressions/classloader/ClassLoader.csproj
+++ b/tests/src/Loader/regressions/classloader/ClassLoader.csproj
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?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" />
@@ -7,6 +7,9 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
</PropertyGroup>
+ <ItemGroup>
+ <None Include="project.json" />
+ </ItemGroup>
<Target Name="Build">
<ItemGroup>
<AllSourceFiles Include="$(MSBuildProjectDirectory)\*.cs" />
@@ -17,6 +20,6 @@
<PropertyGroup>
<GenerateRunScript>false</GenerateRunScript>
</PropertyGroup>
- <MSBuild Projects="cs_template.proj" Properties="AssemblyName1=%(AllSourceFiles.FileName);AllowUnsafeBlocks=True;IntermediateOutputPath=$(IntermediateOutputPath)\%(AllSourceFiles.FileName)\" Condition="'@(AllSourceFiles)' != ''" />
+ <MSBuild Projects="cs_template.csproj" Properties="AssemblyName1=%(AllSourceFiles.FileName);AllowUnsafeBlocks=True;IntermediateOutputPath=$(IntermediateOutputPath)\%(AllSourceFiles.FileName)\" Condition="'@(AllSourceFiles)' != ''" />
</Target>
-</Project>
+</Project> \ No newline at end of file