Use MSBuildThisFileDirectory to refer to the CoreCLR location.

This commit is contained in:
Manu 2015-10-29 14:50:49 +09:00
Родитель 28bd17a1af
Коммит 664652bb15
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -10,7 +10,7 @@
<RootNamespace>CppNet</RootNamespace>
<AssemblyName>CppNet</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkRootPath>$(SolutionDir)\CoreFX\</TargetFrameworkRootPath>
<TargetFrameworkRootPath>$(MSBuildThisFileDirectory)\CoreFX\</TargetFrameworkRootPath>
<FrameworkPathOverride>$(TargetFrameworkRootPath)\CoreCLR\v5.0</FrameworkPathOverride>
<FileAlignment>512</FileAlignment>
</PropertyGroup>