|
3 | 3 | <Import Project="..\..\packages\xunit.runner.visualstudio.2.1.0\build\net20\xunit.runner.visualstudio.props" Condition="Exists('..\..\packages\xunit.runner.visualstudio.2.1.0\build\net20\xunit.runner.visualstudio.props')" /> |
4 | 4 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
5 | 5 | <PropertyGroup> |
6 | | - <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">$(MSBuildToolsVersion)</VisualStudioVersion> |
7 | 6 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
8 | 7 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
9 | 8 | <ProjectGuid>{596595A6-2A3C-469E-9386-9E3767D863A5}</ProjectGuid> |
|
35 | 34 | <WarningLevel>4</WarningLevel> |
36 | 35 | </PropertyGroup> |
37 | 36 | <ItemGroup> |
38 | | - <Reference Include="Microsoft.TeamFoundation.Controls, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
39 | | - <HintPath>..\..\lib\$(VisualStudioVersion)\Microsoft.TeamFoundation.Controls.dll</HintPath> |
| 37 | + <Reference Include="Microsoft.TeamFoundation.Client"> |
| 38 | + <SpecificVersion>False</SpecificVersion> |
| 39 | + <HintPath>..\..\lib\14.0\Microsoft.TeamFoundation.Client.dll</HintPath> |
| 40 | + </Reference> |
| 41 | + <Reference Include="Microsoft.TeamFoundation.Common"> |
| 42 | + <SpecificVersion>False</SpecificVersion> |
| 43 | + <HintPath>..\..\lib\14.0\Microsoft.TeamFoundation.Common.dll</HintPath> |
| 44 | + </Reference> |
| 45 | + <Reference Include="Microsoft.TeamFoundation.Controls"> |
| 46 | + <HintPath>..\..\lib\14.0\Microsoft.TeamFoundation.Controls.dll</HintPath> |
40 | 47 | <Private>False</Private> |
41 | 48 | </Reference> |
| 49 | + <Reference Include="Microsoft.TeamFoundation.Git.Client"> |
| 50 | + <SpecificVersion>False</SpecificVersion> |
| 51 | + <HintPath>..\..\lib\14.0\Microsoft.TeamFoundation.Git.Client.dll</HintPath> |
| 52 | + </Reference> |
| 53 | + <Reference Include="Microsoft.TeamFoundation.Git.Controls"> |
| 54 | + <SpecificVersion>False</SpecificVersion> |
| 55 | + <HintPath>..\..\lib\14.0\Microsoft.TeamFoundation.Git.Controls.dll</HintPath> |
| 56 | + </Reference> |
| 57 | + <Reference Include="Microsoft.TeamFoundation.Git.Provider, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 58 | + <SpecificVersion>False</SpecificVersion> |
| 59 | + <HintPath>..\..\lib\14.0\Microsoft.TeamFoundation.Git.Provider.dll</HintPath> |
| 60 | + </Reference> |
42 | 61 | <Reference Include="EntryExitDecoratorInterfaces, Version=0.3.0.0, Culture=neutral, processorArchitecture=MSIL"> |
43 | 62 | <HintPath>..\..\packages\EntryExitDecorator.Fody.0.3.0\lib\net45\EntryExitDecoratorInterfaces.dll</HintPath> |
44 | 63 | <Private>True</Private> |
|
0 commit comments