|
2 | 2 | <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
4 | 4 | <PropertyGroup> |
5 | | - <VisualStudioVersion>14.0</VisualStudioVersion> |
| 5 | + <MinimumVisualStudioVersion>$(MSBuildToolsVersion)</MinimumVisualStudioVersion> |
| 6 | + <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">$(MSBuildToolsVersion)</VisualStudioVersion> |
6 | 7 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
7 | 8 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
8 | 9 | <ProjectGuid>{161DBF01-1DBF-4B00-8551-C5C00F26720D}</ProjectGuid> |
|
40 | 41 | </PropertyGroup> |
41 | 42 | <ItemGroup> |
42 | 43 | <Reference Include="Microsoft.TeamFoundation.Common"> |
43 | | - <HintPath>..\..\lib\$(VisualStudioVersion)\Microsoft.TeamFoundation.Common.dll</HintPath> |
| 44 | + <HintPath>..\..\lib\14.0\Microsoft.TeamFoundation.Common.dll</HintPath> |
44 | 45 | <Private>False</Private> |
45 | 46 | </Reference> |
46 | 47 | <Reference Include="Microsoft.TeamFoundation.Client"> |
47 | | - <HintPath>..\..\lib\$(VisualStudioVersion)\Microsoft.TeamFoundation.Client.dll</HintPath> |
| 48 | + <HintPath>..\..\lib\14.0\Microsoft.TeamFoundation.Client.dll</HintPath> |
48 | 49 | <Private>False</Private> |
49 | 50 | </Reference> |
50 | 51 | <Reference Include="Microsoft.TeamFoundation.Controls"> |
51 | | - <HintPath>..\..\lib\$(VisualStudioVersion)\Microsoft.TeamFoundation.Controls.dll</HintPath> |
| 52 | + <HintPath>..\..\lib\14.0\Microsoft.TeamFoundation.Controls.dll</HintPath> |
52 | 53 | <Private>False</Private> |
53 | 54 | </Reference> |
54 | 55 | <Reference Include="Microsoft.TeamFoundation.Git.Controls"> |
55 | | - <HintPath>..\..\lib\$(VisualStudioVersion)\Microsoft.TeamFoundation.Git.Controls.dll</HintPath> |
| 56 | + <HintPath>..\..\lib\14.0\Microsoft.TeamFoundation.Git.Controls.dll</HintPath> |
56 | 57 | <Private>False</Private> |
57 | 58 | </Reference> |
58 | 59 | <Reference Include="Microsoft.TeamFoundation.Git.Provider"> |
59 | | - <HintPath>..\..\lib\$(VisualStudioVersion)\Microsoft.TeamFoundation.Git.Provider.dll</HintPath> |
| 60 | + <HintPath>..\..\lib\14.0\Microsoft.TeamFoundation.Git.Provider.dll</HintPath> |
60 | 61 | <Private>False</Private> |
61 | 62 | </Reference> |
62 | 63 | <Reference Include="Microsoft.VisualStudio.ComponentModelHost, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" /> |
|
0 commit comments