Skip to content

Commit 94d3c47

Browse files
committed
Add DebugType=full to TestJVM.csproj
Workaround for https://bugzilla.xamarin.com/show_bug.cgi?id=51175
1 parent d34fe97 commit 94d3c47

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tests/TestJVM/TestJVM.csproj

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
</PropertyGroup>
1414
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1515
<DebugSymbols>true</DebugSymbols>
16+
<DebugType>full</DebugType>
1617
<OutputPath>..\..\bin\TestDebug</OutputPath>
1718
<ErrorReport>prompt</ErrorReport>
1819
<DefineTrace>false</DefineTrace>
@@ -37,9 +38,6 @@
3738
</PropertyGroup>
3839
<ItemGroup>
3940
<Reference Include="System" />
40-
<Reference Include="nunit.framework">
41-
<HintPath>..\..\..\lib\NUnit-2.6.3\bin\nunit.framework.dll</HintPath>
42-
</Reference>
4341
</ItemGroup>
4442
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
4543
<ItemGroup>
@@ -55,4 +53,4 @@
5553
<Name>Java.Interop</Name>
5654
</ProjectReference>
5755
</ItemGroup>
58-
</Project>
56+
</Project>

0 commit comments

Comments
 (0)