6bdd276d05
Former-commit-id: fd56571888259555122d8a0f58c68838229cea2b
41 lines
1.9 KiB
XML
41 lines
1.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
|
|
<PropertyGroup>
|
|
<PackageTargetRuntime/>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
<SkipPackageFileCheck>true</SkipPackageFileCheck>
|
|
<BaseLinePackageDependencies>false</BaseLinePackageDependencies>
|
|
<PackagePlatforms>x64;</PackagePlatforms>
|
|
<PreventImplementationReference>true</PreventImplementationReference>
|
|
<SkipValidatePackage>true</SkipValidatePackage>
|
|
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="$(PackageSourceDirectory)ILCompiler\src\ILCompiler.csproj"/>
|
|
<ProjectReference Include="$(PackageSourceDirectory)ILCompiler.Compiler\src\ILCompiler.Compiler.csproj"/>
|
|
<ProjectReference Include="$(PackageSourceDirectory)ILCompiler.DependencyAnalysisFramework\src\ILCompiler.DependencyAnalysisFramework.csproj"/>
|
|
<ProjectReference Include="$(PackageSourceDirectory)ILCompiler.MetadataTransform\src\ILCompiler.MetadataTransform.csproj"/>
|
|
<ProjectReference Include="$(PackageSourceDirectory)ILCompiler.MetadataWriter\src\ILCompiler.MetadataWriter.csproj"/>
|
|
<ProjectReference Include="$(PackageSourceDirectory)ILCompiler.TypeSystem\src\ILCompiler.TypeSystem.csproj"/>
|
|
|
|
<Dependency Include="Microsoft.DotNet.ObjectWriter">
|
|
<Version>1.0.13-prerelease-00001</Version>
|
|
</Dependency>
|
|
<Dependency Include="Microsoft.NetCore.Jit">
|
|
<Version>1.2.0-beta-24815-03</Version>
|
|
</Dependency>
|
|
<Dependency Include="System.Collections.Immutable">
|
|
<Version>1.2.0</Version>
|
|
</Dependency>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\src\dir.targets" />
|
|
<Target Name="GetPackageDependencies"/>
|
|
</Project>
|