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

Directory.Build.props « main - github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 660e8c2dba83c66092c67eb3447ea0396ebbda77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<Project>

  <PropertyGroup>
    <RootDirectory>$(MSBuildThisFileDirectory)</RootDirectory>
    <PackagesDirectory>$(RootDirectory)packages</PackagesDirectory>
    <ReferencesRoslyn>$(RootDirectory)\msbuild\ReferencesRoslyn.props</ReferencesRoslyn>
    <ReferencesVSEditor>$(RootDirectory)\msbuild\ReferencesVSEditor.props</ReferencesVSEditor>
    <ReferencesGtk>$(RootDirectory)\msbuild\ReferencesGtk.props</ReferencesGtk>
    <NuGetVersionRoslyn>2.10.0-beta2-63410-10</NuGetVersionRoslyn>
    <NuGetVersionVSEditor>15.8.519</NuGetVersionVSEditor>
    <NuGetVersionAllocationAnalyzer>1.0.0.9</NuGetVersionAllocationAnalyzer>
    <NuGetVersionErrorProneNetStructs>0.1.2</NuGetVersionErrorProneNetStructs>
  </PropertyGroup>

</Project>