Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/Simple/HelloWasm/ILHelpers.ilproj')
-rw-r--r--tests/src/Simple/HelloWasm/ILHelpers.ilproj20
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/src/Simple/HelloWasm/ILHelpers.ilproj b/tests/src/Simple/HelloWasm/ILHelpers.ilproj
new file mode 100644
index 000000000..01625f5e0
--- /dev/null
+++ b/tests/src/Simple/HelloWasm/ILHelpers.ilproj
@@ -0,0 +1,20 @@
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <TargetFramework>netstandard2.0</TargetFramework>
+ <OutputType>Library</OutputType>
+ <DebugType>portable</DebugType>
+ <OutputPath>$(MSBuildProjectDirectory)\bin\$(Configuration)\$(Platform)\</OutputPath>
+ <IntermediateOutputPath>$(MSBuildProjectDirectory)\obj\$(Configuration)\$(Platform)\</IntermediateOutputPath>
+ </PropertyGroup>
+
+ <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
+
+ <ItemGroup>
+ <Compile Include="ILHelpers.il" />
+ <PackageReference Include="Microsoft.NETCore.App">
+ <Version>$(MicrosoftNETCoreAppPackageVersion)</Version>
+ </PackageReference>
+ </ItemGroup>
+
+ <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
+</Project>