Fix DebugType and Optimize values for JIT tests.
authorPat Gavlin <pagavlin@microsoft.com>
Fri, 18 Dec 2015 22:54:04 +0000 (14:54 -0800)
committerPat Gavlin <pagavlin@microsoft.com>
Fri, 18 Dec 2015 22:54:04 +0000 (14:54 -0800)
These values were incorrect given the behavior of the test build.

891 files changed:
tests/src/JIT/Directed/StrAccess/straccess1_cs_d.csproj
tests/src/JIT/Directed/StrAccess/straccess1_cs_r.csproj
tests/src/JIT/Directed/StrAccess/straccess2_cs_d.csproj
tests/src/JIT/Directed/StrAccess/straccess2_cs_r.csproj
tests/src/JIT/Directed/StrAccess/straccess3_cs_d.csproj
tests/src/JIT/Directed/StrAccess/straccess3_cs_r.csproj
tests/src/JIT/Directed/UnrollLoop/loop1_cs_d.csproj
tests/src/JIT/Directed/UnrollLoop/loop1_cs_r.csproj
tests/src/JIT/Directed/UnrollLoop/loop2_cs_d.csproj
tests/src/JIT/Directed/UnrollLoop/loop2_cs_do.csproj
tests/src/JIT/Directed/UnrollLoop/loop2_cs_r.csproj
tests/src/JIT/Directed/UnrollLoop/loop2_cs_ro.csproj
tests/src/JIT/Directed/UnrollLoop/loop4_cs_d.csproj
tests/src/JIT/Directed/UnrollLoop/loop4_cs_r.csproj
tests/src/JIT/Directed/UnrollLoop/loop6_cs_d.csproj
tests/src/JIT/Directed/UnrollLoop/loop6_cs_r.csproj
tests/src/JIT/Directed/cmov/Bool_And_Op_cs_d.csproj
tests/src/JIT/Directed/cmov/Bool_And_Op_cs_r.csproj
tests/src/JIT/Directed/cmov/Bool_No_Op_cs_d.csproj
tests/src/JIT/Directed/cmov/Bool_No_Op_cs_r.csproj
tests/src/JIT/Directed/cmov/Bool_Or_Op_cs_d.csproj
tests/src/JIT/Directed/cmov/Bool_Or_Op_cs_r.csproj
tests/src/JIT/Directed/cmov/Bool_Xor_Op_cs_d.csproj
tests/src/JIT/Directed/cmov/Bool_Xor_Op_cs_r.csproj
tests/src/JIT/Directed/cmov/Double_And_Op_cs_d.csproj
tests/src/JIT/Directed/cmov/Double_And_Op_cs_r.csproj
tests/src/JIT/Directed/cmov/Double_No_Op_cs_d.csproj
tests/src/JIT/Directed/cmov/Double_No_Op_cs_r.csproj
tests/src/JIT/Directed/cmov/Double_Or_Op_cs_d.csproj
tests/src/JIT/Directed/cmov/Double_Or_Op_cs_r.csproj
tests/src/JIT/Directed/cmov/Double_Xor_Op_cs_d.csproj
tests/src/JIT/Directed/cmov/Double_Xor_Op_cs_r.csproj
tests/src/JIT/Directed/cmov/Float_And_Op_cs_d.csproj
tests/src/JIT/Directed/cmov/Float_And_Op_cs_r.csproj
tests/src/JIT/Directed/cmov/Float_No_Op_cs_d.csproj
tests/src/JIT/Directed/cmov/Float_No_Op_cs_r.csproj
tests/src/JIT/Directed/cmov/Float_Or_Op_cs_d.csproj
tests/src/JIT/Directed/cmov/Float_Or_Op_cs_r.csproj
tests/src/JIT/Directed/cmov/Float_Xor_Op_cs_d.csproj
tests/src/JIT/Directed/cmov/Float_Xor_Op_cs_r.csproj
tests/src/JIT/Directed/cmov/Int_And_Op_cs_d.csproj
tests/src/JIT/Directed/cmov/Int_And_Op_cs_r.csproj
tests/src/JIT/Directed/cmov/Int_No_Op_cs_d.csproj
tests/src/JIT/Directed/cmov/Int_No_Op_cs_r.csproj
tests/src/JIT/Directed/cmov/Int_Or_Op_cs_d.csproj
tests/src/JIT/Directed/cmov/Int_Or_Op_cs_r.csproj
tests/src/JIT/Directed/cmov/Int_Xor_Op_cs_d.csproj
tests/src/JIT/Directed/cmov/Int_Xor_Op_cs_r.csproj
tests/src/JIT/Directed/coverage/flowgraph/xaddmuly_cs_d.csproj
tests/src/JIT/Directed/coverage/flowgraph/xaddmuly_cs_r.csproj
tests/src/JIT/Directed/coverage/oldtests/33objref_cs_d.csproj
tests/src/JIT/Directed/coverage/oldtests/33objref_cs_r.csproj
tests/src/JIT/Directed/coverage/oldtests/cse1_cs_d.csproj
tests/src/JIT/Directed/coverage/oldtests/cse1_cs_r.csproj
tests/src/JIT/Directed/coverage/oldtests/cse2_cs_d.csproj
tests/src/JIT/Directed/coverage/oldtests/cse2_cs_r.csproj
tests/src/JIT/Directed/coverage/oldtests/lclfldadd_cs_d.csproj
tests/src/JIT/Directed/coverage/oldtests/lclfldadd_cs_r.csproj
tests/src/JIT/Directed/coverage/oldtests/lclflddiv_cs_d.csproj
tests/src/JIT/Directed/coverage/oldtests/lclflddiv_cs_r.csproj
tests/src/JIT/Directed/coverage/oldtests/lclfldmul_cs_d.csproj
tests/src/JIT/Directed/coverage/oldtests/lclfldmul_cs_r.csproj
tests/src/JIT/Directed/coverage/oldtests/lclfldrem_cs_d.csproj
tests/src/JIT/Directed/coverage/oldtests/lclfldrem_cs_r.csproj
tests/src/JIT/Directed/coverage/oldtests/lclfldsub_cs_d.csproj
tests/src/JIT/Directed/coverage/oldtests/lclfldsub_cs_r.csproj
tests/src/JIT/Directed/intrinsic/pow/pow0_cs_d.csproj
tests/src/JIT/Directed/intrinsic/pow/pow0_cs_r.csproj
tests/src/JIT/Directed/intrinsic/pow/pow2_cs_d.csproj
tests/src/JIT/Directed/intrinsic/pow/pow2_cs_r.csproj
tests/src/JIT/Directed/intrinsic/pow/pow3_cs_d.csproj
tests/src/JIT/Directed/intrinsic/pow/pow3_cs_r.csproj
tests/src/JIT/Directed/lifetime/lifetime2.csproj
tests/src/JIT/Directed/localloc/localloc3_cs_d.csproj
tests/src/JIT/Directed/localloc/localloc3_cs_r.csproj
tests/src/JIT/Directed/nullabletypes/unboxnullable_d.csproj
tests/src/JIT/Directed/nullabletypes/unboxnullable_r.csproj
tests/src/JIT/Directed/nullabletypes/value_d.csproj
tests/src/JIT/Directed/nullabletypes/value_r.csproj
tests/src/JIT/Directed/nullabletypes/value_ro.csproj
tests/src/JIT/Directed/perffix/commutativecse/ccse_cs_d.csproj
tests/src/JIT/Directed/perffix/commutativecse/ccse_cs_r.csproj
tests/src/JIT/Directed/perffix/primitivevt/mixed1_cs_d.csproj
tests/src/JIT/Directed/perffix/primitivevt/mixed1_cs_r.csproj
tests/src/JIT/Directed/perffix/primitivevt/mixed2_cs_d.csproj
tests/src/JIT/Directed/perffix/primitivevt/mixed2_cs_r.csproj
tests/src/JIT/Directed/shift/int16_cs_d.csproj
tests/src/JIT/Directed/shift/int16_cs_r.csproj
tests/src/JIT/Directed/shift/int32_cs_d.csproj
tests/src/JIT/Directed/shift/int32_cs_r.csproj
tests/src/JIT/Directed/shift/uint16_cs_d.csproj
tests/src/JIT/Directed/shift/uint16_cs_r.csproj
tests/src/JIT/Directed/shift/uint32_cs_d.csproj
tests/src/JIT/Directed/shift/uint32_cs_r.csproj
tests/src/JIT/Directed/shift/uint8_cs_d.csproj
tests/src/JIT/Directed/shift/uint8_cs_r.csproj
tests/src/JIT/Generics/ConstrainedCall/class1_cs_d.csproj
tests/src/JIT/Generics/ConstrainedCall/class1_cs_r.csproj
tests/src/JIT/Generics/ConstrainedCall/class2_cs_d.csproj
tests/src/JIT/Generics/ConstrainedCall/class2_cs_r.csproj
tests/src/JIT/Generics/ConstrainedCall/vt1_cs_d.csproj
tests/src/JIT/Generics/ConstrainedCall/vt1_cs_r.csproj
tests/src/JIT/Generics/ConstrainedCall/vt2_cs_d.csproj
tests/src/JIT/Generics/ConstrainedCall/vt2_cs_r.csproj
tests/src/JIT/Generics/ConstrainedCall/vt3_cs_d.csproj
tests/src/JIT/Generics/ConstrainedCall/vt3_cs_r.csproj
tests/src/JIT/Generics/ConstrainedCall/vt4_cs_d.csproj
tests/src/JIT/Generics/ConstrainedCall/vt4_cs_r.csproj
tests/src/JIT/Methodical/Arrays/lcs/_dbglcs.csproj
tests/src/JIT/Methodical/Arrays/lcs/_dbglcs2.csproj
tests/src/JIT/Methodical/Arrays/lcs/_dbglcsbas.csproj
tests/src/JIT/Methodical/Arrays/lcs/_dbglcsbox.csproj
tests/src/JIT/Methodical/Arrays/lcs/_dbglcsmax.csproj
tests/src/JIT/Methodical/Arrays/lcs/_dbglcsmixed.csproj
tests/src/JIT/Methodical/Arrays/lcs/_dbglcsval.csproj
tests/src/JIT/Methodical/Arrays/lcs/_dbglcsvalbox.csproj
tests/src/JIT/Methodical/Arrays/lcs/_rellcs.csproj
tests/src/JIT/Methodical/Arrays/lcs/_rellcs2.csproj
tests/src/JIT/Methodical/Arrays/lcs/_rellcsbas.csproj
tests/src/JIT/Methodical/Arrays/lcs/_rellcsbox.csproj
tests/src/JIT/Methodical/Arrays/lcs/_rellcsmax.csproj
tests/src/JIT/Methodical/Arrays/lcs/_rellcsmixed.csproj
tests/src/JIT/Methodical/Arrays/lcs/_rellcsval.csproj
tests/src/JIT/Methodical/Arrays/lcs/_rellcsvalbox.csproj
tests/src/JIT/Methodical/Arrays/misc/_dbgarrres.csproj
tests/src/JIT/Methodical/Arrays/misc/_dbgselfref.csproj
tests/src/JIT/Methodical/Arrays/misc/_relgcarr.csproj
tests/src/JIT/Methodical/Arrays/misc/_relselfref.csproj
tests/src/JIT/Methodical/AsgOp/i4/i4_cs_d.csproj
tests/src/JIT/Methodical/AsgOp/i4/i4_cs_r.csproj
tests/src/JIT/Methodical/AsgOp/i4/i4flat_cs_d.csproj
tests/src/JIT/Methodical/AsgOp/i4/i4flat_cs_r.csproj
tests/src/JIT/Methodical/AsgOp/i8/i8_cs_d.csproj
tests/src/JIT/Methodical/AsgOp/i8/i8_cs_r.csproj
tests/src/JIT/Methodical/AsgOp/i8/i8flat_cs_d.csproj
tests/src/JIT/Methodical/AsgOp/i8/i8flat_cs_r.csproj
tests/src/JIT/Methodical/AsgOp/r4/r4_cs_d.csproj
tests/src/JIT/Methodical/AsgOp/r4/r4_cs_r.csproj
tests/src/JIT/Methodical/AsgOp/r4/r4flat_cs_d.csproj
tests/src/JIT/Methodical/AsgOp/r4/r4flat_cs_r.csproj
tests/src/JIT/Methodical/AsgOp/r8/r8_cs_d.csproj
tests/src/JIT/Methodical/AsgOp/r8/r8_cs_r.csproj
tests/src/JIT/Methodical/AsgOp/r8/r8flat_cs_d.csproj
tests/src/JIT/Methodical/AsgOp/r8/r8flat_cs_r.csproj
tests/src/JIT/Methodical/Boxing/callconv/_dbginstance_cs.csproj
tests/src/JIT/Methodical/Boxing/callconv/_relinstance_cs.csproj
tests/src/JIT/Methodical/Boxing/functional/_dbgfibo_cs.csproj
tests/src/JIT/Methodical/Boxing/functional/_dbgsin_cs.csproj
tests/src/JIT/Methodical/Boxing/functional/_relfibo_cs.csproj
tests/src/JIT/Methodical/Boxing/functional/_relsin_cs.csproj
tests/src/JIT/Methodical/Boxing/misc/_dbgenum_cs.csproj
tests/src/JIT/Methodical/Boxing/misc/_dbgnestval_cs.csproj
tests/src/JIT/Methodical/Boxing/misc/_dbgtailjump_cs.csproj
tests/src/JIT/Methodical/Boxing/misc/_relenum_cs.csproj
tests/src/JIT/Methodical/Boxing/misc/_relnestval_cs.csproj
tests/src/JIT/Methodical/Boxing/misc/_reltailjump_cs.csproj
tests/src/JIT/Methodical/Boxing/morph/_dbgsin_cs.csproj
tests/src/JIT/Methodical/Boxing/morph/_relsin_cs.csproj
tests/src/JIT/Methodical/Boxing/seh/_dbgtry_cs.csproj
tests/src/JIT/Methodical/Boxing/seh/_reltry_cs.csproj
tests/src/JIT/Methodical/Boxing/xlang/_orelsin_cs_cs.csproj
tests/src/JIT/Methodical/Boxing/xlang/_relsin_cs_cs.csproj
tests/src/JIT/Methodical/FPtrunc/convr4a_cs_d.csproj
tests/src/JIT/Methodical/FPtrunc/convr4a_cs_r.csproj
tests/src/JIT/Methodical/FPtrunc/convr8a_cs_d.csproj
tests/src/JIT/Methodical/FPtrunc/convr8a_cs_r.csproj
tests/src/JIT/Methodical/Invoke/25params/25param1a_cs_d.csproj
tests/src/JIT/Methodical/Invoke/25params/25param1a_cs_r.csproj
tests/src/JIT/Methodical/Invoke/25params/25param2a_cs_d.csproj
tests/src/JIT/Methodical/Invoke/25params/25param2a_cs_r.csproj
tests/src/JIT/Methodical/Invoke/25params/25param3a_cs_d.csproj
tests/src/JIT/Methodical/Invoke/25params/25param3a_cs_r.csproj
tests/src/JIT/Methodical/Invoke/SEH/_dbgcatchfinally.csproj
tests/src/JIT/Methodical/Invoke/SEH/_dbgcatchfinally_tail.csproj
tests/src/JIT/Methodical/Invoke/SEH/_relcatchfinally.csproj
tests/src/JIT/Methodical/Invoke/SEH/_relcatchfinally_tail.csproj
tests/src/JIT/Methodical/Invoke/callvirt/_dbgtest1.csproj
tests/src/JIT/Methodical/Invoke/callvirt/_reltest1.csproj
tests/src/JIT/Methodical/Invoke/ctor/_dbgval_ctor.csproj
tests/src/JIT/Methodical/Invoke/ctor/_relval_ctor.csproj
tests/src/JIT/Methodical/Invoke/deep/_dbgdeep.csproj
tests/src/JIT/Methodical/Invoke/deep/_reldeep.csproj
tests/src/JIT/Methodical/Invoke/fptr/_dbgrecurse.csproj
tests/src/JIT/Methodical/Invoke/fptr/_relrecurse.csproj
tests/src/JIT/Methodical/Invoke/implicit/_dbgobj.csproj
tests/src/JIT/Methodical/Invoke/implicit/_relobj.csproj
tests/src/JIT/Methodical/MDArray/DataTypes/bool_cs_d.csproj
tests/src/JIT/Methodical/MDArray/DataTypes/bool_cs_r.csproj
tests/src/JIT/Methodical/MDArray/DataTypes/byte_cs_d.csproj
tests/src/JIT/Methodical/MDArray/DataTypes/byte_cs_r.csproj
tests/src/JIT/Methodical/MDArray/DataTypes/char_cs_d.csproj
tests/src/JIT/Methodical/MDArray/DataTypes/char_cs_r.csproj
tests/src/JIT/Methodical/MDArray/DataTypes/decimal_cs_d.csproj
tests/src/JIT/Methodical/MDArray/DataTypes/decimal_cs_r.csproj
tests/src/JIT/Methodical/MDArray/DataTypes/double_cs_d.csproj
tests/src/JIT/Methodical/MDArray/DataTypes/double_cs_r.csproj
tests/src/JIT/Methodical/MDArray/DataTypes/float_cs_d.csproj
tests/src/JIT/Methodical/MDArray/DataTypes/float_cs_r.csproj
tests/src/JIT/Methodical/MDArray/DataTypes/int_cs_d.csproj
tests/src/JIT/Methodical/MDArray/DataTypes/int_cs_r.csproj
tests/src/JIT/Methodical/MDArray/DataTypes/long_cs_d.csproj
tests/src/JIT/Methodical/MDArray/DataTypes/long_cs_r.csproj
tests/src/JIT/Methodical/MDArray/DataTypes/sbyte_cs_d.csproj
tests/src/JIT/Methodical/MDArray/DataTypes/sbyte_cs_r.csproj
tests/src/JIT/Methodical/MDArray/DataTypes/short_cs_d.csproj
tests/src/JIT/Methodical/MDArray/DataTypes/short_cs_r.csproj
tests/src/JIT/Methodical/MDArray/DataTypes/uint_cs_d.csproj
tests/src/JIT/Methodical/MDArray/DataTypes/uint_cs_r.csproj
tests/src/JIT/Methodical/MDArray/DataTypes/ulong_cs_d.csproj
tests/src/JIT/Methodical/MDArray/DataTypes/ulong_cs_r.csproj
tests/src/JIT/Methodical/MDArray/DataTypes/ushort_cs_d.csproj
tests/src/JIT/Methodical/MDArray/DataTypes/ushort_cs_r.csproj
tests/src/JIT/Methodical/MDArray/GaussJordan/classarr_cs_d.csproj
tests/src/JIT/Methodical/MDArray/GaussJordan/classarr_cs_r.csproj
tests/src/JIT/Methodical/MDArray/GaussJordan/jaggedarr_cs_d.csproj
tests/src/JIT/Methodical/MDArray/GaussJordan/jaggedarr_cs_r.csproj
tests/src/JIT/Methodical/MDArray/GaussJordan/plainarr_cs_d.csproj
tests/src/JIT/Methodical/MDArray/GaussJordan/plainarr_cs_r.csproj
tests/src/JIT/Methodical/MDArray/GaussJordan/structarr_cs_d.csproj
tests/src/JIT/Methodical/MDArray/GaussJordan/structarr_cs_r.csproj
tests/src/JIT/Methodical/MDArray/InnerProd/classarr_cs_d.csproj
tests/src/JIT/Methodical/MDArray/InnerProd/classarr_cs_r.csproj
tests/src/JIT/Methodical/MDArray/InnerProd/doublearr_cs_d.csproj
tests/src/JIT/Methodical/MDArray/InnerProd/doublearr_cs_r.csproj
tests/src/JIT/Methodical/MDArray/InnerProd/intarr_cs_d.csproj
tests/src/JIT/Methodical/MDArray/InnerProd/intarr_cs_r.csproj
tests/src/JIT/Methodical/MDArray/InnerProd/jaggedarr_cs_d.csproj
tests/src/JIT/Methodical/MDArray/InnerProd/jaggedarr_cs_r.csproj
tests/src/JIT/Methodical/MDArray/InnerProd/stringarr_cs_d.csproj
tests/src/JIT/Methodical/MDArray/InnerProd/stringarr_cs_r.csproj
tests/src/JIT/Methodical/MDArray/InnerProd/structarr_cs_d.csproj
tests/src/JIT/Methodical/MDArray/InnerProd/structarr_cs_r.csproj
tests/src/JIT/Methodical/MDArray/basics/classarr_cs_d.csproj
tests/src/JIT/Methodical/MDArray/basics/classarr_cs_r.csproj
tests/src/JIT/Methodical/MDArray/basics/doublearr_cs_d.csproj
tests/src/JIT/Methodical/MDArray/basics/doublearr_cs_r.csproj
tests/src/JIT/Methodical/MDArray/basics/jaggedarr_cs_d.csproj
tests/src/JIT/Methodical/MDArray/basics/jaggedarr_cs_r.csproj
tests/src/JIT/Methodical/MDArray/basics/stringarr_cs_d.csproj
tests/src/JIT/Methodical/MDArray/basics/stringarr_cs_r.csproj
tests/src/JIT/Methodical/MDArray/basics/structarr_cs_d.csproj
tests/src/JIT/Methodical/MDArray/basics/structarr_cs_r.csproj
tests/src/JIT/Methodical/NaN/arithm32_cs_d.csproj
tests/src/JIT/Methodical/NaN/arithm32_cs_r.csproj
tests/src/JIT/Methodical/NaN/arithm64_cs_d.csproj
tests/src/JIT/Methodical/NaN/arithm64_cs_r.csproj
tests/src/JIT/Methodical/NaN/r4NaNadd_cs_d.csproj
tests/src/JIT/Methodical/NaN/r4NaNadd_cs_r.csproj
tests/src/JIT/Methodical/NaN/r4NaNdiv_cs_d.csproj
tests/src/JIT/Methodical/NaN/r4NaNdiv_cs_r.csproj
tests/src/JIT/Methodical/NaN/r4NaNmul_cs_d.csproj
tests/src/JIT/Methodical/NaN/r4NaNmul_cs_r.csproj
tests/src/JIT/Methodical/NaN/r4NaNrem_cs_d.csproj
tests/src/JIT/Methodical/NaN/r4NaNrem_cs_r.csproj
tests/src/JIT/Methodical/NaN/r4NaNsub_cs_d.csproj
tests/src/JIT/Methodical/NaN/r4NaNsub_cs_r.csproj
tests/src/JIT/Methodical/NaN/r8NaNadd_cs_d.csproj
tests/src/JIT/Methodical/NaN/r8NaNadd_cs_r.csproj
tests/src/JIT/Methodical/NaN/r8NaNdiv_cs_d.csproj
tests/src/JIT/Methodical/NaN/r8NaNdiv_cs_r.csproj
tests/src/JIT/Methodical/NaN/r8NaNmul_cs_d.csproj
tests/src/JIT/Methodical/NaN/r8NaNmul_cs_r.csproj
tests/src/JIT/Methodical/NaN/r8NaNrem_cs_d.csproj
tests/src/JIT/Methodical/NaN/r8NaNrem_cs_r.csproj
tests/src/JIT/Methodical/NaN/r8NaNsub_cs_d.csproj
tests/src/JIT/Methodical/NaN/r8NaNsub_cs_r.csproj
tests/src/JIT/Methodical/Overflow/FloatInfinitiesToInt_d.csproj
tests/src/JIT/Methodical/Overflow/FloatInfinitiesToInt_r.csproj
tests/src/JIT/Methodical/Overflow/FloatOvfToInt2_d.csproj
tests/src/JIT/Methodical/Overflow/FloatOvfToInt2_r.csproj
tests/src/JIT/Methodical/VT/callconv/_dbgcall.csproj
tests/src/JIT/Methodical/VT/callconv/_dbgjumper.csproj
tests/src/JIT/Methodical/VT/callconv/_dbgjumps.csproj
tests/src/JIT/Methodical/VT/callconv/_dbgvtret.csproj
tests/src/JIT/Methodical/VT/callconv/_relcall.csproj
tests/src/JIT/Methodical/VT/callconv/_reljumper.csproj
tests/src/JIT/Methodical/VT/callconv/_reljumps.csproj
tests/src/JIT/Methodical/VT/callconv/_relvtret.csproj
tests/src/JIT/Methodical/VT/etc/_dbgctor_recurse.csproj
tests/src/JIT/Methodical/VT/etc/_dbggc_nested.csproj
tests/src/JIT/Methodical/VT/etc/_dbghan2.csproj
tests/src/JIT/Methodical/VT/etc/_dbghan3.csproj
tests/src/JIT/Methodical/VT/etc/_dbghan3_ctor.csproj
tests/src/JIT/Methodical/VT/etc/_dbghan3_ref.csproj
tests/src/JIT/Methodical/VT/etc/_dbghanoi.csproj
tests/src/JIT/Methodical/VT/etc/_dbgknight.csproj
tests/src/JIT/Methodical/VT/etc/_dbgnested.csproj
tests/src/JIT/Methodical/VT/etc/_relctor_recurse.csproj
tests/src/JIT/Methodical/VT/etc/_relgc_nested.csproj
tests/src/JIT/Methodical/VT/etc/_relhan2.csproj
tests/src/JIT/Methodical/VT/etc/_relhan3.csproj
tests/src/JIT/Methodical/VT/etc/_relhan3_ctor.csproj
tests/src/JIT/Methodical/VT/etc/_relhan3_ref.csproj
tests/src/JIT/Methodical/VT/etc/_relhanoi.csproj
tests/src/JIT/Methodical/VT/etc/_relknight.csproj
tests/src/JIT/Methodical/VT/etc/_relnested.csproj
tests/src/JIT/Methodical/VT/identity/_dbgaccum.csproj
tests/src/JIT/Methodical/VT/identity/_dbgvcall.csproj
tests/src/JIT/Methodical/VT/identity/_relaccum.csproj
tests/src/JIT/Methodical/VT/identity/_relvcall.csproj
tests/src/JIT/Methodical/VT/port/_dbglcs.csproj
tests/src/JIT/Methodical/VT/port/_dbglcs_gcref.csproj
tests/src/JIT/Methodical/VT/port/_rellcs.csproj
tests/src/JIT/Methodical/VT/port/_rellcs_gcref.csproj
tests/src/JIT/Methodical/casts/SEH/_dbgcast_throw.csproj
tests/src/JIT/Methodical/casts/SEH/_dbgthrow.csproj
tests/src/JIT/Methodical/casts/SEH/_relcast_throw.csproj
tests/src/JIT/Methodical/casts/SEH/_relthrow.csproj
tests/src/JIT/Methodical/casts/coverage/_dbgcastclass_call.csproj
tests/src/JIT/Methodical/casts/coverage/_dbgcastclass_ldarg.csproj
tests/src/JIT/Methodical/casts/coverage/_dbgcastclass_ldloc.csproj
tests/src/JIT/Methodical/casts/coverage/_dbgcastclass_newobj.csproj
tests/src/JIT/Methodical/casts/coverage/_dbgisinst_call.csproj
tests/src/JIT/Methodical/casts/coverage/_dbgisinst_ldarg.csproj
tests/src/JIT/Methodical/casts/coverage/_dbgisinst_ldloc.csproj
tests/src/JIT/Methodical/casts/coverage/_dbgisinst_newobj.csproj
tests/src/JIT/Methodical/casts/coverage/_relcastclass_call.csproj
tests/src/JIT/Methodical/casts/coverage/_relcastclass_ldarg.csproj
tests/src/JIT/Methodical/casts/coverage/_relcastclass_ldloc.csproj
tests/src/JIT/Methodical/casts/coverage/_relcastclass_newobj.csproj
tests/src/JIT/Methodical/casts/coverage/_relisinst_call.csproj
tests/src/JIT/Methodical/casts/coverage/_relisinst_ldarg.csproj
tests/src/JIT/Methodical/casts/coverage/_relisinst_ldloc.csproj
tests/src/JIT/Methodical/casts/coverage/_relisinst_newobj.csproj
tests/src/JIT/Methodical/casts/iface/_dbgiface1.csproj
tests/src/JIT/Methodical/casts/iface/_reliface1.csproj
tests/src/JIT/Methodical/cctor/misc/Desktop/throw_cs_d.csproj
tests/src/JIT/Methodical/cctor/misc/Desktop/throw_cs_r.csproj
tests/src/JIT/Methodical/cctor/simple/precise1_cs_d.csproj
tests/src/JIT/Methodical/cctor/simple/precise1_cs_r.csproj
tests/src/JIT/Methodical/cctor/simple/precise1b_cs_d.csproj
tests/src/JIT/Methodical/cctor/simple/precise1b_cs_r.csproj
tests/src/JIT/Methodical/cctor/simple/precise2_cs_d.csproj
tests/src/JIT/Methodical/cctor/simple/precise2_cs_r.csproj
tests/src/JIT/Methodical/cctor/simple/precise4_cs_d.csproj
tests/src/JIT/Methodical/cctor/simple/precise4_cs_r.csproj
tests/src/JIT/Methodical/cctor/xassem/xprecise1_cs_r.csproj
tests/src/JIT/Methodical/cctor/xassem/xprecise1_cs_ro.csproj
tests/src/JIT/Methodical/cctor/xassem/xprecise1b_cs_r.csproj
tests/src/JIT/Methodical/cctor/xassem/xprecise1b_cs_ro.csproj
tests/src/JIT/Methodical/cctor/xassem/xprecise2_cs_r.csproj
tests/src/JIT/Methodical/cctor/xassem/xprecise2_cs_ro.csproj
tests/src/JIT/Methodical/cctor/xassem/xprecise4_cs_r.csproj
tests/src/JIT/Methodical/cctor/xassem/xprecise4_cs_ro.csproj
tests/src/JIT/Methodical/divrem/div/decimaldiv_cs_d.csproj
tests/src/JIT/Methodical/divrem/div/decimaldiv_cs_r.csproj
tests/src/JIT/Methodical/divrem/div/i4div_cs_d.csproj
tests/src/JIT/Methodical/divrem/div/i4div_cs_r.csproj
tests/src/JIT/Methodical/divrem/div/i8div_cs_d.csproj
tests/src/JIT/Methodical/divrem/div/i8div_cs_r.csproj
tests/src/JIT/Methodical/divrem/div/overlddiv_cs_d.csproj
tests/src/JIT/Methodical/divrem/div/overlddiv_cs_r.csproj
tests/src/JIT/Methodical/divrem/div/r4div_cs_d.csproj
tests/src/JIT/Methodical/divrem/div/r4div_cs_r.csproj
tests/src/JIT/Methodical/divrem/div/r8div_cs_d.csproj
tests/src/JIT/Methodical/divrem/div/r8div_cs_r.csproj
tests/src/JIT/Methodical/divrem/div/u4div_cs_d.csproj
tests/src/JIT/Methodical/divrem/div/u4div_cs_r.csproj
tests/src/JIT/Methodical/divrem/div/u8div_cs_d.csproj
tests/src/JIT/Methodical/divrem/div/u8div_cs_r.csproj
tests/src/JIT/Methodical/divrem/rem/decimalrem_cs_d.csproj
tests/src/JIT/Methodical/divrem/rem/decimalrem_cs_r.csproj
tests/src/JIT/Methodical/divrem/rem/i4rem_cs_d.csproj
tests/src/JIT/Methodical/divrem/rem/i4rem_cs_r.csproj
tests/src/JIT/Methodical/divrem/rem/i8rem_cs_d.csproj
tests/src/JIT/Methodical/divrem/rem/i8rem_cs_r.csproj
tests/src/JIT/Methodical/divrem/rem/overldrem_cs_d.csproj
tests/src/JIT/Methodical/divrem/rem/overldrem_cs_r.csproj
tests/src/JIT/Methodical/divrem/rem/r4rem_cs_d.csproj
tests/src/JIT/Methodical/divrem/rem/r4rem_cs_r.csproj
tests/src/JIT/Methodical/divrem/rem/r8rem_cs_d.csproj
tests/src/JIT/Methodical/divrem/rem/r8rem_cs_r.csproj
tests/src/JIT/Methodical/divrem/rem/u4rem_cs_d.csproj
tests/src/JIT/Methodical/divrem/rem/u4rem_cs_r.csproj
tests/src/JIT/Methodical/divrem/rem/u8rem_cs_d.csproj
tests/src/JIT/Methodical/divrem/rem/u8rem_cs_r.csproj
tests/src/JIT/Methodical/doublearray/dblarray1_cs_d.csproj
tests/src/JIT/Methodical/doublearray/dblarray1_cs_r.csproj
tests/src/JIT/Methodical/doublearray/dblarray2_cs_d.csproj
tests/src/JIT/Methodical/doublearray/dblarray2_cs_r.csproj
tests/src/JIT/Methodical/doublearray/dblarray4_cs_d.csproj
tests/src/JIT/Methodical/doublearray/dblarray4_cs_r.csproj
tests/src/JIT/Methodical/eh/basics/multihandler_r.csproj
tests/src/JIT/Methodical/eh/basics/multihandler_ro.csproj
tests/src/JIT/Methodical/eh/basics/throwincatch_r.csproj
tests/src/JIT/Methodical/eh/basics/throwincatch_ro.csproj
tests/src/JIT/Methodical/eh/basics/throwinclassconstructor_r.csproj
tests/src/JIT/Methodical/eh/basics/throwinclassconstructor_ro.csproj
tests/src/JIT/Methodical/eh/basics/throwinfinally_r.csproj
tests/src/JIT/Methodical/eh/basics/throwinfinallyerrpath_r.csproj
tests/src/JIT/Methodical/eh/basics/throwinfinallyerrpath_ro.csproj
tests/src/JIT/Methodical/eh/basics/throwinfinallyerrpathfn_r.csproj
tests/src/JIT/Methodical/eh/basics/throwinfinallyerrpathfn_ro.csproj
tests/src/JIT/Methodical/eh/basics/throwoutside_r.csproj
tests/src/JIT/Methodical/eh/basics/throwoutside_ro.csproj
tests/src/JIT/Methodical/eh/basics/trycatch_r.csproj
tests/src/JIT/Methodical/eh/basics/trycatch_ro.csproj
tests/src/JIT/Methodical/eh/basics/trycatchtrycatch_r.csproj
tests/src/JIT/Methodical/eh/basics/trycatchtrycatch_ro.csproj
tests/src/JIT/Methodical/eh/basics/tryfinally_r.csproj
tests/src/JIT/Methodical/eh/basics/tryfinally_ro.csproj
tests/src/JIT/Methodical/eh/basics/tryfinallytrycatch_r.csproj
tests/src/JIT/Methodical/eh/basics/tryfinallytrycatch_ro.csproj
tests/src/JIT/Methodical/eh/basics/tryfinallytryfinally_r.csproj
tests/src/JIT/Methodical/eh/basics/tryfinallytryfinally_ro.csproj
tests/src/JIT/Methodical/eh/basics/trythrowcatch_r.csproj
tests/src/JIT/Methodical/eh/basics/trythrowcatch_ro.csproj
tests/src/JIT/Methodical/eh/basics/trythrowcatchfinally_r.csproj
tests/src/JIT/Methodical/eh/basics/trythrowcatchfinally_ro.csproj
tests/src/JIT/Methodical/eh/cs/unsafe_r.csproj
tests/src/JIT/Methodical/eh/cs/unsafe_ro.csproj
tests/src/JIT/Methodical/eh/deadcode/deadcodeincatch_r.ilproj
tests/src/JIT/Methodical/eh/finallyexec/localgotoinahandler_r.csproj
tests/src/JIT/Methodical/eh/finallyexec/localgotoinahandler_ro.csproj
tests/src/JIT/Methodical/eh/finallyexec/loopinfinally_r.csproj
tests/src/JIT/Methodical/eh/finallyexec/loopinfinally_ro.csproj
tests/src/JIT/Methodical/eh/finallyexec/nonlocalexittobeginningoftry_r.csproj
tests/src/JIT/Methodical/eh/finallyexec/nonlocalexittobeginningoftry_ro.csproj
tests/src/JIT/Methodical/eh/finallyexec/nonlocalgotoinatryblockinahandler_r.csproj
tests/src/JIT/Methodical/eh/finallyexec/nonlocalgotoinatryblockinahandler_ro.csproj
tests/src/JIT/Methodical/eh/finallyexec/simplenonlocalexit_r.csproj
tests/src/JIT/Methodical/eh/finallyexec/simplenonlocalexit_ro.csproj
tests/src/JIT/Methodical/eh/finallyexec/simplenonlocalexitnestedintrycatch_r.csproj
tests/src/JIT/Methodical/eh/finallyexec/simplenonlocalexitnestedintrycatch_ro.csproj
tests/src/JIT/Methodical/eh/finallyexec/switchincatch_r.csproj
tests/src/JIT/Methodical/eh/finallyexec/switchincatch_ro.csproj
tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit1_r.csproj
tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit1_ro.csproj
tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit2_r.csproj
tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit2_ro.csproj
tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit3_r.csproj
tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit3_ro.csproj
tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit4_r.csproj
tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit4_ro.csproj
tests/src/JIT/Methodical/eh/finallyexec/tryfinallythrow_nonlocalexit_r.csproj
tests/src/JIT/Methodical/eh/finallyexec/tryfinallythrow_nonlocalexit_ro.csproj
tests/src/JIT/Methodical/eh/generics/throwincatch_r.csproj
tests/src/JIT/Methodical/eh/generics/throwincatch_ro.csproj
tests/src/JIT/Methodical/eh/generics/trycatchnestedtype_r.csproj
tests/src/JIT/Methodical/eh/generics/trycatchnestedtype_ro.csproj
tests/src/JIT/Methodical/eh/generics/trycatchsimpletype_r.csproj
tests/src/JIT/Methodical/eh/generics/trycatchsimpletype_ro.csproj
tests/src/JIT/Methodical/eh/interactions/gcincatch_r.csproj
tests/src/JIT/Methodical/eh/interactions/gcincatch_ro.csproj
tests/src/JIT/Methodical/eh/interactions/rangecheckinfinally_r.csproj
tests/src/JIT/Methodical/eh/interactions/rangecheckinfinally_ro.csproj
tests/src/JIT/Methodical/eh/interactions/switchinfinally_r.csproj
tests/src/JIT/Methodical/eh/interactions/switchinfinally_ro.csproj
tests/src/JIT/Methodical/eh/leaves/catchretnonlocalexitinfunclet_r.csproj
tests/src/JIT/Methodical/eh/leaves/catchretnonlocalexitinfunclet_ro.csproj
tests/src/JIT/Methodical/eh/leaves/nonlocalexitfromnestedcatch_r.csproj
tests/src/JIT/Methodical/eh/leaves/nonlocalexitfromnestedcatch_ro.csproj
tests/src/JIT/Methodical/eh/leaves/oponerror_r.csproj
tests/src/JIT/Methodical/eh/leaves/oponerror_ro.csproj
tests/src/JIT/Methodical/eh/leaves/tryfinallyloop_r.csproj
tests/src/JIT/Methodical/eh/leaves/tryfinallyloop_ro.csproj
tests/src/JIT/Methodical/eh/nested/general/cascadedcatch_r.csproj
tests/src/JIT/Methodical/eh/nested/general/cascadedcatch_ro.csproj
tests/src/JIT/Methodical/eh/nested/general/methodthrowsinfinally_r.csproj
tests/src/JIT/Methodical/eh/nested/general/methodthrowsinfinally_ro.csproj
tests/src/JIT/Methodical/eh/nested/general/rethrowincatchnestedinfinally_r.csproj
tests/src/JIT/Methodical/eh/nested/general/rethrowincatchnestedinfinally_ro.csproj
tests/src/JIT/Methodical/eh/nested/general/throwinfinally_r.csproj
tests/src/JIT/Methodical/eh/nested/general/throwinfinally_ro.csproj
tests/src/JIT/Methodical/eh/nested/general/throwinfinallynestedintry_r.csproj
tests/src/JIT/Methodical/eh/nested/general/throwinfinallynestedintry_ro.csproj
tests/src/JIT/Methodical/eh/nested/general/throwinnestedfinally_r.csproj
tests/src/JIT/Methodical/eh/nested/general/throwinnestedfinally_ro.csproj
tests/src/JIT/Methodical/eh/nested/general/trycatchintryfinally_r.csproj
tests/src/JIT/Methodical/eh/nested/general/trycatchintryfinally_ro.csproj
tests/src/JIT/Methodical/eh/nested/nonlocalexit/throwinfinally_50_r.csproj
tests/src/JIT/Methodical/eh/nested/nonlocalexit/throwinfinally_50_ro.csproj
tests/src/JIT/Methodical/eh/nested/nonlocalexit/throwinfinallynestedintry_30_r.csproj
tests/src/JIT/Methodical/eh/nested/nonlocalexit/throwinfinallynestedintry_30_ro.csproj
tests/src/JIT/Methodical/eh/nested/nonlocalexit/throwinfinallyrecursive_20_r.csproj
tests/src/JIT/Methodical/eh/nested/nonlocalexit/throwinfinallyrecursive_20_ro.csproj
tests/src/JIT/Methodical/eh/regress/asurt/122239/outermostFinally.csproj
tests/src/JIT/Methodical/eh/regress/asurt/140713/innerFinally_r.csproj
tests/src/JIT/Methodical/eh/regress/asurt/140713/innerFinally_ro.csproj
tests/src/JIT/Methodical/eh/regress/asurt/141358/uncaughtException_r.csproj
tests/src/JIT/Methodical/eh/regress/asurt/141358/uncaughtException_ro.csproj
tests/src/JIT/Methodical/eh/regress/vswhidbey/148190/baduwinfo.csproj
tests/src/JIT/Methodical/eh/regress/vswhidbey/148190/baduwinfo1.csproj
tests/src/JIT/Methodical/eh/rethrow/rethrowinfinallyaftercatch_r.csproj
tests/src/JIT/Methodical/eh/rethrow/rethrowinfinallyaftercatch_ro.csproj
tests/src/JIT/Methodical/eh/rethrow/rethrowwithhandlerscatchingbase_r.csproj
tests/src/JIT/Methodical/eh/rethrow/rethrowwithhandlerscatchingbase_ro.csproj
tests/src/JIT/Methodical/eh/rethrow/samerethrowtwice_r.csproj
tests/src/JIT/Methodical/eh/rethrow/samerethrowtwice_ro.csproj
tests/src/JIT/Methodical/eh/rethrow/samethrowtwice_r.csproj
tests/src/JIT/Methodical/eh/rethrow/samethrowtwice_ro.csproj
tests/src/JIT/Methodical/eh/rethrow/simplerethrow_r.csproj
tests/src/JIT/Methodical/eh/rethrow/simplerethrow_ro.csproj
tests/src/JIT/Methodical/eh/rethrow/throwwithhandlerscatchingbase_r.csproj
tests/src/JIT/Methodical/eh/rethrow/throwwithhandlerscatchingbase_ro.csproj
tests/src/JIT/Methodical/explicit/coverage/expl_byte_1_d.csproj
tests/src/JIT/Methodical/explicit/coverage/expl_byte_1_r.csproj
tests/src/JIT/Methodical/explicit/coverage/expl_double_1_d.csproj
tests/src/JIT/Methodical/explicit/coverage/expl_double_1_r.csproj
tests/src/JIT/Methodical/explicit/coverage/expl_float_1_d.csproj
tests/src/JIT/Methodical/explicit/coverage/expl_float_1_r.csproj
tests/src/JIT/Methodical/explicit/coverage/expl_gc_byte_1_d.csproj
tests/src/JIT/Methodical/explicit/coverage/expl_gc_byte_1_r.csproj
tests/src/JIT/Methodical/explicit/coverage/expl_gc_double_1_d.csproj
tests/src/JIT/Methodical/explicit/coverage/expl_gc_double_1_r.csproj
tests/src/JIT/Methodical/explicit/coverage/expl_gc_float_1_d.csproj
tests/src/JIT/Methodical/explicit/coverage/expl_gc_float_1_r.csproj
tests/src/JIT/Methodical/explicit/coverage/expl_gc_int_1_d.csproj
tests/src/JIT/Methodical/explicit/coverage/expl_gc_int_1_r.csproj
tests/src/JIT/Methodical/explicit/coverage/expl_gc_long_1_d.csproj
tests/src/JIT/Methodical/explicit/coverage/expl_gc_long_1_r.csproj
tests/src/JIT/Methodical/explicit/coverage/expl_gc_obj_1_d.csproj
tests/src/JIT/Methodical/explicit/coverage/expl_gc_obj_1_r.csproj
tests/src/JIT/Methodical/explicit/coverage/expl_gc_short_1_d.csproj
tests/src/JIT/Methodical/explicit/coverage/expl_gc_short_1_r.csproj
tests/src/JIT/Methodical/explicit/coverage/expl_gc_val_1_d.csproj
tests/src/JIT/Methodical/explicit/coverage/expl_gc_val_1_r.csproj
tests/src/JIT/Methodical/explicit/coverage/expl_int_1_d.csproj
tests/src/JIT/Methodical/explicit/coverage/expl_int_1_r.csproj
tests/src/JIT/Methodical/explicit/coverage/expl_long_1_d.csproj
tests/src/JIT/Methodical/explicit/coverage/expl_long_1_r.csproj
tests/src/JIT/Methodical/explicit/coverage/expl_obj_1_d.csproj
tests/src/JIT/Methodical/explicit/coverage/expl_obj_1_r.csproj
tests/src/JIT/Methodical/explicit/coverage/expl_short_1_d.csproj
tests/src/JIT/Methodical/explicit/coverage/expl_short_1_r.csproj
tests/src/JIT/Methodical/explicit/coverage/expl_val_1_d.csproj
tests/src/JIT/Methodical/explicit/coverage/expl_val_1_r.csproj
tests/src/JIT/Methodical/explicit/coverage/seq_byte_1_d.csproj
tests/src/JIT/Methodical/explicit/coverage/seq_byte_1_r.csproj
tests/src/JIT/Methodical/explicit/coverage/seq_double_1_d.csproj
tests/src/JIT/Methodical/explicit/coverage/seq_double_1_r.csproj
tests/src/JIT/Methodical/explicit/coverage/seq_float_1_d.csproj
tests/src/JIT/Methodical/explicit/coverage/seq_float_1_r.csproj
tests/src/JIT/Methodical/explicit/coverage/seq_gc_byte_1_d.csproj
tests/src/JIT/Methodical/explicit/coverage/seq_gc_byte_1_r.csproj
tests/src/JIT/Methodical/explicit/coverage/seq_gc_double_1_d.csproj
tests/src/JIT/Methodical/explicit/coverage/seq_gc_double_1_r.csproj
tests/src/JIT/Methodical/explicit/coverage/seq_gc_float_1_d.csproj
tests/src/JIT/Methodical/explicit/coverage/seq_gc_float_1_r.csproj
tests/src/JIT/Methodical/explicit/coverage/seq_gc_int_1_d.csproj
tests/src/JIT/Methodical/explicit/coverage/seq_gc_int_1_r.csproj
tests/src/JIT/Methodical/explicit/coverage/seq_gc_long_1_d.csproj
tests/src/JIT/Methodical/explicit/coverage/seq_gc_long_1_r.csproj
tests/src/JIT/Methodical/explicit/coverage/seq_gc_obj_1_d.csproj
tests/src/JIT/Methodical/explicit/coverage/seq_gc_obj_1_r.csproj
tests/src/JIT/Methodical/explicit/coverage/seq_gc_short_1_d.csproj
tests/src/JIT/Methodical/explicit/coverage/seq_gc_short_1_r.csproj
tests/src/JIT/Methodical/explicit/coverage/seq_gc_val_1_d.csproj
tests/src/JIT/Methodical/explicit/coverage/seq_gc_val_1_r.csproj
tests/src/JIT/Methodical/explicit/coverage/seq_int_1_d.csproj
tests/src/JIT/Methodical/explicit/coverage/seq_int_1_r.csproj
tests/src/JIT/Methodical/explicit/coverage/seq_long_1_d.csproj
tests/src/JIT/Methodical/explicit/coverage/seq_long_1_r.csproj
tests/src/JIT/Methodical/explicit/coverage/seq_obj_1_d.csproj
tests/src/JIT/Methodical/explicit/coverage/seq_obj_1_r.csproj
tests/src/JIT/Methodical/explicit/coverage/seq_short_1_d.csproj
tests/src/JIT/Methodical/explicit/coverage/seq_short_1_r.csproj
tests/src/JIT/Methodical/explicit/coverage/seq_val_1_d.csproj
tests/src/JIT/Methodical/explicit/coverage/seq_val_1_r.csproj
tests/src/JIT/Methodical/explicit/misc/_dbgexplicit1.csproj
tests/src/JIT/Methodical/explicit/misc/_dbgexplicit2.csproj
tests/src/JIT/Methodical/explicit/misc/_dbgexplicit3.csproj
tests/src/JIT/Methodical/explicit/misc/_dbgexplicit4.csproj
tests/src/JIT/Methodical/explicit/misc/_dbgexplicit5.csproj
tests/src/JIT/Methodical/explicit/misc/_dbgexplicit6.csproj
tests/src/JIT/Methodical/explicit/misc/_dbgexplicit7.csproj
tests/src/JIT/Methodical/explicit/misc/_dbgexplicit8.csproj
tests/src/JIT/Methodical/explicit/misc/_relexplicit1.csproj
tests/src/JIT/Methodical/explicit/misc/_relexplicit2.csproj
tests/src/JIT/Methodical/explicit/misc/_relexplicit3.csproj
tests/src/JIT/Methodical/explicit/misc/_relexplicit4.csproj
tests/src/JIT/Methodical/explicit/misc/_relexplicit5.csproj
tests/src/JIT/Methodical/explicit/misc/_relexplicit6.csproj
tests/src/JIT/Methodical/explicit/misc/_relexplicit7.csproj
tests/src/JIT/Methodical/explicit/misc/_relexplicit8.csproj
tests/src/JIT/Methodical/flowgraph/bug619534/finallyclone.csproj
tests/src/JIT/Methodical/flowgraph/bug619534/moduleHandleCache.csproj
tests/src/JIT/Methodical/fp/apps/bouncingball_cs_r.csproj
tests/src/JIT/Methodical/fp/apps/bouncingball_cs_ro.csproj
tests/src/JIT/Methodical/fp/exgen/1000w1d_cs_d.csproj
tests/src/JIT/Methodical/fp/exgen/1000w1d_cs_r.csproj
tests/src/JIT/Methodical/fp/exgen/10w250d_cs_d.csproj
tests/src/JIT/Methodical/fp/exgen/10w250d_cs_r.csproj
tests/src/JIT/Methodical/fp/exgen/10w5d_cs_d.csproj
tests/src/JIT/Methodical/fp/exgen/10w5d_cs_r.csproj
tests/src/JIT/Methodical/fp/exgen/200w1d-01_cs_d.csproj
tests/src/JIT/Methodical/fp/exgen/200w1d-01_cs_r.csproj
tests/src/JIT/Methodical/fp/exgen/200w1d-02_cs_d.csproj
tests/src/JIT/Methodical/fp/exgen/200w1d-02_cs_r.csproj
tests/src/JIT/Methodical/fp/exgen/3w1d-01_cs_d.csproj
tests/src/JIT/Methodical/fp/exgen/3w1d-01_cs_r.csproj
tests/src/JIT/Methodical/fp/exgen/3w1d-02_cs_d.csproj
tests/src/JIT/Methodical/fp/exgen/3w1d-02_cs_r.csproj
tests/src/JIT/Methodical/fp/exgen/5w1d-01_cs_d.csproj
tests/src/JIT/Methodical/fp/exgen/5w1d-01_cs_r.csproj
tests/src/JIT/Methodical/fp/exgen/5w1d-02_cs_d.csproj
tests/src/JIT/Methodical/fp/exgen/5w1d-02_cs_r.csproj
tests/src/JIT/Methodical/fp/exgen/5w1d-03_cs_d.csproj
tests/src/JIT/Methodical/fp/exgen/5w1d-03_cs_r.csproj
tests/src/JIT/Methodical/fp/exgen/5w1d-04_cs_d.csproj
tests/src/JIT/Methodical/fp/exgen/5w1d-04_cs_r.csproj
tests/src/JIT/Methodical/fp/exgen/5w1d-05_cs_d.csproj
tests/src/JIT/Methodical/fp/exgen/5w1d-05_cs_r.csproj
tests/src/JIT/Methodical/fp/exgen/5w1d-06_cs_d.csproj
tests/src/JIT/Methodical/fp/exgen/5w1d-06_cs_r.csproj
tests/src/JIT/Methodical/int64/arrays/_dbglcs_long.csproj
tests/src/JIT/Methodical/int64/arrays/_dbglcs_ulong.csproj
tests/src/JIT/Methodical/int64/arrays/_rellcs_long.csproj
tests/src/JIT/Methodical/int64/arrays/_rellcs_ulong.csproj
tests/src/JIT/Methodical/int64/misc/_dbgbinop.csproj
tests/src/JIT/Methodical/int64/misc/_dbgbox.csproj
tests/src/JIT/Methodical/int64/misc/_relbinop.csproj
tests/src/JIT/Methodical/int64/misc/_relbox.csproj
tests/src/JIT/Methodical/int64/signed/_dbgs_addsub.csproj
tests/src/JIT/Methodical/int64/signed/_dbgs_ldc_div.csproj
tests/src/JIT/Methodical/int64/signed/_dbgs_ldc_mul.csproj
tests/src/JIT/Methodical/int64/signed/_dbgs_ldc_mulovf.csproj
tests/src/JIT/Methodical/int64/signed/_dbgs_ldfld_mul.csproj
tests/src/JIT/Methodical/int64/signed/_dbgs_ldfld_mulovf.csproj
tests/src/JIT/Methodical/int64/signed/_dbgs_ldsfld_mul.csproj
tests/src/JIT/Methodical/int64/signed/_dbgs_ldsfld_mulovf.csproj
tests/src/JIT/Methodical/int64/signed/_dbgs_muldiv.csproj
tests/src/JIT/Methodical/int64/signed/_rels_addsub.csproj
tests/src/JIT/Methodical/int64/signed/_rels_ldc_div.csproj
tests/src/JIT/Methodical/int64/signed/_rels_ldc_mul.csproj
tests/src/JIT/Methodical/int64/signed/_rels_ldc_mulovf.csproj
tests/src/JIT/Methodical/int64/signed/_rels_ldfld_mul.csproj
tests/src/JIT/Methodical/int64/signed/_rels_ldfld_mulovf.csproj
tests/src/JIT/Methodical/int64/signed/_rels_ldsfld_mul.csproj
tests/src/JIT/Methodical/int64/signed/_rels_ldsfld_mulovf.csproj
tests/src/JIT/Methodical/int64/signed/_rels_muldiv.csproj
tests/src/JIT/Methodical/int64/superlong/_dbgsuperlong.csproj
tests/src/JIT/Methodical/int64/superlong/_relsuperlong.csproj
tests/src/JIT/Methodical/int64/unsigned/_dbgaddsub.csproj
tests/src/JIT/Methodical/int64/unsigned/_dbgldc_mul.csproj
tests/src/JIT/Methodical/int64/unsigned/_dbgldc_mulovf.csproj
tests/src/JIT/Methodical/int64/unsigned/_dbgldfld_mul.csproj
tests/src/JIT/Methodical/int64/unsigned/_dbgldfld_mulovf.csproj
tests/src/JIT/Methodical/int64/unsigned/_dbgldsfld_mul.csproj
tests/src/JIT/Methodical/int64/unsigned/_dbgldsfld_mulovf.csproj
tests/src/JIT/Methodical/int64/unsigned/_dbgmuldiv.csproj
tests/src/JIT/Methodical/int64/unsigned/_reladdsub.csproj
tests/src/JIT/Methodical/int64/unsigned/_relldc_mul.csproj
tests/src/JIT/Methodical/int64/unsigned/_relldc_mulovf.csproj
tests/src/JIT/Methodical/int64/unsigned/_relldfld_mul.csproj
tests/src/JIT/Methodical/int64/unsigned/_relldfld_mulovf.csproj
tests/src/JIT/Methodical/int64/unsigned/_relldsfld_mul.csproj
tests/src/JIT/Methodical/int64/unsigned/_relldsfld_mulovf.csproj
tests/src/JIT/Methodical/int64/unsigned/_relmuldiv.csproj
tests/src/JIT/Methodical/refany/_dbggcreport.csproj
tests/src/JIT/Methodical/refany/_dbgnative.csproj
tests/src/JIT/Methodical/refany/_dbgstress1.csproj
tests/src/JIT/Methodical/refany/_dbgstress3.csproj
tests/src/JIT/Methodical/refany/_dbgvirtcall.csproj
tests/src/JIT/Methodical/refany/_relgcreport.csproj
tests/src/JIT/Methodical/refany/_relnative.csproj
tests/src/JIT/Methodical/refany/_relstress1.csproj
tests/src/JIT/Methodical/refany/_relstress3.csproj
tests/src/JIT/Methodical/refany/_relvirtcall.csproj
tests/src/JIT/Methodical/stringintern/_XModuletest1-xmod.csproj
tests/src/JIT/Methodical/stringintern/_XModuletest2-xmod.csproj
tests/src/JIT/Methodical/stringintern/_XModuletest4-xmod.csproj
tests/src/JIT/Methodical/unsafecsharp/_dbgunsafe-0.csproj
tests/src/JIT/Methodical/unsafecsharp/_dbgunsafe-1.csproj
tests/src/JIT/Methodical/unsafecsharp/_dbgunsafe-2.csproj
tests/src/JIT/Methodical/unsafecsharp/_dbgunsafe-3.csproj
tests/src/JIT/Methodical/unsafecsharp/_dbgunsafe-4.csproj
tests/src/JIT/Methodical/unsafecsharp/_dbgunsafe-5.csproj
tests/src/JIT/Methodical/unsafecsharp/_dbgunsafe-6.csproj
tests/src/JIT/Methodical/unsafecsharp/_relunsafe-0.csproj
tests/src/JIT/Methodical/unsafecsharp/_relunsafe-1.csproj
tests/src/JIT/Methodical/unsafecsharp/_relunsafe-2.csproj
tests/src/JIT/Methodical/unsafecsharp/_relunsafe-3.csproj
tests/src/JIT/Methodical/unsafecsharp/_relunsafe-4.csproj
tests/src/JIT/Methodical/unsafecsharp/_relunsafe-5.csproj
tests/src/JIT/Methodical/unsafecsharp/_relunsafe-6.csproj
tests/src/JIT/Methodical/xxobj/operand/_dbgrefanyval.csproj
tests/src/JIT/Methodical/xxobj/operand/_dbgunbox.csproj
tests/src/JIT/Methodical/xxobj/operand/_relrefanyval.csproj
tests/src/JIT/Methodical/xxobj/operand/_relunbox.csproj
tests/src/JIT/Methodical/xxobj/sizeof/_dbgsizeof32.csproj
tests/src/JIT/Methodical/xxobj/sizeof/_dbgsizeof64.csproj
tests/src/JIT/Methodical/xxobj/sizeof/_relsizeof32.csproj
tests/src/JIT/Methodical/xxobj/sizeof/_relsizeof64.csproj
tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b12795/b12795.csproj
tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b38269/b38269.csproj
tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b89279/b89279.csproj
tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b30251/b30251.csproj
tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b268908/b268908.csproj
tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b423721/b423721.csproj
tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b448208/Desktop/b448208.csproj
tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b369916/b369916.csproj
tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b604247/b604247.csproj
tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b202743/b202743.csproj
tests/src/JIT/Regression/Dev11/External/Dev11_243742/app.csproj
tests/src/JIT/Regression/Dev11/dev11_13912/dev11_13912.csproj
tests/src/JIT/Regression/Dev11/dev11_165544/seqpts.csproj
tests/src/JIT/Regression/Dev11/dev11_20929/dev11_20929_d.csproj
tests/src/JIT/Regression/Dev11/dev11_20929/dev11_20929_r.csproj
tests/src/JIT/Regression/Dev14/DevDiv_876169/DevDiv_876169_d.csproj
tests/src/JIT/Regression/Dev14/DevDiv_876169/DevDiv_876169_r.csproj
tests/src/JIT/Regression/JitBlue/DevDiv_794115/DevDiv_794115_d.csproj
tests/src/JIT/Regression/JitBlue/DevDiv_794115/DevDiv_794115_r.csproj
tests/src/JIT/Regression/JitBlue/DevDiv_794631/DevDiv_794631_d.csproj
tests/src/JIT/Regression/JitBlue/DevDiv_794631/DevDiv_794631_r.csproj
tests/src/JIT/Regression/JitBlue/DevDiv_815940/DevDiv_815940_d.csproj
tests/src/JIT/Regression/JitBlue/DevDiv_815940/DevDiv_815940_r.csproj
tests/src/JIT/Regression/JitBlue/DevDiv_816617/DevDiv_816617_d.csproj
tests/src/JIT/Regression/JitBlue/DevDiv_816617/DevDiv_816617_r.csproj
tests/src/JIT/Regression/JitBlue/devdiv_911875/DevDiv_911875_d.csproj
tests/src/JIT/Regression/JitBlue/devdiv_911875/DevDiv_911875_r.csproj
tests/src/JIT/Regression/VS-ia64-JIT/M00/b77951/b77951.csproj
tests/src/JIT/jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset1.csproj
tests/src/JIT/jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset1_o.csproj
tests/src/JIT/jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset2.csproj
tests/src/JIT/jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset2_o.csproj
tests/src/JIT/jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset3.csproj
tests/src/JIT/jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset3_o.csproj
tests/src/JIT/jit64/eh/FinallyExec/nonlocalgotoinatryblockinahandler.csproj
tests/src/JIT/jit64/eh/Leaves/nonlocalexitfromnestedcatch.csproj
tests/src/JIT/jit64/hfa/main/testA/hfa_nd0A_d.csproj
tests/src/JIT/jit64/hfa/main/testA/hfa_nd0A_r.csproj
tests/src/JIT/jit64/hfa/main/testA/hfa_nd2A_d.csproj
tests/src/JIT/jit64/hfa/main/testA/hfa_nd2A_r.csproj
tests/src/JIT/jit64/hfa/main/testA/hfa_nf0A_d.csproj
tests/src/JIT/jit64/hfa/main/testA/hfa_nf0A_r.csproj
tests/src/JIT/jit64/hfa/main/testA/hfa_nf2A_d.csproj
tests/src/JIT/jit64/hfa/main/testA/hfa_nf2A_r.csproj
tests/src/JIT/jit64/hfa/main/testA/hfa_sd0A_d.csproj
tests/src/JIT/jit64/hfa/main/testA/hfa_sd0A_r.csproj
tests/src/JIT/jit64/hfa/main/testA/hfa_sd2A_d.csproj
tests/src/JIT/jit64/hfa/main/testA/hfa_sd2A_r.csproj
tests/src/JIT/jit64/hfa/main/testA/hfa_sf0A_d.csproj
tests/src/JIT/jit64/hfa/main/testA/hfa_sf0A_r.csproj
tests/src/JIT/jit64/hfa/main/testA/hfa_sf2A_d.csproj
tests/src/JIT/jit64/hfa/main/testA/hfa_sf2A_r.csproj
tests/src/JIT/jit64/hfa/main/testC/hfa_nd0C_d.csproj
tests/src/JIT/jit64/hfa/main/testC/hfa_nd0C_r.csproj
tests/src/JIT/jit64/hfa/main/testC/hfa_nd2C_d.csproj
tests/src/JIT/jit64/hfa/main/testC/hfa_nd2C_r.csproj
tests/src/JIT/jit64/hfa/main/testC/hfa_nf0C_d.csproj
tests/src/JIT/jit64/hfa/main/testC/hfa_nf0C_r.csproj
tests/src/JIT/jit64/hfa/main/testC/hfa_nf2C_d.csproj
tests/src/JIT/jit64/hfa/main/testC/hfa_nf2C_r.csproj
tests/src/JIT/jit64/hfa/main/testC/hfa_sd0C_d.csproj
tests/src/JIT/jit64/hfa/main/testC/hfa_sd0C_r.csproj
tests/src/JIT/jit64/hfa/main/testC/hfa_sd2C_d.csproj
tests/src/JIT/jit64/hfa/main/testC/hfa_sd2C_r.csproj
tests/src/JIT/jit64/hfa/main/testC/hfa_sf0C_d.csproj
tests/src/JIT/jit64/hfa/main/testC/hfa_sf0C_r.csproj
tests/src/JIT/jit64/hfa/main/testC/hfa_sf2C_d.csproj
tests/src/JIT/jit64/hfa/main/testC/hfa_sf2C_r.csproj
tests/src/JIT/jit64/hfa/main/testE/hfa_nd0E_d.csproj
tests/src/JIT/jit64/hfa/main/testE/hfa_nd0E_r.csproj
tests/src/JIT/jit64/hfa/main/testE/hfa_nd2E_d.csproj
tests/src/JIT/jit64/hfa/main/testE/hfa_nd2E_r.csproj
tests/src/JIT/jit64/hfa/main/testE/hfa_nf0E_d.csproj
tests/src/JIT/jit64/hfa/main/testE/hfa_nf0E_r.csproj
tests/src/JIT/jit64/hfa/main/testE/hfa_nf2E_d.csproj
tests/src/JIT/jit64/hfa/main/testE/hfa_nf2E_r.csproj
tests/src/JIT/jit64/hfa/main/testE/hfa_sd0E_d.csproj
tests/src/JIT/jit64/hfa/main/testE/hfa_sd0E_r.csproj
tests/src/JIT/jit64/hfa/main/testE/hfa_sd2E_d.csproj
tests/src/JIT/jit64/hfa/main/testE/hfa_sd2E_r.csproj
tests/src/JIT/jit64/hfa/main/testE/hfa_sf0E_d.csproj
tests/src/JIT/jit64/hfa/main/testE/hfa_sf0E_r.csproj
tests/src/JIT/jit64/hfa/main/testE/hfa_sf2E_d.csproj
tests/src/JIT/jit64/hfa/main/testE/hfa_sf2E_r.csproj
tests/src/JIT/jit64/hfa/main/testG/hfa_nd0G_d.csproj
tests/src/JIT/jit64/hfa/main/testG/hfa_nd0G_r.csproj
tests/src/JIT/jit64/hfa/main/testG/hfa_nd2G_d.csproj
tests/src/JIT/jit64/hfa/main/testG/hfa_nd2G_r.csproj
tests/src/JIT/jit64/hfa/main/testG/hfa_nf0G_d.csproj
tests/src/JIT/jit64/hfa/main/testG/hfa_nf0G_r.csproj
tests/src/JIT/jit64/hfa/main/testG/hfa_nf2G_d.csproj
tests/src/JIT/jit64/hfa/main/testG/hfa_nf2G_r.csproj
tests/src/JIT/jit64/hfa/main/testG/hfa_sd0G_d.csproj
tests/src/JIT/jit64/hfa/main/testG/hfa_sd0G_r.csproj
tests/src/JIT/jit64/hfa/main/testG/hfa_sd2G_d.csproj
tests/src/JIT/jit64/hfa/main/testG/hfa_sd2G_r.csproj
tests/src/JIT/jit64/hfa/main/testG/hfa_sf0G_d.csproj
tests/src/JIT/jit64/hfa/main/testG/hfa_sf0G_r.csproj
tests/src/JIT/jit64/hfa/main/testG/hfa_sf2G_d.csproj
tests/src/JIT/jit64/hfa/main/testG/hfa_sf2G_r.csproj
tests/src/JIT/jit64/mcc/interop/mcc_i00.ilproj
tests/src/JIT/jit64/mcc/interop/mcc_i01.ilproj
tests/src/JIT/jit64/mcc/interop/mcc_i02.ilproj
tests/src/JIT/jit64/mcc/interop/mcc_i03.ilproj
tests/src/JIT/jit64/mcc/interop/mcc_i04.ilproj
tests/src/JIT/jit64/mcc/interop/mcc_i05.ilproj
tests/src/JIT/jit64/mcc/interop/mcc_i06.ilproj
tests/src/JIT/jit64/mcc/interop/mcc_i07.ilproj
tests/src/JIT/jit64/mcc/interop/mcc_i10.ilproj
tests/src/JIT/jit64/mcc/interop/mcc_i11.ilproj
tests/src/JIT/jit64/mcc/interop/mcc_i12.ilproj
tests/src/JIT/jit64/mcc/interop/mcc_i13.ilproj
tests/src/JIT/jit64/mcc/interop/mcc_i14.ilproj
tests/src/JIT/jit64/mcc/interop/mcc_i15.ilproj
tests/src/JIT/jit64/mcc/interop/mcc_i16.ilproj
tests/src/JIT/jit64/mcc/interop/mcc_i17.ilproj
tests/src/JIT/jit64/mcc/interop/mcc_i30.ilproj
tests/src/JIT/jit64/mcc/interop/mcc_i31.ilproj
tests/src/JIT/jit64/mcc/interop/mcc_i32.ilproj
tests/src/JIT/jit64/mcc/interop/mcc_i33.ilproj
tests/src/JIT/jit64/mcc/interop/mcc_i34.ilproj
tests/src/JIT/jit64/mcc/interop/mcc_i35.ilproj
tests/src/JIT/jit64/mcc/interop/mcc_i36.ilproj
tests/src/JIT/jit64/mcc/interop/mcc_i37.ilproj
tests/src/JIT/jit64/mcc/interop/mcc_i50.ilproj
tests/src/JIT/jit64/mcc/interop/mcc_i51.ilproj
tests/src/JIT/jit64/mcc/interop/mcc_i52.ilproj
tests/src/JIT/jit64/mcc/interop/mcc_i53.ilproj
tests/src/JIT/jit64/mcc/interop/mcc_i54.ilproj
tests/src/JIT/jit64/mcc/interop/mcc_i55.ilproj
tests/src/JIT/jit64/mcc/interop/mcc_i56.ilproj
tests/src/JIT/jit64/mcc/interop/mcc_i57.ilproj
tests/src/JIT/jit64/mcc/interop/mcc_i60.ilproj
tests/src/JIT/jit64/mcc/interop/mcc_i61.ilproj
tests/src/JIT/jit64/mcc/interop/mcc_i62.ilproj
tests/src/JIT/jit64/mcc/interop/mcc_i63.ilproj
tests/src/JIT/jit64/mcc/interop/mcc_i64.ilproj
tests/src/JIT/jit64/mcc/interop/mcc_i65.ilproj
tests/src/JIT/jit64/mcc/interop/mcc_i66.ilproj
tests/src/JIT/jit64/mcc/interop/mcc_i67.ilproj
tests/src/JIT/jit64/mcc/interop/mcc_i70.ilproj
tests/src/JIT/jit64/mcc/interop/mcc_i71.ilproj
tests/src/JIT/jit64/mcc/interop/mcc_i72.ilproj
tests/src/JIT/jit64/mcc/interop/mcc_i73.ilproj
tests/src/JIT/jit64/mcc/interop/mcc_i74.ilproj
tests/src/JIT/jit64/mcc/interop/mcc_i75.ilproj
tests/src/JIT/jit64/mcc/interop/mcc_i76.ilproj
tests/src/JIT/jit64/mcc/interop/mcc_i77.ilproj
tests/src/JIT/jit64/mcc/interop/mcc_i80.ilproj
tests/src/JIT/jit64/mcc/interop/mcc_i81.ilproj
tests/src/JIT/jit64/mcc/interop/mcc_i82.ilproj
tests/src/JIT/jit64/mcc/interop/mcc_i83.ilproj
tests/src/JIT/jit64/mcc/interop/mcc_i84.ilproj
tests/src/JIT/jit64/mcc/interop/mcc_i85.ilproj
tests/src/JIT/jit64/mcc/interop/mcc_i86.ilproj
tests/src/JIT/jit64/mcc/interop/mcc_i87.ilproj
tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseAAA_d.csproj
tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseAAA_r.csproj
tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseAAC_d.csproj
tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseAAC_r.csproj
tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseACA_d.csproj
tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseACA_r.csproj
tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseACC_d.csproj
tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseACC_r.csproj
tests/src/JIT/jit64/opt/cg/cgstress/CgStress1_d.csproj
tests/src/JIT/jit64/opt/cg/cgstress/CgStress1_r.csproj
tests/src/JIT/jit64/opt/cg/cgstress/CgStress2_d.csproj
tests/src/JIT/jit64/opt/cg/cgstress/CgStress2_r.csproj
tests/src/JIT/jit64/opt/cg/cgstress/CgStress3_d.csproj
tests/src/JIT/jit64/opt/cg/cgstress/CgStress3_r.csproj
tests/src/JIT/jit64/opt/cprop/cprop001_d.csproj
tests/src/JIT/jit64/opt/cprop/cprop001_r.csproj
tests/src/JIT/jit64/opt/cse/arrayexpr2_d_loop_try.csproj
tests/src/JIT/jit64/opt/cse/arrayexpr2_r.csproj
tests/src/JIT/jit64/opt/cse/arrayexpr2_r_loop.csproj
tests/src/JIT/jit64/opt/cse/arrayexpr2_r_loop_try.csproj
tests/src/JIT/jit64/opt/cse/arrayexpr2_r_try.csproj
tests/src/JIT/jit64/opt/cse/mixedexpr1_d_loop_try.csproj
tests/src/JIT/jit64/opt/cse/mixedexpr1_r.csproj
tests/src/JIT/jit64/opt/cse/mixedexpr1_r_loop.csproj
tests/src/JIT/jit64/opt/cse/mixedexpr1_r_loop_try.csproj
tests/src/JIT/jit64/opt/cse/mixedexpr1_r_try.csproj
tests/src/JIT/jit64/opt/cse/simpleexpr4_d_loop_try.csproj
tests/src/JIT/jit64/opt/cse/simpleexpr4_r.csproj
tests/src/JIT/jit64/opt/cse/simpleexpr4_r_loop.csproj
tests/src/JIT/jit64/opt/cse/simpleexpr4_r_loop_try.csproj
tests/src/JIT/jit64/opt/cse/simpleexpr4_r_try.csproj
tests/src/JIT/jit64/opt/cse/staticFieldExpr1_d_loop_try.csproj
tests/src/JIT/jit64/opt/cse/staticFieldExpr1_r.csproj
tests/src/JIT/jit64/opt/cse/staticFieldExpr1_r_loop.csproj
tests/src/JIT/jit64/opt/cse/staticFieldExpr1_r_loop_try.csproj
tests/src/JIT/jit64/opt/cse/staticFieldExpr1_r_try.csproj
tests/src/JIT/jit64/opt/cse/staticFieldExprUnchecked1_d_loop_try.csproj
tests/src/JIT/jit64/opt/cse/staticFieldExprUnchecked1_r.csproj
tests/src/JIT/jit64/opt/cse/staticFieldExprUnchecked1_r_loop.csproj
tests/src/JIT/jit64/opt/cse/staticFieldExprUnchecked1_r_loop_try.csproj
tests/src/JIT/jit64/opt/cse/staticFieldExprUnchecked1_r_try.csproj
tests/src/JIT/jit64/opt/inl/caninline_d.csproj
tests/src/JIT/jit64/opt/inl/caninline_r.csproj
tests/src/JIT/jit64/regress/vsw/610378/vsw610378.csproj
tests/src/JIT/opt/Tailcall/TailcallVerifyWithPrefix.ilproj
tests/src/JIT/opt/virtualstubdispatch/bigvtbl/bigvtbl_cs_d.csproj
tests/src/JIT/opt/virtualstubdispatch/bigvtbl/bigvtbl_cs_r.csproj
tests/src/JIT/opt/virtualstubdispatch/manyintf/ctest_cs_r.csproj
tests/src/JIT/opt/virtualstubdispatch/manyintf/ctest_cs_ro.csproj
tests/src/JIT/opt/virtualstubdispatch/mixed/mixed_cs_d.csproj
tests/src/JIT/opt/virtualstubdispatch/mixed/mixed_cs_r.csproj

index 437db98..2d96edd 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="straccess1.cs" />
index a27defc..ab2a708 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="straccess1.cs" />
index 740a990..5e40886 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
   </PropertyGroup>
   <ItemGroup>
index 3947e39..1ceb80d 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
   </PropertyGroup>
   <ItemGroup>
index ed5ab1a..55ea5fb 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="straccess3.cs" />
index 15a8bbb..453cea9 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="straccess3.cs" />
index d25637a..9efe383 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="loop1.cs" />
index b10bb55..bcc6e80 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="loop1.cs" />
index 1b24ffa..9defce6 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -30,6 +30,7 @@
   <PropertyGroup>
     <Optimize></Optimize>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
+    <DebugType>Full</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="loop2.cs" />
index c6832c7..486e2bb 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -30,6 +30,7 @@
   <PropertyGroup>
     <Optimize>True</Optimize>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
+    <DebugType>Full</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="loop2.cs" />
index 1b24ffa..f529abd 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -30,6 +30,7 @@
   <PropertyGroup>
     <Optimize></Optimize>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
+    <DebugType>None</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="loop2.cs" />
index c6832c7..717fabe 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -30,6 +30,7 @@
   <PropertyGroup>
     <Optimize>True</Optimize>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
+    <DebugType>None</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="loop2.cs" />
index 234584d..c87a519 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="loop4.cs" />
index bd42630..7641927 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="loop4.cs" />
index c6192c5..a5cb1f1 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="loop6.cs" />
index 375a325..6631dfb 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="loop6.cs" />
index 53dbaaf..3be67f5 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="Bool_And_Op.cs" />
index a80d002..0b1494c 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="Bool_And_Op.cs" />
index 9c30d14..ad3771f 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="Bool_No_Op.cs" />
index f8f3ab4..b172f14 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="Bool_No_Op.cs" />
index ea44e80..42c7729 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="Bool_Or_Op.cs" />
index bfeadac..db6a94b 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="Bool_Or_Op.cs" />
index a8dace4..385d1fa 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="Bool_Xor_Op.cs" />
index 5bebb00..894fe90 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="Bool_Xor_Op.cs" />
index 27f6284..5d06146 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="Double_And_Op.cs" />
index e50e892..8704d74 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="Double_And_Op.cs" />
index 001c7fa..3c7d357 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="Double_No_Op.cs" />
index fc966ba..767171a 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="Double_No_Op.cs" />
index cdafd4c..6f46584 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="Double_Or_Op.cs" />
index 8077587..53b5cd6 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="Double_Or_Op.cs" />
index fe332d4..84af540 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="Double_Xor_Op.cs" />
index dbd4470..d7e3de3 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="Double_Xor_Op.cs" />
index 7bf26b9..cb61afb 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="Float_And_Op.cs" />
index bb489b3..071d8b2 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="Float_And_Op.cs" />
index 285c6cc..6054190 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="Float_No_Op.cs" />
index 59c8b79..c939fce 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="Float_No_Op.cs" />
index fb09e4c..f95575b 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="Float_Or_Op.cs" />
index c68d683..49a88ce 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="Float_Or_Op.cs" />
index dd4d2bc..8864138 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="Float_Xor_Op.cs" />
index 8dd3f6f..13eba1e 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="Float_Xor_Op.cs" />
index 1d46019..93ac161 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="Int_And_Op.cs" />
index 203b6a2..ce28380 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="Int_And_Op.cs" />
index f98af4b..616f60a 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="Int_No_Op.cs" />
index 91d6629..d681d07 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="Int_No_Op.cs" />
index acd9a53..640f1c1 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="Int_Or_Op.cs" />
index ba63fdb..3cccbbc 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="Int_Or_Op.cs" />
index 96b0967..0c1b42c 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="Int_Xor_Op.cs" />
index 626414c..f21e10a 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="Int_Xor_Op.cs" />
index 7d5c35e..d6382b7 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="xaddmuly.cs" />
index 0a9affe..c20fb4f 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="xaddmuly.cs" />
index 0d40cc8..d935b4b 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="33objref.cs" />
index 7efff4c..bd0bbce 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="33objref.cs" />
index ed3f767..c90a777 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="cse1.cs" />
index 16e4c3a..ea91bba 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="cse1.cs" />
index 14a9bdc..9047c31 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
   </PropertyGroup>
   <ItemGroup>
index 4406b96..f71dc65 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
   </PropertyGroup>
   <ItemGroup>
index 29e91b2..18b8e24 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="lclfldadd.cs" />
index 330646d..8f4b074 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="lclfldadd.cs" />
index d23ea04..a1b4e8d 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="lclflddiv.cs" />
index 6e3a3a6..f31efe8 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="lclflddiv.cs" />
index 61c8acb..66e52da 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="lclfldmul.cs" />
index f577be8..32638f8 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="lclfldmul.cs" />
index 2c508d6..b792ea0 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="lclfldrem.cs" />
index 326b888..733d2e0 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="lclfldrem.cs" />
index d3ccc54..0ec7183 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="lclfldsub.cs" />
index 7995cb2..3c439d2 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="lclfldsub.cs" />
index 3c09336..a8ee335 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="pow0.cs" />
index 62ce62d..3fefdec 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="pow0.cs" />
index 5276c3a..043a692 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="pow2.cs" />
index 6d40583..a964438 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="pow2.cs" />
index ca1cfb3..d04d486 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="pow3.cs" />
index 497200a..df9162a 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="pow3.cs" />
index 89f1f51..c046657 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize>False</Optimize>
+    
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="lifetime2.cs" />
index 66cd87e..1d321cd 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
   </PropertyGroup>
   <ItemGroup>
index dcb3127..406983a 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
   </PropertyGroup>
   <ItemGroup>
index d9d10b9..9d8d91c 100644 (file)
@@ -29,7 +29,7 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
index d6a7faa..9ee11ec 100644 (file)
@@ -29,7 +29,7 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
index 605ee60..f175762 100644 (file)
@@ -29,7 +29,7 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
index d454a28..d2b1a11 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize></Optimize>
     <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
index 2bd2e41..4745ba4 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>True</Optimize>
     <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
index 11973c7..8369652 100644 (file)
@@ -29,7 +29,7 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
index ebbd3cf..45ed6a7 100644 (file)
@@ -29,7 +29,7 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
index f29a410..d57f504 100644 (file)
@@ -29,7 +29,7 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
index b68d658..a5590f7 100644 (file)
@@ -29,7 +29,7 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
index 01350b1..b9d52a1 100644 (file)
@@ -29,7 +29,7 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
index d2c430b..c98dc9c 100644 (file)
@@ -29,7 +29,7 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
index 8cdc032..44a1123 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="int16.cs" />
index de2600d..f6009f3 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="int16.cs" />
index 53aa85b..cab1543 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="int32.cs" />
index 0019606..83c44f2 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="int32.cs" />
index d4deed8..41c36c1 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="uint16.cs" />
index 70fd41a..9e41d34 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="uint16.cs" />
index 7f6df86..f7c2de7 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="uint32.cs" />
index fa4ec39..ea27130 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="uint32.cs" />
index cf6326d..f80ad51 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="uint8.cs" />
index cfa797a..7351ace 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="uint8.cs" />
index f802543..e370ded 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="class1.cs" />
index f945eb6..2d133d3 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="class1.cs" />
index 35fb242..6c709d4 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="class2.cs" />
index e006f21..f12132f 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="class2.cs" />
index 6323bca..652c0bb 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="vt1.cs" />
index d6dd1ee..ea60a62 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="vt1.cs" />
index e5f5e54..7867727 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="vt2.cs" />
index b98e8bf..0b7ce8f 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="vt2.cs" />
index d7c3362..f33642e 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="vt3.cs" />
index 0917b25..d3ee865 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="vt3.cs" />
index d1225fd..8b8889b 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="vt4.cs" />
index 86597eb..1fd7dbf 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="vt4.cs" />
index 503287f..7dd70e4 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="lcs.cs" />
index 9175e0b..361fb2b 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="lcs2.cs" />
index 0d13252..3de318d 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="lcsbas.cs" />
index 89fad8a..f10cc45 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="lcsbox.cs" />
index cf7fd39..9948731 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="lcsmax.cs" />
index fef251c..8d2026f 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="lcsmixed.cs" />
index ec2bf92..4943906 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="lcsval.cs" />
index b8afab9..ec8bf88 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="lcsvalbox.cs" />
index fbdaa2e..a36061d 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="lcs.cs" />
index 64a3457..38813c9 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="lcs2.cs" />
index 1ae24f3..ac55608 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="lcsbas.cs" />
index 7782868..02be06f 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="lcsbox.cs" />
index 0e2baad..2e4832e 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="lcsmax.cs" />
index 2850257..a1cd419 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="lcsmixed.cs" />
index 5772f34..97753d0 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="lcsval.cs" />
index 32233c6..f451f9e 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="lcsvalbox.cs" />
index a2c767d..0ce9f48 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="arrres.cs" />
index afa8882..a76ccc4 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="selfref.cs" />
index db2b10d..ec25988 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="gcarr.cs" />
index e5efbd5..8106dd0 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="selfref.cs" />
index 228462e..c1a4273 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="i4.cs" />
index a924440..1af8402 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="i4.cs" />
index e66cf4c..bf041c8 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="i4flat.cs" />
index 43ae5fb..0f842ea 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="i4flat.cs" />
index 62661b4..d998418 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="i8.cs" />
index 00394f7..0ad13d9 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="i8.cs" />
index 721dbfc..01a9d4b 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="i8flat.cs" />
index e043682..1d1a927 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="i8flat.cs" />
index a6e9735..d0a22bc 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="r4.cs" />
index 10f2e1c..7664fb2 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="r4.cs" />
index 5c0a36f..8a31f29 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="r4flat.cs" />
index 7ce6ea7..4b3af95 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="r4flat.cs" />
index ddcea74..7f4c0b8 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="r8.cs" />
index 4fd660e..f3ff484 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="r8.cs" />
index 2876f4d..f9eab35 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="r8flat.cs" />
index f900d16..63ee8cb 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="r8flat.cs" />
index 1cafacf..b61555d 100644 (file)
@@ -29,7 +29,7 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
index 785ba5e..c037a7b 100644 (file)
@@ -29,7 +29,7 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
index 7563b81..146789e 100644 (file)
@@ -29,7 +29,7 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
index db92588..068d23f 100644 (file)
@@ -29,7 +29,7 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
index e697c01..a9d062a 100644 (file)
@@ -29,7 +29,7 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
index 7c1449f..cbe62a4 100644 (file)
@@ -29,7 +29,7 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
index 23bb5eb..cd0e81e 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="enum.cs" />
index 1f29d67..9e8c86e 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="nestval.cs" />
index fd49db9..65c5f78 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="tailjump.cs" />
index c9ec895..76d41bf 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="enum.cs" />
index 2501044..623cefd 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="nestval.cs" />
index 83fe3c8..fd821cc 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="tailjump.cs" />
index db92588..068d23f 100644 (file)
@@ -29,7 +29,7 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
index 7c1449f..cbe62a4 100644 (file)
@@ -29,7 +29,7 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
index 1037e2a..5d0e0f8 100644 (file)
@@ -29,7 +29,7 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
index 83f6964..af6f266 100644 (file)
@@ -29,7 +29,7 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
index f1c8e1c..227896d 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>True</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 8a1152d..29ebd95 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
index c61e2ab..85765d4 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="convr4a.cs" />
index 100b4d7..5efcb3b 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="convr4a.cs" />
index 2bfda75..754be93 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="convr8a.cs" />
index 9ca92dd..2c005bf 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="convr8a.cs" />
index b9d804c..6fbb025 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="25param1a.cs" />
index ab3d201..4faccb0 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="25param1a.cs" />
index ea9f553..c411c68 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="25param2a.cs" />
index ffdd048..b119bd4 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="25param2a.cs" />
index 55fe60f..05af526 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="25param3a.cs" />
index 6240787..1541eb7 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="25param3a.cs" />
index 30a677c..315f072 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="catchfinally.cs" />
index fbb91ee..b88c53d 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="catchfinally_tail.cs" />
index 4f4ab06..da56fb9 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="catchfinally.cs" />
index 0a238ac..1277e5c 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="catchfinally_tail.cs" />
index f37533c..ce3353e 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="test1.cs" />
index 7149266..b8cdf6b 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="test1.cs" />
index 1f6aa7c..54cbf7b 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="val_ctor.cs" />
index e93da49..d76a8a8 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="val_ctor.cs" />
index ff4d2c7..07304aa 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="deep.cs" />
index 832c0c0..f8d8a6e 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="deep.cs" />
index 9a32b91..1f3d05f 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="recurse.cs" />
index a397066..429f61b 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="recurse.cs" />
index 6743d2e..ac579d1 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="obj.cs" />
index 3ced6c2..620d361 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="obj.cs" />
index a088bbe..8062f72 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="bool.cs" />
index 579d0d2..ae4703b 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="bool.cs" />
index d53c57b..9211ed7 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="byte.cs" />
index c4a323e..031dcbc 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="byte.cs" />
index 87dccc5..5142ea9 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="char.cs" />
index 339f682..9e74f01 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="char.cs" />
index 7fd789d..8f940c4 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="decimal.cs" />
index 7d2e7b1..b61acc7 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="decimal.cs" />
index 6a065a8..2d8334b 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="double.cs" />
index 8bb4c58..c2b15f9 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="double.cs" />
index aff9231..ac55ea2 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="float.cs" />
index 6288886..bad89d4 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="float.cs" />
index 1102b9d..2e4cfaa 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="int.cs" />
index 9a8b56a..4cf2872 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="int.cs" />
index 75f0a76..13aaa11 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="long.cs" />
index a815b93..53bc944 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="long.cs" />
index 2b4aea3..a1677e1 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="sbyte.cs" />
index e480da5..30a0501 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="sbyte.cs" />
index 0154ad3..8732462 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="short.cs" />
index e2bc791..4e0984a 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="short.cs" />
index 6bcd4d7..91d313b 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="uint.cs" />
index c02713a..52dce3f 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="uint.cs" />
index 4d5c24f..bf5dab0 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="ulong.cs" />
index 983d7bb..bfaad84 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="ulong.cs" />
index ff87a77..c298fae 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="ushort.cs" />
index 9075402..617f950 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="ushort.cs" />
index 389ee65..2c31e90 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="classarr.cs" />
index 9716490..7335e27 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="classarr.cs" />
index 8582b83..002aefa 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="jaggedarr.cs" />
index cae7837..6497681 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="jaggedarr.cs" />
index 107ce67..b6c9d0a 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="plainarr.cs" />
index cac0244..1d78456 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="plainarr.cs" />
index 9e047b9..740dd29 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="structarr.cs" />
index c47697d..814804d 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="structarr.cs" />
index 389ee65..2c31e90 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="classarr.cs" />
index 9716490..7335e27 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="classarr.cs" />
index 6b19843..2834090 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="doublearr.cs" />
index bb1003a..0d32bcd 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="doublearr.cs" />
index 4f79628..af459d3 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="intarr.cs" />
index 63179f2..af1739e 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="intarr.cs" />
index 8582b83..002aefa 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="jaggedarr.cs" />
index cae7837..6497681 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="jaggedarr.cs" />
index ac85967..5b9cac6 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="stringarr.cs" />
index 256e056..21a1ec6 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="stringarr.cs" />
index 9e047b9..740dd29 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="structarr.cs" />
index c47697d..814804d 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="structarr.cs" />
index 389ee65..2c31e90 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="classarr.cs" />
index 9716490..7335e27 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="classarr.cs" />
index 6b19843..2834090 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="doublearr.cs" />
index bb1003a..0d32bcd 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="doublearr.cs" />
index 8582b83..002aefa 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="jaggedarr.cs" />
index cae7837..6497681 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="jaggedarr.cs" />
index ac85967..5b9cac6 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="stringarr.cs" />
index 256e056..21a1ec6 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="stringarr.cs" />
index 9e047b9..740dd29 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="structarr.cs" />
index c47697d..814804d 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="structarr.cs" />
index 45a279f..aa4a86b 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="arithm32.cs" />
index 6ad475a..21883ea 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="arithm32.cs" />
index 0d9bc33..6d6ced7 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="arithm64.cs" />
index 62027fc..85f71f2 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="arithm64.cs" />
index 01a703b..72bcc88 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="r4NaNadd.cs" />
index e405cee..2ad63a8 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="r4NaNadd.cs" />
index 93eb5cc..64cf971 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="r4NaNdiv.cs" />
index 60617ef..fc18157 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="r4NaNdiv.cs" />
index 67ab954..ba98c9d 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="r4NaNmul.cs" />
index 99e49ff..87ab5c8 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="r4NaNmul.cs" />
index ca4e8c7..0792371 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="r4NaNrem.cs" />
index 59f35b8..f348e87 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="r4NaNrem.cs" />
index 1ff61f5..9da3dc4 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="r4NaNsub.cs" />
index 2483d18..7490370 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="r4NaNsub.cs" />
index 190de8a..81be275 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="r8NaNadd.cs" />
index 8bd7d26..39c5e5a 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="r8NaNadd.cs" />
index 519a5d8..c8c90dc 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="r8NaNdiv.cs" />
index 4cc5915..2f41333 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="r8NaNdiv.cs" />
index 6a838f8..98cf02e 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="r8NaNmul.cs" />
index 250b3bd..c1c394f 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="r8NaNmul.cs" />
index ae93982..02be26a 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="r8NaNrem.cs" />
index 4847af3..c4a6450 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="r8NaNrem.cs" />
index aa377cb..b89019a 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="r8NaNsub.cs" />
index b643314..f2ee1b6 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="r8NaNsub.cs" />
index 3246858..b201518 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="FloatInfinitiesToInt.cs" />
index c43fbb8..541735b 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="FloatInfinitiesToInt.cs" />
index 35569b7..d1e6856 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="FloatOvfToInt2.cs" />
index f6a6e21..2cf257e 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="FloatOvfToInt2.cs" />
index 7ab9383..39139f6 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="call.cs" />
index d1f2daf..32b481e 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="jumper.cs" />
index d3d0e7c..64edc9a 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="jumps.cs" />
index c39fdf5..12f9ee6 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="vtret.cs" />
index 92135fb..46363e0 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="call.cs" />
index 145119a..a4808ad 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="jumper.cs" />
index cc0c066..62e49f7 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="jumps.cs" />
index ca2e58a..992de23 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="vtret.cs" />
index 41930f6..8104295 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="ctor_recurse.cs" />
index eb37f8a..89ca620 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="gc_nested.cs" />
index 97e710d..c182526 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="han2.cs" />
index e25b5ac..a7d7b61 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="han3.cs" />
index acc7368..a3e7acf 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="han3_ctor.cs" />
index e05ddab..e435bff 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="han3_ref.cs" />
index 22f89fb..a7e5de8 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hanoi.cs" />
index 70d0d4b..3db3813 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="knight.cs" />
index 3dad8c4..9e96a86 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="nested.cs" />
index 9a81b8b..db35d73 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="ctor_recurse.cs" />
index 7f0f0bf..03fcec6 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="gc_nested.cs" />
index abf37b9..e0a2039 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="han2.cs" />
index 8abe18c..cc42be3 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="han3.cs" />
index 6a04c4f..4708d13 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="han3_ctor.cs" />
index 5b3a486..44bdfd1 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="han3_ref.cs" />
index 4a419b5..b78c75c 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hanoi.cs" />
index ae7aa4d..be08795 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="knight.cs" />
index cd2cc02..1af5947 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="nested.cs" />
index f9d0b19..dfc0cc7 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="accum.cs" />
index e32395b..b4002c3 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="vcall.cs" />
index f7ee51a..7849e69 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="accum.cs" />
index ae5c1b8..2bbc885 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="vcall.cs" />
index 503287f..7dd70e4 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="lcs.cs" />
index f0881fc..3886957 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="lcs_gcref.cs" />
index fbdaa2e..a36061d 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="lcs.cs" />
index 88f6f09..0becbb1 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="lcs_gcref.cs" />
index a5a29e8..54218eb 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="cast_throw.cs" />
index 17dd647..76f8f42 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="throw.cs" />
index b758f75..6d0dd68 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="cast_throw.cs" />
index 257dba4..53abb7c 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="throw.cs" />
index 266163b..237e020 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="castclass_call.cs" />
index 59fb1d1..81a45c9 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="castclass_ldarg.cs" />
index 6f57471..e55d58c 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="castclass_ldloc.cs" />
index 8dde68b..8bb2761 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="castclass_newobj.cs" />
index 6b6b7f2..4fa1cce 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="isinst_call.cs" />
index cecb219..4096ee5 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="isinst_ldarg.cs" />
index 5cc692f..4092986 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="isinst_ldloc.cs" />
index 72fbf5c..aac6ac6 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="isinst_newobj.cs" />
index 5909549..237b6d5 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="castclass_call.cs" />
index 97ffda4..1efc10b 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="castclass_ldarg.cs" />
index e77c1b7..08e5710 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="castclass_ldloc.cs" />
index 8922e20..bc7826b 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="castclass_newobj.cs" />
index f317965..2d9add0 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="isinst_call.cs" />
index 0a1414c..c6fdcd6 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="isinst_ldarg.cs" />
index 80b099a..6931121 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="isinst_ldloc.cs" />
index 538cc72..e6e4cd8 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="isinst_newobj.cs" />
index c2e66b4..ccbbddf 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="iface1.cs" />
index c8e3364..c0ccb43 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="iface1.cs" />
index b473931..7b9d61f 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="throw.cs" />
index c94216d..fbc74cf 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="throw.cs" />
index 0f368b1..94bad7f 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="precise1.cs" />
index bd02770..21f0d01 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="precise1.cs" />
index 0031c82..c9cd0e6 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="precise1b.cs" />
index 6933a76..1838e8c 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="precise1b.cs" />
index 89c9914..ab86b18 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="precise2.cs" />
index f6f1879..5d1052d 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="precise2.cs" />
index 83204c8..bee96af 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="precise4.cs" />
index f0846c5..6497000 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="precise4.cs" />
index 3dde82a..c3665f5 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 56eccf9..2150ef6 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>True</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 5237bcf..a252b5e 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
index d54cfc5..8b19cf9 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>True</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 37f5478..da19c03 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 5ca7341..151f1e2 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>True</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 7b8b224..98d49ec 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 360da68..42a1719 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>True</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 177ffa6..6293fff 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="decimaldiv.cs" />
index 389d939..1f4f407 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="decimaldiv.cs" />
index 24eed40..aa0c54f 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="i4div.cs" />
index fd08033..1f42d0c 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="i4div.cs" />
index cfaaaf3..9518ea1 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="i8div.cs" />
index 41a3984..06a2691 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="i8div.cs" />
index 668633b..93de83c 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="overlddiv.cs" />
index 93cbe28..428860e 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="overlddiv.cs" />
index a8a7b62..cb2d30f 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="r4div.cs" />
index ac06c17..ae4fb90 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="r4div.cs" />
index 56c13c9..b5fe54d 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="r8div.cs" />
index 439257a..933f564 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="r8div.cs" />
index d2a18fc..b16bfeb 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="u4div.cs" />
index 8fbc8ba..f388a71 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="u4div.cs" />
index 2db9c3e..9fc0e2a 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="u8div.cs" />
index 626ad7d..1f6d15b 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="u8div.cs" />
index 518851c..5d8881a 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="decimalrem.cs" />
index 0d89bf3..04bd385 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="decimalrem.cs" />
index fe2e5f4..4a9beac 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="i4rem.cs" />
index 75b0e9f..4b00959 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="i4rem.cs" />
index a405505..fb0afe1 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="i8rem.cs" />
index a4fb0d2..11b9d20 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="i8rem.cs" />
index f154e47..f729fe3 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="overldrem.cs" />
index bbbec96..ff7db23 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="overldrem.cs" />
index 619dd77..ba05833 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="r4rem.cs" />
index 76ff2d4..cb7eacf 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="r4rem.cs" />
index 2ecb75a..4addd67 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="r8rem.cs" />
index 4a69d13..82dbec0 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="r8rem.cs" />
index d3994c2..866dabd 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="u4rem.cs" />
index 414f830..3284f09 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="u4rem.cs" />
index fad78d0..60e9808 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="u8rem.cs" />
index 8d8cad4..6999aa2 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="u8rem.cs" />
index baa2c1e..4426acf 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="dblarray1.cs" />
index 91a130a..180abd8 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="dblarray1.cs" />
index aa55a32..bef63e2 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="dblarray2.cs" />
index 18a6024..4a1c9e5 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="dblarray2.cs" />
index 02cde03..932c7e1 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="dblarray4.cs" />
index cd0d8f6..c9f8dcd 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="dblarray4.cs" />
index 54a59bd..121de2a 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 0465557..b6d2f1d 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>True</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 2e9c089..218b5e4 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 054803c..7a1cdfb 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>True</Optimize>
   </PropertyGroup>
   <ItemGroup>
index da2e3f1..4885534 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 69314d6..4f7a7c9 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>True</Optimize>
   </PropertyGroup>
   <ItemGroup>
index c715cfd..64b6347 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
index d0f60ee..f6cac1c 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 4c72cce..c8cf8f5 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>True</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 5f14945..fc3d3fc 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 732450a..95c983c 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>True</Optimize>
   </PropertyGroup>
   <ItemGroup>
index a5c3b5d..362fa1c 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 7622aa5..0eb9770 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>True</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 2577d3d..eefceae 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 0abeebc..6ca26a7 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>True</Optimize>
   </PropertyGroup>
   <ItemGroup>
index b8a4a0a..4d19aa5 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 79b78ca..ba34505 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>True</Optimize>
   </PropertyGroup>
   <ItemGroup>
index f29bbbe..538962b 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 9619e25..72fa7e0 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>True</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 3bf6f8f..48551fc 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
index c8023c9..6e9c9e1 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>True</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 3e4278b..03850b0 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 7a38379..35fd1a0 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>True</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 6538e6d..a565c3d 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 6d077f5..179708e 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>True</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 2bed114..e7a9ec3 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 6cd21fc..1b66a0c 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>True</Optimize>
   </PropertyGroup>
   <ItemGroup>
index fd17724..45d15f1 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 2aafd8a..b20fbac 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>True</Optimize>
   </PropertyGroup>
   <ItemGroup>
index f482745..b4fc044 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="deadcodeincatch.il" />
index b2fdf25..d931d23 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 4d7435c..edcec9b 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>True</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 3779707..81180c4 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
index eda9284..c82f1a4 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>True</Optimize>
   </PropertyGroup>
   <ItemGroup>
index a52adf5..393dcd6 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
index ff21902..85f7cf6 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>True</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 4a9a6a3..9ccb3cf 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 45539fb..7d16352 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>True</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 2dd1181..1c0a098 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 6aae30d..f8af231 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>True</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 5d6b180..841fe76 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 8fe94b8..eabce23 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>True</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 99dd3dd..a8fcbf8 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 2cea824..0f2170c 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>True</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 09df6b0..5ea9c67 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 7d7a905..6aa610e 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>True</Optimize>
   </PropertyGroup>
   <ItemGroup>
index c813e91..6719faa 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 92053fa..068fc77 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>True</Optimize>
   </PropertyGroup>
   <ItemGroup>
index afa6869..0195788 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 010407a..207fc5a 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>True</Optimize>
   </PropertyGroup>
   <ItemGroup>
index dd871c4..59be427 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
index a377dd1..5114c82 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>True</Optimize>
   </PropertyGroup>
   <ItemGroup>
index be76115..8aa039e 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 86c9ac6..32af1ac 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>True</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 50a2425..bc8fe2e 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
index cb0487c..a58b344 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>True</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 100b437..cad2fe7 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 13e29df..349d915 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>True</Optimize>
   </PropertyGroup>
   <ItemGroup>
index c16e752..8ce701b 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 574746b..d3c4298 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>True</Optimize>
   </PropertyGroup>
   <ItemGroup>
index d04fd89..28302e6 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
index b10e1c8..b17732b 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>True</Optimize>
   </PropertyGroup>
   <ItemGroup>
index f22790e..7393b1d 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 083202b..da048f2 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>True</Optimize>
   </PropertyGroup>
   <ItemGroup>
index d12f559..2a0f1a7 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
index f3dc16d..c16403d 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>True</Optimize>
   </PropertyGroup>
   <ItemGroup>
index aa8fe88..64b7527 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
index ddb9f72..8e7952d 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>True</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 2c1db77..aeaa8c2 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 648325e..cda8fef 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>True</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 002f3a2..0cf3fa6 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
index b7e8945..2c36c3c 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>True</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 29807fb..a6d3670 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
index b31170c..512708b 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>True</Optimize>
   </PropertyGroup>
   <ItemGroup>
index dfd2acc..b7d45ca 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 95b32ef..5f4a2f1 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>True</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 7409768..4ed9d5c 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
index a677425..dd4b2a9 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>True</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 1fddf7b..951409a 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
index d1b4a80..aa2e48d 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>True</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 323274b..775808b 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
index fd64d29..90bb2dc 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>True</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 24df5dc..7f31c20 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 296998d..4896b67 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>True</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 6d2ea8d..5e39c90 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 262c55e..91036e3 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>True</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 9778be4..8d66b8c 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 6842b7e..432175f 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>True</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 3895ce5..617a465 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 6fe978b..177694c 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>True</Optimize>
   </PropertyGroup>
   <ItemGroup>
index fa3fb53..80a84fe 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
index b2fbd58..13a2b70 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>True</Optimize>
   </PropertyGroup>
   <ItemGroup>
index bbb2dd8..2ff5ad4 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
index fcf4d35..f56cdcc 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>True</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 704de06..33d88d9 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="outermostFinally.cs" />
index 0ac4c3f..bfb6a0d 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 1b265a1..3e03740 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>True</Optimize>
   </PropertyGroup>
   <ItemGroup>
index bbe288b..0a3b776 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
index be31e5f..e317cd6 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>True</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 9a28653..28c6866 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="baduwinfo.cs" />
index 7c1b338..f622c24 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="baduwinfo1.cs" />
index 4a9ac15..05fa25d 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 0a5a6b6..6d3f7f9 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>True</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 43a5f0b..809d12d 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 588a2f6..cad1e5b 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>True</Optimize>
   </PropertyGroup>
   <ItemGroup>
index bf644df..0dc2364 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
index f7a9122..1f0d8a4 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>True</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 801b03e..5b3731a 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
index cab2de7..798c81f 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>True</Optimize>
   </PropertyGroup>
   <ItemGroup>
index b73e0fe..8c1e57a 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
index db64ab0..8042f15 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>True</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 1acf4d6..17c7144 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
index e7d5939..cc77586 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>True</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 670ef95..f1aba7f 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -29,6 +29,7 @@
   </ItemGroup>
   <PropertyGroup>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
+    <DebugType>Full</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="expl_byte_1.cs" />
index 670ef95..5b8d071 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -29,6 +29,7 @@
   </ItemGroup>
   <PropertyGroup>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
+    <DebugType>None</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="expl_byte_1.cs" />
index 8c7cfd2..770525e 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -29,6 +29,7 @@
   </ItemGroup>
   <PropertyGroup>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
+    <DebugType>Full</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="expl_double_1.cs" />
index 8c7cfd2..66cf504 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -29,6 +29,7 @@
   </ItemGroup>
   <PropertyGroup>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
+    <DebugType>None</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="expl_double_1.cs" />
index 8668775..2aab5aa 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -29,6 +29,7 @@
   </ItemGroup>
   <PropertyGroup>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
+    <DebugType>Full</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="expl_float_1.cs" />
index 8668775..2bb9d11 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -29,6 +29,7 @@
   </ItemGroup>
   <PropertyGroup>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
+    <DebugType>None</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="expl_float_1.cs" />
index ee38038..15bee24 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -29,6 +29,7 @@
   </ItemGroup>
   <PropertyGroup>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
+    <DebugType>Full</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="expl_gc_byte_1.cs" />
index ee38038..713feca 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -29,6 +29,7 @@
   </ItemGroup>
   <PropertyGroup>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
+    <DebugType>None</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="expl_gc_byte_1.cs" />
index be14580..e19fac3 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -29,6 +29,7 @@
   </ItemGroup>
   <PropertyGroup>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
+    <DebugType>Full</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="expl_gc_double_1.cs" />
index be14580..8b3e40d 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -29,6 +29,7 @@
   </ItemGroup>
   <PropertyGroup>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
+    <DebugType>None</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="expl_gc_double_1.cs" />
index 89f36e0..7d0d1c1 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -29,6 +29,7 @@
   </ItemGroup>
   <PropertyGroup>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
+    <DebugType>Full</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="expl_gc_float_1.cs" />
index 89f36e0..64f33bc 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -29,6 +29,7 @@
   </ItemGroup>
   <PropertyGroup>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
+    <DebugType>None</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="expl_gc_float_1.cs" />
index ad5cc6f..cea6ebc 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -29,6 +29,7 @@
   </ItemGroup>
   <PropertyGroup>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
+    <DebugType>Full</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="expl_gc_int_1.cs" />
index ad5cc6f..aca6ee9 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -29,6 +29,7 @@
   </ItemGroup>
   <PropertyGroup>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
+    <DebugType>None</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="expl_gc_int_1.cs" />
index ee52994..bf9041d 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -29,6 +29,7 @@
   </ItemGroup>
   <PropertyGroup>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
+    <DebugType>Full</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="expl_gc_long_1.cs" />
index ee52994..6455828 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -29,6 +29,7 @@
   </ItemGroup>
   <PropertyGroup>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
+    <DebugType>None</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="expl_gc_long_1.cs" />
index 7c5928a..8eb552e 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -29,6 +29,7 @@
   </ItemGroup>
   <PropertyGroup>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
+    <DebugType>Full</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="expl_gc_obj_1.cs" />
index 7c5928a..9455917 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -29,6 +29,7 @@
   </ItemGroup>
   <PropertyGroup>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
+    <DebugType>None</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="expl_gc_obj_1.cs" />
index 8a16e48..65daa27 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -29,6 +29,7 @@
   </ItemGroup>
   <PropertyGroup>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
+    <DebugType>Full</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="expl_gc_short_1.cs" />
index 8a16e48..5a6afee 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -29,6 +29,7 @@
   </ItemGroup>
   <PropertyGroup>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
+    <DebugType>None</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="expl_gc_short_1.cs" />
index f186772..91777b4 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -29,6 +29,7 @@
   </ItemGroup>
   <PropertyGroup>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
+    <DebugType>Full</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="expl_gc_val_1.cs" />
index f186772..49966c3 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -29,6 +29,7 @@
   </ItemGroup>
   <PropertyGroup>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
+    <DebugType>None</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="expl_gc_val_1.cs" />
index d408662..307acff 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -29,6 +29,7 @@
   </ItemGroup>
   <PropertyGroup>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
+    <DebugType>Full</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="expl_int_1.cs" />
index d408662..e8de611 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -29,6 +29,7 @@
   </ItemGroup>
   <PropertyGroup>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
+    <DebugType>None</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="expl_int_1.cs" />
index a4f9e1d..14dbad9 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -29,6 +29,7 @@
   </ItemGroup>
   <PropertyGroup>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
+    <DebugType>Full</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="expl_long_1.cs" />
index a4f9e1d..cf2e470 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -29,6 +29,7 @@
   </ItemGroup>
   <PropertyGroup>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
+    <DebugType>None</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="expl_long_1.cs" />
index 441e4df..c0e1011 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -29,6 +29,7 @@
   </ItemGroup>
   <PropertyGroup>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
+    <DebugType>Full</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="expl_obj_1.cs" />
index 441e4df..1e7eedc 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -29,6 +29,7 @@
   </ItemGroup>
   <PropertyGroup>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
+    <DebugType>None</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="expl_obj_1.cs" />
index d7686c4..31f902f 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -29,6 +29,7 @@
   </ItemGroup>
   <PropertyGroup>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
+    <DebugType>Full</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="expl_short_1.cs" />
index d7686c4..3e99746 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -29,6 +29,7 @@
   </ItemGroup>
   <PropertyGroup>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
+    <DebugType>None</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="expl_short_1.cs" />
index 46d74a9..9f29330 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -29,6 +29,7 @@
   </ItemGroup>
   <PropertyGroup>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
+    <DebugType>Full</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="expl_val_1.cs" />
index 46d74a9..2aa3965 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -29,6 +29,7 @@
   </ItemGroup>
   <PropertyGroup>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
+    <DebugType>None</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="expl_val_1.cs" />
index ec2a01b..dbb8d45 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -29,6 +29,7 @@
   </ItemGroup>
   <PropertyGroup>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
+    <DebugType>Full</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="seq_byte_1.cs" />
index ec2a01b..209e93b 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -29,6 +29,7 @@
   </ItemGroup>
   <PropertyGroup>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
+    <DebugType>None</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="seq_byte_1.cs" />
index e9852de..31d8458 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -29,6 +29,7 @@
   </ItemGroup>
   <PropertyGroup>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
+    <DebugType>Full</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="seq_double_1.cs" />
index e9852de..d91954f 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -29,6 +29,7 @@
   </ItemGroup>
   <PropertyGroup>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
+    <DebugType>None</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="seq_double_1.cs" />
index b599235..67dfe1c 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -29,6 +29,7 @@
   </ItemGroup>
   <PropertyGroup>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
+    <DebugType>Full</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="seq_float_1.cs" />
index b599235..19d70c5 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -29,6 +29,7 @@
   </ItemGroup>
   <PropertyGroup>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
+    <DebugType>None</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="seq_float_1.cs" />
index b29d94b..c533c53 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -29,6 +29,7 @@
   </ItemGroup>
   <PropertyGroup>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
+    <DebugType>Full</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="seq_gc_byte_1.cs" />
index b29d94b..afbca41 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -29,6 +29,7 @@
   </ItemGroup>
   <PropertyGroup>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
+    <DebugType>None</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="seq_gc_byte_1.cs" />
index 2bdd687..8c76a88 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -29,6 +29,7 @@
   </ItemGroup>
   <PropertyGroup>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
+    <DebugType>Full</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="seq_gc_double_1.cs" />
index 2bdd687..0343ee1 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -29,6 +29,7 @@
   </ItemGroup>
   <PropertyGroup>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
+    <DebugType>None</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="seq_gc_double_1.cs" />
index 641ac4f..e6c6982 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -29,6 +29,7 @@
   </ItemGroup>
   <PropertyGroup>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
+    <DebugType>Full</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="seq_gc_float_1.cs" />
index 641ac4f..7f7971c 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -29,6 +29,7 @@
   </ItemGroup>
   <PropertyGroup>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
+    <DebugType>None</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="seq_gc_float_1.cs" />
index 3220c40..80b16cc 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -29,6 +29,7 @@
   </ItemGroup>
   <PropertyGroup>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
+    <DebugType>Full</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="seq_gc_int_1.cs" />
index 3220c40..12b88ef 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -29,6 +29,7 @@
   </ItemGroup>
   <PropertyGroup>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
+    <DebugType>None</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="seq_gc_int_1.cs" />
index 2bcdfd3..7ca65e5 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -29,6 +29,7 @@
   </ItemGroup>
   <PropertyGroup>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
+    <DebugType>Full</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="seq_gc_long_1.cs" />
index 2bcdfd3..a91fa45 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -29,6 +29,7 @@
   </ItemGroup>
   <PropertyGroup>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
+    <DebugType>None</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="seq_gc_long_1.cs" />
index e1145f9..cf29957 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -29,6 +29,7 @@
   </ItemGroup>
   <PropertyGroup>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
+    <DebugType>Full</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="seq_gc_obj_1.cs" />
index e1145f9..d8541ec 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -29,6 +29,7 @@
   </ItemGroup>
   <PropertyGroup>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
+    <DebugType>None</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="seq_gc_obj_1.cs" />
index f92c7a1..fc13575 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -29,6 +29,7 @@
   </ItemGroup>
   <PropertyGroup>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
+    <DebugType>Full</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="seq_gc_short_1.cs" />
index f92c7a1..8423f8f 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -29,6 +29,7 @@
   </ItemGroup>
   <PropertyGroup>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
+    <DebugType>None</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="seq_gc_short_1.cs" />
index a1d8770..a44e3a8 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -29,6 +29,7 @@
   </ItemGroup>
   <PropertyGroup>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
+    <DebugType>Full</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="seq_gc_val_1.cs" />
index a1d8770..e147408 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -29,6 +29,7 @@
   </ItemGroup>
   <PropertyGroup>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
+    <DebugType>None</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="seq_gc_val_1.cs" />
index 1b10c3d..4e293ad 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -29,6 +29,7 @@
   </ItemGroup>
   <PropertyGroup>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
+    <DebugType>Full</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="seq_int_1.cs" />
index 1b10c3d..fab107a 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -29,6 +29,7 @@
   </ItemGroup>
   <PropertyGroup>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
+    <DebugType>None</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="seq_int_1.cs" />
index f3026c1..83d57f4 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -29,6 +29,7 @@
   </ItemGroup>
   <PropertyGroup>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
+    <DebugType>Full</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="seq_long_1.cs" />
index f3026c1..9cdaded 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -29,6 +29,7 @@
   </ItemGroup>
   <PropertyGroup>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
+    <DebugType>None</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="seq_long_1.cs" />
index 0d37a06..6285b13 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -29,6 +29,7 @@
   </ItemGroup>
   <PropertyGroup>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
+    <DebugType>Full</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="seq_obj_1.cs" />
index 0d37a06..6b2cb78 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -29,6 +29,7 @@
   </ItemGroup>
   <PropertyGroup>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
+    <DebugType>None</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="seq_obj_1.cs" />
index 8881d50..a2e58ce 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -29,6 +29,7 @@
   </ItemGroup>
   <PropertyGroup>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
+    <DebugType>Full</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="seq_short_1.cs" />
index 8881d50..91fd4d3 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -29,6 +29,7 @@
   </ItemGroup>
   <PropertyGroup>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
+    <DebugType>None</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="seq_short_1.cs" />
index c628836..6e56304 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -29,6 +29,7 @@
   </ItemGroup>
   <PropertyGroup>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
+    <DebugType>Full</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="seq_val_1.cs" />
index c628836..104869a 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -29,6 +29,7 @@
   </ItemGroup>
   <PropertyGroup>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
+    <DebugType>None</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="seq_val_1.cs" />
index 7c1ead1..3a544fa 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="explicit1.cs" />
index 067181d..a460a8e 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="explicit2.cs" />
index ad26e10..b0ef673 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="explicit3.cs" />
index c821d3a..bfbd82d 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="explicit4.cs" />
index f80886c..00c72c3 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="explicit5.cs" />
index fec70a6..d8029ac 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="explicit6.cs" />
index bba2505..84fad2d 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="explicit7.cs" />
index 1e2bafd..03dd7c9 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="explicit8.cs" />
index bd0ffac..42d95c2 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="explicit1.cs" />
index 56d88c2..02010af 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="explicit2.cs" />
index cde63af..bbff041 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="explicit3.cs" />
index 2fb3fe1..d91e89d 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="explicit4.cs" />
index cddec3c..26fa8e3 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="explicit5.cs" />
index 6c451e2..1c5bafa 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="explicit6.cs" />
index ed70cce..4fed4ae 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="explicit7.cs" />
index a078338..3152a69 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="explicit8.cs" />
index efceb32..774d973 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>PdbOnly</DebugType>
-    <Optimize>False</Optimize>
+    <Optimize>True</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="finallyclone.cs" />
index 12ebb25..5ca2e92 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType>Full</DebugType>
+    <DebugType>PdbOnly</DebugType>
     <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
index ee991af..d68ec17 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
index fbf22cb..e22e74d 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>True</Optimize>
   </PropertyGroup>
   <ItemGroup>
index c48daab..edfbbf9 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
   </PropertyGroup>
   <ItemGroup>
index 89b35cd..5a1d20e 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
   </PropertyGroup>
   <ItemGroup>
index 956e3c6..e43cd01 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
   </PropertyGroup>
   <ItemGroup>
index 49ffe8b..5497cfa 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
   </PropertyGroup>
   <ItemGroup>
index 5914acb..8d056b6 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
   </PropertyGroup>
   <ItemGroup>
index 5b8aa0c..aef7f12 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
   </PropertyGroup>
   <ItemGroup>
index fb5f150..fbefee0 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
   </PropertyGroup>
   <ItemGroup>
index fef3637..dc56044 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
   </PropertyGroup>
   <ItemGroup>
index ad1acf9..d07eaf4 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
   </PropertyGroup>
   <ItemGroup>
index 8380b22..c69e34a 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
   </PropertyGroup>
   <ItemGroup>
index 93ffcb4..37a3912 100644 (file)
@@ -29,7 +29,7 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
index c5930b0..3e8617a 100644 (file)
@@ -29,7 +29,7 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
index f013bec..52199c0 100644 (file)
@@ -29,7 +29,7 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
index 19e921f..addd239 100644 (file)
@@ -29,7 +29,7 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
index ff32396..f185b2c 100644 (file)
@@ -29,7 +29,7 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
index 85f0a3e..63bbe9c 100644 (file)
@@ -29,7 +29,7 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
index fe7f379..18e6be7 100644 (file)
@@ -29,7 +29,7 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
index 81e186f..68c8a79 100644 (file)
@@ -29,7 +29,7 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
index e0b5f7a..872da5e 100644 (file)
@@ -29,7 +29,7 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
index 97099e7..c3a4c09 100644 (file)
@@ -29,7 +29,7 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
index 873a467..8f40a63 100644 (file)
@@ -29,7 +29,7 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
index 8840ec4..e26e36e 100644 (file)
@@ -29,7 +29,7 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
index df305e1..1dab750 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
   </PropertyGroup>
   <ItemGroup>
index 76ed90f..2c90674 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
   </PropertyGroup>
   <ItemGroup>
index c407f43..4ce3a15 100644 (file)
@@ -29,7 +29,7 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
index 41f45ca..9fddba3 100644 (file)
@@ -29,7 +29,7 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
index 2f31e30..67b9112 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="lcs_long.cs" />
index c91fa90..7321f04 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="lcs_ulong.cs" />
index 062c478..d286765 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="lcs_long.cs" />
index 4b53668..c9d0933 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="lcs_ulong.cs" />
index a0f0444..abadee8 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="binop.cs" />
index 3a17202..17a9dcd 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="box.cs" />
index 6c77517..f7b4de4 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="binop.cs" />
index e3a1bf2..094df25 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="box.cs" />
index 4fb30b1..69735ab 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="s_addsub.cs" />
index c53fb4c..7a16df2 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="s_ldc_div.cs" />
index 828f555..a49c52e 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="s_ldc_mul.cs" />
index 89de979..8fd6b27 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="s_ldc_mulovf.cs" />
index 79311f5..7e09918 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="s_ldfld_mul.cs" />
index 4e60e83..79c57d9 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="s_ldfld_mulovf.cs" />
index 412a6cc..e5cc855 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="s_ldsfld_mul.cs" />
index e882366..5d0e891 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="s_ldsfld_mulovf.cs" />
index 55d06f1..04fab89 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="s_muldiv.cs" />
index 6782b58..7fd0a3a 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="s_addsub.cs" />
index d4b0107..8e5f2f9 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="s_ldc_div.cs" />
index f284321..1e85b7a 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="s_ldc_mul.cs" />
index 91e8e95..47765b4 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="s_ldc_mulovf.cs" />
index 57a5be6..2860bdf 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="s_ldfld_mul.cs" />
index 40c9273..ac09fe1 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="s_ldfld_mulovf.cs" />
index fef4c3a..7b7888e 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="s_ldsfld_mul.cs" />
index 8074447..8f74cd8 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="s_ldsfld_mulovf.cs" />
index 776a94f..a44d99e 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="s_muldiv.cs" />
index 8a2c998..be4a478 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="superlong.cs" />
index 19f2933..4545f29 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="superlong.cs" />
index 6ac8675..661f93c 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="addsub.cs" />
index 77bda5e..919e3c2 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="ldc_mul.cs" />
index 5c79a2d..e3bcb21 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="ldc_mulovf.cs" />
index c797ac8..8a5b1c0 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="ldfld_mul.cs" />
index 7bc4adf..09802d1 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="ldfld_mulovf.cs" />
index 545fab5..f81b919 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="ldsfld_mul.cs" />
index b2b4562..d1f73a2 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="ldsfld_mulovf.cs" />
index 2bb94af..f01e60f 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="muldiv.cs" />
index a872911..54cd4b3 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="addsub.cs" />
index 3abbf95..8ce7e18 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="ldc_mul.cs" />
index 22d645a..5fcb673 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="ldc_mulovf.cs" />
index 7b16622..9fb071e 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="ldfld_mul.cs" />
index fe1f0d3..661f57d 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="ldfld_mulovf.cs" />
index 7fdd0c2..032c77a 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="ldsfld_mul.cs" />
index f064dec..b5e1e6a 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="ldsfld_mulovf.cs" />
index 08568fb..778f76c 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="muldiv.cs" />
index bd8d7fb..e8bfe8b 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="gcreport.cs" />
index 0522cf1..469701a 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="native.cs" />
index 6b720d4..a60dc67 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="stress1.cs" />
index 55413c7..356bfb5 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="stress3-64bit.cs" />
index 8a34ba4..44d0d73 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="virtcall.cs" />
index c55d563..d10dc50 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="gcreport.cs" />
index e5b54f5..aeb35f8 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="native.cs" />
index 056c79c..a6301e5 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="stress1.cs" />
index 9b66fe0..85c0243 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="stress3-64bit.cs" />
index c6a300d..a7812a9 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="virtcall.cs" />
index 7590a86..0f19d1d 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -27,7 +27,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>PdbOnly</DebugType>
-    <Optimize></Optimize>
+    
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="test1.cs" />
index 55984db..8814b9f 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -27,7 +27,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>PdbOnly</DebugType>
-    <Optimize></Optimize>
+    
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="test2.cs" />
index 19f7b0f..2225d3e 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -27,7 +27,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>PdbOnly</DebugType>
-    <Optimize></Optimize>
+    
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="test4.cs" />
index 8803485..f9e0464 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
   </PropertyGroup>
   <ItemGroup>
index 2eb4b4e..94b75ef 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
   </PropertyGroup>
   <ItemGroup>
index 9449613..597e52d 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
   </PropertyGroup>
   <ItemGroup>
index 47eefba..858ca2b 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
   </PropertyGroup>
   <ItemGroup>
index 495c3c8..a9b4e27 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
   </PropertyGroup>
   <ItemGroup>
index a265f04..7814e3e 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
   </PropertyGroup>
   <ItemGroup>
index b50dce0..6c35c11 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
   </PropertyGroup>
   <ItemGroup>
index 9869c5c..c21faf1 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
   </PropertyGroup>
   <ItemGroup>
index c7777fa..0d9de4b 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
   </PropertyGroup>
   <ItemGroup>
index a0fd69d..ea85359 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
   </PropertyGroup>
   <ItemGroup>
index f55a311..7ee33ef 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
   </PropertyGroup>
   <ItemGroup>
index df504f5..661f02c 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
   </PropertyGroup>
   <ItemGroup>
index 5384d40..c3e3874 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
   </PropertyGroup>
   <ItemGroup>
index 647075f..9c04538 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
   </PropertyGroup>
   <ItemGroup>
index 3a9b74c..00cce73 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="refanyval.cs" />
index 0792238..40321be 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="unbox.cs" />
index 29e5444..032a51a 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="refanyval.cs" />
index 7eba6b1..894344f 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="unbox.cs" />
index dba9651..d57366b 100644 (file)
@@ -29,7 +29,7 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
index 4530c5d..0b67681 100644 (file)
@@ -29,7 +29,7 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
index 980ac23..82080a7 100644 (file)
@@ -29,7 +29,7 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
index 3b0497f..f9bcd83 100644 (file)
@@ -29,7 +29,7 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
index 665d95e..076c3a4 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="b12795.cs" />
index 192537c..5dd8f4a 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>PdbOnly</DebugType>
-    <Optimize>False</Optimize>
+    
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="b38269.cs" />
index fe96cea..42eacf3 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="b89279.cs" />
index 34e68c5..dfa7e82 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="b578931.cs" />
index aac82e9..42c2662 100644 (file)
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType>None</DebugType>
+    <DebugType>Full</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="vars2.cs" />
index 3ff6563..24229a7 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType>Full</DebugType>
+    <DebugType>PdbOnly</DebugType>
     <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 8ffccf6..56cd9a8 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-  </PropertyGroup>
+  <DebugType>PdbOnly</DebugType></PropertyGroup>
   <ItemGroup>
     <Compile Include="b448208.cs" />
   </ItemGroup>
index ce7ca5c..ee297ce 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="b369916.cs" />
index c25f32a..bc1a6ec 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="b604247.cs" />
index fd9da6e..4a44194 100644 (file)
@@ -29,7 +29,7 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
index 5118314..a1f1ee2 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType>Full</DebugType>
+    <DebugType>PdbOnly</DebugType>
     <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 2e12a16..281a558 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="dev11_13912.cs" />
index d1d6133..4b09c81 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="seqpts.cs" />
index 958a98a..17474e0 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="dev11_20929.cs" />
index 2511e8e..b0ce874 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="dev11_20929.cs" />
index 9aed323..31801e2 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="DevDiv_876169.cs" />
index 5e81efd..baaaa18 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="DevDiv_876169.cs" />
index d135e62..dd2f3d4 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="DevDiv_794115.cs" />
index 8bed1e6..5b43f3e 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="DevDiv_794115.cs" />
index 8e7b977..4706e3b 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="DevDiv_794631.cs" />
index eb3a864..d7e61bb 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="DevDiv_794631.cs" />
index b6b1e45..3d7aee4 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="DevDiv_815940.cs" />
index 3f35ffe..b9ca51d 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="DevDiv_815940.cs" />
index e6b06fb..6640f40 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="DevDiv_816617.cs" />
index a720386..d22e286 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="DevDiv_816617.cs" />
index c35b39f..eac2ba6 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="DevDiv_911875.cs" />
index 1288e0f..5906c71 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="DevDiv_911875.cs" />
index 0e71698..1796058 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>PdbOnly</DebugType>
     <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
index cf1f5bc..99b2b20 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>PdbOnly</DebugType>
     <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 5d9b304..62a8899 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>PdbOnly</DebugType>
     <Optimize>True</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 4194f28..506ea96 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>PdbOnly</DebugType>
     <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 5226385..7948de2 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>PdbOnly</DebugType>
     <Optimize>True</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 249e48f..9834bb6 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>PdbOnly</DebugType>
     <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
index c683e37..2e811b9 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>PdbOnly</DebugType>
     <Optimize>True</Optimize>
   </PropertyGroup>
   <ItemGroup>
index dd3dd11..4883933 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="nonlocalgotoinatryblockinahandler.cs" />
index 170fc66..83126c4 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -27,7 +27,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="nonlocalexitfromnestedcatch.cs" />
index e400d60..54ae37c 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType>Full</DebugType>
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hfa_testA.cs" />
index 6354ade..54ae37c 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hfa_testA.cs" />
index 444c59b..accbacb 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType>Full</DebugType>
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hfa_testA.cs" />
index f98b590..accbacb 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hfa_testA.cs" />
index 39d8594..1e110e3 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType>Full</DebugType>
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hfa_testA.cs" />
index 1aa6d3e..1e110e3 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hfa_testA.cs" />
index 23ba103..f9defb4 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType>Full</DebugType>
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hfa_testA.cs" />
index 5f1b4c3..f9defb4 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hfa_testA.cs" />
index a6618b3..eef114d 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType>Full</DebugType>
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hfa_testA.cs" />
index 5ed76bb..eef114d 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hfa_testA.cs" />
index e188132..b5194b1 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType>Full</DebugType>
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hfa_testA.cs" />
index 7a1094b..b5194b1 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hfa_testA.cs" />
index ca1630d..a1db171 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType>Full</DebugType>
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hfa_testA.cs" />
index 61fddcf..a1db171 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hfa_testA.cs" />
index 95a9944..c2738dd 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType>Full</DebugType>
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hfa_testA.cs" />
index 1b1a457..c2738dd 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hfa_testA.cs" />
index 5aaf1b3..af9abe1 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType>Full</DebugType>
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hfa_testC.cs" />
index 3387e69..af9abe1 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hfa_testC.cs" />
index e19075e..6e8d68d 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType>Full</DebugType>
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hfa_testC.cs" />
index 8531738..6e8d68d 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hfa_testC.cs" />
index 62d88fb..9200497 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType>Full</DebugType>
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hfa_testC.cs" />
index 036a259..9200497 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hfa_testC.cs" />
index daaa9fe..af6968f 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType>Full</DebugType>
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hfa_testC.cs" />
index 80dd22c..af6968f 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hfa_testC.cs" />
index 8c0ae87..0ba7320 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType>Full</DebugType>
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hfa_testC.cs" />
index 4ff1cdb..0ba7320 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hfa_testC.cs" />
index 5ebd379..82a58e3 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType>Full</DebugType>
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hfa_testC.cs" />
index be0700f..82a58e3 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hfa_testC.cs" />
index cbe4e4f..747d205 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType>Full</DebugType>
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hfa_testC.cs" />
index ad1034b..747d205 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hfa_testC.cs" />
index 91db318..14f902b 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType>Full</DebugType>
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hfa_testC.cs" />
index 2983690..14f902b 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hfa_testC.cs" />
index 47ce544..470f05e 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType>Full</DebugType>
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hfa_testE.cs" />
index c34199b..470f05e 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hfa_testE.cs" />
index 06cb168..232c859 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType>Full</DebugType>
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hfa_testE.cs" />
index 3ddec2d..232c859 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hfa_testE.cs" />
index 0257940..6078824 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType>Full</DebugType>
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hfa_testE.cs" />
index 010d0ca..6078824 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hfa_testE.cs" />
index cd60cb6..da4a4bf 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType>Full</DebugType>
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hfa_testE.cs" />
index f332b75..da4a4bf 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hfa_testE.cs" />
index 4a6bd9f..0581ae2 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType>Full</DebugType>
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hfa_testE.cs" />
index 827cdba..0581ae2 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hfa_testE.cs" />
index 6b10df9..2cb9e8b 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType>Full</DebugType>
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hfa_testE.cs" />
index 84b54b1..2cb9e8b 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hfa_testE.cs" />
index ec3ffa0..ba52ae5 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType>Full</DebugType>
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hfa_testE.cs" />
index e78590a..ba52ae5 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hfa_testE.cs" />
index 12a04c8..d08fa9a 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType>Full</DebugType>
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hfa_testE.cs" />
index 0c074f9..d08fa9a 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hfa_testE.cs" />
index 8e036bb..7cf5825 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType>Full</DebugType>
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hfa_testG.cs" />
index 4e5e26e..7cf5825 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hfa_testG.cs" />
index 565177d..08d40ef 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType>Full</DebugType>
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hfa_testG.cs" />
index 2089465..08d40ef 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hfa_testG.cs" />
index c5bf393..b268c8f 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType>Full</DebugType>
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hfa_testG.cs" />
index d8d61e4..b268c8f 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hfa_testG.cs" />
index f2c1e5d..5765cb5 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType>Full</DebugType>
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hfa_testG.cs" />
index c8da979..5765cb5 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hfa_testG.cs" />
index 8a28fa4..d3bde46 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType>Full</DebugType>
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hfa_testG.cs" />
index da7b6fc..d3bde46 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hfa_testG.cs" />
index b807622..6cdde77 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType>Full</DebugType>
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hfa_testG.cs" />
index 4f5c1b1..6cdde77 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hfa_testG.cs" />
index 2fa01cd..122a44e 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType>Full</DebugType>
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hfa_testG.cs" />
index 181bc1d..122a44e 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hfa_testG.cs" />
index c1b1c7d..edfa3eb 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType>Full</DebugType>
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hfa_testG.cs" />
index 4e901ad..edfa3eb 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>PdbOnly</DebugType>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hfa_testG.cs" />
index d1522f9..2c9e844 100644 (file)
@@ -27,7 +27,7 @@
   </ItemGroup>
   <PropertyGroup>
     
-    <Optimize>False</Optimize>
+    
   </PropertyGroup>
   <ItemGroup>  
     <Compile Include="mcc_i00.il ..\common\common.il" />
index 37251c5..8dcf4c0 100644 (file)
@@ -27,7 +27,7 @@
   </ItemGroup>
   <PropertyGroup>
     
-    <Optimize>False</Optimize>
+    
   </PropertyGroup>
   <ItemGroup>  
     <Compile Include="mcc_i01.il ..\common\common.il" />
index 06f6404..5a8b4f1 100644 (file)
@@ -27,7 +27,7 @@
   </ItemGroup>
   <PropertyGroup>
     
-    <Optimize>False</Optimize>
+    
   </PropertyGroup>
   <ItemGroup>  
     <Compile Include="mcc_i02.il ..\common\common.il" />
index e089c9c..d3e4eaa 100644 (file)
@@ -27,7 +27,7 @@
   </ItemGroup>
   <PropertyGroup>
     
-    <Optimize>False</Optimize>
+    
   </PropertyGroup>
   <ItemGroup>  
     <Compile Include="mcc_i03.il ..\common\common.il" />
index bbbce78..bf7486d 100644 (file)
@@ -27,7 +27,7 @@
   </ItemGroup>
   <PropertyGroup>
     
-    <Optimize>False</Optimize>
+    
   </PropertyGroup>
   <ItemGroup>  
     <Compile Include="mcc_i04.il ..\common\common.il" />
index 41ace5c..f51202b 100644 (file)
@@ -27,7 +27,7 @@
   </ItemGroup>
   <PropertyGroup>
     
-    <Optimize>False</Optimize>
+    
   </PropertyGroup>
   <ItemGroup>  
     <Compile Include="mcc_i05.il ..\common\common.il" />
index 4b361c5..d9f7b39 100644 (file)
@@ -27,7 +27,7 @@
   </ItemGroup>
   <PropertyGroup>
     
-    <Optimize>False</Optimize>
+    
   </PropertyGroup>
   <ItemGroup>  
     <Compile Include="mcc_i06.il ..\common\common.il" />
index 73fec92..1704fd4 100644 (file)
@@ -27,7 +27,7 @@
   </ItemGroup>
   <PropertyGroup>
     
-    <Optimize>False</Optimize>
+    
   </PropertyGroup>
   <ItemGroup>  
     <Compile Include="mcc_i07.il ..\common\common.il" />
index 2939edb..7f95899 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType>Full</DebugType>
+    
     <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>  
index 38d6e93..a0988c4 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType>Full</DebugType>
+    
     <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>  
index 183ab4b..2ef7296 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType>Full</DebugType>
+    
     <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>  
index 7bcb6eb..2dfc28f 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType>Full</DebugType>
+    
     <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>  
index f30f9cd..0cde099 100644 (file)
@@ -27,7 +27,7 @@
   </ItemGroup>
   <PropertyGroup>
     
-    <Optimize>False</Optimize>
+    
   </PropertyGroup>
   <ItemGroup>  
     <Compile Include="mcc_i14.il ..\common\common.il" />
index 8257d76..e5a73ca 100644 (file)
@@ -27,7 +27,7 @@
   </ItemGroup>
   <PropertyGroup>
     
-    <Optimize>False</Optimize>
+    
   </PropertyGroup>
   <ItemGroup>  
     <Compile Include="mcc_i15.il ..\common\common.il" />
index a3b717b..d97d146 100644 (file)
@@ -27,7 +27,7 @@
   </ItemGroup>
   <PropertyGroup>
     
-    <Optimize>False</Optimize>
+    
   </PropertyGroup>
   <ItemGroup>  
     <Compile Include="mcc_i16.il ..\common\common.il" />
index e5046e3..2cffa9e 100644 (file)
@@ -27,7 +27,7 @@
   </ItemGroup>
   <PropertyGroup>
     
-    <Optimize>False</Optimize>
+    
   </PropertyGroup>
   <ItemGroup>  
     <Compile Include="mcc_i17.il ..\common\common.il" />
index 24e4f21..95ed776 100644 (file)
@@ -27,7 +27,7 @@
   </ItemGroup>
   <PropertyGroup>
     
-    <Optimize>False</Optimize>
+    
   </PropertyGroup>
   <ItemGroup>  
     <Compile Include="mcc_i30.il ..\common\common.il" />
index 8c6d9be..cbcdda1 100644 (file)
@@ -27,7 +27,7 @@
   </ItemGroup>
   <PropertyGroup>
     
-    <Optimize>False</Optimize>
+    
   </PropertyGroup>
   <ItemGroup>  
     <Compile Include="mcc_i31.il ..\common\common.il" />
index ca10e83..a50c357 100644 (file)
@@ -27,7 +27,7 @@
   </ItemGroup>
   <PropertyGroup>
     
-    <Optimize>False</Optimize>
+    
   </PropertyGroup>
   <ItemGroup>  
     <Compile Include="mcc_i32.il ..\common\common.il" />
index 302879b..9f87e7e 100644 (file)
@@ -27,7 +27,7 @@
   </ItemGroup>
   <PropertyGroup>
     
-    <Optimize>False</Optimize>
+    
   </PropertyGroup>
   <ItemGroup>  
     <Compile Include="mcc_i33.il ..\common\common.il" />
index a7bdfa3..fdd6df4 100644 (file)
@@ -27,7 +27,7 @@
   </ItemGroup>
   <PropertyGroup>
     
-    <Optimize>False</Optimize>
+    
   </PropertyGroup>
   <ItemGroup>  
     <Compile Include="mcc_i34.il ..\common\common.il" />
index 7577e7a..e9e86c4 100644 (file)
@@ -27,7 +27,7 @@
   </ItemGroup>
   <PropertyGroup>
     
-    <Optimize>False</Optimize>
+    
   </PropertyGroup>
   <ItemGroup>  
     <Compile Include="mcc_i35.il ..\common\common.il" />
index 46ac6ee..b87a4ce 100644 (file)
@@ -27,7 +27,7 @@
   </ItemGroup>
   <PropertyGroup>
     
-    <Optimize>False</Optimize>
+    
   </PropertyGroup>
   <ItemGroup>  
     <Compile Include="mcc_i36.il ..\common\common.il" />
index ab933c6..e4ca86e 100644 (file)
@@ -27,7 +27,7 @@
   </ItemGroup>
   <PropertyGroup>
     
-    <Optimize>False</Optimize>
+    
   </PropertyGroup>
   <ItemGroup>  
     <Compile Include="mcc_i37.il ..\common\common.il" />
index c6c6e6a..2e325db 100644 (file)
@@ -27,7 +27,7 @@
   </ItemGroup>
   <PropertyGroup>
     
-    <Optimize>False</Optimize>
+    
   </PropertyGroup>
   <ItemGroup>  
     <Compile Include="mcc_i50.il ..\common\common.il" />
index e21b21d..8581fd3 100644 (file)
@@ -27,7 +27,7 @@
   </ItemGroup>
   <PropertyGroup>
     
-    <Optimize>False</Optimize>
+    
   </PropertyGroup>
   <ItemGroup>  
     <Compile Include="mcc_i51.il ..\common\common.il" />
index 5423533..0508b03 100644 (file)
@@ -27,7 +27,7 @@
   </ItemGroup>
   <PropertyGroup>
     
-    <Optimize>False</Optimize>
+    
   </PropertyGroup>
   <ItemGroup>  
     <Compile Include="mcc_i52.il ..\common\common.il" />
index 07b0172..2317030 100644 (file)
@@ -27,7 +27,7 @@
   </ItemGroup>
   <PropertyGroup>
     
-    <Optimize>False</Optimize>
+    
   </PropertyGroup>
   <ItemGroup>  
     <Compile Include="mcc_i53.il ..\common\common.il" />
index 33d88b4..1e88289 100644 (file)
@@ -27,7 +27,7 @@
   </ItemGroup>
   <PropertyGroup>
     
-    <Optimize>False</Optimize>
+    
   </PropertyGroup>
   <ItemGroup>  
     <Compile Include="mcc_i54.il ..\common\common.il" />
index 2a8a310..ec74a63 100644 (file)
@@ -27,7 +27,7 @@
   </ItemGroup>
   <PropertyGroup>
     
-    <Optimize>False</Optimize>
+    
   </PropertyGroup>
   <ItemGroup>  
     <Compile Include="mcc_i55.il ..\common\common.il" />
index 9f3155d..1276704 100644 (file)
@@ -27,7 +27,7 @@
   </ItemGroup>
   <PropertyGroup>
     
-    <Optimize>False</Optimize>
+    
   </PropertyGroup>
   <ItemGroup>  
     <Compile Include="mcc_i56.il ..\common\common.il" />
index 3fcc59f..8bbce4c 100644 (file)
@@ -27,7 +27,7 @@
   </ItemGroup>
   <PropertyGroup>
     
-    <Optimize>False</Optimize>
+    
   </PropertyGroup>
   <ItemGroup>  
     <Compile Include="mcc_i57.il ..\common\common.il" />
index e571b78..cae5ada 100644 (file)
@@ -27,7 +27,7 @@
   </ItemGroup>
   <PropertyGroup>
     
-    <Optimize>False</Optimize>
+    
   </PropertyGroup>
   <ItemGroup>  
     <Compile Include="mcc_i60.il ..\common\common.il" />
index ac565c2..a1d5e78 100644 (file)
@@ -27,7 +27,7 @@
   </ItemGroup>
   <PropertyGroup>
     
-    <Optimize>False</Optimize>
+    
   </PropertyGroup>
   <ItemGroup>  
     <Compile Include="mcc_i61.il ..\common\common.il" />
index 5cbf59a..3e4dfe2 100644 (file)
@@ -27,7 +27,7 @@
   </ItemGroup>
   <PropertyGroup>
     
-    <Optimize>False</Optimize>
+    
   </PropertyGroup>
   <ItemGroup>  
     <Compile Include="mcc_i62.il ..\common\common.il" />
index 091a039..71c1137 100644 (file)
@@ -27,7 +27,7 @@
   </ItemGroup>
   <PropertyGroup>
     
-    <Optimize>False</Optimize>
+    
   </PropertyGroup>
   <ItemGroup>  
     <Compile Include="mcc_i63.il ..\common\common.il" />
index 17f1ef0..0c8a601 100644 (file)
@@ -27,7 +27,7 @@
   </ItemGroup>
   <PropertyGroup>
     
-    <Optimize>False</Optimize>
+    
   </PropertyGroup>
   <ItemGroup>  
     <Compile Include="mcc_i64.il ..\common\common.il" />
index e4277e9..ea7397a 100644 (file)
@@ -27,7 +27,7 @@
   </ItemGroup>
   <PropertyGroup>
     
-    <Optimize>False</Optimize>
+    
   </PropertyGroup>
   <ItemGroup>  
     <Compile Include="mcc_i65.il ..\common\common.il" />
index c11c85e..ab4aa02 100644 (file)
@@ -27,7 +27,7 @@
   </ItemGroup>
   <PropertyGroup>
     
-    <Optimize>False</Optimize>
+    
   </PropertyGroup>
   <ItemGroup>  
     <Compile Include="mcc_i66.il ..\common\common.il" />
index fe75d4a..9c0b8a9 100644 (file)
@@ -27,7 +27,7 @@
   </ItemGroup>
   <PropertyGroup>
     
-    <Optimize>False</Optimize>
+    
   </PropertyGroup>
   <ItemGroup>  
     <Compile Include="mcc_i67.il ..\common\common.il" />
index 2e139e9..0d6f17d 100644 (file)
@@ -27,7 +27,7 @@
   </ItemGroup>
   <PropertyGroup>
     
-    <Optimize>False</Optimize>
+    
   </PropertyGroup>
   <ItemGroup>  
     <Compile Include="mcc_i70.il ..\common\common.il" />
index 332e3a0..08593eb 100644 (file)
@@ -27,7 +27,7 @@
   </ItemGroup>
   <PropertyGroup>
     
-    <Optimize>False</Optimize>
+    
   </PropertyGroup>
   <ItemGroup>  
     <Compile Include="mcc_i71.il ..\common\common.il" />
index e959a9b..7526bab 100644 (file)
@@ -27,7 +27,7 @@
   </ItemGroup>
   <PropertyGroup>
     
-    <Optimize>False</Optimize>
+    
   </PropertyGroup>
   <ItemGroup>  
     <Compile Include="mcc_i72.il ..\common\common.il" />
index b5d32da..28e3138 100644 (file)
@@ -27,7 +27,7 @@
   </ItemGroup>
   <PropertyGroup>
     
-    <Optimize>False</Optimize>
+    
   </PropertyGroup>
   <ItemGroup>  
     <Compile Include="mcc_i73.il ..\common\common.il" />
index 036e6cd..8a25f99 100644 (file)
@@ -27,7 +27,7 @@
   </ItemGroup>
   <PropertyGroup>
     
-    <Optimize>False</Optimize>
+    
   </PropertyGroup>
   <ItemGroup>  
     <Compile Include="mcc_i74.il ..\common\common.il" />
index 11cf06e..f4e5a21 100644 (file)
@@ -27,7 +27,7 @@
   </ItemGroup>
   <PropertyGroup>
     
-    <Optimize>False</Optimize>
+    
   </PropertyGroup>
   <ItemGroup>  
     <Compile Include="mcc_i75.il ..\common\common.il" />
index ce2baea..aa3d61d 100644 (file)
@@ -27,7 +27,7 @@
   </ItemGroup>
   <PropertyGroup>
     
-    <Optimize>False</Optimize>
+    
   </PropertyGroup>
   <ItemGroup>  
     <Compile Include="mcc_i76.il ..\common\common.il" />
index 3e0a04e..1f69767 100644 (file)
@@ -27,7 +27,7 @@
   </ItemGroup>
   <PropertyGroup>
     
-    <Optimize>False</Optimize>
+    
   </PropertyGroup>
   <ItemGroup>  
     <Compile Include="mcc_i77.il ..\common\common.il" />
index 8873c08..82f5596 100644 (file)
@@ -27,7 +27,7 @@
   </ItemGroup>
   <PropertyGroup>
     
-    <Optimize>False</Optimize>
+    
   </PropertyGroup>
   <ItemGroup>  
     <Compile Include="mcc_i80.il ..\common\common.il" />
index 0203b92..5ee4280 100644 (file)
@@ -27,7 +27,7 @@
   </ItemGroup>
   <PropertyGroup>
     
-    <Optimize>False</Optimize>
+    
   </PropertyGroup>
   <ItemGroup>  
     <Compile Include="mcc_i81.il ..\common\common.il" />
index c7cde27..236873f 100644 (file)
@@ -27,7 +27,7 @@
   </ItemGroup>
   <PropertyGroup>
     
-    <Optimize>False</Optimize>
+    
   </PropertyGroup>
   <ItemGroup>  
     <Compile Include="mcc_i82.il ..\common\common.il" />
index e65910c..661c27e 100644 (file)
@@ -27,7 +27,7 @@
   </ItemGroup>
   <PropertyGroup>
     
-    <Optimize>False</Optimize>
+    
   </PropertyGroup>
   <ItemGroup>  
     <Compile Include="mcc_i83.il ..\common\common.il" />
index 068f445..45b286a 100644 (file)
@@ -27,7 +27,7 @@
   </ItemGroup>
   <PropertyGroup>
     
-    <Optimize>False</Optimize>
+    
   </PropertyGroup>
   <ItemGroup>  
     <Compile Include="mcc_i84.il ..\common\common.il" />
index bcaddc7..bdd6971 100644 (file)
@@ -27,7 +27,7 @@
   </ItemGroup>
   <PropertyGroup>
     
-    <Optimize>False</Optimize>
+    
   </PropertyGroup>
   <ItemGroup>  
     <Compile Include="mcc_i85.il ..\common\common.il" />
index 9ee087a..2a3c292 100644 (file)
@@ -27,7 +27,7 @@
   </ItemGroup>
   <PropertyGroup>
     
-    <Optimize>False</Optimize>
+    
   </PropertyGroup>
   <ItemGroup>  
     <Compile Include="mcc_i86.il ..\common\common.il" />
index a8ebe45..6ea42f6 100644 (file)
@@ -27,7 +27,7 @@
   </ItemGroup>
   <PropertyGroup>
     
-    <Optimize>False</Optimize>
+    
   </PropertyGroup>
   <ItemGroup>  
     <Compile Include="mcc_i87.il ..\common\common.il" />
index 9237621..7e3df16 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="CGRecurseAAA.cs" />
index 34d5235..e57e206 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="CGRecurseAAA.cs" />
index 1d7497b..9e0c3b1 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="CGRecurseAAC.cs" />
index d4a4454..38289c8 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="CGRecurseAAC.cs" />
index e3577bb..9b786f6 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="CGRecurseACA.cs" />
index cc171d6..dec63f5 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="CGRecurseACA.cs" />
index 8eb2378..1677c14 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="CGRecurseACC.cs" />
index 5d1100b..6445be4 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="CGRecurseACC.cs" />
index 116f22f..e78f6a0 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="CgStress1.cs" />
index caa3ea2..0850e54 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="CgStress1.cs" />
index 3016c6c..63401e2 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="CgStress2.cs" />
index 208842c..67e9867 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="CgStress2.cs" />
index f22a43a..4466879 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="CgStress3.cs" />
index e9625e4..25ebce2 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="CgStress3.cs" />
index a2df9c7..42eb238 100644 (file)
@@ -29,7 +29,7 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
index c2b44a5..f9eafa1 100644 (file)
@@ -29,7 +29,7 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
index 61e9d0c..e247672 100644 (file)
@@ -29,7 +29,7 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
index 7173b94..d9e8fce 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="arrayexpr2.cs" />
index 77faa27..e6a85f9 100644 (file)
@@ -29,7 +29,7 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
index 296eade..0bd42e0 100644 (file)
@@ -29,7 +29,7 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
index cae2be7..ec9772a 100644 (file)
@@ -29,7 +29,7 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
index cf4e974..13c6733 100644 (file)
@@ -29,7 +29,7 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
index f5688df..69774d7 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="mixedexpr1.cs" />
index def8e74..7e3eee8 100644 (file)
@@ -29,7 +29,7 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
index 1d0fdce..2685195 100644 (file)
@@ -29,7 +29,7 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
index fbb64a1..595634e 100644 (file)
@@ -29,7 +29,7 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
index 325d78b..fa728cd 100644 (file)
@@ -29,7 +29,7 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
index 71d22ae..ccdd4ea 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="simpleexpr4.cs" />
index b49039c..812d663 100644 (file)
@@ -29,7 +29,7 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
index c6c0be3..0a1036d 100644 (file)
@@ -29,7 +29,7 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
index 87c95c5..efaca5d 100644 (file)
@@ -29,7 +29,7 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
index dba6251..ab6c900 100644 (file)
@@ -29,7 +29,7 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
index 258b966..0f104b7 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="staticFieldExpr1.cs" />
index 3faab90..1c7044e 100644 (file)
@@ -29,7 +29,7 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
index f081231..4449ae1 100644 (file)
@@ -29,7 +29,7 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
index cc6b8b6..f5d10ec 100644 (file)
@@ -29,7 +29,7 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
index 7fa6a92..1d781f4 100644 (file)
@@ -29,7 +29,7 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
index bd32e51..a215c13 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="staticFieldExprUnchecked1.cs" />
index 4167ff1..e347b54 100644 (file)
@@ -29,7 +29,7 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
index 91b4233..159315c 100644 (file)
@@ -29,7 +29,7 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
index 8a7d20d..ae108ee 100644 (file)
@@ -29,7 +29,7 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
index 454bef9..0d1b552 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="caninline.cs" />
index 71aeb58..b03da0c 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="caninline.cs" />
index 32bd020..b9548e4 100644 (file)
@@ -28,7 +28,7 @@
   </ItemGroup>
   <PropertyGroup>
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="BigFrame.cs" />
index c8625c5..6d8d6b6 100644 (file)
@@ -29,7 +29,7 @@
   </ItemGroup>
   <PropertyGroup>
     
-    <Optimize>False</Optimize>
+    
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="TailcallVerifyWithPrefix.il TailcallVerifyTransparentLibraryWithPrefix.il TailcallVerifyVerifiableLibraryWithPrefix.il" />
index 1ae0aaf..1659e5a 100644 (file)
@@ -29,7 +29,7 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
index 7af9c93..9d01e75 100644 (file)
@@ -29,7 +29,7 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
index 3bc81a2..02a4b14 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 629d348..d7a207c 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
   <PropertyGroup>
@@ -26,7 +26,7 @@
     </CodeAnalysisDependentAssemblyPaths>
   </ItemGroup>
   <PropertyGroup>
-    <DebugType></DebugType>
+    <DebugType>None</DebugType>
     <Optimize>True</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 1281298..f794e91 100644 (file)
@@ -29,7 +29,7 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
index 41f3658..d6018c4 100644 (file)
@@ -29,7 +29,7 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
-    <Optimize></Optimize>
+    <Optimize>False</Optimize>
     <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>