Set DebugType to PdbOnly for rel-mode IL tests
authorAndy Ayers <andya@microsoft.com>
Wed, 6 Apr 2016 22:33:20 +0000 (15:33 -0700)
committerAndy Ayers <andya@microsoft.com>
Thu, 7 Apr 2016 00:53:11 +0000 (17:53 -0700)
Ensures that execution of these tests always invokes the jit's optimizer,
regardless of the build configuration.

See issue #4124.

280 files changed:
tests/src/JIT/Methodical/Arrays/huge/_il_relhuge_b.ilproj
tests/src/JIT/Methodical/Arrays/huge/_il_relhuge_i4.ilproj
tests/src/JIT/Methodical/Arrays/huge/_il_relhuge_objref.ilproj
tests/src/JIT/Methodical/Arrays/huge/_il_relhuge_r4.ilproj
tests/src/JIT/Methodical/Arrays/huge/_il_relhuge_r8.ilproj
tests/src/JIT/Methodical/Arrays/huge/_il_relhuge_struct.ilproj
tests/src/JIT/Methodical/Arrays/huge/_il_relhuge_u8.ilproj
tests/src/JIT/Methodical/Arrays/lcs/_il_rellcs_ldlen.ilproj
tests/src/JIT/Methodical/Arrays/misc/_il_reladdress.ilproj
tests/src/JIT/Methodical/Arrays/misc/_il_relarrres.ilproj
tests/src/JIT/Methodical/Arrays/misc/_il_relgcarr.ilproj
tests/src/JIT/Methodical/Arrays/misc/_il_relinitializearray_enum.ilproj
tests/src/JIT/Methodical/Arrays/misc/_il_relldelem_get.ilproj
tests/src/JIT/Methodical/Arrays/misc/_il_rellength0.ilproj
tests/src/JIT/Methodical/Arrays/misc/_il_rellengthm2.ilproj
tests/src/JIT/Methodical/Arrays/misc/_il_relselfref.ilproj
tests/src/JIT/Methodical/Arrays/range/_il_relfloat64_range1.ilproj
tests/src/JIT/Methodical/Arrays/range/_il_relfloat64_range2.ilproj
tests/src/JIT/Methodical/Arrays/range/_il_relint32_0.ilproj
tests/src/JIT/Methodical/Arrays/range/_il_relint32_0_5a.ilproj
tests/src/JIT/Methodical/Arrays/range/_il_relint32_0_5b.ilproj
tests/src/JIT/Methodical/Arrays/range/_il_relint32_1.ilproj
tests/src/JIT/Methodical/Arrays/range/_il_relint32_m1.ilproj
tests/src/JIT/Methodical/Arrays/range/_il_relint32_neg_range.ilproj
tests/src/JIT/Methodical/Arrays/range/_il_relint32_range1.ilproj
tests/src/JIT/Methodical/Arrays/range/_il_relint32_range2.ilproj
tests/src/JIT/Methodical/Arrays/range/_il_relnegIndexRngChkElim.ilproj
tests/src/JIT/Methodical/Boxing/boxunbox/_il_relarray.ilproj
tests/src/JIT/Methodical/Boxing/boxunbox/_il_relchain.ilproj
tests/src/JIT/Methodical/Boxing/boxunbox/_il_relfinally.ilproj
tests/src/JIT/Methodical/Boxing/boxunbox/_il_relhuge_filter.ilproj
tests/src/JIT/Methodical/Boxing/boxunbox/_il_reljump.ilproj
tests/src/JIT/Methodical/Boxing/boxunbox/_il_rellocal.ilproj
tests/src/JIT/Methodical/Boxing/boxunbox/_il_rellocalloc.ilproj
tests/src/JIT/Methodical/Boxing/boxunbox/_il_relsimple.ilproj
tests/src/JIT/Methodical/Boxing/boxunbox/_il_reltailcall.ilproj
tests/src/JIT/Methodical/Boxing/boxunbox/_il_reltry.ilproj
tests/src/JIT/Methodical/Boxing/callconv/_relinstance_il.ilproj
tests/src/JIT/Methodical/Boxing/functional/_relfibo_il.ilproj
tests/src/JIT/Methodical/Boxing/functional/_relsin_il.ilproj
tests/src/JIT/Methodical/Boxing/misc/_relconcurgc_il.ilproj
tests/src/JIT/Methodical/Boxing/misc/_relenum_il.ilproj
tests/src/JIT/Methodical/Boxing/misc/_relnestval_il.ilproj
tests/src/JIT/Methodical/Boxing/misc/_reltailjump_il.ilproj
tests/src/JIT/Methodical/Boxing/misc/_reltypedref.ilproj
tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relconv_i8_i.ilproj
tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relconv_i8_u.ilproj
tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relconvovf_i8_i.ilproj
tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relconvovf_i8_u.ilproj
tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_reli_array_merge.ilproj
tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_reli_box.ilproj
tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_reli_conv.ilproj
tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_reli_fld.ilproj
tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_reli_flood.ilproj
tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_reli_flow.ilproj
tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_reli_prop.ilproj
tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_reli_qsort1.ilproj
tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_reli_qsort2.ilproj
tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_reli_ref.ilproj
tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_reli_seq.ilproj
tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_reli_vfld.ilproj
tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relptr.ilproj
tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relqperm.ilproj
tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relsizeof.ilproj
tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relu_array_merge.ilproj
tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relu_box.ilproj
tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relu_conv.ilproj
tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relu_fld.ilproj
tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relu_flood.ilproj
tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relu_flow.ilproj
tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relu_prop.ilproj
tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relu_qsort1.ilproj
tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relu_qsort2.ilproj
tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relu_ref.ilproj
tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relu_seq.ilproj
tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relu_vfld.ilproj
tests/src/JIT/Methodical/Invoke/SEH/_il_relcatchfault.ilproj
tests/src/JIT/Methodical/Invoke/SEH/_il_relcatchfault_jmp.ilproj
tests/src/JIT/Methodical/Invoke/SEH/_il_relcatchfault_tail.ilproj
tests/src/JIT/Methodical/Invoke/SEH/_il_relcatchfinally_ind.ilproj
tests/src/JIT/Methodical/Invoke/SEH/_il_relcatchfinally_jmp.ilproj
tests/src/JIT/Methodical/Invoke/SEH/_il_relcatchfinally_jmpind.ilproj
tests/src/JIT/Methodical/Invoke/SEH/_il_relcatchfinally_tail.ilproj
tests/src/JIT/Methodical/Invoke/callvirt/_il_reltest1.ilproj
tests/src/JIT/Methodical/Invoke/callvirt/_il_reltest2.ilproj
tests/src/JIT/Methodical/Invoke/callvirt/_il_reltest3.ilproj
tests/src/JIT/Methodical/Invoke/ctor/_il_relval_cctor.ilproj
tests/src/JIT/Methodical/Invoke/ctor/_il_relval_ctor_newobj.ilproj
tests/src/JIT/Methodical/Invoke/deep/_il_reldeep1.ilproj
tests/src/JIT/Methodical/Invoke/deep/_il_reldeep2.ilproj
tests/src/JIT/Methodical/Invoke/fptr/_il_relftn_t.ilproj
tests/src/JIT/Methodical/Invoke/fptr/_il_relinstftn.ilproj
tests/src/JIT/Methodical/Invoke/fptr/_il_relinstftn_t.ilproj
tests/src/JIT/Methodical/Invoke/fptr/_il_relrecurse_calli.ilproj
tests/src/JIT/Methodical/Invoke/fptr/_il_relrecurse_jmp.ilproj
tests/src/JIT/Methodical/Invoke/fptr/_il_relrecurse_jmpi.ilproj
tests/src/JIT/Methodical/Invoke/fptr/_il_relrecurse_tail_call.ilproj
tests/src/JIT/Methodical/Invoke/fptr/_il_relrecurse_tail_calli.ilproj
tests/src/JIT/Methodical/Invoke/fptr/_il_relvalftn.ilproj
tests/src/JIT/Methodical/Invoke/fptr/_il_relvalftn_t.ilproj
tests/src/JIT/Methodical/Invoke/fptr/_il_relvirtftn.ilproj
tests/src/JIT/Methodical/Invoke/fptr/_il_relvirtftn_t.ilproj
tests/src/JIT/Methodical/Invoke/implicit/_il_relfr4.ilproj
tests/src/JIT/Methodical/Invoke/implicit/_il_relfr8.ilproj
tests/src/JIT/Methodical/Invoke/implicit/_il_reli4i1.ilproj
tests/src/JIT/Methodical/Invoke/implicit/_il_reli4i2.ilproj
tests/src/JIT/Methodical/Invoke/implicit/_il_reli4u1.ilproj
tests/src/JIT/Methodical/Invoke/implicit/_il_reli4u2.ilproj
tests/src/JIT/Methodical/Invoke/implicit/_il_reli4u4.ilproj
tests/src/JIT/Methodical/Invoke/implicit/_il_reli8u8.ilproj
tests/src/JIT/Methodical/Invoke/implicit/_il_relii1.ilproj
tests/src/JIT/Methodical/Invoke/implicit/_il_relii2.ilproj
tests/src/JIT/Methodical/Invoke/implicit/_il_relii4.ilproj
tests/src/JIT/Methodical/Invoke/implicit/_il_reliu1.ilproj
tests/src/JIT/Methodical/Invoke/implicit/_il_reliu2.ilproj
tests/src/JIT/Methodical/Invoke/implicit/_il_reliu4.ilproj
tests/src/JIT/Methodical/Invoke/implicit/_il_relobjref.ilproj
tests/src/JIT/Methodical/Invoke/thiscall/_relthisnull.ilproj
tests/src/JIT/Methodical/Invoke/thiscall/_speed_relthisnull.ilproj
tests/src/JIT/Methodical/VT/callconv/_il_relaa.ilproj
tests/src/JIT/Methodical/VT/callconv/_il_relcalli.ilproj
tests/src/JIT/Methodical/VT/callconv/_il_reldd.ilproj
tests/src/JIT/Methodical/VT/callconv/_il_relee.ilproj
tests/src/JIT/Methodical/VT/callconv/_il_reljumper1.ilproj
tests/src/JIT/Methodical/VT/callconv/_il_reljumper2.ilproj
tests/src/JIT/Methodical/VT/callconv/_il_reljumper3.ilproj
tests/src/JIT/Methodical/VT/callconv/_il_reljumper4.ilproj
tests/src/JIT/Methodical/VT/callconv/_il_reljumper5.ilproj
tests/src/JIT/Methodical/VT/callconv/_il_reljumps1.ilproj
tests/src/JIT/Methodical/VT/callconv/_il_reljumps2.ilproj
tests/src/JIT/Methodical/VT/callconv/_il_reljumps3.ilproj
tests/src/JIT/Methodical/VT/callconv/_il_reljumps4.ilproj
tests/src/JIT/Methodical/VT/callconv/_il_reljumps5.ilproj
tests/src/JIT/Methodical/VT/callconv/_il_relvtret.ilproj
tests/src/JIT/Methodical/VT/callconv/_il_relvtret2.ilproj
tests/src/JIT/Methodical/VT/etc/_il_relhan3.ilproj
tests/src/JIT/Methodical/VT/etc/_il_relhan3_ctor.ilproj
tests/src/JIT/Methodical/VT/etc/_il_relhan3_ref.ilproj
tests/src/JIT/Methodical/VT/etc/_il_relhanoi.ilproj
tests/src/JIT/Methodical/VT/etc/_il_relhanoi2.ilproj
tests/src/JIT/Methodical/VT/etc/_il_relknight.ilproj
tests/src/JIT/Methodical/VT/etc/_il_relnested.ilproj
tests/src/JIT/Methodical/VT/identity/_il_relaccum.ilproj
tests/src/JIT/Methodical/VT/identity/_il_rellivecall.ilproj
tests/src/JIT/Methodical/VT/identity/_il_relvolatile.ilproj
tests/src/JIT/Methodical/VT/port/_il_relhuge_gcref.ilproj
tests/src/JIT/Methodical/casts/SEH/_il_relcastclass_catch.ilproj
tests/src/JIT/Methodical/casts/SEH/_il_relcastclass_catch_neg.ilproj
tests/src/JIT/Methodical/casts/SEH/_il_relfilter.ilproj
tests/src/JIT/Methodical/casts/SEH/_il_relisinst_catch.ilproj
tests/src/JIT/Methodical/casts/SEH/_il_relisinst_catch_neg.ilproj
tests/src/JIT/Methodical/casts/array/_il_relarrays.ilproj
tests/src/JIT/Methodical/casts/array/_il_relcastclass_ldlen.ilproj
tests/src/JIT/Methodical/casts/array/_il_relisinst_ldlen.ilproj
tests/src/JIT/Methodical/casts/coverage/_il_relcastclass_call.ilproj
tests/src/JIT/Methodical/casts/coverage/_il_relcastclass_calli.ilproj
tests/src/JIT/Methodical/casts/coverage/_il_relcastclass_ldarg.ilproj
tests/src/JIT/Methodical/casts/coverage/_il_relcastclass_ldloc.ilproj
tests/src/JIT/Methodical/casts/coverage/_il_relisinst_call.ilproj
tests/src/JIT/Methodical/casts/coverage/_il_relisinst_calli.ilproj
tests/src/JIT/Methodical/casts/coverage/_il_relisinst_ldarg.ilproj
tests/src/JIT/Methodical/casts/coverage/_il_relisinst_ldloc.ilproj
tests/src/JIT/Methodical/casts/coverage/_il_relldnull.ilproj
tests/src/JIT/Methodical/casts/iface/_il_reliface2.ilproj
tests/src/JIT/Methodical/explicit/basic/_il_relrefarg_c.ilproj
tests/src/JIT/Methodical/explicit/basic/_il_relrefarg_f4.ilproj
tests/src/JIT/Methodical/explicit/basic/_il_relrefarg_f8.ilproj
tests/src/JIT/Methodical/explicit/basic/_il_relrefarg_i1.ilproj
tests/src/JIT/Methodical/explicit/basic/_il_relrefarg_i2.ilproj
tests/src/JIT/Methodical/explicit/basic/_il_relrefarg_i4.ilproj
tests/src/JIT/Methodical/explicit/basic/_il_relrefarg_o.ilproj
tests/src/JIT/Methodical/explicit/basic/_il_relrefarg_s.ilproj
tests/src/JIT/Methodical/explicit/basic/_il_relrefloc_c.ilproj
tests/src/JIT/Methodical/explicit/basic/_il_relrefloc_i1.ilproj
tests/src/JIT/Methodical/explicit/basic/_il_relrefloc_i2.ilproj
tests/src/JIT/Methodical/explicit/basic/_il_relrefloc_i4.ilproj
tests/src/JIT/Methodical/explicit/basic/_il_relrefloc_o.ilproj
tests/src/JIT/Methodical/explicit/basic/_il_relrefloc_o2.ilproj
tests/src/JIT/Methodical/explicit/basic/_il_relrefloc_r4.ilproj
tests/src/JIT/Methodical/explicit/basic/_il_relrefloc_r8.ilproj
tests/src/JIT/Methodical/explicit/basic/_il_relrefloc_u2.ilproj
tests/src/JIT/Methodical/explicit/misc/_il_relrefarg_box_f8.ilproj
tests/src/JIT/Methodical/explicit/misc/_il_relrefarg_box_val.ilproj
tests/src/JIT/Methodical/explicit/rotate/_il_relrotarg_double.ilproj
tests/src/JIT/Methodical/explicit/rotate/_il_relrotarg_float.ilproj
tests/src/JIT/Methodical/explicit/rotate/_il_relrotarg_objref.ilproj
tests/src/JIT/Methodical/explicit/rotate/_il_relrotarg_valref.ilproj
tests/src/JIT/Methodical/explicit/rotate/_il_relrotate_i4.ilproj
tests/src/JIT/Methodical/explicit/rotate/_il_relrotate_u2.ilproj
tests/src/JIT/Methodical/int64/arrays/_il_relhugedim.ilproj
tests/src/JIT/Methodical/int64/arrays/_il_rellcs_long.ilproj
tests/src/JIT/Methodical/int64/arrays/_il_rellcs_ulong.ilproj
tests/src/JIT/Methodical/int64/misc/_il_relbinop.ilproj
tests/src/JIT/Methodical/int64/misc/_il_relbox.ilproj
tests/src/JIT/Methodical/int64/signed/_il_rels_addsub.ilproj
tests/src/JIT/Methodical/int64/signed/_il_rels_ldc_div.ilproj
tests/src/JIT/Methodical/int64/signed/_il_rels_ldc_mul.ilproj
tests/src/JIT/Methodical/int64/signed/_il_rels_ldc_mulovf.ilproj
tests/src/JIT/Methodical/int64/signed/_il_rels_ldfld_mul.ilproj
tests/src/JIT/Methodical/int64/signed/_il_rels_ldfld_mulovf.ilproj
tests/src/JIT/Methodical/int64/signed/_il_rels_ldsfld_mul.ilproj
tests/src/JIT/Methodical/int64/signed/_il_rels_ldsfld_mulovf.ilproj
tests/src/JIT/Methodical/int64/signed/_il_rels_muldiv.ilproj
tests/src/JIT/Methodical/int64/superlong/_il_relsuperlong.ilproj
tests/src/JIT/Methodical/int64/unsigned/_il_reladdsub.ilproj
tests/src/JIT/Methodical/int64/unsigned/_il_relldc_mul.ilproj
tests/src/JIT/Methodical/int64/unsigned/_il_relldc_mulovf.ilproj
tests/src/JIT/Methodical/int64/unsigned/_il_relldfld_mul.ilproj
tests/src/JIT/Methodical/int64/unsigned/_il_relldfld_mulovf.ilproj
tests/src/JIT/Methodical/int64/unsigned/_il_relldsfld_mul.ilproj
tests/src/JIT/Methodical/int64/unsigned/_il_relldsfld_mulovf.ilproj
tests/src/JIT/Methodical/int64/unsigned/_il_relmuldiv.ilproj
tests/src/JIT/Methodical/ldtoken/_il_relldtoken.ilproj
tests/src/JIT/Methodical/ldtoken/_il_relldtokena.ilproj
tests/src/JIT/Methodical/ldtoken/_il_relptr_types.ilproj
tests/src/JIT/Methodical/ldtoken/_il_reltypes.ilproj
tests/src/JIT/Methodical/refany/_il_relarray1.ilproj
tests/src/JIT/Methodical/refany/_il_relarray2.ilproj
tests/src/JIT/Methodical/refany/_il_relarray3.ilproj
tests/src/JIT/Methodical/refany/_il_relformat.ilproj
tests/src/JIT/Methodical/refany/_il_relindcall.ilproj
tests/src/JIT/Methodical/refany/_il_rellcs.ilproj
tests/src/JIT/Methodical/refany/_il_rellongsig.ilproj
tests/src/JIT/Methodical/refany/_il_relnative.ilproj
tests/src/JIT/Methodical/refany/_il_relseq.ilproj
tests/src/JIT/Methodical/refany/_il_relshortsig.ilproj
tests/src/JIT/Methodical/refany/_il_relstress2.ilproj
tests/src/JIT/Methodical/refany/_il_relu_native.ilproj
tests/src/JIT/Methodical/tailcall/_il_relcompat_enum.ilproj
tests/src/JIT/Methodical/tailcall/_il_relcompat_i2_bool.ilproj
tests/src/JIT/Methodical/tailcall/_il_relcompat_i4_i1.ilproj
tests/src/JIT/Methodical/tailcall/_il_relcompat_i4_u.ilproj
tests/src/JIT/Methodical/tailcall/_il_relcompat_i_u2.ilproj
tests/src/JIT/Methodical/tailcall/_il_relcompat_obj.ilproj
tests/src/JIT/Methodical/tailcall/_il_relcompat_r4_r8.ilproj
tests/src/JIT/Methodical/tailcall/_il_relcompat_r4_r8_inl.ilproj
tests/src/JIT/Methodical/tailcall/_il_relcompat_r8_r4.ilproj
tests/src/JIT/Methodical/tailcall/_il_relcompat_r8_r4_inl.ilproj
tests/src/JIT/Methodical/tailcall/_il_relcompat_v.ilproj
tests/src/JIT/Methodical/tailcall/_il_reldeep_array.ilproj
tests/src/JIT/Methodical/tailcall/_il_reldeep_array_nz.ilproj
tests/src/JIT/Methodical/tailcall/_il_reldeep_gc.ilproj
tests/src/JIT/Methodical/tailcall/_il_reldeep_inst.ilproj
tests/src/JIT/Methodical/tailcall/_il_reldeep_value.ilproj
tests/src/JIT/Methodical/tailcall/_il_reldeep_virt.ilproj
tests/src/JIT/Methodical/tailcall/_il_relgcval.ilproj
tests/src/JIT/Methodical/tailcall/_il_relgcval_nested.ilproj
tests/src/JIT/Methodical/tailcall/_il_relgcval_sideeffect.ilproj
tests/src/JIT/Methodical/tailcall/_il_relpointer.ilproj
tests/src/JIT/Methodical/tailcall/_il_relpointer_i.ilproj
tests/src/JIT/Methodical/tailcall/_il_relrecurse_ep.ilproj
tests/src/JIT/Methodical/tailcall/_il_relrecurse_ep_void.ilproj
tests/src/JIT/Methodical/tailcall/_il_relreference_i.ilproj
tests/src/JIT/Methodical/tailcall/_il_reltest_2a.ilproj
tests/src/JIT/Methodical/tailcall/_il_reltest_2b.ilproj
tests/src/JIT/Methodical/tailcall/_il_reltest_2c.ilproj
tests/src/JIT/Methodical/tailcall/_il_reltest_3b.ilproj
tests/src/JIT/Methodical/tailcall/_il_reltest_implicit.ilproj
tests/src/JIT/Methodical/tailcall/_il_reltest_mutual_rec.ilproj
tests/src/JIT/Methodical/tailcall/_il_reltest_switch.ilproj
tests/src/JIT/Methodical/tailcall/_il_reltest_virt.ilproj
tests/src/JIT/Methodical/tailcall/_il_reltest_void.ilproj
tests/src/JIT/Methodical/xxobj/ldobj/_il_relldobj_I.ilproj
tests/src/JIT/Methodical/xxobj/ldobj/_il_relldobj_I8.ilproj
tests/src/JIT/Methodical/xxobj/ldobj/_il_relldobj_R4.ilproj
tests/src/JIT/Methodical/xxobj/ldobj/_il_relldobj_R8.ilproj
tests/src/JIT/Methodical/xxobj/ldobj/_il_relldobj_U2.ilproj
tests/src/JIT/Methodical/xxobj/ldobj/_il_relldobj_V.ilproj
tests/src/JIT/Methodical/xxobj/operand/_il_relconst.ilproj
tests/src/JIT/Methodical/xxobj/operand/_il_relldelema.ilproj
tests/src/JIT/Methodical/xxobj/operand/_il_rellocalloc.ilproj
tests/src/JIT/Methodical/xxobj/operand/_il_relmdarray.ilproj
tests/src/JIT/Methodical/xxobj/operand/_il_relrefanyval.ilproj
tests/src/JIT/Methodical/xxobj/operand/_il_relunbox.ilproj
tests/src/JIT/Methodical/xxobj/sizeof/_il_relsizeof.ilproj
tests/src/JIT/Methodical/xxobj/sizeof/_il_relsizeof32.ilproj
tests/src/JIT/Methodical/xxobj/sizeof/_il_relsizeof64.ilproj
tests/src/JIT/Regression/JitBlue/DevDiv_205323/starg0.ilproj
tests/src/JIT/opt/Inline/regression/mismatch32/mismatch32.ilproj
tests/src/JIT/opt/Inline/regression/mismatch64/mismatch64.ilproj

index 31e4ec1..00a8b9c 100644 (file)
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="huge_b.il" />
index 1971f64..1b18c43 100644 (file)
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="huge_i4.il" />
index bad3b50..77f002b 100644 (file)
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="huge_objref.il" />
index dc2d943..ffdd7f8 100644 (file)
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="huge_r4.il" />
index cb528b0..1193c1a 100644 (file)
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="huge_r8.il" />
index 18a6cc5..4491c99 100644 (file)
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="huge_struct.il" />
index 867b46a..443556e 100644 (file)
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="huge_u8.il" />
index d367156..b07ce9e 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="lcs_ldlen.il" />
index ce7c8f5..8454b99 100644 (file)
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="address.il" />
index f66dabd..1ed68d9 100644 (file)
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="arrres.il" />
index f008d3a..e86c3b5 100644 (file)
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="gcarr.il" />
index 49ad93f..b8b633b 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="initializearray_enum.il" />
index c9c256d..74baaf3 100644 (file)
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="ldelem_get.il" />
index 7bc675b..9659e39 100644 (file)
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="length0.il" />
index ce25391..f9f5dc0 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="lengthm2.il" />
index 217e093..583eee5 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="selfref.il" />
index aaedb91..2017321 100644 (file)
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="float64_range1.il" />
index cc23433..d6fdb4c 100644 (file)
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="float64_range2.il" />
index 061cfb5..b16760a 100644 (file)
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="int32_0.il" />
index d7923f4..3e8f463 100644 (file)
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="int32_0_5a.il" />
index 121f817..041efa0 100644 (file)
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="int32_0_5b.il" />
index afcf060..32660bb 100644 (file)
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="int32_1.il" />
index 788097e..96abfa5 100644 (file)
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="int32_m1.il" />
index f9ddb43..0c7d6c9 100644 (file)
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="int32_neg_range.il" />
index 8a31cda..9757b81 100644 (file)
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="int32_range1.il" />
index 40d690b..4b25718 100644 (file)
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="int32_range2.il" />
index ad8e5cb..96b2a47 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="negIndexRngChkElim.il" />
index fcab6cd..ef4e3d7 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="array.il" />
index 50d2435..3228d01 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="chain.il" />
index 1ee8039..fc18e83 100644 (file)
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="finally.il" />
index bfaba54..d6229b4 100644 (file)
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="huge_filter.il" />
index 765105d..c4e3015 100644 (file)
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="jump.il" />
index 74dc5d2..579f5e3 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="local.il" />
index 32500ae..b53ef3b 100644 (file)
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="localloc.il" />
index b3bb0bc..0675dac 100644 (file)
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="simple.il" />
index 2980caa..067f0fd 100644 (file)
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="tailcall.il" />
index d1c40df..4c0175f 100644 (file)
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="try.il" />
index 9f690be..744ae7c 100644 (file)
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="instance.il" />
index 39b4c95..ee397fc 100644 (file)
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="fibo.il" />
index 9de4695..8e7c1ac 100644 (file)
@@ -26,6 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="sin.il" />
index 1879aae..10bc903 100644 (file)
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="concurgc.il" />
index 0a79199..ea471e7 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="enum.il" />
index 8076401..822fa09 100644 (file)
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="nestval.il" />
index 30e36a5..dd0d3a8 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="tailjump.il" />
index 877e06d..1a7c427 100644 (file)
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="typedref.il" />
index 21552e1..15abf7f 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="conv_i8_i.il" />
index ff6cf9d..0ad5581 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="conv_i8_u.il" />
index c0e1e90..9194902 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="convovf_i8_i.il" />
index d07717b..da4b731 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="convovf_i8_u-ia64.il" />
index 49288f3..369c146 100644 (file)
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Condition="'$(Platform)' ==   'x64'" Include="i_array_merge-ia64.il" />
index 323a9fe..d54d2c5 100644 (file)
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="i_box.il" />
index 4dfba13..ca6e152 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="i_conv.il" />
index 4c68b3d..982689f 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="i_fld.il" />
index 7658806..c161b48 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="i_flood.il" />
index 985b671..7b48ad2 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="i_flow.il" />
index 20431af..ba5b932 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="i_prop.il" />
index f37fb09..7cc956b 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="i_qsort1.il" />
index 5569871..b058f04 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="i_qsort2.il" />
index f55c0b6..2d806d0 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="i_ref.il" />
index 7703493..ad16305 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="i_seq.il" />
index 25c4df4..ef874c8 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="i_vfld.il" />
index 204e53c..0655ad6 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="ptr.il" />
index 8c3ad6f..a37f5f9 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="qperm.il" />
index 0dc28c7..36fc23d 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Condition="'$(Platform)' ==   'x64'" Include="sizeof-ia64.il" />
index ad3ad05..828a4b5 100644 (file)
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Condition="'$(Platform)' ==   'x64'" Include="u_array_merge-ia64.il" />
index 0125f97..8efebe7 100644 (file)
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="u_box.il" />
index a39ad7e..2dc8285 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="u_conv.il" />
index 3201c1f..31057f5 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="u_fld.il" />
index 9d68fa5..b9b7da3 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="u_flood.il" />
index 48c93ad..6ca5046 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="u_flow.il" />
index a085595..c35a3bd 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="u_prop.il" />
index 96011e5..b2a9659 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="u_qsort1.il" />
index e983ff6..1dfd4ab 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="u_qsort2.il" />
index ca64cba..ec6f225 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="u_ref.il" />
index 21579ac..6a6c54c 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="u_seq.il" />
index 31a52ca..4258f90 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="u_vfld.il" />
index e5af3e8..9d28f33 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="catchfault.il" />
index 25b0659..e6cd041 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="catchfault_jmp.il" />
index 2a21c89..d711fee 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="catchfault_tail.il" />
index 15e60bc..e2cdb49 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="catchfinally_ind.il" />
index 115cf0a..dd0c608 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="catchfinally_jmp.il" />
index 7471da3..d103816 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="catchfinally_jmpind.il" />
index 6bd4dcd..ec2163c 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="catchfinally_tail.il" />
index c974000..c6dc938 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="test1.il" />
index 1e659cf..5d702d4 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="test2.il" />
index eb966bb..9129261 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="test3.il" />
index 155ac87..dfc33bb 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="val_cctor.il" />
index 745ef58..eb28e9d 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="val_ctor_newobj.il" />
index 4deb249..c147137 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="deep1.il" />
index f124f41..34dbf01 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="deep2.il" />
index d72a25a..2de7dd7 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="ftn_t.il" />
index 838b35b..5034af0 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="instftn.il" />
index fd9b98e..ecbf084 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="instftn_t.il" />
index 39ddd9e..7c805bd 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="recurse_calli.il" />
index 47d01d1..05db971 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="recurse_jmp.il" />
index 2c936ff..e4b2fa9 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="recurse_jmpi.il" />
index 03b5086..51d83e6 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="recurse_tail_call.il" />
index a9e0666..f62a4c4 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="recurse_tail_calli.il" />
index 1b60b04..372d001 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="valftn.il" />
index eff101a..54892c2 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="valftn_t.il" />
index b0dbcda..dc344f2 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="virtftn.il" />
index 87a1a59..532bf48 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="virtftn_t.il" />
index a913f8f..8884dd8 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="fr4.il" />
index 00d65ee..d7f83af 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="fr8.il" />
index c4025fe..6d5345d 100644 (file)
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="i4i1.il" />
index 74c1cee..15f5cc8 100644 (file)
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="i4i2.il" />
index b41aa4c..65dffca 100644 (file)
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="i4u1.il" />
index f4eaad6..5ab2f3d 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="i4u2.il" />
index 1e6f7dc..d0c1ace 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="i4u4.il" />
index 760bd3a..1992657 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="i8u8.il" />
index 3f051c3..c5ddfe2 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="ii1.il" />
index 427c9bf..d01707e 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="ii2.il" />
index 539d731..76c5d11 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="ii4.il" />
index 176bc61..2d1d624 100644 (file)
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="iu1.il" />
index 251c704..4ea30cc 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="iu2.il" />
index 08f6d7a..8b4ef7c 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="iu4.il" />
index 999cef9..632bf62 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="objref.il" />
index 42eebb2..1eb56ad 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="thisnull.il" />
index 42eebb2..1eb56ad 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="thisnull.il" />
index 5839280..6c0212b 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="aa.il" />
index f8ac308..584049f 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="calli.il" />
index d9bab8d..2a42a6b 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="dd.il" />
index 8392f16..a6d3779 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="ee.il" />
index 4bad89e..52741f5 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="jumper1.il" />
index 264abf8..5a9c6e3 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="jumper2.il" />
index 04f6a88..b8e036f 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="jumper3.il" />
index 193a060..7ad6d9c 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="jumper4.il" />
index 5e35d13..a39ca20 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="jumper5.il" />
index e1909a6..371d5df 100644 (file)
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="jumps1.il" />
index 83a0920..3e744f8 100644 (file)
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="jumps2.il" />
index b183540..a0b59cc 100644 (file)
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="jumps3.il" />
index ff1e2ad..de20950 100644 (file)
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="jumps4.il" />
index d6d6f72..bc38689 100644 (file)
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="jumps5.il" />
index 24f7399..98efe23 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="vtret.il" />
index 5b13896..71ce5fa 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="vtret2.il" />
index 140495c..a073ec4 100644 (file)
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="han3.il" />
index b2ae12b..39f88b6 100644 (file)
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="han3_ctor.il" />
index 2aa1b3e..68163de 100644 (file)
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="han3_ref.il" />
index 37521fa..28ed668 100644 (file)
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hanoi.il" />
index 15a729d..1be511c 100644 (file)
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hanoi2.il" />
index 7f8a65d..8d4d965 100644 (file)
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="knight.il" />
index 80158d8..7eebf9e 100644 (file)
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="nested.il" />
index 47ddb58..df77de5 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="accum.il" />
index be7a545..5ecdf71 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="livecall.il" />
index bce9f61..35aaecf 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="volatile.il" />
index b3cdaa8..79e62f8 100644 (file)
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="huge_gcref.il" />
index bf2942e..ce29ea7 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="castclass_catch.il" />
index 9d7e49e..e97ff19 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="castclass_catch_neg.il" />
index 1b9ecdd..a24aec2 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="filter.il" />
index 69293bd..37af656 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="isinst_catch.il" />
index c7e00ff..adad31c 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="isinst_catch_neg.il" />
index 14b4837..251a923 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="arrays.il" />
index 5bebcd1..51f6ff9 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="castclass_ldlen.il" />
index 73c750c..e9bd52c 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="isinst_ldlen.il" />
index 5497bf8..3211dc8 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="castclass_call.il" />
index 0bb7936..039583e 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="castclass_calli.il" />
index 98cd664..d738092 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="castclass_ldarg.il" />
index 40d5644..0432c80 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="castclass_ldloc.il" />
index 5b85533..958965b 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="isinst_call.il" />
index 3c66f88..f0eed4f 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="isinst_calli.il" />
index 6df41d3..6c4e49d 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="isinst_ldarg.il" />
index 26f7abc..b7dfe9a 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="isinst_ldloc.il" />
index cfc507b..7ad67bb 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="ldnull.il" />
index 1363e4d..37e42a2 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="iface2.il" />
index eebcdfd..9c4ab0c 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="refarg_c.il" />
index 3053b4c..b9695e6 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="refarg_f4.il" />
index fd4334d..d749643 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="refarg_f8.il" />
index 9a17529..df6e76b 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="refarg_i1.il" />
index 5b6b168..a379fbf 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="refarg_i2.il" />
index 622196f..dc813e3 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="refarg_i4.il" />
index c3a9fdb..ff65e39 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="refarg_o.il" />
index a998817..abb75e6 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="refarg_s.il" />
index bbd4ffd..cb1f6ff 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="refloc_c.il" />
index 6966702..636369d 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="refloc_i1.il" />
index 2a1110b..e37b964 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="refloc_i2.il" />
index 50d3fc2..aa919e7 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="refloc_i4.il" />
index 607e83e..586cb5f 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="refloc_o.il" />
index 3d19471..c180438 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="refloc_o2.il" />
index 18f83d0..22f154e 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="refloc_r4.il" />
index 6a3a3c3..65ef773 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="refloc_r8.il" />
index 7521bf4..738db9d 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="refloc_u2.il" />
index c4bbf99..bd880d6 100644 (file)
@@ -26,6 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="refarg_box_f8.il" />
index b136ce3..5506eb4 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="refarg_box_val.il" />
index 8b27308..7ec5c72 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="rotarg_double.il" />
index 97acfc5..b56d0cf 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="rotarg_float.il" />
index 28d976b..faa289f 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="rotarg_objref.il" />
index 028a8cc..bcd7a21 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="rotarg_valref.il" />
index 71db1d8..5bf2040 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="rotate_i4.il" />
index 9126c30..7687a12 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="rotate_u2.il" />
index 753baf1..a8d0e2d 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hugedim.il" />
index 17d3e0d..955a332 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="lcs_long.il" />
index dafcff4..67c7eb7 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="lcs_ulong.il" />
index 03bf749..f3734b5 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="binop.il" />
index 08107f5..6fd0ca3 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="box.il" />
index 57b665d..6d9210d 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="s_addsub.il" />
index c1a4f1c..24a292d 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="s_ldc_div.il" />
index b63eb7e..65911da 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="s_ldc_mul.il" />
index 2a6ae5f..89777ab 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="s_ldc_mulovf.il" />
index 3d3f608..b22b3ee 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="s_ldfld_mul.il" />
index 5ffa44c..34aa21d 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="s_ldfld_mulovf.il" />
index 6234bcf..475bbb6 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="s_ldsfld_mul.il" />
index 4d7a695..d19d189 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="s_ldsfld_mulovf.il" />
index 85938d8..ede2b31 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="s_muldiv.il" />
index d62fcb4..4953e47 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="superlong.il" />
index 969fecc..700836b 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="addsub.il" />
index c428ec8..a815948 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="ldc_mul.il" />
index 70612d5..20e8d64 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="ldc_mulovf.il" />
index 1e4827e..c72322d 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="ldfld_mul.il" />
index 83b4746..c9982de 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="ldfld_mulovf.il" />
index d3aede2..99b8b70 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="ldsfld_mul.il" />
index 6ae5524..14b0861 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="ldsfld_mulovf.il" />
index 68d5a08..fae80df 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="muldiv.il" />
index 3135a07..27a3e33 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="ldtoken.il" />
index 7698339..347e203 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="ldtokena.il" />
index e94dc17..4ca5616 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="ptr_types.il" />
index 6b2ddd3..7a9d9bd 100644 (file)
@@ -26,6 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="types.il" />
index 817ef88..bf48324 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="array1.il" />
index d80db04..72f6164 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="array2.il" />
index 2379317..75ef087 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="array3.il" />
index 2cdea74..09ddca7 100644 (file)
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="format.il" />
index 5357729..1d5369f 100644 (file)
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="indcall.il" />
index 3e75c6b..263e0a5 100644 (file)
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="lcs.il" />
index 8d49a40..6fc2f48 100644 (file)
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="longsig.il" />
index ed89025..848a9de 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="native.il" />
index 2144f1f..1184dab 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="seq.il" />
index 880400c..388d26a 100644 (file)
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="shortsig.il" />
index bdcc87f..40530ae 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="stress2.il" />
index b60197b..0383850 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="u_native.il" />
index 132256a..ed8dcf7 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="compat_enum.il" />
index a331976..b39a0d7 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="compat_i2_bool.il" />
index e4295e4..dee4a67 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="compat_i4_i1.il" />
index 15b287c..7f34505 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="compat_i4_u.il" />
index 57b927f..c8d225c 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="compat_i_u2.il" />
index 3a75def..de63a15 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="compat_obj.il" />
index 2e608bf..e6e58a3 100644 (file)
@@ -26,6 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="compat_r4_r8.il" />
index 2ffc2e7..9468cf2 100644 (file)
@@ -26,6 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="compat_r4_r8_inl.il" />
index b16a010..da2898e 100644 (file)
@@ -26,6 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="compat_r8_r4.il" />
index 29b4c1d..5671951 100644 (file)
@@ -26,6 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="compat_r8_r4_inl.il" />
index e55679e..1440768 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="compat_v.il" />
index 867197e..89a74e8 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="deep_array.il" />
index fea79aa..1a79068 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="deep_array_nz.il" />
index ea11c88..cbdbaa1 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="deep_gc.il" />
index d7f8423..7bff5b5 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="deep_inst.il" />
index 27d5e37..e5be578 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="deep_value.il" />
index adc4340..5a89807 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="deep_virt.il" />
index 8ca9fbe..2a36290 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="gcval.il" />
index 3586bc1..68d651d 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="gcval_nested.il" />
index 97514bb..70a87fe 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="gcval_sideeffect.il" />
index a8b9703..ad930ec 100644 (file)
@@ -26,6 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="pointer.il" />
index 06546f6..cc40c7d 100644 (file)
@@ -26,6 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="pointer_i.il" />
index 3299968..ec4b154 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="recurse_ep.il" />
index c21a52d..15774ae 100644 (file)
@@ -26,6 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="recurse_ep_void.il" />
index d085d84..2bb727b 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="reference_i.il" />
index 328a58b..398a7fa 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="test_2a.il" />
index 1b8a519..da3a077 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="test_2b.il" />
index 0f9b588..ae0c621 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="test_2c.il" />
index 4b2ee34..4fc55d7 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="test_3b.il" />
index 1dee5d1..a066f95 100644 (file)
@@ -26,6 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="test_implicit.il" />
index aa64345..0db682f 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="test_mutual_rec.il" />
index 4dce156..773d86d 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="test_switch.il" />
index 07e481e..c45744f 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="test_virt.il" />
index 4d62dd1..84e93fb 100644 (file)
@@ -26,6 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="test_void.il" />
index f2c251f..956fa05 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="ldobj_I.il" />
index 5d25e96..72dd578 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="ldobj_I8.il" />
index 4c24ba3..a4345da 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="ldobj_R4.il" />
index 1f89b2d..c4b4943 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="ldobj_R8.il" />
index 3b8aeba..9907e03 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="ldobj_U2.il" />
index badf74a..02cfcd0 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="ldobj_V.il" />
index 42bd560..6ce8be5 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="const.il" />
index 346c77d..4499afb 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="ldelema.il" />
index bfcdf71..9f856dd 100644 (file)
@@ -26,6 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="localloc.il" />
index 38a0bb4..04674b3 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="mdarray.il" />
index 9885811..2129719 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="refanyval.il" />
index 2120e12..3e56ec5 100644 (file)
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="unbox.il" />
index 6ac9d75..a9b5969 100644 (file)
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Condition="'$(Platform)' == 'x86'" Include="sizeof.il" />
index 9d776c5..c7701a5 100644 (file)
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Condition="'$(Platform)' == 'x86'" Include="sizeof32.il" />
index 745b7de..3fc6156 100644 (file)
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Condition="'$(Platform)' == 'x86'" Include="sizeof64.il" />
index 8c52911..96f97e1 100644 (file)
@@ -27,6 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="starg0.il" />
index f294062..92f41b3 100644 (file)
@@ -27,6 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="mismatch32.il" />
index 73984e1..dfd8f31 100644 (file)
@@ -27,6 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="mismatch64.il" />