We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d34fe97 commit 94d3c47Copy full SHA for 94d3c47
tests/TestJVM/TestJVM.csproj
@@ -13,6 +13,7 @@
13
</PropertyGroup>
14
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
15
<DebugSymbols>true</DebugSymbols>
16
+ <DebugType>full</DebugType>
17
<OutputPath>..\..\bin\TestDebug</OutputPath>
18
<ErrorReport>prompt</ErrorReport>
19
<DefineTrace>false</DefineTrace>
@@ -37,9 +38,6 @@
37
38
39
<ItemGroup>
40
<Reference Include="System" />
- <Reference Include="nunit.framework">
41
- <HintPath>..\..\..\lib\NUnit-2.6.3\bin\nunit.framework.dll</HintPath>
42
- </Reference>
43
</ItemGroup>
44
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
45
@@ -55,4 +53,4 @@
55
53
<Name>Java.Interop</Name>
56
54
</ProjectReference>
57
58
-</Project>
+</Project>
0 commit comments