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

github.com/mono/debugger-libs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/CorApi
diff options
context:
space:
mode:
authorArtem Bukhonov <Artem.Bukhonov@jetbrains.com>2017-01-26 00:21:08 +0300
committerArtem Bukhonov <Artem.Bukhonov@jetbrains.com>2017-01-26 00:21:08 +0300
commitde0b3ad00a62ffb34797948c2c56f49b6a2ed921 (patch)
tree07df90ca92d4f173083052982a4f49448ca7627f /CorApi
parentde433ec55383bd1c4ac578efa9285aced4594a81 (diff)
Import path fix
Diffstat (limited to 'CorApi')
-rw-r--r--CorApi/CorApi.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/CorApi/CorApi.csproj b/CorApi/CorApi.csproj
index 12fec96..6912889 100644
--- a/CorApi/CorApi.csproj
+++ b/CorApi/CorApi.csproj
@@ -63,6 +63,6 @@
<Compile Include="RawAssemblyAttributes.cs" />
<Compile Include="WindowsImports.cs" />
</ItemGroup>
- <Import Project="$(SolutionDir)\external\debugger-libs\Mono.Debugging.settings" />
+ <Import Project="..\..\..\..\external\debugger-libs\Mono.Debugging.settings" />
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
</Project> \ No newline at end of file