Skip to content

Commit de0b3ad

Browse files
committed
Import path fix
1 parent de433ec commit de0b3ad

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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="$(SolutionDir)\external\debugger-libs\Mono.Debugging.settings" />
66+
<Import Project="..\..\..\..\external\debugger-libs\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="$(SolutionDir)\external\debugger-libs\Mono.Debugging.settings" />
133+
<Import Project="..\..\..\..\\external\debugger-libs\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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
<Name>CorApi</Name>
9090
</ProjectReference>
9191
</ItemGroup>
92-
<Import Project="$(SolutionDir)\external\debugger-libs\Mono.Debugging.settings" />
92+
<Import Project="..\..\..\..\\external\debugger-libs\Mono.Debugging.settings" />
9393
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
9494
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
9595
Other similar extension points exist, see Microsoft.Common.targets.

0 commit comments

Comments
 (0)