Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 9ba8385

Browse files
committed
Fix tests
1 parent 98ce396 commit 9ba8385

File tree

1 file changed

+22
-3
lines changed

1 file changed

+22
-3
lines changed

src/UnitTests/UnitTests.csproj

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<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')" />
44
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
55
<PropertyGroup>
6-
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">$(MSBuildToolsVersion)</VisualStudioVersion>
76
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
87
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
98
<ProjectGuid>{596595A6-2A3C-469E-9386-9E3767D863A5}</ProjectGuid>
@@ -35,10 +34,30 @@
3534
<WarningLevel>4</WarningLevel>
3635
</PropertyGroup>
3736
<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>
4047
<Private>False</Private>
4148
</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>
4261
<Reference Include="EntryExitDecoratorInterfaces, Version=0.3.0.0, Culture=neutral, processorArchitecture=MSIL">
4362
<HintPath>..\..\packages\EntryExitDecorator.Fody.0.3.0\lib\net45\EntryExitDecoratorInterfaces.dll</HintPath>
4463
<Private>True</Private>

0 commit comments

Comments
 (0)