Skip to content

Commit de433ec

Browse files
author
David Karlaš
authored
Merge pull request #1812 from JetBrains/win32DebuggerCustomProps
Custom properties for Win32 debugger projects
2 parents c4ea210 + a7e23cb commit de433ec

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

CorApi/CorApi.csproj

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

CorApi2/CorApi2.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +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" />
133134
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
134135
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
135136
Other similar extension points exist, see Microsoft.Common.targets.

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@
8989
<Name>CorApi</Name>
9090
</ProjectReference>
9191
</ItemGroup>
92+
<Import Project="$(SolutionDir)\external\debugger-libs\Mono.Debugging.settings" />
9293
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
9394
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
9495
Other similar extension points exist, see Microsoft.Common.targets.

0 commit comments

Comments
 (0)