Skip to content

Commit 7863d46

Browse files
committed
Fix references
1 parent 5627c56 commit 7863d46

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CorApi/CorApi.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@
6363
<Compile Include="RawAssemblyAttributes.cs" />
6464
<Compile Include="WindowsImports.cs" />
6565
</ItemGroup>
66-
<Import Project="..\..\..\..\external\debugger-libs\Mono.Debugging.settings" />
66+
<Import Project="..\Mono.Debugging.settings" />
6767
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
6868
</Project>

CorApi2/CorApi2.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
<Compile Include="Extensions\ProcessExtensions.cs" />
131131
<Compile Include="Extensions\DebuggerExtensions.cs" />
132132
</ItemGroup>
133-
<Import Project="..\..\..\..\\external\debugger-libs\Mono.Debugging.settings" />
133+
<Import Project="..\Mono.Debugging.settings" />
134134
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
135135
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
136136
Other similar extension points exist, see Microsoft.Common.targets.

Mono.Debugging.Win32/Mono.Debugging.Win32.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<WCFMetadata Include="Service References\" />
7878
</ItemGroup>
7979
<ItemGroup>
80-
<ProjectReference Include="..\..\..\..\external\debugger-libs\Mono.Debugging\Mono.Debugging.csproj">
80+
<ProjectReference Include="..\Mono.Debugging\Mono.Debugging.csproj">
8181
<Project>{90c99adb-7d4b-4eb4-98c2-40bd1b14c7d2}</Project>
8282
<Name>Mono.Debugging</Name>
8383
</ProjectReference>
@@ -90,7 +90,7 @@
9090
<Name>CorApi</Name>
9191
</ProjectReference>
9292
</ItemGroup>
93-
<Import Project="..\..\..\..\\external\debugger-libs\Mono.Debugging.settings" />
93+
<Import Project="..\Mono.Debugging.settings" />
9494
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
9595
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
9696
Other similar extension points exist, see Microsoft.Common.targets.

0 commit comments

Comments
 (0)