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

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Krüger <mkrueger@xamarin.com>2016-10-05 12:26:49 +0300
committerMike Krüger <mkrueger@xamarin.com>2016-10-06 18:12:44 +0300
commit5c223a932199dd34da870665ae1c24faf07cc018 (patch)
tree46abaef21ebbbd223ed245c7d055e540de93d996 /main/tests/UnitTests/UnitTests.csproj
parent5bb4bf3c7434b5d0eab1a54fb03b5058c4c9b14e (diff)
Updated roslyn & switched to roslyn nugets.
Diffstat (limited to 'main/tests/UnitTests/UnitTests.csproj')
-rw-r--r--main/tests/UnitTests/UnitTests.csproj12
1 files changed, 6 insertions, 6 deletions
diff --git a/main/tests/UnitTests/UnitTests.csproj b/main/tests/UnitTests/UnitTests.csproj
index 50e16e4c8a..7d904e50f3 100644
--- a/main/tests/UnitTests/UnitTests.csproj
+++ b/main/tests/UnitTests/UnitTests.csproj
@@ -60,27 +60,27 @@
</Reference>
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Reflection.Metadata">
- <HintPath>..\..\external\roslyn\Binaries\Release\System.Reflection.Metadata.dll</HintPath>
+ <HintPath>..\..\build\bin\System.Reflection.Metadata.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System.Collections.Immutable">
- <HintPath>..\..\external\roslyn\Binaries\Release\System.Collections.Immutable.dll</HintPath>
+ <HintPath>..\..\build\bin\System.Collections.Immutable.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Microsoft.CodeAnalysis.Workspaces">
- <HintPath>..\..\external\roslyn\Binaries\Release\Microsoft.CodeAnalysis.Workspaces.dll</HintPath>
+ <HintPath>..\..\build\bin\Microsoft.CodeAnalysis.Workspaces.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Microsoft.CodeAnalysis">
- <HintPath>..\..\external\roslyn\Binaries\Release\Microsoft.CodeAnalysis.dll</HintPath>
+ <HintPath>..\..\build\bin\Microsoft.CodeAnalysis.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Microsoft.CodeAnalysis.CSharp.Workspaces">
- <HintPath>..\..\external\roslyn\Binaries\Release\Microsoft.CodeAnalysis.CSharp.Workspaces.dll</HintPath>
+ <HintPath>..\..\build\bin\Microsoft.CodeAnalysis.CSharp.Workspaces.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Microsoft.CodeAnalysis.CSharp">
- <HintPath>..\..\external\roslyn\Binaries\Release\Microsoft.CodeAnalysis.CSharp.dll</HintPath>
+ <HintPath>..\..\build\bin\Microsoft.CodeAnalysis.CSharp.dll</HintPath>
<Private>False</Private>
</Reference>
</ItemGroup>