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

baseline.props « baseline « pkg - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1596d8ebedbcbbf22d73deb62525549bcbdd2cf8 (plain)
1
2
3
4
5
6
7
8
9
<Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <Import Project="..\Microsoft.Private.PackageBaseline\Microsoft.Private.PackageBaseline.props" />
  
  <PropertyGroup>
    <!-- Set PackageIndexFile to point to our local repo's index.  This tells the packaging targets
         which index should be used for updates -->
    <PackageIndexFile>$(MSBuildThisFileDirectory)..\Microsoft.Private.PackageBaseline\packageIndex.json</PackageIndexFile>
  </PropertyGroup>
</Project>