From 822b931905d7316db189c4a046037074e8b1a057 Mon Sep 17 00:00:00 2001 From: Sebastian Loncar Date: Sun, 30 Aug 2020 19:51:05 +0200 Subject: [PATCH 01/14] accept new skc output --- Frameworks/JsClr/Internal/Core.js | 8 ++++---- Frameworks/JsClr/res/System.js | 8 ++++---- Frameworks/JsClr/res/jsclr.js | 8 ++++---- Frameworks/JsClr/res/jsclr.min.js | 8 ++++---- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Frameworks/JsClr/Internal/Core.js b/Frameworks/JsClr/Internal/Core.js index 78639ba..f78eaf4 100644 --- a/Frameworks/JsClr/Internal/Core.js +++ b/Frameworks/JsClr/Internal/Core.js @@ -2052,7 +2052,7 @@ var System$Random = { Seed = 1; }, Sample: function (){ - return this.InternalSample() * 4.6566128752458E-10; + return this.InternalSample() * 4.656612875245797E-10; }, InternalSample: function (){ var num = this.inext; @@ -2211,11 +2211,11 @@ var System$TimeSpan = { System.TimeSpan.TicksPerSecond = 10000000; System.TimeSpan.SecondsPerTick = 1E-07; System.TimeSpan.TicksPerMinute = 600000000; - System.TimeSpan.MinutesPerTick = 1.66666666666667E-09; + System.TimeSpan.MinutesPerTick = 1.6666666666666667E-09; System.TimeSpan.TicksPerHour = 36000000000; - System.TimeSpan.HoursPerTick = 2.77777777777778E-11; + System.TimeSpan.HoursPerTick = 2.7777777777777777E-11; System.TimeSpan.TicksPerDay = 864000000000; - System.TimeSpan.DaysPerTick = 1.15740740740741E-12; + System.TimeSpan.DaysPerTick = 1.1574074074074074E-12; System.TimeSpan.MillisPerSecond = 1000; System.TimeSpan.MillisPerMinute = 60000; System.TimeSpan.MillisPerHour = 3600000; diff --git a/Frameworks/JsClr/res/System.js b/Frameworks/JsClr/res/System.js index b234676..c1f67fd 100644 --- a/Frameworks/JsClr/res/System.js +++ b/Frameworks/JsClr/res/System.js @@ -2769,7 +2769,7 @@ var System$Random = { Seed = 1; }, Sample: function (){ - return this.InternalSample() * 4.6566128752458E-10; + return this.InternalSample() * 4.656612875245797E-10; }, InternalSample: function (){ var num = this.inext; @@ -2928,11 +2928,11 @@ var System$TimeSpan = { System.TimeSpan.TicksPerSecond = 10000000; System.TimeSpan.SecondsPerTick = 1E-07; System.TimeSpan.TicksPerMinute = 600000000; - System.TimeSpan.MinutesPerTick = 1.66666666666667E-09; + System.TimeSpan.MinutesPerTick = 1.6666666666666667E-09; System.TimeSpan.TicksPerHour = 36000000000; - System.TimeSpan.HoursPerTick = 2.77777777777778E-11; + System.TimeSpan.HoursPerTick = 2.7777777777777777E-11; System.TimeSpan.TicksPerDay = 864000000000; - System.TimeSpan.DaysPerTick = 1.15740740740741E-12; + System.TimeSpan.DaysPerTick = 1.1574074074074074E-12; System.TimeSpan.MillisPerSecond = 1000; System.TimeSpan.MillisPerMinute = 60000; System.TimeSpan.MillisPerHour = 3600000; diff --git a/Frameworks/JsClr/res/jsclr.js b/Frameworks/JsClr/res/jsclr.js index a3d85b8..57f9456 100644 --- a/Frameworks/JsClr/res/jsclr.js +++ b/Frameworks/JsClr/res/jsclr.js @@ -2853,7 +2853,7 @@ var System$Random = { Seed = 1; }, Sample: function (){ - return this.InternalSample() * 4.6566128752458E-10; + return this.InternalSample() * 4.656612875245797E-10; }, InternalSample: function (){ var num = this.inext; @@ -3012,11 +3012,11 @@ var System$TimeSpan = { System.TimeSpan.TicksPerSecond = 10000000; System.TimeSpan.SecondsPerTick = 1E-07; System.TimeSpan.TicksPerMinute = 600000000; - System.TimeSpan.MinutesPerTick = 1.66666666666667E-09; + System.TimeSpan.MinutesPerTick = 1.6666666666666667E-09; System.TimeSpan.TicksPerHour = 36000000000; - System.TimeSpan.HoursPerTick = 2.77777777777778E-11; + System.TimeSpan.HoursPerTick = 2.7777777777777777E-11; System.TimeSpan.TicksPerDay = 864000000000; - System.TimeSpan.DaysPerTick = 1.15740740740741E-12; + System.TimeSpan.DaysPerTick = 1.1574074074074074E-12; System.TimeSpan.MillisPerSecond = 1000; System.TimeSpan.MillisPerMinute = 60000; System.TimeSpan.MillisPerHour = 3600000; diff --git a/Frameworks/JsClr/res/jsclr.min.js b/Frameworks/JsClr/res/jsclr.min.js index 1cc4b28..8c45620 100644 --- a/Frameworks/JsClr/res/jsclr.min.js +++ b/Frameworks/JsClr/res/jsclr.min.js @@ -227,10 +227,10 @@ if(typeof(JsTypes)=="undefined")var JsTypes=[];var System$Activator={fullname:"S staticDefinition:{GetName:function(enumType,value){if(enumType==null||value==null)throw $CreateException(new System.ArgumentNullException.ctor$$String("enumType"),new Error());var jsType=enumType._JsType;for(var p in jsType.staticDefinition)if(p==value)return p;throw $CreateException(new System.ArgumentException.ctor$$String("value"),new Error());},GetNames:function(enumType){if(enumType==null)throw $CreateException(new System.ArgumentNullException.ctor$$String("enumType"),new Error());var jsType=enumType._JsType;var array=new Array();for(var p in jsType.staticDefinition)array.push(p);return array;},GetValues:function(enumType){if(enumType==null)throw $CreateException(new System.ArgumentNullException.ctor$$String("enumType"),new Error());var jsType=enumType._JsType;var array=new Array();for(var p in jsType.staticDefinition)array.push(jsType.staticDefinition[p]);return array;},Parse$$Type$$String:function(enumType,value){return System.Enum.Parse$$Type$$String$$Boolean(enumType,value,false);},Parse$$Type$$String$$Boolean:function(enumType,value,ignoreCase){if(enumType==null)throw $CreateException(new System.ArgumentNullException.ctor$$String("enumType"),new Error());if(value==null)throw $CreateException(new System.ArgumentNullException.ctor$$String("value"),new Error());if(value.trim()==System.String.Empty)throw $CreateException(new System.ArgumentException.ctor$$String("value is either an empty string or only contains white space."),new Error());var jsType=enumType._JsType;for(var p in jsType.staticDefinition)if(ignoreCase?p.toUpperCase()==value.toUpperCase():p==value)return jsType.staticDefinition[p];throw $CreateException(new System.ArgumentException.ctor$$String("value is a name, but not one of the named constants defined for the enumeration."),new Error());}},assemblyName:"SharpKit.JsClr",Kind:"Class",definition:{ctor:function(){System.Object.ctor.call(this);}}};JsTypes.push(System$Enum);var System$Environment={fullname:"System.Environment",baseTypeName:"System.Object",staticDefinition:{GetResourceString:function(p){return p;},TickCount$$:"System.Int32",get_TickCount:function(){return new Date().valueOf();}},assemblyName:"SharpKit.JsClr",Kind:"Class",definition:{ctor:function(){System.Object.ctor.call(this);}}};JsTypes.push(System$Environment);var System$EventArgs={fullname:"System.EventArgs",baseTypeName:"System.Object",assemblyName:"SharpKit.JsClr",Kind:"Class",definition:{ctor:function(){System.Object.ctor.call(this);}}};JsTypes.push(System$EventArgs);var System$Exception={fullname:"System.Exception",baseTypeName:"System.Object",assemblyName:"SharpKit.JsClr",Kind:"Class",definition:{ctor$$String$$Exception:function(message,innerException){this._InnerException=null;this._Message=null;System.Object.ctor.call(this);this._Message=message;this._InnerException=innerException;},ctor$$String:function(message){this._InnerException=null;this._Message=null;System.Object.ctor.call(this);this._Message=message;},ctor:function(){this._InnerException=null;this._Message=null;System.Object.ctor.call(this);},InnerException$$:"System.Exception",get_InnerException:function(){return this._InnerException;},Message$$:"System.String",get_Message:function(){return this._Message;},toString:function(){var ie=this.get_InnerException();if(ie==null)return this.get_Message();return this.get_Message()+", "+this.get_InnerException();},SetErrorCode:function(hr){}}};JsTypes.push(System$Exception);var System$NotImplementedException={fullname:"System.NotImplementedException",baseTypeName:"System.Exception",assemblyName:"SharpKit.JsClr",Kind:"Class",definition:{ctor:function(){System.Exception.ctor$$String.call(this,"NotImplementedException");},ctor$$String:function(s){System.Exception.ctor$$String.call(this,"NotImplementedException: "+s);}}};JsTypes.push(System$NotImplementedException);var System$SystemException={fullname:"System.SystemException",baseTypeName:"System.Exception",assemblyName:"SharpKit.JsClr",Kind:"Class",definition:{ctor:function(){System.Exception.ctor$$String.call(this,System.Environment.GetResourceString("Arg_SystemException"));this.SetErrorCode(-2146233087);},ctor$$String:function(message){System.Exception.ctor$$String.call(this,message);this.SetErrorCode(-2146233087);},ctor$$String$$Exception:function(message,innerException){System.Exception.ctor$$String$$Exception.call(this,message,innerException);this.SetErrorCode(-2146233087);}}};JsTypes.push(System$SystemException);var System$ArgumentException={fullname:"System.ArgumentException",baseTypeName:"System.SystemException",assemblyName:"SharpKit.JsClr",Kind:"Class",definition:{ctor:function(){this.m_paramName=null;System.SystemException.ctor$$String.call(this,System.Environment.GetResourceString("Arg_ArgumentException"));this.SetErrorCode(-2147024809);},ctor$$String:function(message){this.m_paramName=null;System.SystemException.ctor$$String.call(this,message);this.SetErrorCode(-2147024809);},ctor$$String$$Exception:function(message,innerException){this.m_paramName=null;System.SystemException.ctor$$String$$Exception.call(this,message,innerException);},ctor$$String$$String:function(message,paramName){this.m_paramName=null;System.SystemException.ctor$$String.call(this,message);this.m_paramName=paramName;this.SetErrorCode(-2147024809);},ctor$$String$$String$$Exception:function(message,paramName,innerException){this.m_paramName=null;System.SystemException.ctor$$String$$Exception.call(this,message,innerException);this.m_paramName=paramName;this.SetErrorCode(-2147024809);},ParamName$$:"System.String",get_ParamName:function(){return this.m_paramName;}}};JsTypes.push(System$ArgumentException);var System$NullReferenceException={fullname:"System.NullReferenceException",baseTypeName:"System.SystemException",assemblyName:"SharpKit.JsClr",Kind:"Class",definition:{ctor:function(){System.SystemException.ctor$$String.call(this,"Object reference not set to an instance of object");},ctor$$String:function(message){System.SystemException.ctor$$String.call(this,message);}}};JsTypes.push(System$NullReferenceException);var System$NotSupportedException={fullname:"System.NotSupportedException",baseTypeName:"System.SystemException",assemblyName:"SharpKit.JsClr",Kind:"Class",definition:{ctor:function(){System.SystemException.ctor$$String.call(this,"Arg_NotSupportedException");},ctor$$String:function(message){System.SystemException.ctor$$String.call(this,message);},ctor$$String$$Exception:function(message,innerException){System.SystemException.ctor$$String$$Exception.call(this,message,innerException);}}};JsTypes.push(System$NotSupportedException);var System$ArgumentOutOfRangeException={fullname:"System.ArgumentOutOfRangeException",baseTypeName:"System.ArgumentException",staticDefinition:{cctor:function(){System.ArgumentOutOfRangeException._rangeMessage=null;}},assemblyName:"SharpKit.JsClr",Kind:"Class",definition:{ctor:function(){this.m_actualValue=null;System.ArgumentException.ctor$$String.call(this,"Arg_ArgumentOutOfRangeException");this.SetErrorCode(-2146233086) ;},ctor$$String:function(paramName){this.m_actualValue=null;System.ArgumentException.ctor$$String$$String.call(this,"Arg_ArgumentOutOfRangeException",paramName);this.SetErrorCode(-2146233086);},ctor$$String$$Exception:function(message,innerException){this.m_actualValue=null;System.ArgumentException.ctor$$String$$Exception.call(this,message,innerException);this.SetErrorCode(-2146233086);},ctor$$String$$String:function(paramName,message){this.m_actualValue=null;System.ArgumentException.ctor$$String$$String.call(this,message,paramName);this.SetErrorCode(-2146233086);},ctor$$String$$Object$$String:function(paramName,actualValue,message){this.m_actualValue=null;System.ArgumentException.ctor$$String$$String.call(this,message,paramName);this.m_actualValue=actualValue;this.SetErrorCode(-2146233086);},ActualValue$$:"System.Object",get_ActualValue:function(){return this.m_actualValue;},RangeMessage$$:"System.String",get_RangeMessage:function(){if(System.ArgumentOutOfRangeException._rangeMessage==null){System.ArgumentOutOfRangeException._rangeMessage="Arg_ArgumentOutOfRangeException";}return System.ArgumentOutOfRangeException._rangeMessage;}}};JsTypes.push(System$ArgumentOutOfRangeException);var System$Guid={fullname:"System.Guid",baseTypeName:"System.ValueType",staticDefinition:{cctor:function(){System.Guid.Empty=new System.Guid.ctor();System.Guid._random=new System.Random.ctor();System.Guid._hexChars="0123456789abcdef";},NewGuid:function(){var array=new Uint8Array(16);for(var i=0;i<16;i++){array[i]=System.Guid._random.Next$$Int32(256);}var result=new System.Guid.ctor$$Byte$Array(array);result._d=((result._d&63)|128);result._c=((result._c&4095)|16384);return result;},AppendByte:function(builder,value){builder.Append$$String(System.Guid.ToHex(value>>4&15));builder.Append$$String(System.Guid.ToHex((value&15)));},AppendInt:function(builder,value){builder.Append$$String(System.Guid.ToHex(value>>28&15));builder.Append$$String(System.Guid.ToHex(value>>24&15));builder.Append$$String(System.Guid.ToHex(value>>20&15));builder.Append$$String(System.Guid.ToHex(value>>16&15));builder.Append$$String(System.Guid.ToHex(value>>12&15));builder.Append$$String(System.Guid.ToHex(value>>8&15));builder.Append$$String(System.Guid.ToHex(value>>4&15));builder.Append$$String(System.Guid.ToHex(value&15));},AppendShort:function(builder,value){builder.Append$$String(System.Guid.ToHex(value>>12&15));builder.Append$$String(System.Guid.ToHex(value>>8&15));builder.Append$$String(System.Guid.ToHex(value>>4&15));builder.Append$$String(System.Guid.ToHex((value&15)));},CheckArray:function(o,l){System.Guid.CheckNull(o);System.Guid.CheckLength(o,l);},CheckLength:function(o,l){if(o.length!=l){throw $CreateException(new System.ArgumentException.ctor$$String(System.String.Format$$String$$Object("Array should be exactly {0} bytes long.",l)),new Error());}},CheckNull:function(o){if(o==null){throw $CreateException(new System.ArgumentNullException.ctor$$String("Value cannot be null."),new Error());}},Compare:function(x,y){return (x>=y)?1:-1;},CreateFormatException:function(s){return new System.FormatException.ctor$$String(System.String.Format$$String$$Object("Invalid Guid format: {0}",s));},ToHex:function(b){return System.Guid._hexChars.substr(b,1);},op_Equality:function(a,b){return a.Equals$$Guid(b);},op_Inequality:function(a,b){return !a.Equals$$Guid(b);}},assemblyName:"SharpKit.JsClr",Kind:"Struct",definition:{ctor$$Byte$Array:function(b){this._i=0;this._h=0;this._k=0;this._j=0;this._g=0;this._c=0;this._b=0;this._a=0;this._f=0;this._e=0;this._d=0;System.ValueType.ctor.call(this);this._a=b[0]|(b[1]<<8)|(b[2]<<16)|(b[3]<<24);this._b=(b[4]|(b[5]<<8));this._c=(b[6]|(b[7]<<8));this._d=b[8];this._e=b[9];this._f=b[10];this._g=b[11];this._h=b[12];this._i=b[13];this._j=b[14];this._k=b[15];},ctor$$UInt32$$UInt16$$UInt16$$Byte$$Byte$$Byte$$Byte$$Byte$$Byte$$Byte$$Byte:function(a,b,c,d,e,f,g,h,i,j,k){this._i=0;this._h=0;this._k=0;this._j=0;this._g=0;this._c=0;this._b=0;this._a=0;this._f=0;this._e=0;this._d=0;System.Guid.ctor$$Int32$$Int16$$Int16$$Byte$$Byte$$Byte$$Byte$$Byte$$Byte$$Byte$$Byte.call(this,a,b,c,d,e,f,g,h,i,j,k);},ctor$$Int32$$Int16$$Int16$$Byte$$Byte$$Byte$$Byte$$Byte$$Byte$$Byte$$Byte:function(a,b,c,d,e,f,g,h,i,j,k){this._i=0;this._h=0;this._k=0;this._j=0;this._g=0;this._c=0;this._b=0;this._a=0;this._f=0;this._e=0;this._d=0;System.ValueType.ctor.call(this);this._a=a;this._b=b;this._c=c;this._d=d;this._e=e;this._f=f;this._g=g;this._h=h;this._i=i;this._j=j;this._k=k;},BaseToString:function(h,p,b){var stringBuilder=new System.Text.StringBuilder.ctor$$Int32(40);if(p){stringBuilder.Append$$Char("(");}else {if(b){stringBuilder.Append$$Char("{");}}System.Guid.AppendInt(stringBuilder,this._a);if(h){stringBuilder.Append$$Char("-");}System.Guid.AppendShort(stringBuilder,this._b);if(h){stringBuilder.Append$$Char("-");}System.Guid.AppendShort(stringBuilder,this._c);if(h){stringBuilder.Append$$Char("-");}System.Guid.AppendByte(stringBuilder,this._d);System.Guid.AppendByte(stringBuilder,this._e);if(h){stringBuilder.Append$$Char("-");}System.Guid.AppendByte(stringBuilder,this._f);System.Guid.AppendByte(stringBuilder,this._g);System.Guid.AppendByte(stringBuilder,this._h);System.Guid.AppendByte(stringBuilder,this._i);System.Guid.AppendByte(stringBuilder,this._j);System.Guid.AppendByte(stringBuilder,this._k);if(p){stringBuilder.Append$$Char(")");}else {if(b){stringBuilder.Append$$Char("}");}}return stringBuilder.toString();},CompareTo$$Guid:function(value){if(this._a!=value._a){return System.Guid.Compare(this._a,value._a);}if(this._b!=value._b){return System.Guid.Compare(this._b,value._b);}if(this._c!=value._c){return System.Guid.Compare(this._c,value._c);}if(this._d!=value._d){return System.Guid.Compare(this._d,value._d);}if(this._e!=value._e){return System.Guid.Compare(this._e,value._e);}if(this._f!=value._f){return System.Guid.Compare(this._f,value._f);}if(this._g!=value._g){return System.Guid.Compare(this._g,value._g);}if(this._h!=value._h){return System.Guid.Compare(this._h,value._h);}if(this._i!=value._i){return System.Guid.Compare(this._i,value._i);}if(this._j!=value._j){return System.Guid.Compare(this._j,value._j);}if(this._k!=value._k){return System.Guid.Compare(this._k,value._k);}return 0;},CompareTo$$Object:function(value){if(value==null){return 1;}if(!(Is(value,System.Guid.ctor))){throw $CreateException(new System.ArgumentException.ctor$$String$$String("value","Argument of System.Guid.CompareTo should be a Guid."),new Error());}return this.CompareTo$$Guid(Cast(value,System.Guid.ctor));},Equals$$Object:function(o){return Is(o,System.Guid.ctor)&&this.CompareTo$$Guid(Cast(o,System.Guid.ctor))==0;},Equals$$Guid:function(g){return this.CompareTo$$Guid(g)==0;},GetHashCode:function(){var num=this._a;num^=this._b<<16|this._c;num^=this._d<<24;num^=this._e<<16;num^=this._f<<8;num^=this._g;num^=this._h<<24;num^=this._i<<16;num^=this._j<<8;return num^this._k;},toString:function(){return this.BaseToString(true,false,false);},ToString$$String :function(format){var h=true;var p=false;var b=false;if(format!=null){var a=format.ToLowerInvariant();if(a=="b"){b=true;}else {if(a=="p"){p=true;}else {if(a=="n"){h=false;}else {if(a!="d"&&a!=System.String.Empty){throw $CreateException(new System.FormatException.ctor$$String("Argument to Guid.ToString(string format) should be \"b\", \"B\", \"d\", \"D\", \"n\", \"N\", \"p\" or \"P\""),new Error());}}}}}return this.BaseToString(h,p,b);},ToString$$String$$IFormatProvider:function(format,provider){return this.ToString$$String(format);},ctor:function(){this._i=0;this._h=0;this._k=0;this._j=0;this._g=0;this._c=0;this._b=0;this._a=0;this._f=0;this._e=0;this._d=0;System.ValueType.ctor.call(this);}}};JsTypes.push(System$Guid);var System$ICloneable={fullname:"System.ICloneable",baseTypeName:"System.Object",assemblyName:"SharpKit.JsClr",Kind:"Interface"};JsTypes.push(System$ICloneable);var System$IDisposable={fullname:"System.IDisposable",baseTypeName:"System.Object",assemblyName:"SharpKit.JsClr",Kind:"Interface"};JsTypes.push(System$IDisposable);var System$Int64={fullname:"System.Int64",baseTypeName:"System.Object",staticDefinition:{op_Implicit$$UInt32:function(value){return new System.Int64.ctor$$Object(value);},op_Explicit:function(value){return new System.Int64.ctor$$Object(value);},op_Implicit$$Int64:function(value){return value._value;}},assemblyName:"SharpKit.JsClr",Kind:"Class",definition:{ctor:function(){this._value=null;System.Int64.ctor$$Object.call(this,0);},ctor$$Object:function(value){this._value=null;System.Object.ctor.call(this);this._value=this.Convert(value);},Convert:function(value){if(value==null)throw $CreateException(new System.ArgumentNullException.ctor(),new Error());var regex=new RegExp("^-?([0-9]+)[^0-9]");var match=regex.exec(value.toString());if(match==null)throw $CreateException(new System.FormatException.ctor(),new Error());return new Number(match[1]);}}};JsTypes.push(System$Int64);var System$IComparable={fullname:"System.IComparable",baseTypeName:"System.Object",assemblyName:"SharpKit.JsClr",Kind:"Interface"};JsTypes.push(System$IComparable);var System$IComparable$1={fullname:"System.IComparable$1",baseTypeName:"System.Object",assemblyName:"SharpKit.JsClr",Kind:"Interface"};JsTypes.push(System$IComparable$1);var System$IEquatable$1={fullname:"System.IEquatable$1",baseTypeName:"System.Object",assemblyName:"SharpKit.JsClr",Kind:"Interface"};JsTypes.push(System$IEquatable$1);var System$IFormattable={fullname:"System.IFormattable",baseTypeName:"System.Object",assemblyName:"SharpKit.JsClr",Kind:"Interface"};JsTypes.push(System$IFormattable);Date.prototype.CompareTo=function(value){return this.valueOf()-value.valueOf();};Date.prototype.get_Year=function(){if(this._Kind==1)return this.getUTCFullYear();return this.getFullYear();};Date.prototype.set_Year=function(value){if(this._Kind==1)this.setUTCFullYear(value);else this.setFullYear(value);};Date.prototype.get_Month=function(){if(this._Kind==1)return this.getUTCMonth()+1;return this.getMonth()+1;};Date.prototype.set_Month=function(value){if(this._Kind==1)this.setUTCMonth(value-1);else this.setMonth(value-1);};Date.prototype.get_Day=function(){if(this._Kind==1)return this.getUTCDate();return this.getDate();};Date.prototype.set_Day=function(value){if(this._Kind==1)this.setUTCDate(value);else this.setDate(value);};Date.prototype.get_Hour=function(){if(this._Kind==1)return this.getUTCHours();return this.getHours();};Date.prototype.set_Hour=function(value){if(this._Kind==1)this.setUTCHours(value);else this.setHours(value);};Date.prototype.get_Minute=function(){if(this._Kind==1)return this.getUTCMinutes();return this.getMinutes();};Date.prototype.set_Minute=function(value){if(this._Kind==1)this.setUTCMinutes(value);else this.setMinutes(value);};Date.prototype.get_Second=function(){if(this._Kind==1)return this.getUTCSeconds();return this.getSeconds();};Date.prototype.set_Second=function(value){if(this._Kind==1)this.setUTCSeconds(value);else this.setSeconds(value);};Date.prototype.get_Millisecond=function(){if(this._Kind==1)return this.getUTCMilliseconds();return this.getMilliseconds();};Date.prototype.set_Millisecond=function(value){if(this._Kind==1)this.setUTCMilliseconds(value);else this.setMilliseconds(value);};Date.prototype.get_Ticks=function(){if(this._Kind==1)return this.getUTCMilliseconds()*10000;return this.getMilliseconds()*10000;};Date.prototype.set_Ticks=function(value){var milliseconds=value/10000;if(this._Kind==1)this.setUTCMilliseconds(milliseconds);else this.setMilliseconds(milliseconds);};Date.prototype.get_DayOfWeek=function(){return this.getDay();};Date.prototype.ToLocalTime=function(){if(this._Kind!=1)return this;var x=this.Clone();x._Kind=2;return x;};Date.prototype.ToUniversalTime=function(){if(this._Kind==1)return this;var x=this.Clone();x._Kind=1;return x;};Date.get_Today=function(){return new Date().RemoveTime();};Date.prototype.Subtract$$DateTime=function(value){var diff=this.valueOf()-value.valueOf();return new System.TimeSpan.ctor$$Int64(diff*10000);};Date.prototype.Subtract$$TimeSpan=function(value){var newDate=this.Clone();newDate.setMilliseconds(this.getMilliseconds()+value.get_TotalMilliseconds());return newDate;};Date.prototype.ToString$$String=function(format){format=format.Replace$$String$$String("yyyy",this.get_Year().ToString$$String("0000"));format=format.Replace$$String$$String("yy",this.get_Year().ToString$$String("00"));format=format.Replace$$String$$String("y",this.get_Year().toString());format=format.Replace$$String$$String("MM",this.get_Month().ToString$$String("00"));format=format.Replace$$String$$String("M",this.get_Month().toString());format=format.Replace$$String$$String("dd",this.get_Day().ToString$$String("00"));format=format.Replace$$String$$String("d",this.get_Day().toString());format=format.Replace$$String$$String("HH",this.get_Hour().ToString$$String("00"));format=format.Replace$$String$$String("H",this.get_Hour().toString());format=format.Replace$$String$$String("mm",this.get_Minute().ToString$$String("00"));format=format.Replace$$String$$String("m",this.get_Minute().toString());format=format.Replace$$String$$String("ss",this.get_Second().ToString$$String("00"));format=format.Replace$$String$$String("s",this.get_Second().toString());return format;};Date.prototype.Clone=function(){var x=new Date(this.valueOf());x._Kind=this._Kind;return x;};Date.prototype.Clone2=function(totalMs){var x=new Date(totalMs);x._Kind=this._Kind;return x;};Date.prototype.AddMilliseconds=function(miliseconds){var date2=this.Clone2(this.valueOf()+miliseconds);return date2;};Date.prototype.AddSeconds=function(seconds){var ms=this.valueOf()+(seconds*1000);var date2=this.Clone2(ms);return date2;};Date.prototype.AddMinutes=function(minutes){var date2=this.Clone();date2.setMinutes(date2.getMinutes()+minutes);return date2;};Date.prototype.AddHours=function(hours){var date2=this.Clone();date2.setHours(date2.getHours()+hours);return date2;};Date.prototype.AddDays=function(days){var date2=this -.Clone();date2.setDate(date2.getDate()+days);return date2;};Date.prototype.AddMonths=function(months){var date2=this.Clone();date2.setMonth(date2.getMonth()+months);return date2;};Date.prototype.AddYears=function(years){var date2=this.Clone();date2.setMonth(date2.getFullYear()+years);return date2;};Date.prototype.RemoveTime=function(){var date2=this.Clone();date2.setHours(0,0,0,0);return date2;};Date.prototype.Equals$$Object=function(obj){if(obj==null)return false;return obj.valueOf()==this.valueOf();};Date.prototype.GetHashCode=function(){return this.valueOf();};Date.prototype.GetType=function(){return Typeof(System.DateTime.ctor);};Date.prototype.get_Kind=function(){if(this._Kind==null)return 2;return this._Kind;};Number.prototype.CompareTo$$Double=function(value){if(thisvalue)return 1;if(this==value)return 0;if(!System.Double.IsNaN(this))return 1;return !System.Double.IsNaN(value)?-1:0;};Number.prototype.CompareTo$$Int32=function(value){if(thisvalue?1:0;};var System$Nullable$1={fullname:"System.Nullable$1",baseTypeName:"System.Object",assemblyName:"SharpKit.JsClr",Kind:"Class",definition:{ctor:function(T,value){this.T=T;this.hasValue=false;this.value=null;System.Object.ctor.call(this);this.value=value;this.hasValue=true;},HasValue$$:"System.Boolean",get_HasValue:function(){return this.hasValue;},Value$$:"`0",get_Value:function(){if(!this.get_HasValue()){throw $CreateException(new System.InvalidOperationException.ctor$$String("InvalidOperation_NoValue"),new Error());}return this.value;},GetValueOrDefault:function(){return this.value;},GetValueOrDefault$$T:function(defaultValue){if(!this.get_HasValue()){return defaultValue;}return this.value;},Equals$$Object:function(other){if(!this.get_HasValue()){return (other==null);}if(other==null){return false;}return this.value.Equals$$Object(other);},GetHashCode:function(){if(!this.get_HasValue()){return 0;}return this.value.GetHashCode();},toString:function(){if(!this.get_HasValue()){return "";}return this.value.toString();}}};JsTypes.push(System$Nullable$1);var System$Random={fullname:"System.Random",baseTypeName:"System.Object",staticDefinition:{cctor:function(){System.Random.MBIG=2147483647;System.Random.MSEED=161803398;System.Random.MZ=0;}},assemblyName:"SharpKit.JsClr",Kind:"Class",definition:{ctor:function(){this.inext=0;this.inextp=0;this.SeedArray=new Int32Array(56);System.Random.ctor$$Int32.call(this,System.Environment.get_TickCount());},ctor$$Int32:function(Seed){this.inext=0;this.inextp=0;this.SeedArray=new Int32Array(56);System.Object.ctor.call(this);var num=161803398-System.Math.Abs$$Int32(Seed);this.SeedArray[55]=num;var num2=1;for(var i=1;i<55;i++){var num3=21*i%55;this.SeedArray[num3]=num2;num2=num-num2;if(num2<0){num2+=2147483647;}num=this.SeedArray[num3];}for(var j=1;j<5;j++){for(var k=1;k<56;k++){this.SeedArray[k]-=this.SeedArray[1+(k+30)%55];if(this.SeedArray[k]<0){this.SeedArray[k]+=2147483647;}}}this.inext=0;this.inextp=21;Seed=1;},Sample:function(){return this.InternalSample()*4.6566128752458E-10;},InternalSample:function(){var num=this.inext;var num2=this.inextp;if(++num>=56){num=1;}if(++num2>=56){num2=1;}var num3=this.SeedArray[num]-this.SeedArray[num2];if(num3<0){num3+=2147483647;}this.SeedArray[num]=num3;this.inext=num;this.inextp=num2;return num3;},Next:function(){return this.InternalSample();},GetSampleForLargeRange:function(){var num=this.InternalSample();var flag=this.InternalSample()%2==0;if(flag){num=-num;}var num2=num;num2+=2147483646;return num2/4294967293;},Next$$Int32$$Int32:function(minValue,maxValue){if(minValue>maxValue){throw $CreateException(new System.ArgumentOutOfRangeException.ctor$$String$$String("minValue","Argument_MinMaxValue"),new Error());}var num=maxValue-minValue;if(num<=2147483647){return (this.Sample()*num)+minValue;}return ((this.GetSampleForLargeRange()*num)+minValue);},Next$$Int32:function(maxValue){if(maxValue<0){throw $CreateException(new System.ArgumentOutOfRangeException.ctor$$String$$String("maxValue","ArgumentOutOfRange_MustBePositive"),new Error());}return (this.Sample()*maxValue);},NextDouble:function(){return this.Sample();},NextBytes:function(buffer){if(buffer==null){throw $CreateException(new System.ArgumentNullException.ctor$$String("buffer"),new Error());}for(var i=0;i=this.str.length){throw $CreateException(new System.InvalidOperationException.ctor$$String("Enum Ended"),new Error());}return this.currentElement;}}};JsTypes.push(System$CharEnumerator);var System$StringComparison={fullname:"System.StringComparison",staticDefinition:{CurrentCulture:0,CurrentCultureIgnoreCase:1,InvariantCulture:2,InvariantCultureIgnoreCase:3,Ordinal:4,OrdinalIgnoreCase:5},Kind:"Enum"};JsTypes.push(System$StringComparison);var System$TimeSpan={fullname:"System.TimeSpan",baseTypeName:"System.Object",staticDefinition:{cctor:function(){System.TimeSpan.TicksPerMillisecond=10000;System.TimeSpan.MillisecondsPerTick=0.0001;System.TimeSpan.TicksPerSecond=10000000;System.TimeSpan.SecondsPerTick=1E-07;System.TimeSpan.TicksPerMinute=600000000;System.TimeSpan.MinutesPerTick=1.66666666666667E-09;System.TimeSpan.TicksPerHour=36000000000;System.TimeSpan.HoursPerTick=2.77777777777778E-11;System.TimeSpan.TicksPerDay=864000000000;System.TimeSpan.DaysPerTick=1.15740740740741E-12;System.TimeSpan.MillisPerSecond=1000;System.TimeSpan.MillisPerMinute=60000;System.TimeSpan.MillisPerHour=3600000;System.TimeSpan.MillisPerDay=86400000;System.TimeSpan.MaxSeconds=922337203685;System.TimeSpan.MinSeconds=-922337203685;System.TimeSpan.MaxMilliSeconds=922337203685477;System.TimeSpan -.MinMilliSeconds=-922337203685477;System.TimeSpan.TicksPerTenthSecond=1000000;System.TimeSpan.Zero=new System.TimeSpan.ctor$$Int64(0);System.TimeSpan.MaxValue=new System.TimeSpan.ctor$$Int64(9223372036854775807);System.TimeSpan.MinValue=new System.TimeSpan.ctor$$Int64(-9223372036854775808);},Compare:function(t1,t2){if(t1.get__ticks()>t2.get__ticks()){return 1;}if(t1.get__ticks()=0)?0.5:-0.5);if(num2>922337203685477||num2<-922337203685477){throw $CreateException(new System.OverflowException.ctor$$String("Overflow_TimeSpanTooLong"),new Error());}return new System.TimeSpan.ctor$$Int64((num2*10000));},FromMilliseconds:function(value){var ts=new System.TimeSpan.ctor();ts._TotalMilliseconds=value;return ts;},FromMinutes:function(value){return System.TimeSpan.Interval(value,60000);},FromSeconds:function(value){return System.TimeSpan.Interval(value,1000);},FromTicks:function(value){return new System.TimeSpan.ctor$$Int64(value);},TimeToTicks:function(hour,minute,second){var num=hour*3600+minute*60+second;if(num>922337203685||num<-922337203685){throw $CreateException(new System.ArgumentOutOfRangeException.ctor$$String$$String(null,"Overflow_TimeSpanTooLong"),new Error());}return num*10000000;},TimeToMs:function(hour,minute,second){var num=hour*3600+minute*60+second;if(num>922337203685||num<-922337203685){throw $CreateException(new System.ArgumentOutOfRangeException.ctor$$String$$String(null,"Overflow_TimeSpanTooLong"),new Error());}return num*1000;},op_UnaryNegation:function(t){if(t.get__ticks()==System.TimeSpan.MinValue.get__ticks()){throw $CreateException(new System.OverflowException.ctor$$String("Overflow_NegateTwosCompNum"),new Error());}return new System.TimeSpan.ctor$$Int64(-t.get__ticks());},op_Subtraction:function(t1,t2){return t1.Subtract(t2);},op_UnaryPlus:function(t){return t;},op_Addition:function(t1,t2){return t1.Add(t2);},op_Equality:function(t1,t2){return t1.get__ticks()==t2.get__ticks();},op_Inequality:function(t1,t2){return t1.get__ticks()!=t2.get__ticks();},op_LessThan:function(t1,t2){return t1.get__ticks()t2.get__ticks();},op_GreaterThanOrEqual:function(t1,t2){return t1.get__ticks()>=t2.get__ticks();}},assemblyName:"SharpKit.JsClr",Kind:"Class",definition:{ctor:function(){this._TotalMilliseconds=0;System.Object.ctor.call(this);},Ticks$$:"System.Int64",get_Ticks:function(){return (this._TotalMilliseconds*10000);},_ticks$$:"System.Int64",get__ticks:function(){return (this._TotalMilliseconds*10000);},Days$$:"System.Int32",get_Days:function(){return (this.get__ticks()/864000000000);},Hours$$:"System.Int32",get_Hours:function(){return (this.get__ticks()/36000000000%24);},Milliseconds$$:"System.Int32",get_Milliseconds:function(){return (this.get__ticks()/10000%1000);},Minutes$$:"System.Int32",get_Minutes:function(){return (this.get__ticks()/600000000%60);},Seconds$$:"System.Int32",get_Seconds:function(){return (this.get__ticks()/10000000%60);},TotalDays$$:"System.Double",get_TotalDays:function(){return this._TotalMilliseconds/86400000;},TotalHours$$:"System.Double",get_TotalHours:function(){return this._TotalMilliseconds/3600000;},TotalMilliseconds$$:"System.Double",get_TotalMilliseconds:function(){return this._TotalMilliseconds;},TotalMinutes$$:"System.Double",get_TotalMinutes:function(){return this._TotalMilliseconds/60000;},TotalSeconds$$:"System.Double",get_TotalSeconds:function(){return this._TotalMilliseconds/1000;},ctor$$Int64:function(ticks){this._TotalMilliseconds=0;System.Object.ctor.call(this);this._TotalMilliseconds=ticks/10000;},ctor$$Int32$$Int32$$Int32:function(hours,minutes,seconds){this._TotalMilliseconds=0;System.Object.ctor.call(this);this._TotalMilliseconds=System.TimeSpan.TimeToMs(hours,minutes,seconds);},ctor$$Int32$$Int32$$Int32$$Int32:function(days,hours,minutes,seconds){this._TotalMilliseconds=0;System.TimeSpan.ctor$$Int32$$Int32$$Int32$$Int32$$Int32.call(this,days,hours,minutes,seconds,0);},ctor$$Int32$$Int32$$Int32$$Int32$$Int32:function(days,hours,minutes,seconds,milliseconds){this._TotalMilliseconds=0;System.Object.ctor.call(this);var num=(days*3600*24+hours*3600+minutes*60+seconds)*1000+milliseconds;if(num>922337203685477||num<-922337203685477){throw $CreateException(new System.ArgumentOutOfRangeException.ctor$$String$$String(null,"Overflow_TimeSpanTooLong"),new Error());}this._TotalMilliseconds=num;},Add:function(ts){var num=this._TotalMilliseconds+ts._TotalMilliseconds;return System.TimeSpan.FromMilliseconds(num);},CompareTo$$Object:function(value){if(value==null){return 1;}if(!(Is(value,System.TimeSpan.ctor))){throw $CreateException(new System.ArgumentException.ctor$$String("Arg_MustBeTimeSpan"),new Error());}var ticks=(Cast(value,System.TimeSpan.ctor)).get__ticks();if(this.get__ticks()>ticks){return 1;}if(this.get__ticks()ticks){return 1;}if(this.get__ticks()=0)?this.get__ticks():(-this.get__ticks()));},Equals$$Object:function(value){return Is(value,System.TimeSpan.ctor)&&this.get__ticks()==(Cast(value,System.TimeSpan.ctor)).get__ticks();},Equals$$TimeSpan:function(obj){return this.get__ticks()==obj.get__ticks();},GetHashCode:function(){return (this.get__ticks()^(this.get__ticks()>>32));},Negate:function(){if(this.get_Ticks()==System.TimeSpan.MinValue.get_Ticks()){throw $CreateException(new System.OverflowException.ctor$$String("Overflow_NegateTwosCompNum"),new Error());}return new System.TimeSpan.ctor$$Int64(-this.get__ticks());},Subtract:function(ts){var num=this.get__ticks()-ts.get__ticks();if(this.get__ticks()>>63!=ts.get__ticks()>>63&&this.get__ticks()>>63!=num>>63){throw $CreateException(new System.OverflowException.ctor$$String("Overflow_TimeSpanTooLong"),new Error());}return new System.TimeSpan.ctor$$Int64(num);}}};JsTypes.push(System$TimeSpan);var System$Tuple={fullname:"System.Tuple",baseTypeName:"System.Object",staticDefinition:{Create$1$$T1:function(T1,item1){return new System.Tuple$1.ctor(T1,item1);},Create$2$$T1$$T2:function(T1,T2,item1,item2){return new System.Tuple$2.ctor(T1,T2,item1,item2);},Create$3$$T1$$T2$$T3:function(T1,T2 -,T3,item1,item2,item3){return new System.Tuple$3.ctor(T1,T2,T3,item1,item2,item3);},Create$4$$T1$$T2$$T3$$T4:function(T1,T2,T3,T4,item1,item2,item3,item4){return new System.Tuple$4.ctor(T1,T2,T3,T4,item1,item2,item3,item4);},Create$5$$T1$$T2$$T3$$T4$$T5:function(T1,T2,T3,T4,T5,item1,item2,item3,item4,item5){return new System.Tuple$5.ctor(T1,T2,T3,T4,T5,item1,item2,item3,item4,item5);},Create$6$$T1$$T2$$T3$$T4$$T5$$T6:function(T1,T2,T3,T4,T5,T6,item1,item2,item3,item4,item5,item6){return new System.Tuple$6.ctor(T1,T2,T3,T4,T5,T6,item1,item2,item3,item4,item5,item6);},Create$7$$T1$$T2$$T3$$T4$$T5$$T6$$T7:function(T1,T2,T3,T4,T5,T6,T7,item1,item2,item3,item4,item5,item6,item7){return new System.Tuple$7.ctor(T1,T2,T3,T4,T5,T6,T7,item1,item2,item3,item4,item5,item6,item7);},Create$8$$T1$$T2$$T3$$T4$$T5$$T6$$T7$$T8:function(T1,T2,T3,T4,T5,T6,T7,T8,item1,item2,item3,item4,item5,item6,item7,item8){return new System.Tuple$8.ctor(T1,T2,T3,T4,T5,T6,T7,System.Tuple$1.ctor,item1,item2,item3,item4,item5,item6,item7,new System.Tuple$1.ctor(T8,item8));}},assemblyName:"SharpKit.JsClr",Kind:"Class",definition:{ctor:function(){System.Object.ctor.call(this);}}};JsTypes.push(System$Tuple);var System$Tuple$1={fullname:"System.Tuple$1",baseTypeName:"System.Object",assemblyName:"SharpKit.JsClr",Kind:"Class",definition:{ctor:function(T1,item1){this.T1=T1;this._item1=null;System.Object.ctor.call(this);this._item1=item1;},Item1$$:"`0",get_Item1:function(){return this._item1;}}};JsTypes.push(System$Tuple$1);var System$Tuple$2={fullname:"System.Tuple$2",baseTypeName:"System.Object",assemblyName:"SharpKit.JsClr",Kind:"Class",definition:{ctor:function(T1,T2,item1,item2){this.T1=T1;this.T2=T2;this._item1=null;this._item2=null;System.Object.ctor.call(this);this._item1=item1;this._item2=item2;},Item1$$:"`0",get_Item1:function(){return this._item1;},Item2$$:"`1",get_Item2:function(){return this._item2;}}};JsTypes.push(System$Tuple$2);var System$Tuple$3={fullname:"System.Tuple$3",baseTypeName:"System.Object",assemblyName:"SharpKit.JsClr",Kind:"Class",definition:{ctor:function(T1,T2,T3,item1,item2,item3){this.T1=T1;this.T2=T2;this.T3=T3;this._item1=null;this._item2=null;this._item3=null;System.Object.ctor.call(this);this._item1=item1;this._item2=item2;this._item3=item3;},Item1$$:"`0",get_Item1:function(){return this._item1;},Item2$$:"`1",get_Item2:function(){return this._item2;},Item3$$:"`2",get_Item3:function(){return this._item3;}}};JsTypes.push(System$Tuple$3);var System$Tuple$4={fullname:"System.Tuple$4",baseTypeName:"System.Object",assemblyName:"SharpKit.JsClr",Kind:"Class",definition:{ctor:function(T1,T2,T3,T4,item1,item2,item3,item4){this.T1=T1;this.T2=T2;this.T3=T3;this.T4=T4;this._item1=null;this._item2=null;this._item3=null;this._item4=null;System.Object.ctor.call(this);this._item1=item1;this._item2=item2;this._item3=item3;this._item4=item4;},Item1$$:"`0",get_Item1:function(){return this._item1;},Item2$$:"`1",get_Item2:function(){return this._item2;},Item3$$:"`2",get_Item3:function(){return this._item3;},Item4$$:"`3",get_Item4:function(){return this._item4;}}};JsTypes.push(System$Tuple$4);var System$Tuple$5={fullname:"System.Tuple$5",baseTypeName:"System.Object",assemblyName:"SharpKit.JsClr",Kind:"Class",definition:{ctor:function(T1,T2,T3,T4,T5,item1,item2,item3,item4,item5){this.T1=T1;this.T2=T2;this.T3=T3;this.T4=T4;this.T5=T5;this._item1=null;this._item2=null;this._item3=null;this._item4=null;this._item5=null;System.Object.ctor.call(this);this._item1=item1;this._item2=item2;this._item3=item3;this._item4=item4;this._item5=item5;},Item1$$:"`0",get_Item1:function(){return this._item1;},Item2$$:"`1",get_Item2:function(){return this._item2;},Item3$$:"`2",get_Item3:function(){return this._item3;},Item4$$:"`3",get_Item4:function(){return this._item4;},Item5$$:"`4",get_Item5:function(){return this._item5;}}};JsTypes.push(System$Tuple$5);var System$Tuple$6={fullname:"System.Tuple$6",baseTypeName:"System.Object",assemblyName:"SharpKit.JsClr",Kind:"Class",definition:{ctor:function(T1,T2,T3,T4,T5,T6,item1,item2,item3,item4,item5,item6){this.T1=T1;this.T2=T2;this.T3=T3;this.T4=T4;this.T5=T5;this.T6=T6;this._item1=null;this._item2=null;this._item3=null;this._item4=null;this._item5=null;this._item6=null;System.Object.ctor.call(this);this._item1=item1;this._item2=item2;this._item3=item3;this._item4=item4;this._item5=item5;this._item6=item6;},Item1$$:"`0",get_Item1:function(){return this._item1;},Item2$$:"`1",get_Item2:function(){return this._item2;},Item3$$:"`2",get_Item3:function(){return this._item3;},Item4$$:"`3",get_Item4:function(){return this._item4;},Item5$$:"`4",get_Item5:function(){return this._item5;},Item6$$:"`5",get_Item6:function(){return this._item6;}}};JsTypes.push(System$Tuple$6);var System$Tuple$7={fullname:"System.Tuple$7",baseTypeName:"System.Object",assemblyName:"SharpKit.JsClr",Kind:"Class",definition:{ctor:function(T1,T2,T3,T4,T5,T6,T7,item1,item2,item3,item4,item5,item6,item7){this.T1=T1;this.T2=T2;this.T3=T3;this.T4=T4;this.T5=T5;this.T6=T6;this.T7=T7;this._item1=null;this._item2=null;this._item3=null;this._item4=null;this._item5=null;this._item6=null;this._item7=null;System.Object.ctor.call(this);this._item1=item1;this._item2=item2;this._item3=item3;this._item4=item4;this._item5=item5;this._item6=item6;this._item7=item7;},Item1$$:"`0",get_Item1:function(){return this._item1;},Item2$$:"`1",get_Item2:function(){return this._item2;},Item3$$:"`2",get_Item3:function(){return this._item3;},Item4$$:"`3",get_Item4:function(){return this._item4;},Item5$$:"`4",get_Item5:function(){return this._item5;},Item6$$:"`5",get_Item6:function(){return this._item6;},Item7$$:"`6",get_Item7:function(){return this._item7;}}};JsTypes.push(System$Tuple$7);var System$UInt32={fullname:"System.UInt32",baseTypeName:"System.Object",staticDefinition:{op_Implicit$$UInt32:function(value){return value._value;},op_Explicit:function(value){return new System.UInt32.ctor$$Object(value);}},assemblyName:"SharpKit.JsClr",Kind:"Class",definition:{ctor:function(){this._value=null;System.UInt32.ctor$$Object.call(this,0);},ctor$$Object:function(value){this._value=null;System.Object.ctor.call(this);this._value=this.Convert(value);},Convert:function(value){if(value==null)throw $CreateException(new System.ArgumentNullException.ctor(),new Error());var regex=new RegExp("^-?([0-9]+)[^0-9]");var match=regex.exec(value.toString());if(match==null)throw $CreateException(new System.FormatException.ctor(),new Error());return new Number(match[1]);}}};JsTypes.push(System$UInt32);var System$Uri={fullname:"System.Uri",baseTypeName:"System.Object",staticDefinition:{op_Equality:function(u1,u2){if(u1==u2){return true;}if(u1==null){return false;}if(u2==null){return false;}return u1._OriginalString==u2._OriginalString;},op_Inequality:function(u1,u2){return !(System.Uri.op_Equality(u1,u2));}},assemblyName:"SharpKit.JsClr",Kind:"Class",definition:{ctor:function(){this._OriginalString=null;this._Fragment=null;this._Query=null;System.Object.ctor.call(this -);this._OriginalString=null;},ctor$$String:function(uri){this._OriginalString=null;this._Fragment=null;this._Query=null;System.Object.ctor.call(this);this._OriginalString=uri;},OriginalString$$:"System.String",get_OriginalString:function(){return this._OriginalString;},AbsoluteUri$$:"System.String",get_AbsoluteUri:function(){return this._OriginalString;},toString:function(){return this._OriginalString;},Equals$$Object:function(obj){return System.Uri.op_Equality(this,Cast(obj,System.Uri.ctor));},GetHashCode:function(){return System.Object.commonPrototype.GetHashCode.call(this);},Fragment$$:"System.String",get_Fragment:function(){if(this._Fragment==null){var idx=this._OriginalString.indexOf("#");if(idx==-1)this._Fragment="";else this._Fragment=this._OriginalString.substr(idx);}return this._Fragment;},Query$$:"System.String",get_Query:function(){if(this._Query==null){var idx=this._OriginalString.indexOf("?");if(idx==-1)this._Query="";else {var idx2=this._OriginalString.indexOf("#");if(idx2==-1)this._Query=this._OriginalString.substr(idx);else this._Query=this._OriginalString.substr(idx,idx2-idx);}}return this._Query;}}};JsTypes.push(System$Uri);var System$ValueType={fullname:"System.ValueType",baseTypeName:"System.Object",assemblyName:"SharpKit.JsClr",Kind:"Class",definition:{ctor:function(){System.Object.ctor.call(this);}}};JsTypes.push(System$ValueType);var SharpKit$Html4$HtmlDomEventHandler={fullname:"SharpKit.Html4.HtmlDomEventHandler",Kind:"Delegate",definition:{ctor:function(obj,func){System.MulticastDelegate.ctor.call(this,obj,func);}}};JsTypes.push(SharpKit$Html4$HtmlDomEventHandler);Array.prototype.get_Item$$Int32=function(index){return this[index];};Array.prototype.set_Item$$Int32=function(index,value){this[index]=value;};$Inherit(Array,Array);var JsRuntime=function(){};JsRuntime.Start=function(){Compile();}; +.Clone();date2.setDate(date2.getDate()+days);return date2;};Date.prototype.AddMonths=function(months){var date2=this.Clone();date2.setMonth(date2.getMonth()+months);return date2;};Date.prototype.AddYears=function(years){var date2=this.Clone();date2.setMonth(date2.getFullYear()+years);return date2;};Date.prototype.RemoveTime=function(){var date2=this.Clone();date2.setHours(0,0,0,0);return date2;};Date.prototype.Equals$$Object=function(obj){if(obj==null)return false;return obj.valueOf()==this.valueOf();};Date.prototype.GetHashCode=function(){return this.valueOf();};Date.prototype.GetType=function(){return Typeof(System.DateTime.ctor);};Date.prototype.get_Kind=function(){if(this._Kind==null)return 2;return this._Kind;};Number.prototype.CompareTo$$Double=function(value){if(thisvalue)return 1;if(this==value)return 0;if(!System.Double.IsNaN(this))return 1;return !System.Double.IsNaN(value)?-1:0;};Number.prototype.CompareTo$$Int32=function(value){if(thisvalue?1:0;};var System$Nullable$1={fullname:"System.Nullable$1",baseTypeName:"System.Object",assemblyName:"SharpKit.JsClr",Kind:"Class",definition:{ctor:function(T,value){this.T=T;this.hasValue=false;this.value=null;System.Object.ctor.call(this);this.value=value;this.hasValue=true;},HasValue$$:"System.Boolean",get_HasValue:function(){return this.hasValue;},Value$$:"`0",get_Value:function(){if(!this.get_HasValue()){throw $CreateException(new System.InvalidOperationException.ctor$$String("InvalidOperation_NoValue"),new Error());}return this.value;},GetValueOrDefault:function(){return this.value;},GetValueOrDefault$$T:function(defaultValue){if(!this.get_HasValue()){return defaultValue;}return this.value;},Equals$$Object:function(other){if(!this.get_HasValue()){return (other==null);}if(other==null){return false;}return this.value.Equals$$Object(other);},GetHashCode:function(){if(!this.get_HasValue()){return 0;}return this.value.GetHashCode();},toString:function(){if(!this.get_HasValue()){return "";}return this.value.toString();}}};JsTypes.push(System$Nullable$1);var System$Random={fullname:"System.Random",baseTypeName:"System.Object",staticDefinition:{cctor:function(){System.Random.MBIG=2147483647;System.Random.MSEED=161803398;System.Random.MZ=0;}},assemblyName:"SharpKit.JsClr",Kind:"Class",definition:{ctor:function(){this.inext=0;this.inextp=0;this.SeedArray=new Int32Array(56);System.Random.ctor$$Int32.call(this,System.Environment.get_TickCount());},ctor$$Int32:function(Seed){this.inext=0;this.inextp=0;this.SeedArray=new Int32Array(56);System.Object.ctor.call(this);var num=161803398-System.Math.Abs$$Int32(Seed);this.SeedArray[55]=num;var num2=1;for(var i=1;i<55;i++){var num3=21*i%55;this.SeedArray[num3]=num2;num2=num-num2;if(num2<0){num2+=2147483647;}num=this.SeedArray[num3];}for(var j=1;j<5;j++){for(var k=1;k<56;k++){this.SeedArray[k]-=this.SeedArray[1+(k+30)%55];if(this.SeedArray[k]<0){this.SeedArray[k]+=2147483647;}}}this.inext=0;this.inextp=21;Seed=1;},Sample:function(){return this.InternalSample()*4.656612875245797E-10;},InternalSample:function(){var num=this.inext;var num2=this.inextp;if(++num>=56){num=1;}if(++num2>=56){num2=1;}var num3=this.SeedArray[num]-this.SeedArray[num2];if(num3<0){num3+=2147483647;}this.SeedArray[num]=num3;this.inext=num;this.inextp=num2;return num3;},Next:function(){return this.InternalSample();},GetSampleForLargeRange:function(){var num=this.InternalSample();var flag=this.InternalSample()%2==0;if(flag){num=-num;}var num2=num;num2+=2147483646;return num2/4294967293;},Next$$Int32$$Int32:function(minValue,maxValue){if(minValue>maxValue){throw $CreateException(new System.ArgumentOutOfRangeException.ctor$$String$$String("minValue","Argument_MinMaxValue"),new Error());}var num=maxValue-minValue;if(num<=2147483647){return (this.Sample()*num)+minValue;}return ((this.GetSampleForLargeRange()*num)+minValue);},Next$$Int32:function(maxValue){if(maxValue<0){throw $CreateException(new System.ArgumentOutOfRangeException.ctor$$String$$String("maxValue","ArgumentOutOfRange_MustBePositive"),new Error());}return (this.Sample()*maxValue);},NextDouble:function(){return this.Sample();},NextBytes:function(buffer){if(buffer==null){throw $CreateException(new System.ArgumentNullException.ctor$$String("buffer"),new Error());}for(var i=0;i=this.str.length){throw $CreateException(new System.InvalidOperationException.ctor$$String("Enum Ended"),new Error());}return this.currentElement;}}};JsTypes.push(System$CharEnumerator);var System$StringComparison={fullname:"System.StringComparison",staticDefinition:{CurrentCulture:0,CurrentCultureIgnoreCase:1,InvariantCulture:2,InvariantCultureIgnoreCase:3,Ordinal:4,OrdinalIgnoreCase:5},Kind:"Enum"};JsTypes.push(System$StringComparison);var System$TimeSpan={fullname:"System.TimeSpan",baseTypeName:"System.Object",staticDefinition:{cctor:function(){System.TimeSpan.TicksPerMillisecond=10000;System.TimeSpan.MillisecondsPerTick=0.0001;System.TimeSpan.TicksPerSecond=10000000;System.TimeSpan.SecondsPerTick=1E-07;System.TimeSpan.TicksPerMinute=600000000;System.TimeSpan.MinutesPerTick=1.6666666666666667E-09;System.TimeSpan.TicksPerHour=36000000000;System.TimeSpan.HoursPerTick=2.7777777777777777E-11;System.TimeSpan.TicksPerDay=864000000000;System.TimeSpan.DaysPerTick=1.1574074074074074E-12;System.TimeSpan.MillisPerSecond=1000;System.TimeSpan.MillisPerMinute=60000;System.TimeSpan.MillisPerHour=3600000;System.TimeSpan.MillisPerDay=86400000;System.TimeSpan.MaxSeconds=922337203685;System.TimeSpan.MinSeconds=-922337203685;System.TimeSpan.MaxMilliSeconds=922337203685477; +System.TimeSpan.MinMilliSeconds=-922337203685477;System.TimeSpan.TicksPerTenthSecond=1000000;System.TimeSpan.Zero=new System.TimeSpan.ctor$$Int64(0);System.TimeSpan.MaxValue=new System.TimeSpan.ctor$$Int64(9223372036854775807);System.TimeSpan.MinValue=new System.TimeSpan.ctor$$Int64(-9223372036854775808);},Compare:function(t1,t2){if(t1.get__ticks()>t2.get__ticks()){return 1;}if(t1.get__ticks()=0)?0.5:-0.5);if(num2>922337203685477||num2<-922337203685477){throw $CreateException(new System.OverflowException.ctor$$String("Overflow_TimeSpanTooLong"),new Error());}return new System.TimeSpan.ctor$$Int64((num2*10000));},FromMilliseconds:function(value){var ts=new System.TimeSpan.ctor();ts._TotalMilliseconds=value;return ts;},FromMinutes:function(value){return System.TimeSpan.Interval(value,60000);},FromSeconds:function(value){return System.TimeSpan.Interval(value,1000);},FromTicks:function(value){return new System.TimeSpan.ctor$$Int64(value);},TimeToTicks:function(hour,minute,second){var num=hour*3600+minute*60+second;if(num>922337203685||num<-922337203685){throw $CreateException(new System.ArgumentOutOfRangeException.ctor$$String$$String(null,"Overflow_TimeSpanTooLong"),new Error());}return num*10000000;},TimeToMs:function(hour,minute,second){var num=hour*3600+minute*60+second;if(num>922337203685||num<-922337203685){throw $CreateException(new System.ArgumentOutOfRangeException.ctor$$String$$String(null,"Overflow_TimeSpanTooLong"),new Error());}return num*1000;},op_UnaryNegation:function(t){if(t.get__ticks()==System.TimeSpan.MinValue.get__ticks()){throw $CreateException(new System.OverflowException.ctor$$String("Overflow_NegateTwosCompNum"),new Error());}return new System.TimeSpan.ctor$$Int64(-t.get__ticks());},op_Subtraction:function(t1,t2){return t1.Subtract(t2);},op_UnaryPlus:function(t){return t;},op_Addition:function(t1,t2){return t1.Add(t2);},op_Equality:function(t1,t2){return t1.get__ticks()==t2.get__ticks();},op_Inequality:function(t1,t2){return t1.get__ticks()!=t2.get__ticks();},op_LessThan:function(t1,t2){return t1.get__ticks()t2.get__ticks();},op_GreaterThanOrEqual:function(t1,t2){return t1.get__ticks()>=t2.get__ticks();}},assemblyName:"SharpKit.JsClr",Kind:"Class",definition:{ctor:function(){this._TotalMilliseconds=0;System.Object.ctor.call(this);},Ticks$$:"System.Int64",get_Ticks:function(){return (this._TotalMilliseconds*10000);},_ticks$$:"System.Int64",get__ticks:function(){return (this._TotalMilliseconds*10000);},Days$$:"System.Int32",get_Days:function(){return (this.get__ticks()/864000000000);},Hours$$:"System.Int32",get_Hours:function(){return (this.get__ticks()/36000000000%24);},Milliseconds$$:"System.Int32",get_Milliseconds:function(){return (this.get__ticks()/10000%1000);},Minutes$$:"System.Int32",get_Minutes:function(){return (this.get__ticks()/600000000%60);},Seconds$$:"System.Int32",get_Seconds:function(){return (this.get__ticks()/10000000%60);},TotalDays$$:"System.Double",get_TotalDays:function(){return this._TotalMilliseconds/86400000;},TotalHours$$:"System.Double",get_TotalHours:function(){return this._TotalMilliseconds/3600000;},TotalMilliseconds$$:"System.Double",get_TotalMilliseconds:function(){return this._TotalMilliseconds;},TotalMinutes$$:"System.Double",get_TotalMinutes:function(){return this._TotalMilliseconds/60000;},TotalSeconds$$:"System.Double",get_TotalSeconds:function(){return this._TotalMilliseconds/1000;},ctor$$Int64:function(ticks){this._TotalMilliseconds=0;System.Object.ctor.call(this);this._TotalMilliseconds=ticks/10000;},ctor$$Int32$$Int32$$Int32:function(hours,minutes,seconds){this._TotalMilliseconds=0;System.Object.ctor.call(this);this._TotalMilliseconds=System.TimeSpan.TimeToMs(hours,minutes,seconds);},ctor$$Int32$$Int32$$Int32$$Int32:function(days,hours,minutes,seconds){this._TotalMilliseconds=0;System.TimeSpan.ctor$$Int32$$Int32$$Int32$$Int32$$Int32.call(this,days,hours,minutes,seconds,0);},ctor$$Int32$$Int32$$Int32$$Int32$$Int32:function(days,hours,minutes,seconds,milliseconds){this._TotalMilliseconds=0;System.Object.ctor.call(this);var num=(days*3600*24+hours*3600+minutes*60+seconds)*1000+milliseconds;if(num>922337203685477||num<-922337203685477){throw $CreateException(new System.ArgumentOutOfRangeException.ctor$$String$$String(null,"Overflow_TimeSpanTooLong"),new Error());}this._TotalMilliseconds=num;},Add:function(ts){var num=this._TotalMilliseconds+ts._TotalMilliseconds;return System.TimeSpan.FromMilliseconds(num);},CompareTo$$Object:function(value){if(value==null){return 1;}if(!(Is(value,System.TimeSpan.ctor))){throw $CreateException(new System.ArgumentException.ctor$$String("Arg_MustBeTimeSpan"),new Error());}var ticks=(Cast(value,System.TimeSpan.ctor)).get__ticks();if(this.get__ticks()>ticks){return 1;}if(this.get__ticks()ticks){return 1;}if(this.get__ticks()=0)?this.get__ticks():(-this.get__ticks()));},Equals$$Object:function(value){return Is(value,System.TimeSpan.ctor)&&this.get__ticks()==(Cast(value,System.TimeSpan.ctor)).get__ticks();},Equals$$TimeSpan:function(obj){return this.get__ticks()==obj.get__ticks();},GetHashCode:function(){return (this.get__ticks()^(this.get__ticks()>>32));},Negate:function(){if(this.get_Ticks()==System.TimeSpan.MinValue.get_Ticks()){throw $CreateException(new System.OverflowException.ctor$$String("Overflow_NegateTwosCompNum"),new Error());}return new System.TimeSpan.ctor$$Int64(-this.get__ticks());},Subtract:function(ts){var num=this.get__ticks()-ts.get__ticks();if(this.get__ticks()>>63!=ts.get__ticks()>>63&&this.get__ticks()>>63!=num>>63){throw $CreateException(new System.OverflowException.ctor$$String("Overflow_TimeSpanTooLong"),new Error());}return new System.TimeSpan.ctor$$Int64(num);}}};JsTypes.push(System$TimeSpan);var System$Tuple={fullname:"System.Tuple",baseTypeName:"System.Object",staticDefinition:{Create$1$$T1:function(T1,item1){return new System.Tuple$1.ctor(T1,item1);},Create$2$$T1$$T2:function(T1,T2,item1,item2){return new System.Tuple$2.ctor(T1,T2,item1,item2);},Create$3$$T1$$T2$$T3 +:function(T1,T2,T3,item1,item2,item3){return new System.Tuple$3.ctor(T1,T2,T3,item1,item2,item3);},Create$4$$T1$$T2$$T3$$T4:function(T1,T2,T3,T4,item1,item2,item3,item4){return new System.Tuple$4.ctor(T1,T2,T3,T4,item1,item2,item3,item4);},Create$5$$T1$$T2$$T3$$T4$$T5:function(T1,T2,T3,T4,T5,item1,item2,item3,item4,item5){return new System.Tuple$5.ctor(T1,T2,T3,T4,T5,item1,item2,item3,item4,item5);},Create$6$$T1$$T2$$T3$$T4$$T5$$T6:function(T1,T2,T3,T4,T5,T6,item1,item2,item3,item4,item5,item6){return new System.Tuple$6.ctor(T1,T2,T3,T4,T5,T6,item1,item2,item3,item4,item5,item6);},Create$7$$T1$$T2$$T3$$T4$$T5$$T6$$T7:function(T1,T2,T3,T4,T5,T6,T7,item1,item2,item3,item4,item5,item6,item7){return new System.Tuple$7.ctor(T1,T2,T3,T4,T5,T6,T7,item1,item2,item3,item4,item5,item6,item7);},Create$8$$T1$$T2$$T3$$T4$$T5$$T6$$T7$$T8:function(T1,T2,T3,T4,T5,T6,T7,T8,item1,item2,item3,item4,item5,item6,item7,item8){return new System.Tuple$8.ctor(T1,T2,T3,T4,T5,T6,T7,System.Tuple$1.ctor,item1,item2,item3,item4,item5,item6,item7,new System.Tuple$1.ctor(T8,item8));}},assemblyName:"SharpKit.JsClr",Kind:"Class",definition:{ctor:function(){System.Object.ctor.call(this);}}};JsTypes.push(System$Tuple);var System$Tuple$1={fullname:"System.Tuple$1",baseTypeName:"System.Object",assemblyName:"SharpKit.JsClr",Kind:"Class",definition:{ctor:function(T1,item1){this.T1=T1;this._item1=null;System.Object.ctor.call(this);this._item1=item1;},Item1$$:"`0",get_Item1:function(){return this._item1;}}};JsTypes.push(System$Tuple$1);var System$Tuple$2={fullname:"System.Tuple$2",baseTypeName:"System.Object",assemblyName:"SharpKit.JsClr",Kind:"Class",definition:{ctor:function(T1,T2,item1,item2){this.T1=T1;this.T2=T2;this._item1=null;this._item2=null;System.Object.ctor.call(this);this._item1=item1;this._item2=item2;},Item1$$:"`0",get_Item1:function(){return this._item1;},Item2$$:"`1",get_Item2:function(){return this._item2;}}};JsTypes.push(System$Tuple$2);var System$Tuple$3={fullname:"System.Tuple$3",baseTypeName:"System.Object",assemblyName:"SharpKit.JsClr",Kind:"Class",definition:{ctor:function(T1,T2,T3,item1,item2,item3){this.T1=T1;this.T2=T2;this.T3=T3;this._item1=null;this._item2=null;this._item3=null;System.Object.ctor.call(this);this._item1=item1;this._item2=item2;this._item3=item3;},Item1$$:"`0",get_Item1:function(){return this._item1;},Item2$$:"`1",get_Item2:function(){return this._item2;},Item3$$:"`2",get_Item3:function(){return this._item3;}}};JsTypes.push(System$Tuple$3);var System$Tuple$4={fullname:"System.Tuple$4",baseTypeName:"System.Object",assemblyName:"SharpKit.JsClr",Kind:"Class",definition:{ctor:function(T1,T2,T3,T4,item1,item2,item3,item4){this.T1=T1;this.T2=T2;this.T3=T3;this.T4=T4;this._item1=null;this._item2=null;this._item3=null;this._item4=null;System.Object.ctor.call(this);this._item1=item1;this._item2=item2;this._item3=item3;this._item4=item4;},Item1$$:"`0",get_Item1:function(){return this._item1;},Item2$$:"`1",get_Item2:function(){return this._item2;},Item3$$:"`2",get_Item3:function(){return this._item3;},Item4$$:"`3",get_Item4:function(){return this._item4;}}};JsTypes.push(System$Tuple$4);var System$Tuple$5={fullname:"System.Tuple$5",baseTypeName:"System.Object",assemblyName:"SharpKit.JsClr",Kind:"Class",definition:{ctor:function(T1,T2,T3,T4,T5,item1,item2,item3,item4,item5){this.T1=T1;this.T2=T2;this.T3=T3;this.T4=T4;this.T5=T5;this._item1=null;this._item2=null;this._item3=null;this._item4=null;this._item5=null;System.Object.ctor.call(this);this._item1=item1;this._item2=item2;this._item3=item3;this._item4=item4;this._item5=item5;},Item1$$:"`0",get_Item1:function(){return this._item1;},Item2$$:"`1",get_Item2:function(){return this._item2;},Item3$$:"`2",get_Item3:function(){return this._item3;},Item4$$:"`3",get_Item4:function(){return this._item4;},Item5$$:"`4",get_Item5:function(){return this._item5;}}};JsTypes.push(System$Tuple$5);var System$Tuple$6={fullname:"System.Tuple$6",baseTypeName:"System.Object",assemblyName:"SharpKit.JsClr",Kind:"Class",definition:{ctor:function(T1,T2,T3,T4,T5,T6,item1,item2,item3,item4,item5,item6){this.T1=T1;this.T2=T2;this.T3=T3;this.T4=T4;this.T5=T5;this.T6=T6;this._item1=null;this._item2=null;this._item3=null;this._item4=null;this._item5=null;this._item6=null;System.Object.ctor.call(this);this._item1=item1;this._item2=item2;this._item3=item3;this._item4=item4;this._item5=item5;this._item6=item6;},Item1$$:"`0",get_Item1:function(){return this._item1;},Item2$$:"`1",get_Item2:function(){return this._item2;},Item3$$:"`2",get_Item3:function(){return this._item3;},Item4$$:"`3",get_Item4:function(){return this._item4;},Item5$$:"`4",get_Item5:function(){return this._item5;},Item6$$:"`5",get_Item6:function(){return this._item6;}}};JsTypes.push(System$Tuple$6);var System$Tuple$7={fullname:"System.Tuple$7",baseTypeName:"System.Object",assemblyName:"SharpKit.JsClr",Kind:"Class",definition:{ctor:function(T1,T2,T3,T4,T5,T6,T7,item1,item2,item3,item4,item5,item6,item7){this.T1=T1;this.T2=T2;this.T3=T3;this.T4=T4;this.T5=T5;this.T6=T6;this.T7=T7;this._item1=null;this._item2=null;this._item3=null;this._item4=null;this._item5=null;this._item6=null;this._item7=null;System.Object.ctor.call(this);this._item1=item1;this._item2=item2;this._item3=item3;this._item4=item4;this._item5=item5;this._item6=item6;this._item7=item7;},Item1$$:"`0",get_Item1:function(){return this._item1;},Item2$$:"`1",get_Item2:function(){return this._item2;},Item3$$:"`2",get_Item3:function(){return this._item3;},Item4$$:"`3",get_Item4:function(){return this._item4;},Item5$$:"`4",get_Item5:function(){return this._item5;},Item6$$:"`5",get_Item6:function(){return this._item6;},Item7$$:"`6",get_Item7:function(){return this._item7;}}};JsTypes.push(System$Tuple$7);var System$UInt32={fullname:"System.UInt32",baseTypeName:"System.Object",staticDefinition:{op_Implicit$$UInt32:function(value){return value._value;},op_Explicit:function(value){return new System.UInt32.ctor$$Object(value);}},assemblyName:"SharpKit.JsClr",Kind:"Class",definition:{ctor:function(){this._value=null;System.UInt32.ctor$$Object.call(this,0);},ctor$$Object:function(value){this._value=null;System.Object.ctor.call(this);this._value=this.Convert(value);},Convert:function(value){if(value==null)throw $CreateException(new System.ArgumentNullException.ctor(),new Error());var regex=new RegExp("^-?([0-9]+)[^0-9]");var match=regex.exec(value.toString());if(match==null)throw $CreateException(new System.FormatException.ctor(),new Error());return new Number(match[1]);}}};JsTypes.push(System$UInt32);var System$Uri={fullname:"System.Uri",baseTypeName:"System.Object",staticDefinition:{op_Equality:function(u1,u2){if(u1==u2){return true;}if(u1==null){return false;}if(u2==null){return false;}return u1._OriginalString==u2._OriginalString;},op_Inequality:function(u1,u2){return !(System.Uri.op_Equality(u1,u2));}},assemblyName:"SharpKit.JsClr",Kind:"Class",definition:{ctor:function(){this._OriginalString=null;this._Fragment=null;this._Query=null;System.Object +.ctor.call(this);this._OriginalString=null;},ctor$$String:function(uri){this._OriginalString=null;this._Fragment=null;this._Query=null;System.Object.ctor.call(this);this._OriginalString=uri;},OriginalString$$:"System.String",get_OriginalString:function(){return this._OriginalString;},AbsoluteUri$$:"System.String",get_AbsoluteUri:function(){return this._OriginalString;},toString:function(){return this._OriginalString;},Equals$$Object:function(obj){return System.Uri.op_Equality(this,Cast(obj,System.Uri.ctor));},GetHashCode:function(){return System.Object.commonPrototype.GetHashCode.call(this);},Fragment$$:"System.String",get_Fragment:function(){if(this._Fragment==null){var idx=this._OriginalString.indexOf("#");if(idx==-1)this._Fragment="";else this._Fragment=this._OriginalString.substr(idx);}return this._Fragment;},Query$$:"System.String",get_Query:function(){if(this._Query==null){var idx=this._OriginalString.indexOf("?");if(idx==-1)this._Query="";else {var idx2=this._OriginalString.indexOf("#");if(idx2==-1)this._Query=this._OriginalString.substr(idx);else this._Query=this._OriginalString.substr(idx,idx2-idx);}}return this._Query;}}};JsTypes.push(System$Uri);var System$ValueType={fullname:"System.ValueType",baseTypeName:"System.Object",assemblyName:"SharpKit.JsClr",Kind:"Class",definition:{ctor:function(){System.Object.ctor.call(this);}}};JsTypes.push(System$ValueType);var SharpKit$Html4$HtmlDomEventHandler={fullname:"SharpKit.Html4.HtmlDomEventHandler",Kind:"Delegate",definition:{ctor:function(obj,func){System.MulticastDelegate.ctor.call(this,obj,func);}}};JsTypes.push(SharpKit$Html4$HtmlDomEventHandler);Array.prototype.get_Item$$Int32=function(index){return this[index];};Array.prototype.set_Item$$Int32=function(index,value){this[index]=value;};$Inherit(Array,Array);var JsRuntime=function(){};JsRuntime.Start=function(){Compile();}; //kernel.js var isIE = navigator.userAgent.toLowerCase().indexOf("msie") > -1; var isMoz = document.implementation && document.implementation.createDocument; From b5322125ba3c62648b5603af4f6f300d2a3c2c92 Mon Sep 17 00:00:00 2001 From: Sebastian Loncar Date: Sun, 6 Dec 2020 01:19:21 +0100 Subject: [PATCH 02/14] changed framework --- .../ExtJs4.Generator/ExtJs4.Generator.csproj | 2 +- DefGenerators/FabricJsCodeGen/FabricJsCodeGen.csproj | 2 +- .../Google.ApiGenerator/Google.ApiGenerator.csproj | 2 +- .../NodeJsApiGenerator/NodeJsApiGenerator.csproj | 2 +- .../Qooxdoo.Generator/Qooxdoo.Generator.csproj | 2 +- .../TinyMCE.Generator/TinyMCEGenerator.csproj | 2 +- DefGenerators/WebIDLParser/WebIDLParser.csproj | 2 +- DefGenerators/YuiGenerator/YuiGenerator.csproj | 2 +- Defs/AppMobi/AppMobi.csproj | 4 ++-- Defs/Arshaw.FullCalendar/Arshaw.FullCalendar.csproj | 4 ++-- Defs/Att.Html5Sdk/Att.Html5Sdk.csproj | 4 ++-- Defs/BackboneJs/BackboneJs.csproj | 4 ++-- Defs/Breeze/Breeze.csproj | 2 +- Defs/CodeMirror/CodeMirror.csproj | 4 ++-- Defs/EaselJS/EaselJS.csproj | 4 ++-- Defs/ExtJs/ExtJs.csproj | 4 ++-- Defs/FabricJs/FabricJs.csproj | 2 +- Defs/FireFox.Firebug/FireFox.Firebug.csproj | 4 ++-- Defs/Google.Chrome/Google.Chrome.csproj | 4 ++-- Defs/Google.Maps/Google.Maps.csproj | 4 ++-- Defs/Highcharts/Highcharts.csproj | 4 ++-- Defs/Html/Html.csproj | 4 ++-- Defs/JavaScript/JavaScript.csproj | 2 +- Defs/KendoUI.Web/KendoUI.Web.csproj | 4 ++-- Defs/KendoUI/KendoUI.csproj | 4 ++-- Defs/KineticJs/KineticJs.csproj | 4 ++-- Defs/KnockoutJs/KnockoutJs.csproj | 4 ++-- Defs/LinqJs/LinqJs.csproj | 4 ++-- Defs/Log4JavaScript/Log4JavaScript.csproj | 2 +- Defs/NodeJs.MongoDbNative/NodeJs.MongoDbNative.csproj | 2 +- Defs/NodeJs/NodeJs.csproj | 2 +- Defs/PhoneGap/PhoneGap.csproj | 4 ++-- Defs/PrototypeJs/PrototypeJs.csproj | 4 ++-- Defs/QUnit/QUnit.csproj | 4 ++-- Defs/Qooxdoo/Qooxdoo.csproj | 2 +- Defs/Raphael/Raphael.csproj | 4 ++-- Defs/RxJS/RxJS.csproj | 4 ++-- Defs/Scriptaculous/Scriptaculous.csproj | 4 ++-- Defs/SenchaTouch-1.1.0/SenchaTouch-1.1.0.csproj | 4 ++-- Defs/SenchaTouch-2.0.0/SenchaTouch-2.0.0.csproj | 4 ++-- Defs/SignalR/SignalR.csproj | 4 ++-- Defs/TheMProject/TheMProject.csproj | 4 ++-- Defs/ThreeJs/ThreeJs.csproj | 4 ++-- Defs/TinyMCE/TinyMCE.csproj | 4 ++-- Defs/XRegExp/XRegExp.csproj | 4 ++-- Defs/Xdk.Cordova/Xdk.Cordova.csproj | 4 ++-- Defs/Xdk.Html/Xdk.Html.csproj | 4 ++-- Defs/Xdk.IntelXdk/Xdk.IntelXdk.csproj | 4 ++-- Defs/Xdk.JavaScript/Xdk.JavaScript.csproj | 2 +- Defs/Yui/Yui.csproj | 4 ++-- Defs/jQTouch/jQTouch.csproj | 4 ++-- Defs/jQuery.Query/jQuery.Query.csproj | 4 ++-- Defs/jQuery.SimpleModal/jQuery.SimpleModal.csproj | 4 ++-- Defs/jQuery.Validate/jQuery.Validate.csproj | 4 ++-- Defs/jQuery.jqGrid/jQuery.jqGrid.csproj | 4 ++-- Defs/jQuery/jQuery.csproj | 4 ++-- Defs/jQueryMobile-1.0b1/jQueryMobile-1.0b1.csproj | 4 ++-- .../jQueryUI.NestedSortable.csproj | 4 ++-- Defs/jQueryUI/jQueryUI.csproj | 4 ++-- Defs/jsUndoable/jsUndoable.csproj | 4 ++-- Demos/Xdk/Accelerometer/Accelerometer.csproj | 2 +- Demos/Xdk/BasicNavigation/BasicNavigation.csproj | 2 +- Demos/Xdk/CookieManagement/CookieManagement.csproj | 2 +- Demos/Xdk/DragAndDrop/DragAndDrop.csproj | 2 +- Demos/Xdk/EventSounds/EventSounds.csproj | 2 +- Demos/Xdk/Fonts/Fonts.csproj | 2 +- Demos/Xdk/HelloWorld/HelloWorld.csproj | 2 +- Demos/Xdk/LiveUpdates/LiveUpdates.csproj | 2 +- Demos/Xdk/Orientation/Orientation.csproj | 2 +- Demos/Xdk/Podcast/Podcast.csproj | 2 +- Demos/Xdk/Shoutcast/Shoutcast.csproj | 2 +- Demos/Xdk/pushmobi/pushmobi.csproj | 2 +- Frameworks/Html.Linq/Html.Linq.csproj | 2 +- Frameworks/JavaScript.NoClr/JavaScript.NoClr.csproj | 2 +- Frameworks/JsClr.Test/JsClr.Test.csproj | 2 +- Frameworks/JsClr/JsClr.csproj | 11 +++++++---- Frameworks/Web/Web.csproj | 2 +- 77 files changed, 127 insertions(+), 124 deletions(-) diff --git a/DefGenerators/ExtJs4.Generator/ExtJs4.Generator.csproj b/DefGenerators/ExtJs4.Generator/ExtJs4.Generator.csproj index 49a8152..06e18fb 100644 --- a/DefGenerators/ExtJs4.Generator/ExtJs4.Generator.csproj +++ b/DefGenerators/ExtJs4.Generator/ExtJs4.Generator.csproj @@ -10,7 +10,7 @@ Properties SharpKit.ExtJs4.Generator SharpKit.ExtJs4.Generator - v4.0 + v4.7.2 512 1591,0108,0114,1570 diff --git a/DefGenerators/FabricJsCodeGen/FabricJsCodeGen.csproj b/DefGenerators/FabricJsCodeGen/FabricJsCodeGen.csproj index 1787bbd..0d20c5a 100644 --- a/DefGenerators/FabricJsCodeGen/FabricJsCodeGen.csproj +++ b/DefGenerators/FabricJsCodeGen/FabricJsCodeGen.csproj @@ -10,7 +10,7 @@ Properties FabricJsCodeGen FabricJsCodeGen - v4.0 + v4.7.2 Client 512 1591,0108,0114,1570 diff --git a/DefGenerators/Google.ApiGenerator/Google.ApiGenerator.csproj b/DefGenerators/Google.ApiGenerator/Google.ApiGenerator.csproj index 355b72d..b949924 100644 --- a/DefGenerators/Google.ApiGenerator/Google.ApiGenerator.csproj +++ b/DefGenerators/Google.ApiGenerator/Google.ApiGenerator.csproj @@ -10,7 +10,7 @@ Properties SharpKit.Google.ApiGenerator SharpKit.Google.ApiGenerator - v4.0 + v4.7.2 512 1591,0108,0114,1570 diff --git a/DefGenerators/NodeJsApiGenerator/NodeJsApiGenerator.csproj b/DefGenerators/NodeJsApiGenerator/NodeJsApiGenerator.csproj index 0de3aa7..786a74d 100644 --- a/DefGenerators/NodeJsApiGenerator/NodeJsApiGenerator.csproj +++ b/DefGenerators/NodeJsApiGenerator/NodeJsApiGenerator.csproj @@ -10,7 +10,7 @@ Properties NodeJsApiGenerator NodeJsApiGenerator - v4.0 + v4.7.2 512 1591,0108,0114,1570 diff --git a/DefGenerators/Qooxdoo.Generator/Qooxdoo.Generator.csproj b/DefGenerators/Qooxdoo.Generator/Qooxdoo.Generator.csproj index aea3217..5c8478a 100644 --- a/DefGenerators/Qooxdoo.Generator/Qooxdoo.Generator.csproj +++ b/DefGenerators/Qooxdoo.Generator/Qooxdoo.Generator.csproj @@ -10,7 +10,7 @@ Properties SharpKit.Qooxdoo.Generator SharpKit.Qooxdoo.Generator - v4.0 + v4.7.2 512 1591,0108,0114,1570 diff --git a/DefGenerators/TinyMCE.Generator/TinyMCEGenerator.csproj b/DefGenerators/TinyMCE.Generator/TinyMCEGenerator.csproj index 4d33ef4..e1024fa 100644 --- a/DefGenerators/TinyMCE.Generator/TinyMCEGenerator.csproj +++ b/DefGenerators/TinyMCE.Generator/TinyMCEGenerator.csproj @@ -10,7 +10,7 @@ Properties SharpKit.TinyMCE SharpKit.TinyMCE - v4.0 + v4.7.2 512 Svn Svn diff --git a/DefGenerators/WebIDLParser/WebIDLParser.csproj b/DefGenerators/WebIDLParser/WebIDLParser.csproj index d977f81..ef1870a 100644 --- a/DefGenerators/WebIDLParser/WebIDLParser.csproj +++ b/DefGenerators/WebIDLParser/WebIDLParser.csproj @@ -10,7 +10,7 @@ Properties WebIDLParser WebIDLParser - v4.0 + v4.7.2 Client 512 1591,0108,0114,1570 diff --git a/DefGenerators/YuiGenerator/YuiGenerator.csproj b/DefGenerators/YuiGenerator/YuiGenerator.csproj index 8ae9f5e..eb9be9e 100644 --- a/DefGenerators/YuiGenerator/YuiGenerator.csproj +++ b/DefGenerators/YuiGenerator/YuiGenerator.csproj @@ -10,7 +10,7 @@ Properties YuiGenerator YuiGenerator - v4.0 + v4.7.2 512 1591,0108,0114,1570 diff --git a/Defs/AppMobi/AppMobi.csproj b/Defs/AppMobi/AppMobi.csproj index 80b9fc6..9cfe8a2 100644 --- a/Defs/AppMobi/AppMobi.csproj +++ b/Defs/AppMobi/AppMobi.csproj @@ -10,7 +10,7 @@ Properties SharpKit.XDK SharpKit.AppMobi - v4.0 + v4.7.2 512 prompt @@ -18,7 +18,7 @@ bin\$(Configuration)\ bin\$(Configuration)\$(AssemblyName).xml AnyCPU - v4.0 + v4.7.2 true SharpKit.snk 1591,0108,0114,1570 diff --git a/Defs/Arshaw.FullCalendar/Arshaw.FullCalendar.csproj b/Defs/Arshaw.FullCalendar/Arshaw.FullCalendar.csproj index 8c3e2ab..9a17201 100644 --- a/Defs/Arshaw.FullCalendar/Arshaw.FullCalendar.csproj +++ b/Defs/Arshaw.FullCalendar/Arshaw.FullCalendar.csproj @@ -10,7 +10,7 @@ Properties SharpKit.Arshaw.FullCalendar SharpKit.Arshaw.FullCalendar - v4.0 + v4.7.2 512 prompt @@ -19,7 +19,7 @@ bin\$(Configuration)\$(AssemblyName).xml AnyCPU - v4.0 + v4.7.2 true SharpKit.snk 1591,0108,0114,1570 diff --git a/Defs/Att.Html5Sdk/Att.Html5Sdk.csproj b/Defs/Att.Html5Sdk/Att.Html5Sdk.csproj index 0d500e5..2634da3 100644 --- a/Defs/Att.Html5Sdk/Att.Html5Sdk.csproj +++ b/Defs/Att.Html5Sdk/Att.Html5Sdk.csproj @@ -10,7 +10,7 @@ Properties SharpKit.Att.Html5Sdk SharpKit.Att.Html5Sdk - v4.0 + v4.7.2 512 prompt @@ -19,7 +19,7 @@ bin\$(Configuration)\$(AssemblyName).xml AnyCPU - v4.0 + v4.7.2 true SharpKit.snk 1591,0108,0114,1570 diff --git a/Defs/BackboneJs/BackboneJs.csproj b/Defs/BackboneJs/BackboneJs.csproj index 30f0cee..6d26dfd 100644 --- a/Defs/BackboneJs/BackboneJs.csproj +++ b/Defs/BackboneJs/BackboneJs.csproj @@ -10,7 +10,7 @@ Properties SharpKit.BackboneJs SharpKit.BackboneJs - v4.0 + v4.7.2 512 prompt @@ -19,7 +19,7 @@ bin\$(Configuration)\$(AssemblyName).xml AnyCPU - v4.0 + v4.7.2 true SharpKit.snk 1591,0108,0114,1570 diff --git a/Defs/Breeze/Breeze.csproj b/Defs/Breeze/Breeze.csproj index dd985a2..7495d91 100644 --- a/Defs/Breeze/Breeze.csproj +++ b/Defs/Breeze/Breeze.csproj @@ -10,7 +10,7 @@ Properties SharpKit.Breeze SharpKit.Breeze - v4.0 + v4.7.2 512 1591,0108,0114,1570 bin\$(Configuration)\ diff --git a/Defs/CodeMirror/CodeMirror.csproj b/Defs/CodeMirror/CodeMirror.csproj index 566a7a9..558f7ae 100644 --- a/Defs/CodeMirror/CodeMirror.csproj +++ b/Defs/CodeMirror/CodeMirror.csproj @@ -10,7 +10,7 @@ Properties SharpKit.CodeMirror SharpKit.CodeMirror - v4.0 + v4.7.2 512 prompt @@ -19,7 +19,7 @@ bin\$(Configuration)\$(AssemblyName).xml AnyCPU - v4.0 + v4.7.2 true SharpKit.snk 1591,0108,0114,1570 diff --git a/Defs/EaselJS/EaselJS.csproj b/Defs/EaselJS/EaselJS.csproj index 1c65ad3..cfb983b 100644 --- a/Defs/EaselJS/EaselJS.csproj +++ b/Defs/EaselJS/EaselJS.csproj @@ -10,7 +10,7 @@ Properties SharpKit.EaselJS SharpKit.EaselJS - v4.0 + v4.7.2 512 prompt @@ -19,7 +19,7 @@ bin\$(Configuration)\$(AssemblyName).xml AnyCPU - v4.0 + v4.7.2 true SharpKit.snk 1591,0108,0114,1570 diff --git a/Defs/ExtJs/ExtJs.csproj b/Defs/ExtJs/ExtJs.csproj index 7ee0c8c..388395d 100644 --- a/Defs/ExtJs/ExtJs.csproj +++ b/Defs/ExtJs/ExtJs.csproj @@ -10,7 +10,7 @@ Properties SharpKit.ExtJs SharpKit.ExtJs - v4.0 + v4.7.2 512 prompt 4 @@ -18,7 +18,7 @@ bin\$(Configuration)\$(AssemblyName).xml AnyCPU - v4.0 + v4.7.2 true SharpKit.snk 1591,0108,0114,1574,1584,1658,1570,0419 diff --git a/Defs/FabricJs/FabricJs.csproj b/Defs/FabricJs/FabricJs.csproj index 7253903..869ef1b 100644 --- a/Defs/FabricJs/FabricJs.csproj +++ b/Defs/FabricJs/FabricJs.csproj @@ -10,7 +10,7 @@ Properties SharpKit.FabricJs SharpKit.FabricJs - v4.0 + v4.7.2 512 1591,0108,0114,1570 bin\$(Configuration)\ diff --git a/Defs/FireFox.Firebug/FireFox.Firebug.csproj b/Defs/FireFox.Firebug/FireFox.Firebug.csproj index d879c83..4811535 100644 --- a/Defs/FireFox.Firebug/FireFox.Firebug.csproj +++ b/Defs/FireFox.Firebug/FireFox.Firebug.csproj @@ -10,13 +10,13 @@ Properties SharpKit.FireFox.Firebug SharpKit.FireFox.Firebug - v4.0 + v4.7.2 512 bin\$(Configuration)\ bin\$(Configuration)\$(AssemblyName).xml AnyCPU - v4.0 + v4.7.2 true SharpKit.snk 1591,0108,0114,1570 diff --git a/Defs/Google.Chrome/Google.Chrome.csproj b/Defs/Google.Chrome/Google.Chrome.csproj index fc92f9c..72ec401 100644 --- a/Defs/Google.Chrome/Google.Chrome.csproj +++ b/Defs/Google.Chrome/Google.Chrome.csproj @@ -10,7 +10,7 @@ Properties SharpKit.Google.Chrome SharpKit.Google.Chrome - v4.0 + v4.7.2 512 prompt @@ -19,7 +19,7 @@ bin\$(Configuration)\$(AssemblyName).xml AnyCPU - v4.0 + v4.7.2 true SharpKit.snk 1591,0108,0114,1570 diff --git a/Defs/Google.Maps/Google.Maps.csproj b/Defs/Google.Maps/Google.Maps.csproj index 70e7c70..a2ab6fe 100644 --- a/Defs/Google.Maps/Google.Maps.csproj +++ b/Defs/Google.Maps/Google.Maps.csproj @@ -10,7 +10,7 @@ Properties SharpKit.Google.Maps SharpKit.Google.Maps - v4.0 + v4.7.2 pdbonly true bin\$(Configuration)\ @@ -24,7 +24,7 @@ bin\$(Configuration)\$(AssemblyName).xml AnyCPU - v4.0 + v4.7.2 true SharpKit.snk 1591,0108,0114,1570 diff --git a/Defs/Highcharts/Highcharts.csproj b/Defs/Highcharts/Highcharts.csproj index e6a54d8..e0b62d4 100644 --- a/Defs/Highcharts/Highcharts.csproj +++ b/Defs/Highcharts/Highcharts.csproj @@ -10,7 +10,7 @@ Properties SharpKit.Highcharts SharpKit.Highcharts - v4.0 + v4.7.2 512 prompt @@ -19,7 +19,7 @@ bin\$(Configuration)\$(AssemblyName).xml AnyCPU - v4.0 + v4.7.2 true SharpKit.snk 1591,0108,0114,1570 diff --git a/Defs/Html/Html.csproj b/Defs/Html/Html.csproj index 90314f0..43caba9 100644 --- a/Defs/Html/Html.csproj +++ b/Defs/Html/Html.csproj @@ -10,14 +10,14 @@ Properties SharpKit.Html SharpKit.Html - v4.0 + v4.7.2 512 prompt 4 bin\$(Configuration)\ AnyCPU - v4.0 + v4.7.2 true SharpKit.snk 1591,0108,0114,1570 diff --git a/Defs/JavaScript/JavaScript.csproj b/Defs/JavaScript/JavaScript.csproj index aef942e..184ad0c 100644 --- a/Defs/JavaScript/JavaScript.csproj +++ b/Defs/JavaScript/JavaScript.csproj @@ -17,7 +17,7 @@ bin\ bin\$(AssemblyName).xml AnyCPU - v4.0 + v4.7.2 true SharpKit.snk 1591,0108,0114,1570 diff --git a/Defs/KendoUI.Web/KendoUI.Web.csproj b/Defs/KendoUI.Web/KendoUI.Web.csproj index 94c7963..ffece50 100644 --- a/Defs/KendoUI.Web/KendoUI.Web.csproj +++ b/Defs/KendoUI.Web/KendoUI.Web.csproj @@ -10,7 +10,7 @@ Properties SharpKit.KendoUI.Web SharpKit.KendoUI.Web - v4.0 + v4.7.2 512 prompt 4 @@ -18,7 +18,7 @@ bin\$(Configuration)\$(AssemblyName).xml AnyCPU - v4.0 + v4.7.2 true SharpKit.snk 1591,0108,0114,1570 diff --git a/Defs/KendoUI/KendoUI.csproj b/Defs/KendoUI/KendoUI.csproj index adff21c..7d1a69b 100644 --- a/Defs/KendoUI/KendoUI.csproj +++ b/Defs/KendoUI/KendoUI.csproj @@ -10,7 +10,7 @@ Properties SharpKit.KendoUI SharpKit.KendoUI - v4.0 + v4.7.2 512 prompt @@ -19,7 +19,7 @@ bin\$(Configuration)\$(AssemblyName).xml AnyCPU - v4.0 + v4.7.2 true SharpKit.snk 1591,0108,0114,1570 diff --git a/Defs/KineticJs/KineticJs.csproj b/Defs/KineticJs/KineticJs.csproj index 9afebe8..cf17eb0 100644 --- a/Defs/KineticJs/KineticJs.csproj +++ b/Defs/KineticJs/KineticJs.csproj @@ -10,7 +10,7 @@ Properties SharpKit.KineticJs SharpKit.KineticJs - v4.0 + v4.7.2 512 prompt @@ -19,7 +19,7 @@ bin\$(Configuration)\$(AssemblyName).xml AnyCPU - v4.0 + v4.7.2 true SharpKit.snk 1591,0108,0114,1570 diff --git a/Defs/KnockoutJs/KnockoutJs.csproj b/Defs/KnockoutJs/KnockoutJs.csproj index b2d0b25..9dc49cb 100644 --- a/Defs/KnockoutJs/KnockoutJs.csproj +++ b/Defs/KnockoutJs/KnockoutJs.csproj @@ -10,7 +10,7 @@ Properties SharpKit.KnockoutJs SharpKit.KnockoutJs - v4.0 + v4.7.2 512 prompt 4 @@ -18,7 +18,7 @@ bin\$(Configuration)\$(AssemblyName).xml AnyCPU - v4.0 + v4.7.2 true SharpKit.snk 1591,0108,0114,1570 diff --git a/Defs/LinqJs/LinqJs.csproj b/Defs/LinqJs/LinqJs.csproj index a61f4dd..a4e08d3 100644 --- a/Defs/LinqJs/LinqJs.csproj +++ b/Defs/LinqJs/LinqJs.csproj @@ -10,14 +10,14 @@ Properties SharpKit.LinqJs SharpKit.LinqJs - v4.0 + v4.7.2 512 prompt 4 bin\$(Configuration)\ bin\$(Configuration)\$(AssemblyName).xml AnyCPU - v4.0 + v4.7.2 true SharpKit.snk 1591,0108,0114,1570 diff --git a/Defs/Log4JavaScript/Log4JavaScript.csproj b/Defs/Log4JavaScript/Log4JavaScript.csproj index daf7435..8dfe8a5 100644 --- a/Defs/Log4JavaScript/Log4JavaScript.csproj +++ b/Defs/Log4JavaScript/Log4JavaScript.csproj @@ -18,7 +18,7 @@ Properties log4javascript SharpKit.Log4JavaScript - v4.0 + v4.7.2 512 diff --git a/Defs/NodeJs.MongoDbNative/NodeJs.MongoDbNative.csproj b/Defs/NodeJs.MongoDbNative/NodeJs.MongoDbNative.csproj index 081a4a6..159f3b0 100644 --- a/Defs/NodeJs.MongoDbNative/NodeJs.MongoDbNative.csproj +++ b/Defs/NodeJs.MongoDbNative/NodeJs.MongoDbNative.csproj @@ -10,7 +10,7 @@ Properties SharpKit.NodeJs.MongoDbNative SharpKit.NodeJs.MongoDbNative - v4.0 + v4.7.2 512 1591,0108,0114,1570 bin\$(Configuration)\ diff --git a/Defs/NodeJs/NodeJs.csproj b/Defs/NodeJs/NodeJs.csproj index 4b1762c..faa6993 100644 --- a/Defs/NodeJs/NodeJs.csproj +++ b/Defs/NodeJs/NodeJs.csproj @@ -10,7 +10,7 @@ Properties SharpKit.NodeJs SharpKit.NodeJs - v4.0 + v4.7.2 512 1591,0108,0114,1570 bin\$(Configuration)\ diff --git a/Defs/PhoneGap/PhoneGap.csproj b/Defs/PhoneGap/PhoneGap.csproj index 60f4c0e..f334f31 100644 --- a/Defs/PhoneGap/PhoneGap.csproj +++ b/Defs/PhoneGap/PhoneGap.csproj @@ -10,7 +10,7 @@ Properties SharpKit.PhoneGap SharpKit.PhoneGap - v4.0 + v4.7.2 512 prompt @@ -19,7 +19,7 @@ bin\$(Configuration)\$(AssemblyName).xml AnyCPU - v4.0 + v4.7.2 true SharpKit.snk 1591,0108,0114,1570 diff --git a/Defs/PrototypeJs/PrototypeJs.csproj b/Defs/PrototypeJs/PrototypeJs.csproj index 54d406d..44ee1b1 100644 --- a/Defs/PrototypeJs/PrototypeJs.csproj +++ b/Defs/PrototypeJs/PrototypeJs.csproj @@ -10,7 +10,7 @@ Properties SharpKit.PrototypeJs SharpKit.PrototypeJs - v4.0 + v4.7.2 512 prompt @@ -19,7 +19,7 @@ bin\$(Configuration)\$(AssemblyName).xml AnyCPU - v4.0 + v4.7.2 true SharpKit.snk 1591,0108,0114,1570 diff --git a/Defs/QUnit/QUnit.csproj b/Defs/QUnit/QUnit.csproj index 3d5a629..3fbf410 100644 --- a/Defs/QUnit/QUnit.csproj +++ b/Defs/QUnit/QUnit.csproj @@ -10,7 +10,7 @@ Properties SharpKit.QUnit SharpKit.QUnit - v4.0 + v4.7.2 512 prompt 4 @@ -18,7 +18,7 @@ bin\$(Configuration)\$(AssemblyName).xml AnyCPU - v4.0 + v4.7.2 true SharpKit.snk 1591,0108,0114,1570 diff --git a/Defs/Qooxdoo/Qooxdoo.csproj b/Defs/Qooxdoo/Qooxdoo.csproj index 3a9f896..bc6ecbd 100644 --- a/Defs/Qooxdoo/Qooxdoo.csproj +++ b/Defs/Qooxdoo/Qooxdoo.csproj @@ -10,7 +10,7 @@ Properties SharpKit.Qooxdoo SharpKit.Qooxdoo - v4.0 + v4.7.2 512 1591,1574,0067,1584,1658,1570,1573,0108,0465,0114 bin\$(Configuration)\ diff --git a/Defs/Raphael/Raphael.csproj b/Defs/Raphael/Raphael.csproj index 53741f5..f430237 100644 --- a/Defs/Raphael/Raphael.csproj +++ b/Defs/Raphael/Raphael.csproj @@ -10,7 +10,7 @@ Properties SharpKit.Raphael SharpKit.Raphael - v4.0 + v4.7.2 512 prompt @@ -18,7 +18,7 @@ bin\$(Configuration)\ bin\$(Configuration)\$(AssemblyName).xml AnyCPU - v4.0 + v4.7.2 true SharpKit.snk 1591,0108,0114,1570 diff --git a/Defs/RxJS/RxJS.csproj b/Defs/RxJS/RxJS.csproj index 8196378..0dafb5f 100644 --- a/Defs/RxJS/RxJS.csproj +++ b/Defs/RxJS/RxJS.csproj @@ -10,7 +10,7 @@ Properties SharpKit.RxJS SharpKit.RxJS - v4.0 + v4.7.2 512 prompt 4 @@ -18,7 +18,7 @@ bin\$(Configuration)\$(AssemblyName).xml AnyCPU - v4.0 + v4.7.2 true SharpKit.snk 1591,0108,0114,1570 diff --git a/Defs/Scriptaculous/Scriptaculous.csproj b/Defs/Scriptaculous/Scriptaculous.csproj index 25cca68..2a4278b 100644 --- a/Defs/Scriptaculous/Scriptaculous.csproj +++ b/Defs/Scriptaculous/Scriptaculous.csproj @@ -10,7 +10,7 @@ Properties SharpKit.Scriptaculous SharpKit.Scriptaculous - v4.0 + v4.7.2 512 512 @@ -20,7 +20,7 @@ bin\$(Configuration)\$(AssemblyName).xml AnyCPU - v4.0 + v4.7.2 true SharpKit.snk 1591,0108,0114,1570 diff --git a/Defs/SenchaTouch-1.1.0/SenchaTouch-1.1.0.csproj b/Defs/SenchaTouch-1.1.0/SenchaTouch-1.1.0.csproj index c2ecfe7..ce79a36 100644 --- a/Defs/SenchaTouch-1.1.0/SenchaTouch-1.1.0.csproj +++ b/Defs/SenchaTouch-1.1.0/SenchaTouch-1.1.0.csproj @@ -10,7 +10,7 @@ Properties SharpKit.SenchaTouch_1._1._0 SharpKit.SenchaTouch-1.1.0 - v4.0 + v4.7.2 512 prompt 4 @@ -18,7 +18,7 @@ bin\$(Configuration)\$(AssemblyName).xml AnyCPU - v4.0 + v4.7.2 true SharpKit.snk 1591,0108,0114,1570 diff --git a/Defs/SenchaTouch-2.0.0/SenchaTouch-2.0.0.csproj b/Defs/SenchaTouch-2.0.0/SenchaTouch-2.0.0.csproj index 09ef393..87f33e5 100644 --- a/Defs/SenchaTouch-2.0.0/SenchaTouch-2.0.0.csproj +++ b/Defs/SenchaTouch-2.0.0/SenchaTouch-2.0.0.csproj @@ -10,7 +10,7 @@ Properties SharpKit.SenchaTouch_2._0._0 SharpKit.SenchaTouch-2.0.0 - v4.0 + v4.7.2 512 prompt 4 @@ -18,7 +18,7 @@ bin\$(Configuration)\$(AssemblyName).xml AnyCPU - v4.0 + v4.7.2 true SharpKit.snk 1591,0108,0114,1570 diff --git a/Defs/SignalR/SignalR.csproj b/Defs/SignalR/SignalR.csproj index 0da3365..d9a3486 100644 --- a/Defs/SignalR/SignalR.csproj +++ b/Defs/SignalR/SignalR.csproj @@ -10,7 +10,7 @@ Properties SharpKit.SignalR SharpKit.SignalR - v4.0 + v4.7.2 512 @@ -20,7 +20,7 @@ bin\$(Configuration)\$(AssemblyName).xml AnyCPU - v4.0 + v4.7.2 true SharpKit.snk 1591,0108,0114,1570 diff --git a/Defs/TheMProject/TheMProject.csproj b/Defs/TheMProject/TheMProject.csproj index 9c2f916..8fef642 100644 --- a/Defs/TheMProject/TheMProject.csproj +++ b/Defs/TheMProject/TheMProject.csproj @@ -10,7 +10,7 @@ Properties SharpKit.TheMProject SharpKit.TheMProject - v4.0 + v4.7.2 512 prompt @@ -19,7 +19,7 @@ bin\$(Configuration)\$(AssemblyName).xml AnyCPU - v4.0 + v4.7.2 true SharpKit.snk 1591,0108,0114,1570 diff --git a/Defs/ThreeJs/ThreeJs.csproj b/Defs/ThreeJs/ThreeJs.csproj index 0cb89e5..a555d5f 100644 --- a/Defs/ThreeJs/ThreeJs.csproj +++ b/Defs/ThreeJs/ThreeJs.csproj @@ -10,7 +10,7 @@ Properties SharpKit.Three SharpKit.ThreeJs - v4.0 + v4.7.2 512 prompt @@ -18,7 +18,7 @@ bin\$(Configuration)\ bin\$(Configuration)\$(AssemblyName).xml AnyCPU - v4.0 + v4.7.2 true SharpKit.snk 1591,0108,0114,1570 diff --git a/Defs/TinyMCE/TinyMCE.csproj b/Defs/TinyMCE/TinyMCE.csproj index d8e64fa..0d79e91 100644 --- a/Defs/TinyMCE/TinyMCE.csproj +++ b/Defs/TinyMCE/TinyMCE.csproj @@ -10,7 +10,7 @@ Properties SharpKit.TinyMCE SharpKit.TinyMCE - v4.0 + v4.7.2 512 prompt 4 @@ -18,7 +18,7 @@ bin\$(Configuration)\$(AssemblyName).xml AnyCPU - v4.0 + v4.7.2 true SharpKit.snk 1591,0108,0114,1570 diff --git a/Defs/XRegExp/XRegExp.csproj b/Defs/XRegExp/XRegExp.csproj index 0cb3167..41a67c2 100644 --- a/Defs/XRegExp/XRegExp.csproj +++ b/Defs/XRegExp/XRegExp.csproj @@ -10,7 +10,7 @@ Properties SharpKit.XRegExp SharpKit.XRegExp - v4.0 + v4.7.2 512 prompt @@ -19,7 +19,7 @@ bin\$(Configuration)\$(AssemblyName).xml AnyCPU - v4.0 + v4.7.2 true SharpKit.snk 1591,0108,0114,1570 diff --git a/Defs/Xdk.Cordova/Xdk.Cordova.csproj b/Defs/Xdk.Cordova/Xdk.Cordova.csproj index 352cafe..38316b9 100644 --- a/Defs/Xdk.Cordova/Xdk.Cordova.csproj +++ b/Defs/Xdk.Cordova/Xdk.Cordova.csproj @@ -10,7 +10,7 @@ Properties SharpKit.DotNet.Cordova SharpKit.Xdk.Cordova - v4.0 + v4.7.2 512 prompt @@ -18,7 +18,7 @@ bin\$(Configuration)\ bin\$(Configuration)\$(AssemblyName).xml AnyCPU - v4.0 + v4.7.2 true SharpKit.snk 1591 diff --git a/Defs/Xdk.Html/Xdk.Html.csproj b/Defs/Xdk.Html/Xdk.Html.csproj index 72d4696..ba3722c 100644 --- a/Defs/Xdk.Html/Xdk.Html.csproj +++ b/Defs/Xdk.Html/Xdk.Html.csproj @@ -10,13 +10,13 @@ Properties SharpKit.DotNet.Html SharpKit.Xdk.Html - v4.0 + v4.7.2 512 prompt 4 bin\$(Configuration)\ AnyCPU - v4.0 + v4.7.2 true SharpKit.snk bin\$(Configuration)\$(AssemblyName).xml diff --git a/Defs/Xdk.IntelXdk/Xdk.IntelXdk.csproj b/Defs/Xdk.IntelXdk/Xdk.IntelXdk.csproj index 059dbea..f02575f 100644 --- a/Defs/Xdk.IntelXdk/Xdk.IntelXdk.csproj +++ b/Defs/Xdk.IntelXdk/Xdk.IntelXdk.csproj @@ -10,7 +10,7 @@ Properties SharpKit.DotNet.IntelXdk SharpKit.Xdk.IntelXdk - v4.0 + v4.7.2 512 prompt @@ -18,7 +18,7 @@ bin\$(Configuration)\ bin\$(Configuration)\$(AssemblyName).xml AnyCPU - v4.0 + v4.7.2 true SharpKit.snk 1591 diff --git a/Defs/Xdk.JavaScript/Xdk.JavaScript.csproj b/Defs/Xdk.JavaScript/Xdk.JavaScript.csproj index 3b8718c..bfd42eb 100644 --- a/Defs/Xdk.JavaScript/Xdk.JavaScript.csproj +++ b/Defs/Xdk.JavaScript/Xdk.JavaScript.csproj @@ -17,7 +17,7 @@ bin\$(Configuration)\ bin\$(Configuration)\$(AssemblyName).xml AnyCPU - v4.0 + v4.7.2 true SharpKit.snk 1591 diff --git a/Defs/Yui/Yui.csproj b/Defs/Yui/Yui.csproj index bfef984..bc928b3 100644 --- a/Defs/Yui/Yui.csproj +++ b/Defs/Yui/Yui.csproj @@ -10,7 +10,7 @@ Properties SharpKit.Yui SharpKit.Yui - v4.0 + v4.7.2 512 prompt @@ -19,7 +19,7 @@ bin\$(Configuration)\$(AssemblyName).xml AnyCPU - v4.0 + v4.7.2 true SharpKit.snk 1591,0108,0114,1570 diff --git a/Defs/jQTouch/jQTouch.csproj b/Defs/jQTouch/jQTouch.csproj index cf2b9f5..6a2b6f1 100644 --- a/Defs/jQTouch/jQTouch.csproj +++ b/Defs/jQTouch/jQTouch.csproj @@ -10,14 +10,14 @@ Properties SharpKit.jQTouch SharpKit.jQTouch - v4.0 + v4.7.2 512 prompt 4 bin\$(Configuration)\ bin\$(Configuration)\$(AssemblyName).xml AnyCPU - v4.0 + v4.7.2 true SharpKit.snk 1591,0108,0114,1570 diff --git a/Defs/jQuery.Query/jQuery.Query.csproj b/Defs/jQuery.Query/jQuery.Query.csproj index 7452b58..2dea76b 100644 --- a/Defs/jQuery.Query/jQuery.Query.csproj +++ b/Defs/jQuery.Query/jQuery.Query.csproj @@ -10,14 +10,14 @@ Properties SharpKit.jQuery.Query SharpKit.jQuery.Query - v4.0 + v4.7.2 512 prompt 4 bin\$(Configuration)\ bin\$(Configuration)\$(AssemblyName).xml AnyCPU - v4.0 + v4.7.2 true SharpKit.snk 1591,0108,0114,1570 diff --git a/Defs/jQuery.SimpleModal/jQuery.SimpleModal.csproj b/Defs/jQuery.SimpleModal/jQuery.SimpleModal.csproj index 9cb384c..70fa6a7 100644 --- a/Defs/jQuery.SimpleModal/jQuery.SimpleModal.csproj +++ b/Defs/jQuery.SimpleModal/jQuery.SimpleModal.csproj @@ -10,7 +10,7 @@ Properties SharpKit.jQuery.SimpleModal SharpKit.jQuery.SimpleModal - v4.0 + v4.7.2 512 prompt 4 @@ -18,7 +18,7 @@ bin\$(Configuration)\$(AssemblyName).xml AnyCPU - v4.0 + v4.7.2 true SharpKit.snk 1591,0108,0114,1570 diff --git a/Defs/jQuery.Validate/jQuery.Validate.csproj b/Defs/jQuery.Validate/jQuery.Validate.csproj index f59c0c9..27a6cb3 100644 --- a/Defs/jQuery.Validate/jQuery.Validate.csproj +++ b/Defs/jQuery.Validate/jQuery.Validate.csproj @@ -10,14 +10,14 @@ Properties SharpKit.jQuery.Validate SharpKit.jQuery.Validate - v4.0 + v4.7.2 512 prompt 4 bin\$(Configuration)\ bin\$(Configuration)\$(AssemblyName).xml AnyCPU - v4.0 + v4.7.2 true SharpKit.snk 1591,0108,0114,1570 diff --git a/Defs/jQuery.jqGrid/jQuery.jqGrid.csproj b/Defs/jQuery.jqGrid/jQuery.jqGrid.csproj index 30334bb..acfcacd 100644 --- a/Defs/jQuery.jqGrid/jQuery.jqGrid.csproj +++ b/Defs/jQuery.jqGrid/jQuery.jqGrid.csproj @@ -10,7 +10,7 @@ Properties SharpKit.jQuery.jqGrid SharpKit.jQuery.jqGrid - v4.0 + v4.7.2 512 prompt 4 @@ -18,7 +18,7 @@ bin\$(Configuration)\$(AssemblyName).xml AnyCPU - v4.0 + v4.7.2 true SharpKit.snk 1591,0108,0114,1570 diff --git a/Defs/jQuery/jQuery.csproj b/Defs/jQuery/jQuery.csproj index 11989c0..249ffea 100644 --- a/Defs/jQuery/jQuery.csproj +++ b/Defs/jQuery/jQuery.csproj @@ -10,14 +10,14 @@ Properties SharpKit.jQuery SharpKit.jQuery - v4.0 + v4.7.2 512 prompt 4 bin\$(Configuration)\ bin\$(Configuration)\$(AssemblyName).xml AnyCPU - v4.0 + v4.7.2 true SharpKit.snk 1591,0108,0114,1570 diff --git a/Defs/jQueryMobile-1.0b1/jQueryMobile-1.0b1.csproj b/Defs/jQueryMobile-1.0b1/jQueryMobile-1.0b1.csproj index a854eee..00ad1c6 100644 --- a/Defs/jQueryMobile-1.0b1/jQueryMobile-1.0b1.csproj +++ b/Defs/jQueryMobile-1.0b1/jQueryMobile-1.0b1.csproj @@ -10,7 +10,7 @@ Properties SharpKit.jQueryMobile SharpKit.jQueryMobile-1.0b1 - v4.0 + v4.7.2 512 prompt 4 @@ -18,7 +18,7 @@ bin\$(Configuration)\$(AssemblyName).xml AnyCPU - v4.0 + v4.7.2 true SharpKit.snk 1591,0108,0114,1570 diff --git a/Defs/jQueryUI.NestedSortable/jQueryUI.NestedSortable.csproj b/Defs/jQueryUI.NestedSortable/jQueryUI.NestedSortable.csproj index c31a6f8..2526b99 100644 --- a/Defs/jQueryUI.NestedSortable/jQueryUI.NestedSortable.csproj +++ b/Defs/jQueryUI.NestedSortable/jQueryUI.NestedSortable.csproj @@ -10,14 +10,14 @@ Properties SharpKit.jQueryUI.NestedSortable SharpKit.jQueryUI.NestedSortable - v4.0 + v4.7.2 512 prompt 4 bin\$(Configuration)\ bin\$(Configuration)\$(AssemblyName).xml AnyCPU - v4.0 + v4.7.2 true SharpKit.snk 1591,0108,0114,1570 diff --git a/Defs/jQueryUI/jQueryUI.csproj b/Defs/jQueryUI/jQueryUI.csproj index d231d3d..c5a4ce1 100644 --- a/Defs/jQueryUI/jQueryUI.csproj +++ b/Defs/jQueryUI/jQueryUI.csproj @@ -10,7 +10,7 @@ Properties SharpKit.jQueryUI SharpKit.jQueryUI - v4.0 + v4.7.2 512 prompt 4 @@ -18,7 +18,7 @@ bin\$(Configuration)\$(AssemblyName).xml AnyCPU - v4.0 + v4.7.2 true SharpKit.snk 1591,0108,0114,1570 diff --git a/Defs/jsUndoable/jsUndoable.csproj b/Defs/jsUndoable/jsUndoable.csproj index e233ec6..6e01706 100644 --- a/Defs/jsUndoable/jsUndoable.csproj +++ b/Defs/jsUndoable/jsUndoable.csproj @@ -10,7 +10,7 @@ Properties SharpKit.jsUndoable SharpKit.jsUndoable - v4.0 + v4.7.2 512 prompt 4 @@ -18,7 +18,7 @@ bin\$(Configuration)\$(AssemblyName).xml AnyCPU - v4.0 + v4.7.2 true SharpKit.snk 1591,0108,0114,1570 diff --git a/Demos/Xdk/Accelerometer/Accelerometer.csproj b/Demos/Xdk/Accelerometer/Accelerometer.csproj index 79ceb14..55063c4 100644 --- a/Demos/Xdk/Accelerometer/Accelerometer.csproj +++ b/Demos/Xdk/Accelerometer/Accelerometer.csproj @@ -13,7 +13,7 @@ Properties XdkDemo.Accelerometer XdkDemo.Accelerometer - v4.0 + v4.7.2 true diff --git a/Demos/Xdk/BasicNavigation/BasicNavigation.csproj b/Demos/Xdk/BasicNavigation/BasicNavigation.csproj index 4584ba7..36f82ee 100644 --- a/Demos/Xdk/BasicNavigation/BasicNavigation.csproj +++ b/Demos/Xdk/BasicNavigation/BasicNavigation.csproj @@ -13,7 +13,7 @@ Properties XdkDemo.BasicNavigation XdkDemo.BasicNavigation - v4.0 + v4.7.2 true diff --git a/Demos/Xdk/CookieManagement/CookieManagement.csproj b/Demos/Xdk/CookieManagement/CookieManagement.csproj index ec6b81b..a45f2bd 100644 --- a/Demos/Xdk/CookieManagement/CookieManagement.csproj +++ b/Demos/Xdk/CookieManagement/CookieManagement.csproj @@ -13,7 +13,7 @@ Properties XdkDemo.CookieManagement XdkDemo.CookieManagement - v4.0 + v4.7.2 true diff --git a/Demos/Xdk/DragAndDrop/DragAndDrop.csproj b/Demos/Xdk/DragAndDrop/DragAndDrop.csproj index aa9308c..1ae3250 100644 --- a/Demos/Xdk/DragAndDrop/DragAndDrop.csproj +++ b/Demos/Xdk/DragAndDrop/DragAndDrop.csproj @@ -13,7 +13,7 @@ Properties XdkDemo.DragAndDrop XdkDemo.DragAndDrop - v4.0 + v4.7.2 true diff --git a/Demos/Xdk/EventSounds/EventSounds.csproj b/Demos/Xdk/EventSounds/EventSounds.csproj index 0568fde..4fca844 100644 --- a/Demos/Xdk/EventSounds/EventSounds.csproj +++ b/Demos/Xdk/EventSounds/EventSounds.csproj @@ -13,7 +13,7 @@ Properties XdkDemo.EventSounds XdkDemo.EventSounds - v4.0 + v4.7.2 true diff --git a/Demos/Xdk/Fonts/Fonts.csproj b/Demos/Xdk/Fonts/Fonts.csproj index e62fef9..7a441d6 100644 --- a/Demos/Xdk/Fonts/Fonts.csproj +++ b/Demos/Xdk/Fonts/Fonts.csproj @@ -13,7 +13,7 @@ Properties XdkDemo.Fonts XdkDemo.Fonts - v4.0 + v4.7.2 true diff --git a/Demos/Xdk/HelloWorld/HelloWorld.csproj b/Demos/Xdk/HelloWorld/HelloWorld.csproj index 5572fb8..5cabfca 100644 --- a/Demos/Xdk/HelloWorld/HelloWorld.csproj +++ b/Demos/Xdk/HelloWorld/HelloWorld.csproj @@ -13,7 +13,7 @@ Properties XdkDemo.HelloWorld XdkDemo.HelloWorld - v4.0 + v4.7.2 true diff --git a/Demos/Xdk/LiveUpdates/LiveUpdates.csproj b/Demos/Xdk/LiveUpdates/LiveUpdates.csproj index 4524b07..d490ba1 100644 --- a/Demos/Xdk/LiveUpdates/LiveUpdates.csproj +++ b/Demos/Xdk/LiveUpdates/LiveUpdates.csproj @@ -13,7 +13,7 @@ Properties XdkDemo.LiveUpdates XdkDemo.LiveUpdates - v4.0 + v4.7.2 true diff --git a/Demos/Xdk/Orientation/Orientation.csproj b/Demos/Xdk/Orientation/Orientation.csproj index c1b7757..bf9dd1c 100644 --- a/Demos/Xdk/Orientation/Orientation.csproj +++ b/Demos/Xdk/Orientation/Orientation.csproj @@ -13,7 +13,7 @@ Properties XdkDemo.Orientation XdkDemo.Orientation - v4.0 + v4.7.2 true diff --git a/Demos/Xdk/Podcast/Podcast.csproj b/Demos/Xdk/Podcast/Podcast.csproj index a41ccbe..66f5524 100644 --- a/Demos/Xdk/Podcast/Podcast.csproj +++ b/Demos/Xdk/Podcast/Podcast.csproj @@ -13,7 +13,7 @@ Properties XdkDemo.Podcast XdkDemo.Podcast - v4.0 + v4.7.2 true diff --git a/Demos/Xdk/Shoutcast/Shoutcast.csproj b/Demos/Xdk/Shoutcast/Shoutcast.csproj index 8fdfb24..08b3202 100644 --- a/Demos/Xdk/Shoutcast/Shoutcast.csproj +++ b/Demos/Xdk/Shoutcast/Shoutcast.csproj @@ -13,7 +13,7 @@ Properties XdkDemo.Shoutcast XdkDemo.Shoutcast - v4.0 + v4.7.2 true diff --git a/Demos/Xdk/pushmobi/pushmobi.csproj b/Demos/Xdk/pushmobi/pushmobi.csproj index cc0c6c0..84e3c86 100644 --- a/Demos/Xdk/pushmobi/pushmobi.csproj +++ b/Demos/Xdk/pushmobi/pushmobi.csproj @@ -13,7 +13,7 @@ Properties XdkDemo.pushmobi XdkDemo.pushmobi - v4.0 + v4.7.2 true diff --git a/Frameworks/Html.Linq/Html.Linq.csproj b/Frameworks/Html.Linq/Html.Linq.csproj index 5446a43..58cd83b 100644 --- a/Frameworks/Html.Linq/Html.Linq.csproj +++ b/Frameworks/Html.Linq/Html.Linq.csproj @@ -8,7 +8,7 @@ Properties SharpKit.Html.Linq Html.Linq - v4.0 + v4.7.2 512 prompt 4 diff --git a/Frameworks/JavaScript.NoClr/JavaScript.NoClr.csproj b/Frameworks/JavaScript.NoClr/JavaScript.NoClr.csproj index 41cf093..bf98b9f 100644 --- a/Frameworks/JavaScript.NoClr/JavaScript.NoClr.csproj +++ b/Frameworks/JavaScript.NoClr/JavaScript.NoClr.csproj @@ -8,7 +8,7 @@ Properties SharpKit.JavaScript.NoClr JavaScript.NoClr - v4.0 + v4.7.2 512 prompt diff --git a/Frameworks/JsClr.Test/JsClr.Test.csproj b/Frameworks/JsClr.Test/JsClr.Test.csproj index 20a987e..91c845f 100644 --- a/Frameworks/JsClr.Test/JsClr.Test.csproj +++ b/Frameworks/JsClr.Test/JsClr.Test.csproj @@ -9,7 +9,7 @@ Properties SharpKit.JsClr.Test SharpKit.JsClr.Test - v4.0 + v4.7.2 false diff --git a/Frameworks/JsClr/JsClr.csproj b/Frameworks/JsClr/JsClr.csproj index 13aa4b9..ec83113 100644 --- a/Frameworks/JsClr/JsClr.csproj +++ b/Frameworks/JsClr/JsClr.csproj @@ -1,5 +1,5 @@  - + v3.5 AnyCPU @@ -8,7 +8,7 @@ Properties SharpKit.JsClr SharpKit.JsClr - v4.0 + v4.7.2 512 prompt 4 @@ -16,10 +16,11 @@ ..\..\bin\$(Configuration)\$(AssemblyName).xml AnyCPU v3.5 - v4.0 + v4.7.2 true SharpKit.snk 1591 + NET3_5 @@ -171,9 +172,11 @@ false + false false + false - + \ No newline at end of file diff --git a/Frameworks/Web/Web.csproj b/Frameworks/Web/Web.csproj index 7bde0ce..dc0ef0f 100644 --- a/Frameworks/Web/Web.csproj +++ b/Frameworks/Web/Web.csproj @@ -8,7 +8,7 @@ Properties SharpKit.Web SharpKit.Web - v4.0 + v4.7.2 512 bin\ bin\SharpKit.Web.xml From ec0a1e3f8214c9354f745f1c5cdf88f7f27194ba Mon Sep 17 00:00:00 2001 From: Sebastian Loncar Date: Sun, 6 Dec 2020 01:25:52 +0100 Subject: [PATCH 03/14] updated make scripts --- Defs/make.cmd | 2 +- Frameworks/make.cmd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Defs/make.cmd b/Defs/make.cmd index 29a022f..874f0fe 100755 --- a/Defs/make.cmd +++ b/Defs/make.cmd @@ -1,4 +1,4 @@ @cd /D %~dp0 @call ../scripts/set-variables -%msbuild% Defs.sln /verbosity:minimal +dotnet build Defs.sln /verbosity:minimal diff --git a/Frameworks/make.cmd b/Frameworks/make.cmd index 9658cb4..6768f66 100755 --- a/Frameworks/make.cmd +++ b/Frameworks/make.cmd @@ -1,4 +1,4 @@ @cd /D %~dp0 @call ../scripts/set-variables -%msbuild% Frameworks.sln -verbosity:minimal +dotnet build Frameworks.sln -verbosity:minimal From 78b433923ef074457425d256c73997734dfe9c38 Mon Sep 17 00:00:00 2001 From: Sebastian Loncar Date: Sun, 6 Dec 2020 01:41:21 +0100 Subject: [PATCH 04/14] gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 8da187f..9cd5732 100644 --- a/.gitignore +++ b/.gitignore @@ -53,3 +53,5 @@ Icon *.so *.o *.obj + +.vs/ \ No newline at end of file From e09ed40fb4c4df546a110bd54b5a6f059bfcda07 Mon Sep 17 00:00:00 2001 From: Sebastian Loncar Date: Sun, 6 Dec 2020 13:01:55 +0100 Subject: [PATCH 05/14] migrate WIP --- .gitignore | 7 +- Defs/Html/Html.csproj | 681 +------------------- Defs/Html/Properties/AssemblyInfo.cs | 40 -- Defs/JavaScript/JavaScript.csproj | 45 +- Defs/JavaScript/Properties/AssemblyInfo.cs | 43 -- Frameworks/Common.targets | 8 +- Frameworks/Frameworks.sln | 17 +- Frameworks/JsClr/JsClr.csproj | 178 +---- Frameworks/JsClr/Properties/AssemblyInfo.cs | 75 --- 9 files changed, 34 insertions(+), 1060 deletions(-) delete mode 100644 Defs/Html/Properties/AssemblyInfo.cs delete mode 100644 Defs/JavaScript/Properties/AssemblyInfo.cs delete mode 100644 Frameworks/JsClr/Properties/AssemblyInfo.cs diff --git a/.gitignore b/.gitignore index 9cd5732..32b1dd1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +#TEMPORARY. Remove after successfull migration +*.js + # VS2015 hidden folder .vs @@ -54,4 +57,6 @@ Icon *.o *.obj -.vs/ \ No newline at end of file +.vs/ + +*.log \ No newline at end of file diff --git a/Defs/Html/Html.csproj b/Defs/Html/Html.csproj index 43caba9..95b7331 100644 --- a/Defs/Html/Html.csproj +++ b/Defs/Html/Html.csproj @@ -1,682 +1,15 @@ - - + - Debug - AnyCPU - 8.0.30703 - 2.0 - {F1B6A826-60C3-4038-AABF-BD7C8380CC2F} - Library - Properties + netstandard2.0 SharpKit.Html SharpKit.Html - v4.7.2 - 512 - prompt 4 - bin\$(Configuration)\ - AnyCPU - - v4.7.2 - true - SharpKit.snk + bin\ + bin\$(AssemblyName).xml 1591,0108,0114,1570 - bin\$(Configuration)\$(AssemblyName).xml - - false - bin\Debug - 1587,1591,108 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {5A90FAC8-67DA-4823-B114-91F5A26B2FE9} - JavaScript - - + - - - PreserveNewest - + - - - - - - \ No newline at end of file + diff --git a/Defs/Html/Properties/AssemblyInfo.cs b/Defs/Html/Properties/AssemblyInfo.cs deleted file mode 100644 index 5997508..0000000 --- a/Defs/Html/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,40 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; -using SharpKit.JavaScript; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("SharpKit.Html")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("SharpKit.Html")] -[assembly: AssemblyCopyright("Copyright © 2011")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("9bbb82c6-d750-48e7-af7b-737acdc213f9")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("4.30.2000")] - -[assembly: JsNamespace(Namespace = "SharpKit.Html", JsNamespace = "")] -[assembly: JsType(JsMode.Prototype, Name = "", Export = false, PropertiesAsFields = true, NativeCasts = true)] // Removed OmitCasts=true and added NativeCasts=true, because 'instanceof' will not work otherwise. diff --git a/Defs/JavaScript/JavaScript.csproj b/Defs/JavaScript/JavaScript.csproj index 184ad0c..e0a31f1 100644 --- a/Defs/JavaScript/JavaScript.csproj +++ b/Defs/JavaScript/JavaScript.csproj @@ -1,51 +1,12 @@ - - + - Debug - AnyCPU - 8.0.30703 - 2.0 - {5A90FAC8-67DA-4823-B114-91F5A26B2FE9} - Library - Properties + netstandard2.0 SharpKit.JavaScript SharpKit.JavaScript - 512 - - prompt 4 bin\ bin\$(AssemblyName).xml - AnyCPU - v4.7.2 - true - SharpKit.snk 1591,0108,0114,1570 - - false - bin\Debug - 1587,1591 - bin\$(AssemblyName).xml - - - - - - - - - - - - - - - \ No newline at end of file + diff --git a/Defs/JavaScript/Properties/AssemblyInfo.cs b/Defs/JavaScript/Properties/AssemblyInfo.cs deleted file mode 100644 index 40d8997..0000000 --- a/Defs/JavaScript/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,43 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("SharpKit.JavaScript")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Microsoft")] -[assembly: AssemblyProduct("SharpKit.JavaScript")] -[assembly: AssemblyCopyright("Copyright © Microsoft 2011")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("049ebf6b-4388-4e0b-8846-1f7e255f2cf0")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.5.0.0")] -[assembly: AssemblyFileVersion("4.30.2000")] - -/// -/// SharpKit core assembly, contains all needed attributes and types required to use SharpKit -/// -class AssemblyDoc -{ -} diff --git a/Frameworks/Common.targets b/Frameworks/Common.targets index 370b10d..897856d 100644 --- a/Frameworks/Common.targets +++ b/Frameworks/Common.targets @@ -1,4 +1,4 @@ - + $(MSBuildThisFileDirectory)..\..\Compiler\skc5\bin\ @@ -20,10 +20,4 @@ bin\$(AssemblyName).xml false - - NET4 - - - NET3_5 - diff --git a/Frameworks/Frameworks.sln b/Frameworks/Frameworks.sln index c0c3b84..09329e2 100644 --- a/Frameworks/Frameworks.sln +++ b/Frameworks/Frameworks.sln @@ -1,9 +1,9 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 2013 -VisualStudioVersion = 12.0.30501.0 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.30717.126 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JsClr", "JsClr\JsClr.csproj", "{7170C3A4-CD48-4D99-8048-E04AFA8BCA99}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JsClr", "JsClr\JsClr.csproj", "{7170C3A4-CD48-4D99-8048-E04AFA8BCA99}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Web", "Web\Web.csproj", "{22F5644B-56DB-4B81-8027-7E0736092A70}" EndProject @@ -21,10 +21,10 @@ Global v4.0|Any CPU = v4.0|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {7170C3A4-CD48-4D99-8048-E04AFA8BCA99}.Debug|Any CPU.ActiveCfg = v4.0|Any CPU - {7170C3A4-CD48-4D99-8048-E04AFA8BCA99}.Debug|Any CPU.Build.0 = v4.0|Any CPU - {7170C3A4-CD48-4D99-8048-E04AFA8BCA99}.Release|Any CPU.ActiveCfg = v4.0|Any CPU - {7170C3A4-CD48-4D99-8048-E04AFA8BCA99}.Release|Any CPU.Build.0 = v4.0|Any CPU + {7170C3A4-CD48-4D99-8048-E04AFA8BCA99}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {7170C3A4-CD48-4D99-8048-E04AFA8BCA99}.Debug|Any CPU.Build.0 = Debug|Any CPU + {7170C3A4-CD48-4D99-8048-E04AFA8BCA99}.Release|Any CPU.ActiveCfg = Release|Any CPU + {7170C3A4-CD48-4D99-8048-E04AFA8BCA99}.Release|Any CPU.Build.0 = Release|Any CPU {7170C3A4-CD48-4D99-8048-E04AFA8BCA99}.v3.5|Any CPU.ActiveCfg = v3.5|Any CPU {7170C3A4-CD48-4D99-8048-E04AFA8BCA99}.v3.5|Any CPU.Build.0 = v3.5|Any CPU {7170C3A4-CD48-4D99-8048-E04AFA8BCA99}.v4.0|Any CPU.ActiveCfg = v4.0|Any CPU @@ -65,4 +65,7 @@ Global GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {8FF1038F-8252-4DCC-8532-0BEC72739AF5} + EndGlobalSection EndGlobal diff --git a/Frameworks/JsClr/JsClr.csproj b/Frameworks/JsClr/JsClr.csproj index ec83113..2349592 100644 --- a/Frameworks/JsClr/JsClr.csproj +++ b/Frameworks/JsClr/JsClr.csproj @@ -1,37 +1,14 @@ - - + - v3.5 - AnyCPU - {7170C3A4-CD48-4D99-8048-E04AFA8BCA99} - Library - Properties + netstandard2.0 SharpKit.JsClr SharpKit.JsClr - v4.7.2 - 512 - prompt 4 - ..\..\bin\$(Configuration)\ - ..\..\bin\$(Configuration)\$(AssemblyName).xml - AnyCPU - v3.5 - v4.7.2 - true - SharpKit.snk + bin\ + bin\$(AssemblyName).xml 1591 - - - - NET3_5 - - - NET4 - - - ..\..\Defs\bin\SharpKit.Html.dll @@ -40,149 +17,8 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Code - - - Code - - - Code - - - Code - - - Code - - - Code - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - - + - - rem copy "D:\sharpkit\sdk\src\SharpKit.JsClr\res\jsclr.js" "C:\Users\sebastian.sharpkit\Documents\Visual Studio 2012\Projects\SharpKitTestWebApp\SharpKitTestWebApp\res" - - - false - false - - - false - false - - - \ No newline at end of file + diff --git a/Frameworks/JsClr/Properties/AssemblyInfo.cs b/Frameworks/JsClr/Properties/AssemblyInfo.cs deleted file mode 100644 index d2caf89..0000000 --- a/Frameworks/JsClr/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,75 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; -using SharpKit.JavaScript; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("SharpKit.JsClr")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("SharpKit.JsClr")] -[assembly: AssemblyCopyright("Copyright © 2011")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("65e20c5b-1212-44fd-a6a7-25ad6d56a0ba")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("4.1.0.0")] -[assembly: AssemblyFileVersion("4.30.2000")] - -[assembly: JsType(TargetType = typeof(int), OmitCasts = true)] -[assembly: JsType(TargetType = typeof(byte), OmitCasts = true)] -[assembly: JsType(TargetType = typeof(char), OmitCasts = true)] // Dan-el, 'char' was missing from your list you sent me, required for Guid -[assembly: JsType(TargetType = typeof(short), OmitCasts = true)] -[assembly: JsType(TargetType = typeof(double), OmitCasts = true)] -[assembly: JsType(TargetType = typeof(float), OmitCasts = true)] -[assembly: JsType(TargetType = typeof(uint), OmitCasts = true)] -[assembly: JsType(TargetType = typeof(ushort), OmitCasts = true)] -[assembly: JsType(TargetType = typeof(decimal), OmitCasts = true)] - -[assembly: JsMergedFile(Filename = "res/System.js", Sources = new string[] -{ - //"Internal/sk.js", - "Compilation/JsCompiler.js", - "Internal/Core.js", - "Internal/CoreEx.js", -})] - -[assembly: JsMergedFile(Filename = "res/jsclr.js", Sources = new string[] -{ - "res/System.js", - "res/System.IO.js", - "res/System.Linq.js", - "res/System.Collections.js", - "res/System.Reflection.js", - "res/System.Diagnostics.js", - "res/System.ComponentModel.js", - "res/System.Text.js", - "res/System.Ext.js" -})] - -[assembly: JsMergedFile(Filename = "res/jsclr.min.js", Sources = new string[] { "res/jsclr.js" }, Minify = true)] - -[assembly: JsExport(UseStrict = true/*, CodeInjectionFilename = "Internal/sk.js", GenerateSourceMaps=true, ExportTsHeaders =true */)] -//[assembly: JsExport(UseStrict = true)] - -[assembly: JsType(JsMode.Prototype, Export = false, TargetType = typeof(BindingFlags))] From f06b17af937ee0e80825a680d71c3ac91a23cc0f Mon Sep 17 00:00:00 2001 From: Sebastian Loncar Date: Sun, 6 Dec 2020 18:51:19 +0100 Subject: [PATCH 06/14] ported defs --- Defs/AppMobi/AppMobi.csproj | 55 +- Defs/AppMobi/Properties/AssemblyInfo.cs | 36 - .../Arshaw.FullCalendar.csproj | 54 +- .../Properties/AssemblyInfo.cs | 36 - Defs/Att.Html5Sdk/Att.Html5Sdk.csproj | 58 +- Defs/Att.Html5Sdk/Properties/AssemblyInfo.cs | 36 - Defs/BackboneJs/BackboneJs.csproj | 54 +- Defs/BackboneJs/Properties/AssemblyInfo.cs | 36 - Defs/Breeze/Breeze.csproj | 46 +- Defs/Breeze/Properties/AssemblyInfo.cs | 36 - Defs/CodeMirror/CodeMirror.csproj | 49 +- Defs/CodeMirror/Properties/AssemblyInfo.cs | 36 - Defs/Common.targets | 22 +- Defs/EaselJS/EaselJS.csproj | 49 +- Defs/EaselJS/Properties/AssemblyInfo.cs | 36 - Defs/ExtJs/ExtJs.csproj | 527 +------- Defs/ExtJs/Properties/AssemblyInfo.cs | 37 - Defs/FabricJs/FabricJs.csproj | 42 +- Defs/FabricJs/Properties/AssemblyInfo.cs | 36 - Defs/FireFox.Firebug/FireFox.Firebug.csproj | 47 +- .../Properties/AssemblyInfo.cs | 46 - Defs/Google.Chrome/Google.Chrome.csproj | 49 +- Defs/Google.Chrome/Properties/AssemblyInfo.cs | 36 - Defs/Google.Maps/Google.Maps.csproj | 67 +- Defs/Google.Maps/Properties/AssemblyInfo.cs | 36 - Defs/Highcharts/Highcharts.csproj | 52 +- Defs/Highcharts/Properties/AssemblyInfo.cs | 36 - Defs/Html/Html.csproj | 7 +- Defs/JavaScript/JavaScript.csproj | 7 +- Defs/KendoUI.Web/KendoUI.Web.csproj | 52 +- Defs/KendoUI.Web/Properties/AssemblyInfo.cs | 36 - Defs/KendoUI/KendoUI.csproj | 51 +- Defs/KendoUI/Properties/AssemblyInfo.cs | 36 - Defs/KineticJs/KineticJs.csproj | 49 +- Defs/KineticJs/Properties/AssemblyInfo.cs | 36 - Defs/KnockoutJs/KnockoutJs.csproj | 48 +- Defs/KnockoutJs/Properties/AssemblyInfo.cs | 110 -- Defs/LinqJs/LinqJs.csproj | 49 +- Defs/LinqJs/Properties/AssemblyInfo.cs | 36 - Defs/Log4JavaScript/Log4JavaScript.csproj | 67 +- .../Log4JavaScript/Properties/AssemblyInfo.cs | 36 - Defs/MomentJs/MomentJs.csproj | 45 +- Defs/MomentJs/Properties/AssemblyInfo.cs | 36 - .../NodeJs.MongoDbNative.csproj | 48 +- .../Properties/AssemblyInfo.cs | 36 - Defs/NodeJs/NodeJs.csproj | 110 +- Defs/NodeJs/Properties/AssemblyInfo.cs | 36 +- Defs/PhoneGap/PhoneGap.csproj | 51 +- Defs/PhoneGap/Properties/AssemblyInfo.cs | 36 - Defs/PrototypeJs/Properties/AssemblyInfo.cs | 36 - Defs/PrototypeJs/PrototypeJs.csproj | 51 +- Defs/QUnit/Properties/AssemblyInfo.cs | 36 - Defs/QUnit/QUnit.csproj | 48 +- Defs/Qooxdoo/Properties/AssemblyInfo.cs | 36 - Defs/Qooxdoo/Qooxdoo.csproj | 875 +----------- Defs/Raphael/Properties/AssemblyInfo.cs | 46 - Defs/Raphael/Raphael.csproj | 48 +- Defs/RxJS/Properties/AssemblyInfo.cs | 44 - Defs/RxJS/RxJS.csproj | 53 +- Defs/RxJS/SharpKit.RxJS.cs | 1195 ----------------- Defs/Scriptaculous/Properties/AssemblyInfo.cs | 36 - Defs/Scriptaculous/Scriptaculous.csproj | 50 +- .../Properties/AssemblyInfo.cs | 36 - .../SenchaTouch-1.1.0.csproj | 48 +- .../Properties/AssemblyInfo.cs | 36 - .../SenchaTouch-2.0.0.csproj | 48 +- Defs/SignalR/Properties/AssemblyInfo.cs | 36 - Defs/SignalR/SignalR.csproj | 52 +- Defs/TheMProject/Properties/AssemblyInfo.cs | 36 - Defs/TheMProject/TheMProject.csproj | 49 +- Defs/ThreeJs/Properties/AssemblyInfo.cs | 36 - Defs/ThreeJs/ThreeJs.csproj | 128 +- Defs/TinyMCE/Properties/AssemblyInfo.cs | 36 - Defs/TinyMCE/TinyMCE.csproj | 105 +- Defs/XRegExp/Properties/AssemblyInfo.cs | 36 - Defs/XRegExp/XRegExp.csproj | 49 +- Defs/Xdk.Cordova/Properties/AssemblyInfo.cs | 36 - Defs/Xdk.Cordova/Xdk.Cordova.csproj | 57 +- Defs/Xdk.Html/Properties/AssemblyInfo.cs | 33 - Defs/Xdk.Html/Xdk.Html.csproj | 823 +----------- Defs/Xdk.IntelXdk/Properties/AssemblyInfo.cs | 36 - Defs/Xdk.IntelXdk/Xdk.IntelXdk.csproj | 57 +- .../Xdk.JavaScript/Properties/AssemblyInfo.cs | 43 - Defs/Xdk.JavaScript/Xdk.JavaScript.csproj | 50 +- Defs/Yui/Properties/AssemblyInfo.cs | 36 - Defs/Yui/Yui.csproj | 370 +---- Defs/jQTouch/Properties/AssemblyInfo.cs | 47 - Defs/jQTouch/jQTouch.csproj | 49 +- Defs/jQuery.Query/Properties/AssemblyInfo.cs | 36 - Defs/jQuery.Query/jQuery.Query.csproj | 58 +- .../Properties/AssemblyInfo.cs | 36 - .../jQuery.SimpleModal.csproj | 50 +- .../Properties/AssemblyInfo.cs | 36 - Defs/jQuery.Validate/jQuery.Validate.csproj | 49 +- Defs/jQuery.jqGrid/Properties/AssemblyInfo.cs | 36 - Defs/jQuery.jqGrid/jQuery.jqGrid.csproj | 50 +- Defs/jQuery/Properties/AssemblyInfo.cs | 43 - Defs/jQuery/jQuery.csproj | 50 +- .../Properties/AssemblyInfo.cs | 36 - .../jQueryMobile-1.0b1.csproj | 48 +- .../Properties/AssemblyInfo.cs | 36 - .../jQueryUI.NestedSortable.csproj | 51 +- Defs/jQueryUI/Properties/AssemblyInfo.cs | 43 - Defs/jQueryUI/jQueryUI.csproj | 55 +- Defs/jsUndoable/Properties/AssemblyInfo.cs | 36 - Defs/jsUndoable/jsUndoable.csproj | 48 +- 106 files changed, 113 insertions(+), 8274 deletions(-) delete mode 100644 Defs/AppMobi/Properties/AssemblyInfo.cs delete mode 100644 Defs/Arshaw.FullCalendar/Properties/AssemblyInfo.cs delete mode 100644 Defs/Att.Html5Sdk/Properties/AssemblyInfo.cs delete mode 100644 Defs/BackboneJs/Properties/AssemblyInfo.cs delete mode 100644 Defs/Breeze/Properties/AssemblyInfo.cs delete mode 100644 Defs/CodeMirror/Properties/AssemblyInfo.cs delete mode 100644 Defs/EaselJS/Properties/AssemblyInfo.cs delete mode 100644 Defs/ExtJs/Properties/AssemblyInfo.cs delete mode 100644 Defs/FabricJs/Properties/AssemblyInfo.cs delete mode 100644 Defs/FireFox.Firebug/Properties/AssemblyInfo.cs delete mode 100644 Defs/Google.Chrome/Properties/AssemblyInfo.cs delete mode 100644 Defs/Google.Maps/Properties/AssemblyInfo.cs delete mode 100644 Defs/Highcharts/Properties/AssemblyInfo.cs delete mode 100644 Defs/KendoUI.Web/Properties/AssemblyInfo.cs delete mode 100644 Defs/KendoUI/Properties/AssemblyInfo.cs delete mode 100644 Defs/KineticJs/Properties/AssemblyInfo.cs delete mode 100644 Defs/KnockoutJs/Properties/AssemblyInfo.cs delete mode 100644 Defs/LinqJs/Properties/AssemblyInfo.cs delete mode 100644 Defs/Log4JavaScript/Properties/AssemblyInfo.cs delete mode 100644 Defs/MomentJs/Properties/AssemblyInfo.cs delete mode 100644 Defs/NodeJs.MongoDbNative/Properties/AssemblyInfo.cs delete mode 100644 Defs/PhoneGap/Properties/AssemblyInfo.cs delete mode 100644 Defs/PrototypeJs/Properties/AssemblyInfo.cs delete mode 100644 Defs/QUnit/Properties/AssemblyInfo.cs delete mode 100644 Defs/Qooxdoo/Properties/AssemblyInfo.cs delete mode 100644 Defs/Raphael/Properties/AssemblyInfo.cs delete mode 100644 Defs/RxJS/Properties/AssemblyInfo.cs delete mode 100644 Defs/RxJS/SharpKit.RxJS.cs delete mode 100644 Defs/Scriptaculous/Properties/AssemblyInfo.cs delete mode 100644 Defs/SenchaTouch-1.1.0/Properties/AssemblyInfo.cs delete mode 100644 Defs/SenchaTouch-2.0.0/Properties/AssemblyInfo.cs delete mode 100644 Defs/SignalR/Properties/AssemblyInfo.cs delete mode 100644 Defs/TheMProject/Properties/AssemblyInfo.cs delete mode 100644 Defs/ThreeJs/Properties/AssemblyInfo.cs delete mode 100644 Defs/TinyMCE/Properties/AssemblyInfo.cs delete mode 100644 Defs/XRegExp/Properties/AssemblyInfo.cs delete mode 100644 Defs/Xdk.Cordova/Properties/AssemblyInfo.cs delete mode 100644 Defs/Xdk.IntelXdk/Properties/AssemblyInfo.cs delete mode 100644 Defs/Xdk.JavaScript/Properties/AssemblyInfo.cs delete mode 100644 Defs/Yui/Properties/AssemblyInfo.cs delete mode 100644 Defs/jQTouch/Properties/AssemblyInfo.cs delete mode 100644 Defs/jQuery.Query/Properties/AssemblyInfo.cs delete mode 100644 Defs/jQuery.SimpleModal/Properties/AssemblyInfo.cs delete mode 100644 Defs/jQuery.Validate/Properties/AssemblyInfo.cs delete mode 100644 Defs/jQuery.jqGrid/Properties/AssemblyInfo.cs delete mode 100644 Defs/jQuery/Properties/AssemblyInfo.cs delete mode 100644 Defs/jQueryMobile-1.0b1/Properties/AssemblyInfo.cs delete mode 100644 Defs/jQueryUI.NestedSortable/Properties/AssemblyInfo.cs delete mode 100644 Defs/jQueryUI/Properties/AssemblyInfo.cs delete mode 100644 Defs/jsUndoable/Properties/AssemblyInfo.cs diff --git a/Defs/AppMobi/AppMobi.csproj b/Defs/AppMobi/AppMobi.csproj index 9cfe8a2..6183c71 100644 --- a/Defs/AppMobi/AppMobi.csproj +++ b/Defs/AppMobi/AppMobi.csproj @@ -1,66 +1,19 @@ - - + - Debug - AnyCPU - 8.0.30703 - 2.0 - {1A31E456-4036-4839-B6EC-8FBC6F318F7F} - Library - Properties SharpKit.XDK SharpKit.AppMobi - v4.7.2 - 512 - - prompt - 4 - bin\$(Configuration)\ - bin\$(Configuration)\$(AssemblyName).xml - AnyCPU - v4.7.2 - true - SharpKit.snk - 1591,0108,0114,1570 - Svn - Svn - Svn - SubversionScc - - false - bin\Debug - 1587,1591 - - - - - - - + - + - + - {f1b6a826-60c3-4038-aabf-bd7c8380cc2f} - SharpKit.Html - {5a90fac8-67da-4823-b114-91f5a26b2fe9} - SharpKit.JavaScript - - - \ No newline at end of file diff --git a/Defs/AppMobi/Properties/AssemblyInfo.cs b/Defs/AppMobi/Properties/AssemblyInfo.cs deleted file mode 100644 index 39a6b4f..0000000 --- a/Defs/AppMobi/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("SharpKit.AppMobi")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Microsoft")] -[assembly: AssemblyProduct("SharpKit.AppMobi")] -[assembly: AssemblyCopyright("Copyright © Microsoft 2012")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("91CA1A10-1F58-4385-8238-2D8A30C6FB36")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("4.30.2000")] diff --git a/Defs/Arshaw.FullCalendar/Arshaw.FullCalendar.csproj b/Defs/Arshaw.FullCalendar/Arshaw.FullCalendar.csproj index 9a17201..342ea6b 100644 --- a/Defs/Arshaw.FullCalendar/Arshaw.FullCalendar.csproj +++ b/Defs/Arshaw.FullCalendar/Arshaw.FullCalendar.csproj @@ -1,65 +1,15 @@ - - + - Debug - x86 - 8.0.30703 - 2.0 - {B8709F27-33D4-441A-91FB-7203CA034843} - Library - Properties SharpKit.Arshaw.FullCalendar SharpKit.Arshaw.FullCalendar - v4.7.2 - - 512 - prompt - 4 - bin\$(Configuration)\ - bin\$(Configuration)\$(AssemblyName).xml - AnyCPU - - v4.7.2 - true - SharpKit.snk - 1591,0108,0114,1570 - - false - bin\Debug - 1587,1591 - - - - - + - {5A90FAC8-67DA-4823-B114-91F5A26B2FE9} - SharpKit.JavaScript - {872605DE-E8EC-4D3D-8CEE-A62449A8DAEB} - SharpKit.jQuery - {F1B6A826-60C3-4038-AABF-BD7C8380CC2F} - SharpKit.Html - - - - - - - - - \ No newline at end of file diff --git a/Defs/Arshaw.FullCalendar/Properties/AssemblyInfo.cs b/Defs/Arshaw.FullCalendar/Properties/AssemblyInfo.cs deleted file mode 100644 index b60e773..0000000 --- a/Defs/Arshaw.FullCalendar/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("SharpKit.Arshaw.FullCalendar")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("SharpKit.Arshaw.FullCalendar")] -[assembly: AssemblyCopyright("Copyright © 2012")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("770c11c3-c4f9-4308-8224-010ec7a888ec")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("4.30.2000")] diff --git a/Defs/Att.Html5Sdk/Att.Html5Sdk.csproj b/Defs/Att.Html5Sdk/Att.Html5Sdk.csproj index 2634da3..8b2ea0c 100644 --- a/Defs/Att.Html5Sdk/Att.Html5Sdk.csproj +++ b/Defs/Att.Html5Sdk/Att.Html5Sdk.csproj @@ -1,67 +1,13 @@ - - + - Debug - AnyCPU - 8.0.30703 - 2.0 - {A28AF2F2-698D-4507-81CF-B770E6EC774C} - Library - Properties SharpKit.Att.Html5Sdk SharpKit.Att.Html5Sdk - v4.7.2 - 512 - - prompt - 4 - bin\$(Configuration)\ - bin\$(Configuration)\$(AssemblyName).xml - AnyCPU - - v4.7.2 - true - SharpKit.snk - 1591,0108,0114,1570 - - false - bin\Debug - 1587,1591,108 - - - - - - - - - - - - - - - - - + - {F1B6A826-60C3-4038-AABF-BD7C8380CC2F} - SharpKit.Html - {5A90FAC8-67DA-4823-B114-91F5A26B2FE9} - SharpKit.JavaScript - - - \ No newline at end of file diff --git a/Defs/Att.Html5Sdk/Properties/AssemblyInfo.cs b/Defs/Att.Html5Sdk/Properties/AssemblyInfo.cs deleted file mode 100644 index 14f163a..0000000 --- a/Defs/Att.Html5Sdk/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("SharpKit.Att.Html5Sdk")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("SharpKit.Att.Html5Sdk")] -[assembly: AssemblyCopyright("Copyright © 2012")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("d89e3acd-c9a5-4327-b6a9-2e48b2e73446")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/Defs/BackboneJs/BackboneJs.csproj b/Defs/BackboneJs/BackboneJs.csproj index 6d26dfd..5b9d924 100644 --- a/Defs/BackboneJs/BackboneJs.csproj +++ b/Defs/BackboneJs/BackboneJs.csproj @@ -1,65 +1,15 @@ - - + - Debug - AnyCPU - 8.0.30703 - 2.0 - {E4F53CA3-DD5B-47EF-9BF6-65C8829A260B} - Library - Properties SharpKit.BackboneJs SharpKit.BackboneJs - v4.7.2 - 512 - - prompt - 4 - bin\$(Configuration)\ - bin\$(Configuration)\$(AssemblyName).xml - AnyCPU - - v4.7.2 - true - SharpKit.snk - 1591,0108,0114,1570 - - false - bin\Debug - 1587,1591 - - - - - - - - + - {5A90FAC8-67DA-4823-B114-91F5A26B2FE9} - SharpKit.JavaScript - {872605DE-E8EC-4D3D-8CEE-A62449A8DAEB} - SharpKit.jQuery - {F1B6A826-60C3-4038-AABF-BD7C8380CC2F} - SharpKit.Html - - - - - - \ No newline at end of file diff --git a/Defs/BackboneJs/Properties/AssemblyInfo.cs b/Defs/BackboneJs/Properties/AssemblyInfo.cs deleted file mode 100644 index e760c15..0000000 --- a/Defs/BackboneJs/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("SharpKit.BackboneJs")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("SharpKit.BackboneJs")] -[assembly: AssemblyCopyright("Copyright © 2012")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("acf97b2d-8946-4d49-b93b-bc0813a5594b")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("4.30.2000")] diff --git a/Defs/Breeze/Breeze.csproj b/Defs/Breeze/Breeze.csproj index 7495d91..986c718 100644 --- a/Defs/Breeze/Breeze.csproj +++ b/Defs/Breeze/Breeze.csproj @@ -1,53 +1,11 @@ - - + - Debug - AnyCPU - 8.0.30703 - 2.0 - {DBD0603D-3811-4D9E-9C29-F66ADF9922C0} - Library - Properties SharpKit.Breeze SharpKit.Breeze - v4.7.2 - 512 - 1591,0108,0114,1570 - bin\$(Configuration)\ - bin\$(Configuration)\$(AssemblyName).xml - - false - 4 - bin\Debug - 1587,1591 - - - - - - - - - - - - - - + - {5A90FAC8-67DA-4823-B114-91F5A26B2FE9} - SharpKit.JavaScript - - - \ No newline at end of file diff --git a/Defs/Breeze/Properties/AssemblyInfo.cs b/Defs/Breeze/Properties/AssemblyInfo.cs deleted file mode 100644 index fc40138..0000000 --- a/Defs/Breeze/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("SharpKit.Breeze")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Interwise")] -[assembly: AssemblyProduct("SharpKit.Breeze")] -[assembly: AssemblyCopyright("Copyright © Interwise 2013")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("891432a5-a3ba-4d96-8dde-0eacf537f1df")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/Defs/CodeMirror/CodeMirror.csproj b/Defs/CodeMirror/CodeMirror.csproj index 558f7ae..5526614 100644 --- a/Defs/CodeMirror/CodeMirror.csproj +++ b/Defs/CodeMirror/CodeMirror.csproj @@ -1,58 +1,13 @@ - - + - Debug - AnyCPU - 8.0.30703 - 2.0 - {DA8967DB-C692-416F-9E62-E0ED0540DA3E} - Library - Properties SharpKit.CodeMirror SharpKit.CodeMirror - v4.7.2 - 512 - - prompt - 4 - bin\$(Configuration)\ - bin\$(Configuration)\$(AssemblyName).xml - AnyCPU - - v4.7.2 - true - SharpKit.snk - 1591,0108,0114,1570 - - false - bin\Debug - 1587,1591 - - - - - + - {5A90FAC8-67DA-4823-B114-91F5A26B2FE9} - SharpKit.JavaScript - {F1B6A826-60C3-4038-AABF-BD7C8380CC2F} - SharpKit.Html - - - - - - \ No newline at end of file diff --git a/Defs/CodeMirror/Properties/AssemblyInfo.cs b/Defs/CodeMirror/Properties/AssemblyInfo.cs deleted file mode 100644 index 04343b4..0000000 --- a/Defs/CodeMirror/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("SharpKit.CodeMirror")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("SharpKit.CodeMirror")] -[assembly: AssemblyCopyright("Copyright © 2012")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("849f3a7c-cad9-4c56-8943-9b1f83475366")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("4.30.2000")] diff --git a/Defs/Common.targets b/Defs/Common.targets index aad2ced..1b011fc 100644 --- a/Defs/Common.targets +++ b/Defs/Common.targets @@ -1,25 +1,11 @@ - - + + netstandard2.0 ..\bin\ ..\bin\$(AssemblyName).xml - false false None + 4 + 1591,0108,0114,1570 - - NET4 - - - NET3_5 - diff --git a/Defs/EaselJS/EaselJS.csproj b/Defs/EaselJS/EaselJS.csproj index cfb983b..21c6913 100644 --- a/Defs/EaselJS/EaselJS.csproj +++ b/Defs/EaselJS/EaselJS.csproj @@ -1,58 +1,13 @@ - - + - Debug - AnyCPU - 8.0.30703 - 2.0 - {8ABEBA77-AC55-4027-9B9B-27AB7E4DFCC8} - Library - Properties SharpKit.EaselJS SharpKit.EaselJS - v4.7.2 - 512 - - prompt - 4 - bin\$(Configuration)\ - bin\$(Configuration)\$(AssemblyName).xml - AnyCPU - - v4.7.2 - true - SharpKit.snk - 1591,0108,0114,1570 - - false - bin\Debug - 1587,1591,108,1570 - - - - - + - {5A90FAC8-67DA-4823-B114-91F5A26B2FE9} - SharpKit.JavaScript - {F1B6A826-60C3-4038-AABF-BD7C8380CC2F} - SharpKit.Html - - - - - - \ No newline at end of file diff --git a/Defs/EaselJS/Properties/AssemblyInfo.cs b/Defs/EaselJS/Properties/AssemblyInfo.cs deleted file mode 100644 index acee4f0..0000000 --- a/Defs/EaselJS/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("SharpKit.EaselJS")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("SharpKit.EaselJS")] -[assembly: AssemblyCopyright("Copyright © 2012")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("a657c243-9cd7-4719-99c6-3d62f8d85824")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("4.30.2000")] diff --git a/Defs/ExtJs/ExtJs.csproj b/Defs/ExtJs/ExtJs.csproj index 388395d..c49d523 100644 --- a/Defs/ExtJs/ExtJs.csproj +++ b/Defs/ExtJs/ExtJs.csproj @@ -1,536 +1,13 @@ - - + - Debug - AnyCPU - 8.0.30703 - 2.0 - {B1C6FA01-900F-4F7F-95DC-145D8F9B2CCB} - Library - Properties SharpKit.ExtJs SharpKit.ExtJs - v4.7.2 - 512 - prompt - 4 - bin\$(Configuration)\ - bin\$(Configuration)\$(AssemblyName).xml - AnyCPU - - v4.7.2 - true - SharpKit.snk - 1591,0108,0114,1574,1584,1658,1570,0419 - - false - bin\Debug - 1587,1591,108,1574,114,1584,1570,419 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - {5A90FAC8-67DA-4823-B114-91F5A26B2FE9} - SharpKit.JavaScript - {F1B6A826-60C3-4038-AABF-BD7C8380CC2F} - SharpKit.Html - - - - - - - - - - - - - \ No newline at end of file diff --git a/Defs/ExtJs/Properties/AssemblyInfo.cs b/Defs/ExtJs/Properties/AssemblyInfo.cs deleted file mode 100644 index 20a994a..0000000 --- a/Defs/ExtJs/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,37 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; -using SharpKit.JavaScript; - -[assembly: AssemblyTitle("SharpKit.ExtJs")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("SharpKit.ExtJs")] -[assembly: AssemblyCopyright("Copyright © 2012")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("57df8f7a-0aa5-4bd5-ae20-6ffc6dffe1d4")] - -//Generated from ExtJs 4.0.2 help files -[assembly: AssemblyVersion("4.1.1.0")] -[assembly: AssemblyFileVersion("4.30.2000")] - -#if SANDBOX -[assembly: JsNamespace(Namespace = "Ext", JsNamespace = "Ext4")] -#endif - - -/// -/// SharpKit interfaces for Ext JS 4. -/// Ext JS 4 is a pure JavaScript application framework that works everywhere from IE6 to Chrome 11. It enables you to create the best cross-platform applications using nothing but a browser, and has a phenomenal API. -/// -class AssemblyDoc -{ -} - - diff --git a/Defs/FabricJs/FabricJs.csproj b/Defs/FabricJs/FabricJs.csproj index 869ef1b..3f3bca1 100644 --- a/Defs/FabricJs/FabricJs.csproj +++ b/Defs/FabricJs/FabricJs.csproj @@ -1,51 +1,13 @@ - - + - Debug - AnyCPU - 8.0.30703 - 2.0 - {3CE153D9-94A9-4957-84F0-877C30B9EEC5} - Library - Properties SharpKit.FabricJs SharpKit.FabricJs - v4.7.2 - 512 - 1591,0108,0114,1570 - bin\$(Configuration)\ - bin\$(Configuration)\$(AssemblyName).xml - - false - 4 - bin\Debug - 1587,1591 - - - - - - - - + - {F1B6A826-60C3-4038-AABF-BD7C8380CC2F} - SharpKit.Html - {5A90FAC8-67DA-4823-B114-91F5A26B2FE9} - SharpKit.JavaScript - - - \ No newline at end of file diff --git a/Defs/FabricJs/Properties/AssemblyInfo.cs b/Defs/FabricJs/Properties/AssemblyInfo.cs deleted file mode 100644 index b0d4447..0000000 --- a/Defs/FabricJs/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("SharpKit.FabricJs")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("SharpKit.FabricJs")] -[assembly: AssemblyCopyright("Copyright © 2013")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("c3e329ae-1bbc-4cac-b975-6e56f87d8832")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/Defs/FireFox.Firebug/FireFox.Firebug.csproj b/Defs/FireFox.Firebug/FireFox.Firebug.csproj index 4811535..0a4caaa 100644 --- a/Defs/FireFox.Firebug/FireFox.Firebug.csproj +++ b/Defs/FireFox.Firebug/FireFox.Firebug.csproj @@ -1,56 +1,13 @@ - - + - Debug - AnyCPU - 8.0.30703 - 2.0 - {6312B4CD-D416-4493-8850-28D6FE3D6AFB} - Library - Properties SharpKit.FireFox.Firebug SharpKit.FireFox.Firebug - v4.7.2 - 512 - bin\$(Configuration)\ - bin\$(Configuration)\$(AssemblyName).xml - AnyCPU - - v4.7.2 - true - SharpKit.snk - 1591,0108,0114,1570 - - false - bin\Debug - 4 - 1587,1591 - - - - - + - {5A90FAC8-67DA-4823-B114-91F5A26B2FE9} - SharpKit.JavaScript - {F1B6A826-60C3-4038-AABF-BD7C8380CC2F} - SharpKit.Html - - - - - - \ No newline at end of file diff --git a/Defs/FireFox.Firebug/Properties/AssemblyInfo.cs b/Defs/FireFox.Firebug/Properties/AssemblyInfo.cs deleted file mode 100644 index 5512960..0000000 --- a/Defs/FireFox.Firebug/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,46 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("SharpKit.FireFox.Firebug")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Microsoft")] -[assembly: AssemblyProduct("SharpKit.FireFox.Firebug")] -[assembly: AssemblyCopyright("Copyright © Microsoft 2011")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("5fa982dc-e771-433c-8b1d-904f27d1b317")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("4.30.2000")] - - -/// -/// SharpKit interface for Firebug Console logging API. -/// This interface was contributed by Any Technologies -/// Having a fancy JavaScript debugger is great, but sometimes the fastest way to find bugs is just to dump as much information to the console as you can. Firebug gives you a set of powerful logging functions that you can call from your own web pages. -/// -class AssemblyDoc -{ -} diff --git a/Defs/Google.Chrome/Google.Chrome.csproj b/Defs/Google.Chrome/Google.Chrome.csproj index 72ec401..b1501be 100644 --- a/Defs/Google.Chrome/Google.Chrome.csproj +++ b/Defs/Google.Chrome/Google.Chrome.csproj @@ -1,58 +1,13 @@ - - + - Debug - AnyCPU - 8.0.30703 - 2.0 - {55671A92-AA9B-41E8-B85A-AC2571759085} - Library - Properties SharpKit.Google.Chrome SharpKit.Google.Chrome - v4.7.2 - 512 - - prompt - 4 - bin\$(Configuration)\ - bin\$(Configuration)\$(AssemblyName).xml - AnyCPU - - v4.7.2 - true - SharpKit.snk - 1591,0108,0114,1570 - - false - bin\Debug - 1587,1591 - - - - - + - {5A90FAC8-67DA-4823-B114-91F5A26B2FE9} - SharpKit.JavaScript - {F1B6A826-60C3-4038-AABF-BD7C8380CC2F} - SharpKit.Html - - - - - - \ No newline at end of file diff --git a/Defs/Google.Chrome/Properties/AssemblyInfo.cs b/Defs/Google.Chrome/Properties/AssemblyInfo.cs deleted file mode 100644 index d13b315..0000000 --- a/Defs/Google.Chrome/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("SharpKit.Google.Chrome")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("SharpKit.Google.Chrome")] -[assembly: AssemblyCopyright("Copyright © 2012")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("498a6c39-9fc1-4744-a39c-b94061412abb")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("4.30.2000")] diff --git a/Defs/Google.Maps/Google.Maps.csproj b/Defs/Google.Maps/Google.Maps.csproj index a2ab6fe..aa5d27d 100644 --- a/Defs/Google.Maps/Google.Maps.csproj +++ b/Defs/Google.Maps/Google.Maps.csproj @@ -1,76 +1,13 @@ - - + - Debug - AnyCPU - 8.0.30703 - 2.0 - {4484C7D5-4656-4BDA-9BCC-6C325E526A44} - Library - Properties SharpKit.Google.Maps SharpKit.Google.Maps - v4.7.2 - pdbonly - true - bin\$(Configuration)\ - TRACE - prompt - 4 - 512 - - prompt - 4 - bin\$(Configuration)\$(AssemblyName).xml - AnyCPU - - v4.7.2 - true - SharpKit.snk - 1591,0108,0114,1570 - - - - false - bin\Debug - - - 1587,1591 - - - - - - - - - - - - - - + - {F1B6A826-60C3-4038-AABF-BD7C8380CC2F} - SharpKit.Html - {5A90FAC8-67DA-4823-B114-91F5A26B2FE9} - SharpKit.JavaScript - - - - - - \ No newline at end of file diff --git a/Defs/Google.Maps/Properties/AssemblyInfo.cs b/Defs/Google.Maps/Properties/AssemblyInfo.cs deleted file mode 100644 index eb87d71..0000000 --- a/Defs/Google.Maps/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("SharpKit.Google.Maps")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("SharpKit.Google.Maps")] -[assembly: AssemblyCopyright("Copyright © 2013")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("25b9235c-8568-4c21-8024-88a16100227f")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/Defs/Highcharts/Highcharts.csproj b/Defs/Highcharts/Highcharts.csproj index e0b62d4..3001526 100644 --- a/Defs/Highcharts/Highcharts.csproj +++ b/Defs/Highcharts/Highcharts.csproj @@ -1,61 +1,13 @@ - - + - Debug - AnyCPU - 8.0.30703 - 2.0 - {0352730B-7191-4243-8169-AA31EC46DCB4} - Library - Properties SharpKit.Highcharts SharpKit.Highcharts - v4.7.2 - 512 - - prompt - 4 - bin\$(Configuration)\ - bin\$(Configuration)\$(AssemblyName).xml - AnyCPU - - v4.7.2 - true - SharpKit.snk - 1591,0108,0114,1570 - - false - bin\Debug - 1587,1591 - - - - - + - {5A90FAC8-67DA-4823-B114-91F5A26B2FE9} - SharpKit.JavaScript - {F1B6A826-60C3-4038-AABF-BD7C8380CC2F} - SharpKit.Html - - - - - - - - - \ No newline at end of file diff --git a/Defs/Highcharts/Properties/AssemblyInfo.cs b/Defs/Highcharts/Properties/AssemblyInfo.cs deleted file mode 100644 index f8d9090..0000000 --- a/Defs/Highcharts/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("SharpKit.Highcharts")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("SharpKit.Highcharts")] -[assembly: AssemblyCopyright("Copyright © 2012")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("6d99b86b-66b8-442e-9506-ee91c7c0ee1b")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("4.30.2000")] diff --git a/Defs/Html/Html.csproj b/Defs/Html/Html.csproj index 95b7331..f1ae025 100644 --- a/Defs/Html/Html.csproj +++ b/Defs/Html/Html.csproj @@ -1,14 +1,9 @@  - netstandard2.0 SharpKit.Html SharpKit.Html - 4 - bin\ - bin\$(AssemblyName).xml - 1591,0108,0114,1570 - + diff --git a/Defs/JavaScript/JavaScript.csproj b/Defs/JavaScript/JavaScript.csproj index e0a31f1..ceb575c 100644 --- a/Defs/JavaScript/JavaScript.csproj +++ b/Defs/JavaScript/JavaScript.csproj @@ -1,12 +1,7 @@  - netstandard2.0 SharpKit.JavaScript SharpKit.JavaScript - 4 - bin\ - bin\$(AssemblyName).xml - 1591,0108,0114,1570 - + diff --git a/Defs/KendoUI.Web/KendoUI.Web.csproj b/Defs/KendoUI.Web/KendoUI.Web.csproj index ffece50..6044a9c 100644 --- a/Defs/KendoUI.Web/KendoUI.Web.csproj +++ b/Defs/KendoUI.Web/KendoUI.Web.csproj @@ -1,65 +1,17 @@ - - + - Debug - AnyCPU - 8.0.30703 - 2.0 - {29C0F7F0-427A-4F21-9DE7-0C72FF8F2D05} - Library - Properties SharpKit.KendoUI.Web SharpKit.KendoUI.Web - v4.7.2 - 512 - prompt - 4 - bin\$(Configuration)\ - bin\$(Configuration)\$(AssemblyName).xml - AnyCPU - - v4.7.2 - true - SharpKit.snk - 1591,0108,0114,1570 - - false - bin\Debug - 1587,1591,1570,1572 - - - - - + - {5A90FAC8-67DA-4823-B114-91F5A26B2FE9} - SharpKit.JavaScript - {872605DE-E8EC-4D3D-8CEE-A62449A8DAEB} - SharpKit.jQuery - {8E248098-C8F9-4ABB-91D5-896A198204F5} - SharpKit.KendoUI - {F1B6A826-60C3-4038-AABF-BD7C8380CC2F} - SharpKit.Html - - - - - - \ No newline at end of file diff --git a/Defs/KendoUI.Web/Properties/AssemblyInfo.cs b/Defs/KendoUI.Web/Properties/AssemblyInfo.cs deleted file mode 100644 index 0430222..0000000 --- a/Defs/KendoUI.Web/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("SharpKit.KendoUI.Web")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("SharpKit.KendoUI.Web")] -[assembly: AssemblyCopyright("Copyright © 2012")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("c3d03f65-d96d-4295-a849-f6a9b507b96e")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("4.30.2000")] diff --git a/Defs/KendoUI/KendoUI.csproj b/Defs/KendoUI/KendoUI.csproj index 7d1a69b..209a3bd 100644 --- a/Defs/KendoUI/KendoUI.csproj +++ b/Defs/KendoUI/KendoUI.csproj @@ -1,62 +1,15 @@ - - + - Debug - AnyCPU - 8.0.30703 - 2.0 - {8E248098-C8F9-4ABB-91D5-896A198204F5} - Library - Properties SharpKit.KendoUI SharpKit.KendoUI - v4.7.2 - 512 - - prompt - 4 - bin\$(Configuration)\ - bin\$(Configuration)\$(AssemblyName).xml - AnyCPU - - v4.7.2 - true - SharpKit.snk - 1591,0108,0114,1570 - - false - bin\Debug - 1587,1591,108,1570,1572 - - - - - + - {5A90FAC8-67DA-4823-B114-91F5A26B2FE9} - SharpKit.JavaScript - {872605DE-E8EC-4D3D-8CEE-A62449A8DAEB} - SharpKit.jQuery - {F1B6A826-60C3-4038-AABF-BD7C8380CC2F} - SharpKit.Html - - - - - - \ No newline at end of file diff --git a/Defs/KendoUI/Properties/AssemblyInfo.cs b/Defs/KendoUI/Properties/AssemblyInfo.cs deleted file mode 100644 index 01cdb28..0000000 --- a/Defs/KendoUI/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("SharpKit.KendoUI")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("SharpKit.KendoUI")] -[assembly: AssemblyCopyright("Copyright © 2012")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("f9c7a997-3669-4ed3-b311-fc988e844dcf")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("4.30.2000")] diff --git a/Defs/KineticJs/KineticJs.csproj b/Defs/KineticJs/KineticJs.csproj index cf17eb0..36bb845 100644 --- a/Defs/KineticJs/KineticJs.csproj +++ b/Defs/KineticJs/KineticJs.csproj @@ -1,58 +1,13 @@ - - + - Debug - AnyCPU - 8.0.30703 - 2.0 - {9C7E7FBD-1176-48AF-88DC-3E4286220DC6} - Library - Properties SharpKit.KineticJs SharpKit.KineticJs - v4.7.2 - 512 - - prompt - 4 - bin\$(Configuration)\ - bin\$(Configuration)\$(AssemblyName).xml - AnyCPU - - v4.7.2 - true - SharpKit.snk - 1591,0108,0114,1570 - - false - bin\Debug - 1587,1591,1572,108 - - - - - - - - + - {5A90FAC8-67DA-4823-B114-91F5A26B2FE9} - SharpKit.JavaScript - {F1B6A826-60C3-4038-AABF-BD7C8380CC2F} - SharpKit.Html - - - \ No newline at end of file diff --git a/Defs/KineticJs/Properties/AssemblyInfo.cs b/Defs/KineticJs/Properties/AssemblyInfo.cs deleted file mode 100644 index 7887802..0000000 --- a/Defs/KineticJs/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("SharpKit.KineticJs")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("SharpKit.KineticJs")] -[assembly: AssemblyCopyright("Copyright © 2012")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("8d3d7e22-6ed2-47b3-8314-6e5a0751d7f9")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("4.30.2000")] diff --git a/Defs/KnockoutJs/KnockoutJs.csproj b/Defs/KnockoutJs/KnockoutJs.csproj index 9dc49cb..27ab845 100644 --- a/Defs/KnockoutJs/KnockoutJs.csproj +++ b/Defs/KnockoutJs/KnockoutJs.csproj @@ -1,57 +1,13 @@ - - + - Debug - AnyCPU - 8.0.30703 - 2.0 - {7392F035-DDC6-4F03-A64C-7682B9079580} - Library - Properties SharpKit.KnockoutJs SharpKit.KnockoutJs - v4.7.2 - 512 - prompt - 4 - bin\$(Configuration)\ - bin\$(Configuration)\$(AssemblyName).xml - AnyCPU - - v4.7.2 - true - SharpKit.snk - 1591,0108,0114,1570 - - false - bin\Debug - 1587,1591 - - - - - - - - + - {5A90FAC8-67DA-4823-B114-91F5A26B2FE9} - SharpKit.JavaScript - {F1B6A826-60C3-4038-AABF-BD7C8380CC2F} - SharpKit.Html - - - \ No newline at end of file diff --git a/Defs/KnockoutJs/Properties/AssemblyInfo.cs b/Defs/KnockoutJs/Properties/AssemblyInfo.cs deleted file mode 100644 index 6b69851..0000000 --- a/Defs/KnockoutJs/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,110 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("SharpKit.KnockoutJs")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("SharpKit.KnockoutJs")] -[assembly: AssemblyCopyright("Copyright © 2012")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("57a33c2f-a6fb-440f-85b6-b6bc124d1313")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.0.0.0")] -[assembly: AssemblyFileVersion("4.30.2000")] - -/// -/// SharpKit interface for KnockoutJs library. -/// Knockout is a JavaScript library that helps you to create rich, responsive display and editor user interfaces with a clean underlying data model. Any time you have sections of UI that update dynamically (e.g., changing depending on the user’s actions or when an external data source changes), KO can help you implement it more simply and maintainably. -/// -/// -/// Hello world -/// -/// [JsType(JsMode.Global)] -/// class MyPage : Knockout -/// { -/// static MyPage() -/// { -/// // Here's my data model -/// var viewModel = new MyViewModel -/// { -/// firstName = observable("Planet"), -/// lastName = observable("Earth") -/// }; -/// // Knockout tracks dependencies automatically. It knows that fullName depends on firstName and lastName, because these get called when evaluating fullName. -/// viewModel.fullName = dependentObservable(() => viewModel.firstName.Value + " " + viewModel.lastName.Value); -/// -/// applyBindings(viewModel); // This makes Knockout get to work -/// } -/// } -/// [JsType(JsMode.Json)] -/// class MyViewModel -/// { -/// public Observable<string> firstName { get; set; } -/// public Observable<string> lastName { get; set; } -/// public DependentObservable<string> fullName { get; set; } -/// } -/// -class AssemblyDoc -{ -} - -namespace SharpKit.KnockoutJs -{ - /// - /// Knockout is a JavaScript library that helps you to create rich, responsive display and editor user interfaces with a clean underlying data model. Any time you have sections of UI that update dynamically (e.g., changing depending on the user’s actions or when an external data source changes), KO can help you implement it more simply and maintainably. - /// - /// - /// Hello world - /// - /// [JsType(JsMode.Global)] - /// class MyPage : Knockout - /// { - /// static MyPage() - /// { - /// // Here's my data model - /// var viewModel = new MyViewModel - /// { - /// firstName = observable("Planet"), - /// lastName = observable("Earth") - /// }; - /// // Knockout tracks dependencies automatically. It knows that fullName depends on firstName and lastName, because these get called when evaluating fullName. - /// viewModel.fullName = dependentObservable(() => viewModel.firstName.Value + " " + viewModel.lastName.Value); - /// - /// applyBindings(viewModel); // This makes Knockout get to work - /// } - /// } - /// [JsType(JsMode.Json)] - /// class MyViewModel - /// { - /// public Observable<string> firstName { get; set; } - /// public Observable<string> lastName { get; set; } - /// public DependentObservable<string> fullName { get; set; } - /// } - /// - class NamespaceDoc - { - } -} diff --git a/Defs/LinqJs/LinqJs.csproj b/Defs/LinqJs/LinqJs.csproj index a4e08d3..ff2e835 100644 --- a/Defs/LinqJs/LinqJs.csproj +++ b/Defs/LinqJs/LinqJs.csproj @@ -1,60 +1,15 @@ - - + - Debug - AnyCPU - 8.0.30703 - 2.0 - {423F6BC9-1AAC-473D-A2D5-3FB42AAFC89A} - Library - Properties SharpKit.LinqJs SharpKit.LinqJs - v4.7.2 - 512 - prompt - 4 - bin\$(Configuration)\ - bin\$(Configuration)\$(AssemblyName).xml - AnyCPU - v4.7.2 - true - SharpKit.snk - 1591,0108,0114,1570 - - false - bin\Debug - 1587,1591 - - - - - + - {5A90FAC8-67DA-4823-B114-91F5A26B2FE9} - SharpKit.JavaScript - {872605DE-E8EC-4D3D-8CEE-A62449A8DAEB} - SharpKit.jQuery - {F1B6A826-60C3-4038-AABF-BD7C8380CC2F} - SharpKit.Html - - - - - - \ No newline at end of file diff --git a/Defs/LinqJs/Properties/AssemblyInfo.cs b/Defs/LinqJs/Properties/AssemblyInfo.cs deleted file mode 100644 index 669dde0..0000000 --- a/Defs/LinqJs/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("SharpKit.LinqJs")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("SharpKit.LinqJs")] -[assembly: AssemblyCopyright("Copyright © 2012")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("fb7c48b4-a8ed-42a0-8911-a0e0a9f9e414")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("4.30.2000")] diff --git a/Defs/Log4JavaScript/Log4JavaScript.csproj b/Defs/Log4JavaScript/Log4JavaScript.csproj index 8dfe8a5..e8d4af5 100644 --- a/Defs/Log4JavaScript/Log4JavaScript.csproj +++ b/Defs/Log4JavaScript/Log4JavaScript.csproj @@ -1,76 +1,13 @@ - - + - true - 1591,0108,0114,1570 - bin\ - bin\$(AssemblyName).xml - - - SharpKit.snk - - - - Debug - AnyCPU - {1C2E399B-46CC-42E1-B930-F0D81313E883} - Library - Properties log4javascript SharpKit.Log4JavaScript - v4.7.2 - 512 - - - false - 4 - bin\Debug - 1587,1591 - - - - - - - - - - - - - - - - - - - - - + - {F1B6A826-60C3-4038-AABF-BD7C8380CC2F} - SharpKit.Html - {5A90FAC8-67DA-4823-B114-91F5A26B2FE9} - SharpKit.JavaScript - - - - - - - - - \ No newline at end of file diff --git a/Defs/Log4JavaScript/Properties/AssemblyInfo.cs b/Defs/Log4JavaScript/Properties/AssemblyInfo.cs deleted file mode 100644 index 63c06f1..0000000 --- a/Defs/Log4JavaScript/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// Les informations générales relatives à un assembly dépendent de -// l'ensemble d'attributs suivant. Changez les valeurs de ces attributs pour modifier les informations -// associées à un assembly. -[assembly: AssemblyTitle("Sharpkit.log4javascript")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("Sharpkit.log4javascript")] -[assembly: AssemblyCopyright("Copyright © 2012")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// L'affectation de la valeur false à ComVisible rend les types invisibles dans cet assembly -// aux composants COM. Si vous devez accéder à un type dans cet assembly à partir de -// COM, affectez la valeur true à l'attribut ComVisible sur ce type. -[assembly: ComVisible(false)] - -// Le GUID suivant est pour l'ID de la typelib si ce projet est exposé à COM -[assembly: Guid("66883ed4-9339-46da-bc05-37e2c09dfd05")] - -// Les informations de version pour un assembly se composent des quatre valeurs suivantes : -// -// Version principale -// Version secondaire -// Numéro de build -// Révision -// -// Vous pouvez spécifier toutes les valeurs ou indiquer les numéros de build et de révision par défaut -// en utilisant '*', comme indiqué ci-dessous : -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.4.3.0")] -[assembly: AssemblyFileVersion("1.4.3.0")] diff --git a/Defs/MomentJs/MomentJs.csproj b/Defs/MomentJs/MomentJs.csproj index 6f10de3..53108cb 100644 --- a/Defs/MomentJs/MomentJs.csproj +++ b/Defs/MomentJs/MomentJs.csproj @@ -1,52 +1,11 @@ - - - - + - Debug - AnyCPU - {8B2D8B06-4FBD-429E-861C-AF01AAFF7F73} - Library - Properties MomentJs MomentJs - v4.5 - 512 - 1591,0108,0114,1570 - bin\$(Configuration)\ - bin\$(Configuration)\$(AssemblyName).xml - - false - 4 - bin\Debug - 1587,1591 - - - - - - - - - - - - - - + - {5a90fac8-67da-4823-b114-91f5a26b2fe9} - SharpKit.JavaScript - - diff --git a/Defs/MomentJs/Properties/AssemblyInfo.cs b/Defs/MomentJs/Properties/AssemblyInfo.cs deleted file mode 100644 index e3b30c0..0000000 --- a/Defs/MomentJs/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("MomentJs")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("MomentJs")] -[assembly: AssemblyCopyright("Copyright © 2014")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("fee88bc1-cce5-41cd-a93c-8f947320f5b0")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/Defs/NodeJs.MongoDbNative/NodeJs.MongoDbNative.csproj b/Defs/NodeJs.MongoDbNative/NodeJs.MongoDbNative.csproj index 159f3b0..0507b55 100644 --- a/Defs/NodeJs.MongoDbNative/NodeJs.MongoDbNative.csproj +++ b/Defs/NodeJs.MongoDbNative/NodeJs.MongoDbNative.csproj @@ -1,57 +1,13 @@ - - + - Debug - AnyCPU - 8.0.30703 - 2.0 - {97BC8C10-B6A4-414E-9AC4-338FC580BDE8} - Library - Properties SharpKit.NodeJs.MongoDbNative SharpKit.NodeJs.MongoDbNative - v4.7.2 - 512 - 1591,0108,0114,1570 - bin\$(Configuration)\ - bin\$(Configuration)\$(AssemblyName).xml - - false - 4 - bin\Debug - 1587,1591 - - - - - - - - - - - - - - + - {5A90FAC8-67DA-4823-B114-91F5A26B2FE9} - SharpKit.JavaScript - {85d7e841-77bb-4ab9-8e64-dab28feaa657} - NodeJs - - - \ No newline at end of file diff --git a/Defs/NodeJs.MongoDbNative/Properties/AssemblyInfo.cs b/Defs/NodeJs.MongoDbNative/Properties/AssemblyInfo.cs deleted file mode 100644 index c1786eb..0000000 --- a/Defs/NodeJs.MongoDbNative/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("SharpKit.NodeJs.MongoDbNative")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Interwise")] -[assembly: AssemblyProduct("SharpKit.NodeJs.MongoDbNative")] -[assembly: AssemblyCopyright("Copyright © Interwise 2013")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("e6378506-9b1e-49d1-97fe-472e8b7d4856")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/Defs/NodeJs/NodeJs.csproj b/Defs/NodeJs/NodeJs.csproj index faa6993..df82d01 100644 --- a/Defs/NodeJs/NodeJs.csproj +++ b/Defs/NodeJs/NodeJs.csproj @@ -1,117 +1,11 @@ - - + - Debug - AnyCPU - 8.0.30703 - 2.0 - {85D7E841-77BB-4AB9-8E64-DAB28FEAA657} - Library - Properties SharpKit.NodeJs SharpKit.NodeJs - v4.7.2 - 512 - 1591,0108,0114,1570 - bin\$(Configuration)\ - bin\$(Configuration)\$(AssemblyName).xml - - false - 4 - bin\Debug - 1587,1591,108,1570,1572 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - {5A90FAC8-67DA-4823-B114-91F5A26B2FE9} - SharpKit.JavaScript - - - - - - \ No newline at end of file diff --git a/Defs/NodeJs/Properties/AssemblyInfo.cs b/Defs/NodeJs/Properties/AssemblyInfo.cs index aa80951..a90acc4 100644 --- a/Defs/NodeJs/Properties/AssemblyInfo.cs +++ b/Defs/NodeJs/Properties/AssemblyInfo.cs @@ -3,37 +3,5 @@ using System.Runtime.InteropServices; using SharpKit.JavaScript; -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("SharpKit.NodeJs")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("SharpKit.NodeJs")] -[assembly: AssemblyCopyright("Copyright © 2012")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("0e3e7127-3d27-4d09-8973-a96da3fa0cbd")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("4.30.2000")] -[assembly:JsType(JsMode.Prototype, Export=false)] -[assembly: JsNamespace(Namespace="SharpKit.NodeJs", JsNamespace="")] \ No newline at end of file +[assembly: JsType(JsMode.Prototype, Export = false)] +[assembly: JsNamespace(Namespace = "SharpKit.NodeJs", JsNamespace = "")] \ No newline at end of file diff --git a/Defs/PhoneGap/PhoneGap.csproj b/Defs/PhoneGap/PhoneGap.csproj index f334f31..6f0e314 100644 --- a/Defs/PhoneGap/PhoneGap.csproj +++ b/Defs/PhoneGap/PhoneGap.csproj @@ -1,60 +1,13 @@ - - + - Debug - AnyCPU - 8.0.30703 - 2.0 - {69B3304A-E390-4686-A876-F6ADB10E7293} - Library - Properties SharpKit.PhoneGap SharpKit.PhoneGap - v4.7.2 - 512 - - prompt - 4 - bin\$(Configuration)\ - bin\$(Configuration)\$(AssemblyName).xml - AnyCPU - - v4.7.2 - true - SharpKit.snk - 1591,0108,0114,1570 - - false - bin\Debug - 1587,1591,0108 - - - - - - - + - {5A90FAC8-67DA-4823-B114-91F5A26B2FE9} - SharpKit.JavaScript - {F1B6A826-60C3-4038-AABF-BD7C8380CC2F} - SharpKit.Html - - - - - - \ No newline at end of file diff --git a/Defs/PhoneGap/Properties/AssemblyInfo.cs b/Defs/PhoneGap/Properties/AssemblyInfo.cs deleted file mode 100644 index da4e773..0000000 --- a/Defs/PhoneGap/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("SharpKit.PhoneGap")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Microsoft")] -[assembly: AssemblyProduct("SharpKit.PhoneGap")] -[assembly: AssemblyCopyright("Copyright © Microsoft 2012")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("05af117d-5fc5-48dc-a656-b03d16ce6a94")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("4.30.2000")] diff --git a/Defs/PrototypeJs/Properties/AssemblyInfo.cs b/Defs/PrototypeJs/Properties/AssemblyInfo.cs deleted file mode 100644 index 8357c61..0000000 --- a/Defs/PrototypeJs/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("SharpKit.PrototypeJs")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("SharpKit.PrototypeJs")] -[assembly: AssemblyCopyright("Copyright © 2012")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("f79f35ab-45fc-428d-a4b5-92156ad7d86c")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("4.30.2000")] diff --git a/Defs/PrototypeJs/PrototypeJs.csproj b/Defs/PrototypeJs/PrototypeJs.csproj index 44ee1b1..3a907f8 100644 --- a/Defs/PrototypeJs/PrototypeJs.csproj +++ b/Defs/PrototypeJs/PrototypeJs.csproj @@ -1,62 +1,15 @@ - - + - Debug - AnyCPU - 8.0.30703 - 2.0 - {2B1242D8-5445-4663-87E8-E4F3B1EFB423} - Library - Properties SharpKit.PrototypeJs SharpKit.PrototypeJs - v4.7.2 - 512 - - prompt - 4 - bin\$(Configuration)\ - bin\$(Configuration)\$(AssemblyName).xml - AnyCPU - - v4.7.2 - true - SharpKit.snk - 1591,0108,0114,1570 - - false - bin\Debug - 1587,1591,0108 - - - - - + - {5A90FAC8-67DA-4823-B114-91F5A26B2FE9} - SharpKit.JavaScript - {872605DE-E8EC-4D3D-8CEE-A62449A8DAEB} - SharpKit.jQuery - {F1B6A826-60C3-4038-AABF-BD7C8380CC2F} - SharpKit.Html - - - - - - \ No newline at end of file diff --git a/Defs/QUnit/Properties/AssemblyInfo.cs b/Defs/QUnit/Properties/AssemblyInfo.cs deleted file mode 100644 index 1531deb..0000000 --- a/Defs/QUnit/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("SharpKit.QUnit")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("SharpKit.QUnit")] -[assembly: AssemblyCopyright("Copyright © 2012")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("0b1b6b55-c7cf-49ec-8b17-ac214b19447c")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("4.30.2000")] diff --git a/Defs/QUnit/QUnit.csproj b/Defs/QUnit/QUnit.csproj index 3fbf410..1c4c476 100644 --- a/Defs/QUnit/QUnit.csproj +++ b/Defs/QUnit/QUnit.csproj @@ -1,57 +1,13 @@ - - + - Debug - AnyCPU - 8.0.30703 - 2.0 - {201E2D3F-B5FA-415A-9E6C-DF356E5A6935} - Library - Properties SharpKit.QUnit SharpKit.QUnit - v4.7.2 - 512 - prompt - 4 - bin\$(Configuration)\ - bin\$(Configuration)\$(AssemblyName).xml - AnyCPU - - v4.7.2 - true - SharpKit.snk - 1591,0108,0114,1570 - - false - bin\Debug - 1587,1591 - - - - - + - {5A90FAC8-67DA-4823-B114-91F5A26B2FE9} - SharpKit.JavaScript - {F1B6A826-60C3-4038-AABF-BD7C8380CC2F} - SharpKit.Html - - - - - - \ No newline at end of file diff --git a/Defs/Qooxdoo/Properties/AssemblyInfo.cs b/Defs/Qooxdoo/Properties/AssemblyInfo.cs deleted file mode 100644 index 28b1b90..0000000 --- a/Defs/Qooxdoo/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("SharpKit.Qooxdoo")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("SharpKit.Qooxdoo")] -[assembly: AssemblyCopyright("Copyright © 2013")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("320baf75-aa6c-467f-a19f-7e8117c0018d")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/Defs/Qooxdoo/Qooxdoo.csproj b/Defs/Qooxdoo/Qooxdoo.csproj index bc6ecbd..1c5ec69 100644 --- a/Defs/Qooxdoo/Qooxdoo.csproj +++ b/Defs/Qooxdoo/Qooxdoo.csproj @@ -1,886 +1,15 @@ - - + - Debug - AnyCPU - 8.0.30703 - 2.0 - {F5F1F0ED-DD17-4E5E-A8C5-AC623FEA5F51} - Library - Properties SharpKit.Qooxdoo SharpKit.Qooxdoo - v4.7.2 - 512 - 1591,1574,0067,1584,1658,1570,1573,0108,0465,0114 - bin\$(Configuration)\ - bin\$(Configuration)\$(AssemblyName).xml - true - - false - bin\Debug - 4 - 1587,1591,465,108,114,1574,1584,67,1570 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + {F1B6A826-60C3-4038-AABF-BD7C8380CC2F} SharpKit.Html - {5A90FAC8-67DA-4823-B114-91F5A26B2FE9} - SharpKit.JavaScript - - - \ No newline at end of file diff --git a/Defs/Raphael/Properties/AssemblyInfo.cs b/Defs/Raphael/Properties/AssemblyInfo.cs deleted file mode 100644 index b49bfb8..0000000 --- a/Defs/Raphael/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,46 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("SharpKit.Raphael")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Microsoft")] -[assembly: AssemblyProduct("SharpKit.Raphael")] -[assembly: AssemblyCopyright("Copyright © Microsoft 2012")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("eaa0c851-7638-4175-8c02-4101cbdce4d3")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("4.30.2000")] - - -/// -/// Raphaël is a small JavaScript library that should simplify your work with vector graphics on the web. If you want to create your own specific chart or image crop and rotate widget, for example, you can achieve it simply and easily with this library. -/// Raphaël uses the SVG W3C Recommendation and VML as a base for creating graphics. This means every graphical object you create is also a DOM object, so you can attach JavaScript event handlers or modify them later. Raphaël’s goal is to provide an adapter that will make drawing vector art compatible cross-browser and easy. -/// Raphaël currently supports Firefox 3.0+, Safari 3.0+, Chrome 5.0+, Opera 9.5+ and Internet Explorer 6.0+. -/// -class AssemblyDoc -{ -} diff --git a/Defs/Raphael/Raphael.csproj b/Defs/Raphael/Raphael.csproj index f430237..abc248e 100644 --- a/Defs/Raphael/Raphael.csproj +++ b/Defs/Raphael/Raphael.csproj @@ -1,57 +1,13 @@ - - + - Debug - AnyCPU - 8.0.30703 - 2.0 - {D28E5C00-2614-4361-985C-774CA235DA94} - Library - Properties SharpKit.Raphael SharpKit.Raphael - v4.7.2 - 512 - - prompt - 4 - bin\$(Configuration)\ - bin\$(Configuration)\$(AssemblyName).xml - AnyCPU - v4.7.2 - true - SharpKit.snk - 1591,0108,0114,1570 - - false - bin\Debug - 1587,1591 - - - - - + - {5A90FAC8-67DA-4823-B114-91F5A26B2FE9} - SharpKit.JavaScript - {F1B6A826-60C3-4038-AABF-BD7C8380CC2F} - SharpKit.Html - - - - - - \ No newline at end of file diff --git a/Defs/RxJS/Properties/AssemblyInfo.cs b/Defs/RxJS/Properties/AssemblyInfo.cs deleted file mode 100644 index 2042648..0000000 --- a/Defs/RxJS/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,44 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("SharpKit.RxJS")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("SharpKit.RxJS")] -[assembly: AssemblyCopyright("Copyright © 2011")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("e2a65e50-4440-41c7-92c1-62c3f74e3d91")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("4.30.2000")] - - -/// -/// Microsoft's Reactive Extensions for JavaScript -/// -class AssemblyDoc -{ -} diff --git a/Defs/RxJS/RxJS.csproj b/Defs/RxJS/RxJS.csproj index 0dafb5f..c3b5c53 100644 --- a/Defs/RxJS/RxJS.csproj +++ b/Defs/RxJS/RxJS.csproj @@ -1,62 +1,13 @@ - - + - Debug - AnyCPU - 8.0.30703 - 2.0 - {11DFE37F-89CD-47B2-B269-A81BE5765D15} - Library - Properties SharpKit.RxJS SharpKit.RxJS - v4.7.2 - 512 - prompt - 4 - bin\$(Configuration)\ - bin\$(Configuration)\$(AssemblyName).xml - AnyCPU - - v4.7.2 - true - SharpKit.snk - 1591,0108,0114,1570 - - false - bin\Debug - 1587,1591 - - - - - - - - - - + - {5A90FAC8-67DA-4823-B114-91F5A26B2FE9} - SharpKit.JavaScript - {F1B6A826-60C3-4038-AABF-BD7C8380CC2F} - SharpKit.Html - - - - - - \ No newline at end of file diff --git a/Defs/RxJS/SharpKit.RxJS.cs b/Defs/RxJS/SharpKit.RxJS.cs deleted file mode 100644 index ba38bb3..0000000 --- a/Defs/RxJS/SharpKit.RxJS.cs +++ /dev/null @@ -1,1195 +0,0 @@ -using SharpKit.JavaScript; -using SharpKit.Html4; -using System; -namespace SharpKit.Rx -{ - #region AsyncSubject Class - /// - /// Represents the result of an asynchronous operation. - /// - [JsType(JsMode.Prototype, Export = false, Name = "Rx.AsyncSubject")] - public class AsyncSubject : Observable, IObservable, ISubject, IObserver - { - /// - /// Creates a subject that can only receive one value and that value is cached for all future observations. - /// - public AsyncSubject(Scheduler scheduler) { } - /// - /// Creates a subject that can only receive one value and that value is cached for all future observations. - /// - public AsyncSubject() { } - /// - /// Notifies all subscribed observers of the end of the sequence. - /// - public virtual void OnCompleted() { } - /// - /// Notifies all subscribed observers with the exception. - /// - public virtual void OnError(object exception) { } - /// - /// Notifies all subscribed observers with the value. - /// - public virtual void OnNext(object value) { } - } - #endregion - #region BehaviorSubject Class - /// - /// Represents an object that is both an observable sequence as well as an observer. - /// - [JsType(JsMode.Prototype, Export = false, Name = "Rx.BehaviorSubject")] - public class BehaviorSubject : ReplaySubject, IObservable, ISubject, IObserver - { - /// - /// Creates a behavior subject. - /// - public BehaviorSubject(object value, Scheduler scheduler) : base(default(int), default(int)) { } - /// - /// Creates a behavior subject. - /// - public BehaviorSubject(object value) : base(default(int), default(int)) { } - } - #endregion - #region BooleanDisposable Class - /// - /// Represents an IDisposable that can be checked for status. - /// - [JsType(JsMode.Prototype, Export = false, Name = "Rx.BooleanDisposable")] - public class BooleanDisposable : IDisposable - { - /// - /// Constructs a new undisposed BooleanDisposable. - /// - public BooleanDisposable() { } - /// - /// Sets the status to Disposed. - /// - public virtual void Dispose() { } - /// - /// Gets a value indicating whether the object is disposed. - /// - public bool GetIsDisposed() { return default(bool); } - } - #endregion - #region CompositeDisposable Class - /// - /// Represents a group of Disposables that are disposed together. - /// - [JsType(JsMode.Prototype, Export = false, Name = "Rx.CompositeDisposable")] - public class CompositeDisposable : IDisposable - { - /// - /// Constructs a CompositeDisposable from a group of disposables. - /// - public CompositeDisposable() { } - /// - /// Constructs a CompositeDisposable from a group of disposables. - /// - public CompositeDisposable(IDisposable d1) { } - /// - /// Constructs a CompositeDisposable from a group of disposables. - /// - public CompositeDisposable(IDisposable d1, IDisposable d2) { } - /// - /// Constructs a CompositeDisposable from a group of disposables. - /// - public CompositeDisposable(IDisposable d1, IDisposable d2, IDisposable d3) { } - /// - /// Constructs a CompositeDisposable from a group of disposables. - /// - public CompositeDisposable(IDisposable d1, IDisposable d2, IDisposable d3, IDisposable d4) { } - /// - /// Adds a disposable to the CompositeDisposable or disposes the disposable if the CompositeDisposable is disposed. - /// - public void Add(IDisposable item) { } - /// - /// Removes and disposes all disposables from the CompositeDisposable, but does not dispose the CompositeDisposable. - /// - public void Clear() { } - /// - /// Disposes all disposables in the group and removes them from the group. - /// - public virtual void Dispose() { } - /// - /// Gets the number of disposables contained in the CompositeDisposable. - /// - public int GetCount() { return default(int); } - /// - /// Removes and disposes the first occurrence of a disposable from the CompositeDisposable. - /// - public bool Remove(IDisposable item) { return default(bool); } - } - #endregion - #region ConnectableObservable Class - /// - /// Represents an observable that can be connected and disconnected from its source. - /// - [JsType(JsMode.Prototype, Export = false, Name = "Rx.ConnectableObservable")] - public class ConnectableObservable : Observable, IObservable - { - /// - /// Creates an observable that can be connected and disconnected from its source. - /// - public ConnectableObservable(Observable source, ISubject subject) { } - /// - /// Creates an observable that can be connected and disconnected from its source. - /// - public ConnectableObservable(Observable source) { } - /// - /// Connects the observable to its source. - /// - public IDisposable Connect() { return default(IDisposable); } - /// - /// Returns an observable sequence that stays connected to the source as long as there is at least one subscription to the observable sequence. - /// - public Observable RefCount() { return default(Observable); } - } - #endregion - #region Disposable Class - /// - /// Provides a set of static methods for creating Disposables. - /// - [JsType(JsMode.Prototype, Export = false, Name = "Rx.Disposable")] - public class Disposable - { - /// - /// Creates the disposable that invokes dispose when disposed. - /// - public static IDisposable Create(Action action) { return default(IDisposable); } - /// - /// Represents the disposable that does nothing when disposed. - /// - public IDisposable Empty { get; set; } - } - #endregion - #region GroupedObservable Class - /// - /// Represents an observable sequence of values that have a common key. - /// - [JsType(JsMode.Prototype, Export = false, Name = "Rx.GroupedObservable")] - public class GroupedObservable : Observable, IObservable - { - private GroupedObservable() { } - /// - /// Gets the common key. - /// - public object Key { get; set; } - } - #endregion - #region IObservable Interface - /// - /// Represents a push-style collection. - /// - [JsType(JsMode.Prototype, Export = false, Name = "Rx.IObservable")] - public interface IObservable - { - /// - /// Subscribes an observer to the observable sequence. - /// - IDisposable Subscribe(IObserver observer); - } - #endregion - #region IObserver Interface - /// - /// Supports push-style iteration over an observable sequence. - /// - [JsType(JsMode.Prototype, Export = false, Name = "Rx.IObserver")] - public interface IObserver - { - /// - /// Notifies the observer of the end of the sequence. - /// - void OnCompleted(); - /// - /// Notifies the observer that an exception has occurred. - /// - void OnError(object exception); - /// - /// Notifies the observer of a new value in the sequence. - /// - void OnNext(object value); - } - #endregion - #region ISubject Interface - /// - /// Represents an object that is both an observable sequence as well as an observer. - /// - [JsType(JsMode.Prototype, Export = false, Name = "Rx.ISubject")] - public interface ISubject : IObservable, IObserver - { - } - #endregion - #region List Class - /// - /// Represents mutable List semantics in JavaScript - /// - [JsType(JsMode.Prototype, Export = false, Name = "Rx.List")] - public class List - { - /// - /// Creates a new List. - /// - public List() { } - public List(Func comparer) { } - /// - /// Adds item to the list. - /// - public void Add(object item) { } - /// - /// Clears the list. - /// - public void Clear() { } - /// - /// Returns the amount of items in the list. - /// - public int GetCount() { return default(int); } - /// - /// returns item at position index. - /// - public object GetItem(int index) { return default(object); } - /// - /// Searches item in the list and returns it index if found, returns -1 otherwise. - /// - public int IndexOf(object item) { return default(int); } - /// - /// Tries to remove item from list, returns boolean indicating success. - /// - public bool Remove(object item) { return default(bool); } - /// - /// Removes item at index. - /// - public void RemoveAt(int index) { } - /// - /// Replaces value at postition index with item. - /// - public void SetItem(int index, object item) { } - public Object[] ToArray() { return default(Object[]); } - } - #endregion - #region MutableDisposable Class - /// - /// Represents a disposable whose underlying disposable can be swapped for another disposable. - /// - [JsType(JsMode.Prototype, Export = false, Name = "Rx.MutableDisposable")] - public class MutableDisposable : IDisposable - { - /// - /// Constructs a new MutableDisposable with no current underlying disposable. - /// - public MutableDisposable() { } - /// - /// Disposes the underlying disposable as well as all future replacements. - /// - public virtual void Dispose() { } - /// - /// Gets a value indicating whether the MutableDisposable has an underlying disposable. - /// - public IDisposable Get() { return default(IDisposable); } - /// - /// Swaps and disposes the current disposable with the new disposable. - /// - public void Replace(IDisposable disposable) { } - } - #endregion - #region Notification Class - /// - /// Represents a notification to an observer. - /// - [JsType(JsMode.Prototype, Export = false, Name = "Rx.Notification")] - public class Notification : Observable, IObservable - { - /// - /// Constructs a notification. - /// - public Notification(string kind, object value) { } - /// - /// Constructs a notification. - /// - public Notification(string kind) { } - /// - /// Invokes the observer's method corresponding to the notification. - /// - public IDisposable Accept(Observer observer) { return default(IDisposable); } - /// - /// Gets the kind of notification that is represented. - /// - public string Kind { get; set; } - /// - /// Returns the current value. - /// - public string Value { get; set; } - } - #endregion - #region Observable Class - /// - /// Represents a push-style collection. - /// - [JsType(JsMode.Prototype, Export = false, Name = "Rx.Observable")] - public class Observable : IObservable - { - public Observable() { } - public Observable Aggregate(object seed, Func accumulator) { return default(Observable); } - public Observable Aggregate1(Func accumulator) { return default(Observable); } - public Observable All(Func predicate) { return default(Observable); } - /// - /// Returns the observable sequence that reacts first. - /// - public static Observable Amb(Observable o1) { return default(Observable); } - /// - /// Returns the observable sequence that reacts first. - /// - public static Observable Amb(Observable o1, Observable o2) { return default(Observable); } - /// - /// Returns the observable sequence that reacts first. - /// - public static Observable Amb(Observable o1, Observable o2, Observable o3) { return default(Observable); } - /// - /// Returns the observable sequence that reacts first. - /// - public static Observable Amb(Observable o1, Observable o2, Observable o3, Observable o4) { return default(Observable); } - /// - /// Matches when both observable sequences have an available value. - /// - public Pattern And(Observable other) { return default(Pattern); } - /// - /// Determines whether an observable sequence contains any elements. - /// - public Observable Any() { return default(Observable); } - public Observable Any(Func predicate) { return default(Observable); } - /// - /// Hides the identity of an observable sequence. - /// - public Observable AsObservable() { return default(Observable); } - /// - /// Computes the average of a sequence of numeric values. - /// - public Observable Average() { return default(Observable); } - /// - /// Projects each value of an observable sequence into a buffer. - /// - public Observable BufferWithCount(int count) { return default(Observable); } - /// - /// Projects each value of an observable sequence into a buffer. - /// - public Observable BufferWithCount(int count, int skip) { return default(Observable); } - /// - /// Projects each value of an observable sequence into a buffer. - /// - public Observable BufferWithTime(int timeSpan) { return default(Observable); } - /// - /// Projects each value of an observable sequence into a buffer. - /// - public Observable BufferWithTime(int timeSpan, int timeShift) { return default(Observable); } - /// - /// Projects each value of an observable sequence into a buffer. - /// - public Observable BufferWithTime(int timeSpan, int timeShift, Scheduler scheduler) { return default(Observable); } - /// - /// Projects each value of an observable sequence into a buffer. - /// - public Observable BufferWithTimeOrCount(int timeSpan, int count) { return default(Observable); } - /// - /// Projects each value of an observable sequence into a buffer. - /// - public Observable BufferWithTimeOrCount(int timeSpan, int count, Scheduler scheduler) { return default(Observable); } - public static Observable Case(Func selector, JsObject sources) { return default(Observable); } - public static Observable Case(Func selector, JsObject sources, Observable defaultSource) { return default(Observable); } - public static Observable Case(Func selector, JsObject sources, Observable defaultSource, Scheduler scheduler) { return default(Observable); } - /// - /// Continues an observable sequence that is terminated by an exception with the next observable sequence. - /// - public static Observable Catch(Observable[] items) { return default(Observable); } - /// - /// Continues an observable sequence that is terminated by an exception with the next observable sequence. - /// - public static Observable Catch(Observable[] items, Scheduler scheduler) { return default(Observable); } - /// - /// Continues an observable sequence that is terminated by an exception with the next observable sequence. - /// - public Observable Catch(Observable o1) { return default(Observable); } - /// - /// Continues an observable sequence that is terminated by an exception with the next observable sequence. - /// - public Observable Catch(Observable o1, Observable o2) { return default(Observable); } - /// - /// Continues an observable sequence that is terminated by an exception with the next observable sequence. - /// - public Observable Catch(Observable o1, Observable o2, Observable o3) { return default(Observable); } - /// - /// Continues an observable sequence that is terminated by an exception with the next observable sequence. - /// - public Observable Catch(Observable o1, Observable o2, Observable o3, Observable o4) { return default(Observable); } - public Observable CombineLatest(Observable right, Func selector) { return default(Observable); } - /// - /// Concatenates all the observable sequences. - /// - public static Observable Concat(Observable[] items) { return default(Observable); } - /// - /// Concatenates all the observable sequences. - /// - public static Observable Concat(Observable[] items, Scheduler scheduler) { return default(Observable); } - /// - /// Concatenates all the observable sequences. - /// - public Observable Concat(Observable o1) { return default(Observable); } - /// - /// Concatenates all the observable sequences. - /// - public Observable Concat(Observable o1, Observable o2) { return default(Observable); } - /// - /// Concatenates all the observable sequences. - /// - public Observable Concat(Observable o1, Observable o2, Observable o3) { return default(Observable); } - /// - /// Concatenates all the observable sequences. - /// - public Observable Concat(Observable o1, Observable o2, Observable o3, Observable o4) { return default(Observable); } - /// - /// Determines whether an observable sequence contains a specified element by using the default comparer. - /// - public Observable Contains(object value) { return default(Observable); } - public Observable Contains(object value, Func comparer) { return default(Observable); } - /// - /// Returns an number representing the total number of elements in an observable sequence. - /// - public Observable Count() { return default(Observable); } - public static Observable Create(Func subcribe) { return default(Observable); } - public static Observable CreateWithDisposable(Func subcribe) { return default(Observable); } - public static Observable Defer(Func observableFactory) { return default(Observable); } - /// - /// Time shifts the observable sequence by dueTime. - /// The relative time intervals between the values are preserved. - /// - public Observable Delay(int dueTime) { return default(Observable); } - /// - /// Time shifts the observable sequence by dueTime. - /// The relative time intervals between the values are preserved. - /// - public Observable Delay(int dueTime, Scheduler scheduler) { return default(Observable); } - /// - /// Dematerializes the explicit notification values of an observable sequence as implicit notifications. - /// - public Observable Dematerialize() { return default(Observable); } - /// - /// Returns an observable sequence that contains only distinct contiguous values. - /// - public Observable DistinctUntilChanged() { return default(Observable); } - public Observable DistinctUntilChanged(Func keySelector) { return default(Observable); } - public Observable DistinctUntilChanged(Func keySelector, Func comparer) { return default(Observable); } - public Observable Do(Action onNext) { return default(Observable); } - public Observable Do(Action onNext, Action onError) { return default(Observable); } - public Observable Do(Action onNext, Action onError, Action onCompleted) { return default(Observable); } - /// - /// Invokes the observer for its side-effects on each value in the observable sequence. - /// - public Observable Do(Observer observer) { return default(Observable); } - public static Observable DoWhile(Observable source, Func condition) { return default(Observable); } - /// - /// Returns an empty observable sequence. - /// - public static Observable Empty() { return default(Observable); } - /// - /// Returns an empty observable sequence. - /// - public static Observable Empty(Scheduler scheduler) { return default(Observable); } - /// - /// Returns an observable that contains only the final OnNext value. - /// - public Observable Final() { return default(Observable); } - /// - /// Invokes finallyAction after source observable sequence terminates normally or by an exception. - /// - public Observable Finally(Action finallyAction) { return default(Observable); } - public static Observable For(Array source, Func resultSelector) { return default(Observable); } - /// - /// Runs all observable sequences in parallel and combines their last values. - /// - public static Observable ForkJoin(Observable o1, Observable o2) { return default(Observable); } - /// - /// Runs all observable sequences in parallel and combines their last values. - /// - public static Observable ForkJoin(Observable o1, Observable o2, Observable o3) { return default(Observable); } - /// - /// Runs all observable sequences in parallel and combines their last values. - /// - public static Observable ForkJoin(Observable o1, Observable o2, Observable o3, Observable o4) { return default(Observable); } - /// - /// Runs all observable sequences in parallel and combines their last values. - /// - public static Observable ForkJoin(Observable o1, Observable o2, Observable o3, Observable o4, Observable o5) { return default(Observable); } - /// - /// Returns an observable sequence that contains all values from the array in order. - /// - public static Observable FromArray(Object[] items) { return default(Observable); } - /// - /// Returns an observable sequence that contains all values from the array in order. - /// - public static Observable FromArray(Object[] items, Scheduler scheduler) { return default(Observable); } - /// - /// Returns an observable sequence that contains the values of the underlying DOM event. - /// - public static Observable FromDOMEvent(HtmlElement element, string eventName) { return default(Observable); } - /// - /// Returns an observable sequence that contains the values of the underlying DOM event. - /// - public static Observable FromDOMEvent(HtmlDocument document, string eventName) { return default(Observable); } - /// - /// Returns an observable sequence that contains the values of the underlying DOM event. - /// - public static Observable FromDOMEvent(HtmlWindow window, string eventName) { return default(Observable); } - /// - /// Returns an observable sequence that contains the values of the underlying Html event. - /// - public static Observable FromHtmlEvent(HtmlElement element, string eventName) { return default(Observable); } - /// - /// Returns an observable sequence that contains the values of the underlying Html event. - /// - public static Observable FromHtmlEvent(HtmlDocument document, string eventName) { return default(Observable); } - /// - /// Returns an observable sequence that contains the values of the underlying Html event. - /// - public static Observable FromHtmlEvent(HtmlWindow window, string eventName) { return default(Observable); } - /// - /// Returns an observable sequence that contains the values of the underlying Internet Explorer event. - /// - public static Observable FromIEEvent(HtmlElement element, string eventName) { return default(Observable); } - /// - /// Returns an observable sequence that contains the values of the underlying Internet Explorer event. - /// - public static Observable FromIEEvent(HtmlDocument document, string eventName) { return default(Observable); } - /// - /// Returns an observable sequence that contains the values of the underlying Internet Explorer event. - /// - public static Observable FromIEEvent(HtmlWindow window, string eventName) { return default(Observable); } - public static Observable Generate(Func initialState, Func condition, Func iterate, Func resultSelector) { return default(Observable); } - public static Observable Generate(Func initialState, Func condition, Func iterate, Func resultSelector, Scheduler scheduler) { return default(Observable); } - public static Observable GenerateWithTime(Func initialState, Func condition, Func iterate, Func resultSelector, Func timeSelector) { return default(Observable); } - public static Observable GenerateWithTime(Func initialState, Func condition, Func iterate, Func resultSelector, Func timeSelector, Scheduler scheduler) { return default(Observable); } - public GroupedObservable GroupBy(Func keySelector) { return default(GroupedObservable); } - public GroupedObservable GroupBy(Func keySelector, Func elementSelector) { return default(GroupedObservable); } - public GroupedObservable GroupBy(Func keySelector, Func elementSelector, Func keySerializer) { return default(GroupedObservable); } - public static Observable If(Func condition, Observable thenSource, Observable elseSource) { return default(Observable); } - /// - /// Returns an observable sequence that produces a value after each period. - /// - public static Observable Interval(int period) { return default(Observable); } - /// - /// Returns an observable sequence that produces a value after each period. - /// - public static Observable Interval(int period, Scheduler scheduler) { return default(Observable); } - /// - /// Determines whether an observable sequence is empty. - /// - public Observable IsEmpty() { return default(Observable); } - /// - /// Joins together the results from several plans. - /// - public static Observable Join(Plan p1) { return default(Observable); } - /// - /// Joins together the results from several plans. - /// - public static Observable Join(Plan p1, Plan p2) { return default(Observable); } - /// - /// Joins together the results from several plans. - /// - public static Observable Join(Plan p1, Plan p2, Plan p3) { return default(Observable); } - /// - /// Joins together the results from several plans. - /// - public static Observable Join(Plan p1, Plan p2, Plan p3, Plan p4) { return default(Observable); } - /// - /// Joins together the results from several plans. - /// - public static Observable Join(Plan p1, Plan p2, Plan p3, Plan p4, Plan p5) { return default(Observable); } - /// - /// Joins together the results from several plans. - /// - public static Observable Join(Plan p1, Plan p2, Plan p3, Plan p4, Plan p5, Plan p6) { return default(Observable); } - /// - /// Joins together the results from several plans. - /// - public static Observable Join(Plan p1, Plan p2, Plan p3, Plan p4, Plan p5, Plan p6, Plan p7) { return default(Observable); } - /// - /// Joins together the results from several plans. - /// - public static Observable Join(Plan p1, Plan p2, Plan p3, Plan p4, Plan p5, Plan p6, Plan p7, Plan p8) { return default(Observable); } - public static Observable Let(object source, Func resultSelector) { return default(Observable); } - public Observable Let(Func func) { return default(Observable); } - public Observable Let(Func func, Func subjectFactory) { return default(Observable); } - /// - /// Materializes the implicit notifications of an observable sequence as explicit notification values. - /// - public Observable Materialize() { return default(Observable); } - /// - /// Returns the maximum value in an observable sequence. - /// - public Observable Max() { return default(Observable); } - public Observable MaxBy(Func keySelector) { return default(Observable); } - public Observable MaxBy(Func keySelector, Func comparer) { return default(Observable); } - /// - /// Merges all the observable sequences into a single observable sequence. - /// - public static Observable Merge(Observable[] items) { return default(Observable); } - /// - /// Merges all the observable sequences into a single observable sequence. - /// - public static Observable Merge(Observable[] items, Scheduler scheduler) { return default(Observable); } - /// - /// Merges all the observable sequences into a single observable sequence. - /// - public Observable Merge(Observable o1) { return default(Observable); } - /// - /// Merges all the observable sequences into a single observable sequence. - /// - public Observable Merge(Observable o1, Observable o2) { return default(Observable); } - /// - /// Merges all the observable sequences into a single observable sequence. - /// - public Observable Merge(Observable o1, Observable o2, Observable o3) { return default(Observable); } - /// - /// Merges all the observable sequences into a single observable sequence. - /// - public Observable Merge(Observable o1, Observable o2, Observable o3, Observable o4) { return default(Observable); } - /// - /// Merges an observable sequence of observable sequences into an observable sequence. - /// - public Observable MergeObservable() { return default(Observable); } - /// - /// Returns the minimum value in an observable sequence. - /// - public Observable Min() { return default(Observable); } - public Observable MinBy(Func keySelector) { return default(Observable); } - public Observable MinBy(Func keySelector, Func comparer) { return default(Observable); } - /// - /// Returns a non-terminating observable sequence. - /// - public static Observable Never() { return default(Observable); } - /// - /// Continues an observable sequence that is terminated normally or by an exception with the next observable sequence. - /// - public static Observable OnErrorResumeNext(Observable[] items) { return default(Observable); } - /// - /// Continues an observable sequence that is terminated normally or by an exception with the next observable sequence. - /// - public static Observable OnErrorResumeNext(Observable[] items, Scheduler scheduler) { return default(Observable); } - /// - /// Continues an observable sequence that is terminated normally or by an exception with the next observable sequence. - /// - public Observable OnErrorResumeNext(Observable o1) { return default(Observable); } - /// - /// Continues an observable sequence that is terminated normally or by an exception with the next observable sequence. - /// - public Observable OnErrorResumeNext(Observable o1, Observable o2) { return default(Observable); } - /// - /// Continues an observable sequence that is terminated normally or by an exception with the next observable sequence. - /// - public Observable OnErrorResumeNext(Observable o1, Observable o2, Observable o3) { return default(Observable); } - /// - /// Continues an observable sequence that is terminated normally or by an exception with the next observable sequence. - /// - public Observable OnErrorResumeNext(Observable o1, Observable o2, Observable o3, Observable o4) { return default(Observable); } - /// - /// Returns a connectable observable sequence that shares a single subscription to the underlying source containing only the last notification. - /// - public ConnectableObservable Prune() { return default(ConnectableObservable); } - public Observable Prune(Func selector) { return default(Observable); } - public Observable Prune(Func selector, Scheduler scheduler) { return default(Observable); } - /// - /// Returns a connectable observable sequence that shares a single subscription to the underlying source. - /// - public ConnectableObservable Publish() { return default(ConnectableObservable); } - public Observable Publish(Func selector) { return default(Observable); } - /// - /// Generates an observable sequence of integral numbers within a specified range. - /// - public static Observable Range(int start, int count) { return default(Observable); } - /// - /// Generates an observable sequence of integral numbers within a specified range. - /// - public static Observable Range(int start, int count, Scheduler scheduler) { return default(Observable); } - /// - /// Removes the timestamp from each value of an observable sequence. - /// - public Observable RemoveInterval() { return default(Observable); } - /// - /// Removes the timestamp from each value of an observable sequence. - /// - public Observable RemoveTimestamp() { return default(Observable); } - /// - /// Generates an observable sequence that contains one repeated value. - /// - public static Observable Repeat(object value) { return default(Observable); } - /// - /// Generates an observable sequence that contains one repeated value. - /// - public static Observable Repeat(object value, int count) { return default(Observable); } - /// - /// Generates an observable sequence that contains one repeated value. - /// - public static Observable Repeat(object value, int count, Scheduler scheduler) { return default(Observable); } - /// - /// Repeats the observable sequence indefinitely. - /// - public Observable Repeat() { return default(Observable); } - /// - /// Repeats the observable sequence repeatCount times. - /// - public Observable Repeat(int count) { return default(Observable); } - /// - /// Repeats the observable sequence repeatCount times. - /// - public Observable Repeat(int count, Scheduler scheduler) { return default(Observable); } - /// - /// Returns a connectable observable sequence that shares a single subscription to the underlying source replaying all notifications. - /// - public ConnectableObservable Replay() { return default(ConnectableObservable); } - public Observable Replay(Func selector) { return default(Observable); } - public Observable Replay(Func selector, int bufferSize) { return default(Observable); } - public Observable Replay(Func selector, int bufferSize, int window) { return default(Observable); } - public Observable Replay(Func selector, int bufferSize, int window, Scheduler scheduler) { return default(Observable); } - /// - /// Repeats the source observable sequence until it successfully terminates. - /// - public Observable Retry() { return default(Observable); } - /// - /// Repeats the source observable sequence the retryCount times or until it successfully terminates. - /// - public Observable Retry(int count) { return default(Observable); } - /// - /// Repeats the source observable sequence the retryCount times or until it successfully terminates. - /// - public Observable Retry(int count, Scheduler scheduler) { return default(Observable); } - /// - /// Returns an observable sequence that contains a single value. - /// - public static Observable Return(object value) { return default(Observable); } - /// - /// Returns an observable sequence that contains a single value. - /// - public static Observable Return(object value, Scheduler scheduler) { return default(Observable); } - /// - /// Samples the observable sequence at each interval. - /// - public Observable Sample(int interval) { return default(Observable); } - /// - /// Samples the observable sequence at each interval. - /// - public Observable Sample(int interval, Scheduler scheduler) { return default(Observable); } - public Observable Scan(object seed, Func accumulator) { return default(Observable); } - public Observable Scan0(object seed, Func accumulator) { return default(Observable); } - public Observable Scan1(Func accumulator) { return default(Observable); } - public Observable Select(Func selector) { return default(Observable); } - public Observable Select(Func selector) { return default(Observable); } - public Observable SelectMany(Func selector) { return default(Observable); } - /// - /// Bypasses a specified number of values in an observable sequence and then returns the remaining values. - /// - public Observable Skip(int count) { return default(Observable); } - /// - /// Bypasses a specified number of values at the end of an observable sequence. - /// - public static Observable SkipLast(int count) { return default(Observable); } - /// - /// Returns the values from the source observable sequence only after the other observable sequence produces a value. - /// - public Observable SkipUntil(Observable other) { return default(Observable); } - public Observable SkipWhile(Func predicate) { return default(Observable); } - public static Observable Start(Func original, object instance, Scheduler scheduler) { return default(Observable); } - public static Observable Start(Func original, object instance, Scheduler scheduler) { return default(Observable); } - /// - /// Invokes the action asynchronously, using scheduler to schedule the work. - /// - public static Observable Start(Action original, object instance, Object[] arguments, Scheduler scheduler) { return default(Observable); } - public static Observable Start(Func original, object instance, Object[] arguments, Scheduler scheduler) { return default(Observable); } - public static Observable Start(Action original, object instance, Object[] arguments, Scheduler scheduler) { return default(Observable); } - public static Observable Start(Func original, object instance, Object[] arguments, Scheduler scheduler) { return default(Observable); } - public static Observable Start(Func original, object instance, Object[] arguments, Scheduler scheduler) { return default(Observable); } - /// - /// Invokes the action asynchronously. - /// - public static Observable Start(Action original) { return default(Observable); } - public static Observable Start(Func original) { return default(Observable); } - public static Observable Start(Action original) { return default(Observable); } - public static Observable Start(Func original) { return default(Observable); } - public static Observable Start(Func original) { return default(Observable); } - /// - /// Invokes the action asynchronously. - /// - public static Observable Start(Action original, object instance) { return default(Observable); } - public static Observable Start(Func original, object instance) { return default(Observable); } - public static Observable Start(Action original, object instance) { return default(Observable); } - public static Observable Start(Func original, object instance) { return default(Observable); } - public static Observable Start(Func original, object instance) { return default(Observable); } - /// - /// Invokes the action asynchronously. - /// - public static Observable Start(Action original, object instance, Object[] arguments) { return default(Observable); } - public static Observable Start(Func original, object instance, Object[] arguments) { return default(Observable); } - public static Observable Start(Action original, object instance, Object[] arguments) { return default(Observable); } - public static Observable Start(Func original, object instance, Object[] arguments) { return default(Observable); } - public static Observable Start(Func original, object instance, Object[] arguments) { return default(Observable); } - /// - /// Invokes the action asynchronously, using scheduler to schedule the work. - /// - public static Observable Start(Action original, Scheduler scheduler) { return default(Observable); } - public static Observable Start(Func original, Scheduler scheduler) { return default(Observable); } - public static Observable Start(Action original, Scheduler scheduler) { return default(Observable); } - public static Observable Start(Func original, Scheduler scheduler) { return default(Observable); } - public static Observable Start(Func original, Scheduler scheduler) { return default(Observable); } - /// - /// Invokes the action asynchronously, using scheduler to schedule the work. - /// - public static Observable Start(Action original, object instance, Scheduler scheduler) { return default(Observable); } - public static Observable Start(Func original, object instance, Scheduler scheduler) { return default(Observable); } - public static Observable Start(Action original, object instance, Scheduler scheduler) { return default(Observable); } - /// - /// Prepends a value to an observable sequence. - /// - public Observable StartWith(object value, Scheduler scheduler) { return default(Observable); } - /// - /// Prepends a sequence values to an observable sequence. - /// - public Observable StartWith(Object[] values) { return default(Observable); } - /// - /// Prepends a sequence values to an observable sequence. - /// - public Observable StartWith(Object[] values, Scheduler scheduler) { return default(Observable); } - /// - /// Prepends a value to an observable sequence. - /// - public Observable StartWith(object value) { return default(Observable); } - /// - /// Subscribes to the observable sequence for its side-effects. - /// - public IDisposable Subscribe() { return default(IDisposable); } - /// - /// Subscribes an observer to the observable sequence. - /// - public virtual IDisposable Subscribe(IObserver observer) { return default(IDisposable); } - public IDisposable Subscribe(Action onNext) { return default(IDisposable); } - public IDisposable Subscribe(Action onNext, Action onError) { return default(IDisposable); } - public IDisposable Subscribe(Action onNext, Action onError, Action onCompleted) { return default(IDisposable); } - /// - /// Computes the sum of a sequence of numeric values. - /// - public Observable Sum() { return default(Observable); } - /// - /// Transforms an observable sequence of observable sequences into an observable sequence producing values only from the most recent observable sequence. - /// - public Observable Switch() { return default(Observable); } - /// - /// Returns a specified number of contiguous values from the start of an observable sequence. - /// - public Observable Take(int count) { return default(Observable); } - /// - /// Returns a specified number of contiguous values from the start of an observable sequence. - /// - public Observable Take(int count, Scheduler scheduler) { return default(Observable); } - /// - /// Returns a specified number of contiguous values from the end of an observable sequence. - /// - public static Observable TakeLast(int count) { return default(Observable); } - /// - /// Returns the values from the source observable sequence until the other observable sequence produces a value. - /// - public Observable TakeUntil(Observable other) { return default(Observable); } - public Observable TakeWhile(Func predicate) { return default(Observable); } - /// - /// Matches when the observable sequence has an available value and projects the value. - /// - public Plan Then(JsFunction selector) { return default(Plan); } - /// - /// Ignores values from an observable sequence which are followed by another value before dueTime. - /// - public Observable Throttle(int dueTime) { return default(Observable); } - /// - /// Ignores values from an observable sequence which are followed by another value before dueTime. - /// - public Observable Throttle(int dueTime, Scheduler scheduler) { return default(Observable); } - /// - /// Returns an observable sequence that terminates with an exception. - /// - public static Observable Throw(object exception) { return default(Observable); } - /// - /// Returns an observable sequence that terminates with an exception. - /// - public static Observable Throw(object exception, Scheduler scheduler) { return default(Observable); } - /// - /// Records the time interval for each value of an observable sequence. - /// - public Observable TimeInterval() { return default(Observable); } - /// - /// Records the time interval for each value of an observable sequence according to the scheduler's notion of time. - /// - public Observable TimeInterval(Scheduler scheduler) { return default(Observable); } - /// - /// Returns observable sequence that ends with a TimeoutException if dueTime elapses. - /// - public Observable Timeout(int dueTime) { return default(Observable); } - /// - /// Returns observable sequence that ends with a TimeoutException if dueTime elapses. - /// - public Observable Timeout(int dueTime, Scheduler scheduler) { return default(Observable); } - /// - /// Returns the source observable sequence until completed or if dueTime elapses replaces the observable sequence with other. - /// - public Observable Timeout(int dueTime, Observable other) { return default(Observable); } - /// - /// Returns the source observable sequence until completed or if dueTime elapses replaces the observable sequence with other. - /// - public Observable Timeout(int dueTime, Observable other, Scheduler scheduler) { return default(Observable); } - /// - /// Returns an observable sequence that produces a value at dueTime. - /// - public static Observable Timer(int dueTime) { return default(Observable); } - /// - /// Returns an observable sequence that produces a value after dueTime has elapsed and then after each period. - /// - public static Observable Timer(int dueTime, int period) { return default(Observable); } - /// - /// Returns an observable sequence that produces a value after dueTime has elapsed and then after each period. - /// - public static Observable Timer(int dueTime, int period, Scheduler scheduler) { return default(Observable); } - /// - /// Records the timestamp for each value of an observable sequence. - /// - public Observable Timestamp() { return default(Observable); } - /// - /// Records the timestamp for each value of an observable sequence according to the scheduler's notion of time. - /// - public Observable Timestamp(Scheduler scheduler) { return default(Observable); } - /// - /// Converts the action into an asynchronous function. - /// - public static Func ToAsync(Action original) { return default(Func); } - public static Func ToAsync(Func original) { return default(Func); } - public static Func ToAsync(Action original) { return default(Func); } - public static Func ToAsync(Func original) { return default(Func); } - public static Func ToAsync(Func original) { return default(Func); } - /// - /// Converts the action into an asynchronous function, using scheduler to schedule the work. - /// - public static Func ToAsync(Action original, Scheduler scheduler) { return default(Func); } - public static Func ToAsync(Func original, Scheduler scheduler) { return default(Func); } - public static Func ToAsync(Action original, Scheduler scheduler) { return default(Func); } - public static Func ToAsync(Func original, Scheduler scheduler) { return default(Func); } - public static Func ToAsync(Func original, Scheduler scheduler) { return default(Func); } - public static Observable Using(Func resourceSelector, Func resourceUsage) { return default(Observable); } - public Observable Where(Func selector) { return default(Observable); } - public Observable Where(Func selector) { return default(Observable); } - public static Observable While(Func condition, Observable source) { return default(Observable); } - /// - /// Starts an asynchronous XmlHttpRequest. - /// - public static Observable XmlHttpRequest(XmlHttpRequestDetails details) { return default(Observable); } - /// - /// Starts an asynchronous XmlHttpRequest. - /// - public static Observable XmlHttpRequest(string url) { return default(Observable); } - public Observable Zip(Observable right, Func selector) { return default(Observable); } - } - #endregion - #region Observer Class - /// - /// Supports push-style iteration over an observable sequence. - /// - [JsType(JsMode.Prototype, Export = false, Name = "Rx.Observer")] - public class Observer : IObserver - { - public Observer(Action onNext) { } - public Observer(Action onNext, Action onError) { } - public Observer(Action onNext, Action onError, Action onCompleted) { } - /// - /// Hides the identity of an observer. - /// - public Observer AsObserver() { return default(Observer); } - public static Observer Create(Action onNext) { return default(Observer); } - public static Observer Create(Action onNext, Action onError) { return default(Observer); } - public static Observer Create(Action onNext, Action onError, Action onCompleted) { return default(Observer); } - /// - /// Notifies the observer of the end of the sequence. - /// - public virtual void OnCompleted() { } - /// - /// Notifies the observer that an exception has occurred. - /// - public virtual void OnError(object value) { } - /// - /// Notifies the observer of a new value in the sequence. - /// - public virtual void OnNext(object value) { } - } - #endregion - #region Pattern Class - /// - /// Represents a join pattern. - /// - [JsType(JsMode.Prototype, Export = false, Name = "Rx.Pattern")] - public class Pattern - { - private Pattern() { } - /// - /// Matches when all observable sequences have an available value. - /// - public Pattern And(Observable other) { return default(Pattern); } - /// - /// Matches when all observable sequences have an available value and projects the values. - /// - public Plan Then(JsFunction selector) { return default(Plan); } - } - #endregion - #region Plan Class - /// - /// Represents an execution plan for join patterns. - /// - [JsType(JsMode.Prototype, Export = false, Name = "Rx.Plan")] - public class Plan - { - private Plan() { } - } - #endregion - #region RefCountDisposable Class - /// - /// Represents a disposable that only disposes its underlying disposable when all dependent disposables have been disposed. - /// - [JsType(JsMode.Prototype, Export = false, Name = "Rx.RefCountDisposable")] - public class RefCountDisposable : IDisposable - { - /// - /// Creates a disposable that only disposes its underlying disposable when all dependent disposables have been disposed. - /// - public RefCountDisposable() { } - /// - /// Disposes the underlying disposable only when all dependent disposables have been disposed. - /// - public virtual void Dispose() { } - public IDisposable GetDisposable() { return default(IDisposable); } - } - #endregion - #region ReplaySubject Class - /// - /// Represents an object that is both an observable sequence as well as an observer. - /// - [JsType(JsMode.Prototype, Export = false, Name = "Rx.ReplaySubject")] - public class ReplaySubject : Observable, IObservable, ISubject, IObserver - { - /// - /// Creates a replayable subject. - /// - public ReplaySubject(int bufferSize, int window, Scheduler scheduler) { } - /// - /// Creates a replayable subject. - /// - public ReplaySubject(int bufferSize, int window) { } - /// - /// Notifies the observer of the end of the sequence. - /// - public virtual void OnCompleted() { } - /// - /// Notifies the observer that an exception has occurred. - /// - public virtual void OnError(object exception) { } - /// - /// Notifies the observer of a new value in the sequence. - /// - public virtual void OnNext(object value) { } - } - #endregion - #region Scheduler Class - /// - /// Represents an object that schedules units of work. - /// - [JsType(JsMode.Prototype, Export = false, Name = "Rx.Scheduler")] - public class Scheduler - { - public Scheduler(Action schedule, Action scheduleWithTime) { } - /// - /// Gets the scheduler that schedules work as soon as possible on the current thread. - /// - public Scheduler CurrentThread { get; set; } - /// - /// Gets the scheduler that schedules work immediately on the current thread. - /// - public Scheduler Immediate { get; set; } - /// - /// Gets the scheduler's notion of current time. - /// - public double Now() { return default(double); } - /// - /// Schedules action to be executed. - /// - public static IDisposable Schedule(Action action) { return default(IDisposable); } - public static IDisposable ScheduleRecursive(Action action) { return default(IDisposable); } - public static IDisposable ScheduleRecursiveWithTime(Action> action, int dueTime) { return default(IDisposable); } - /// - /// Schedules action to be executed after dueTime. - /// - public static IDisposable ScheduleWithTime(Action action, int dueTime) { return default(IDisposable); } - /// - /// Gets the scheduler that schedules work using window.setTimeout. - /// - public Scheduler Timeout { get; set; } - } - #endregion - #region Subject Class - /// - /// Represents an object that is both an observable sequence as well as an observer. - /// - [JsType(JsMode.Prototype, Export = false, Name = "Rx.Subject")] - public class Subject : Observable, IObservable, ISubject, IObserver - { - /// - /// Creates a subject. - /// - public Subject(Scheduler scheduler) { } - /// - /// Creates a subject. - /// - public Subject() { } - /// - /// Notifies all subscribed observers of the end of the sequence. - /// - public virtual void OnCompleted() { } - /// - /// Notifies all subscribed observers with the exception. - /// - public virtual void OnError(object exception) { } - /// - /// Notifies all subscribed observers with the value. - /// - public virtual void OnNext(object value) { } - } - #endregion - #region XmlHttpRequestDetails Class - /// - /// Represents required and optional arguments passed into Observable.XmlHttpRequest. - /// - [JsType(JsMode.Prototype, Export = false, Name = "Rx.XmlHttpRequestDetails")] - public class XmlHttpRequestDetails - { - /// - /// Creates a new XmlHttpRequestDetails object. - /// - public XmlHttpRequestDetails() { } - /// - /// Adds custom HTTP headers to the request. - /// - public JsObject Headers { get; set; } - /// - /// Required. String that specifies the HTTP method used to open the connection: such as GET, POST, or HEAD. This parameter is not case-sensitive. - /// - public string Method { get; set; } - /// - /// Optional. String that specifies the password for authentication. This parameter is ignored if the user parameter is null ("") or missing. - /// - public string Password { get; set; } - /// - /// Required. String that specifies either the absolute or a relative URL of the XML data or server-side XML Web services. - /// - public string Url { get; set; } - /// - /// Optional. String that specifies the name of the user for authentication. If this parameter is null ("") or missing and the site requires authentication, the component displays a logon window - /// - public string User { get; set; } - } - #endregion -} diff --git a/Defs/Scriptaculous/Properties/AssemblyInfo.cs b/Defs/Scriptaculous/Properties/AssemblyInfo.cs deleted file mode 100644 index 959731e..0000000 --- a/Defs/Scriptaculous/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("SharpKit.Scriptaculous")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("SharpKit.Scriptaculous")] -[assembly: AssemblyCopyright("Copyright © 2012")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("1f3f4337-411f-4c66-b77f-8047cbd7ac29")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("4.30.2000")] diff --git a/Defs/Scriptaculous/Scriptaculous.csproj b/Defs/Scriptaculous/Scriptaculous.csproj index 2a4278b..f9cf2bf 100644 --- a/Defs/Scriptaculous/Scriptaculous.csproj +++ b/Defs/Scriptaculous/Scriptaculous.csproj @@ -1,59 +1,13 @@ - - + - Debug - AnyCPU - 8.0.30703 - 2.0 - {20EE1C04-C08D-42F2-B694-4E43B6639188} - Library - Properties SharpKit.Scriptaculous SharpKit.Scriptaculous - v4.7.2 - 512 - 512 - - prompt - 4 - bin\$(Configuration)\ - bin\$(Configuration)\$(AssemblyName).xml - AnyCPU - - v4.7.2 - true - SharpKit.snk - 1591,0108,0114,1570 - - false - bin\Debug - 1587,1591,108 - - - - - + - {5A90FAC8-67DA-4823-B114-91F5A26B2FE9} - SharpKit.JavaScript - {F1B6A826-60C3-4038-AABF-BD7C8380CC2F} - SharpKit.Html - - - - - - \ No newline at end of file diff --git a/Defs/SenchaTouch-1.1.0/Properties/AssemblyInfo.cs b/Defs/SenchaTouch-1.1.0/Properties/AssemblyInfo.cs deleted file mode 100644 index bb13303..0000000 --- a/Defs/SenchaTouch-1.1.0/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("SharpKit.SenchaTouch-1.1.0")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("SharpKit.SenchaTouch-1.1.0")] -[assembly: AssemblyCopyright("Copyright © 2011")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("84a5177e-57e5-4091-9c9e-334defcfaa9d")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("4.30.2000")] diff --git a/Defs/SenchaTouch-1.1.0/SenchaTouch-1.1.0.csproj b/Defs/SenchaTouch-1.1.0/SenchaTouch-1.1.0.csproj index ce79a36..f66c052 100644 --- a/Defs/SenchaTouch-1.1.0/SenchaTouch-1.1.0.csproj +++ b/Defs/SenchaTouch-1.1.0/SenchaTouch-1.1.0.csproj @@ -1,59 +1,15 @@ - - + - Debug - AnyCPU - 8.0.30703 - 2.0 - {5D654D2A-EFC8-4106-BF1C-7B674F841A5A} - Library - Properties SharpKit.SenchaTouch_1._1._0 SharpKit.SenchaTouch-1.1.0 - v4.7.2 - 512 - prompt - 4 - bin\$(Configuration)\ - bin\$(Configuration)\$(AssemblyName).xml - AnyCPU - - v4.7.2 - true - SharpKit.snk - 1591,0108,0114,1570 - - false - bin\Debug - 1587,1591,108,1570 - - - - + {5A90FAC8-67DA-4823-B114-91F5A26B2FE9} SharpKit.JavaScript - {F1B6A826-60C3-4038-AABF-BD7C8380CC2F} - SharpKit.Html - - - - - - - - - \ No newline at end of file diff --git a/Defs/SenchaTouch-2.0.0/Properties/AssemblyInfo.cs b/Defs/SenchaTouch-2.0.0/Properties/AssemblyInfo.cs deleted file mode 100644 index 4d90e5d..0000000 --- a/Defs/SenchaTouch-2.0.0/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("SharpKit.SenchaTouch-2.0.0")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("SharpKit.SenchaTouch-2.0.0")] -[assembly: AssemblyCopyright("Copyright © 2011")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("cb4eb492-7837-4a0a-9b1a-abf51e84a65c")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("4.30.2000")] diff --git a/Defs/SenchaTouch-2.0.0/SenchaTouch-2.0.0.csproj b/Defs/SenchaTouch-2.0.0/SenchaTouch-2.0.0.csproj index 87f33e5..a759f90 100644 --- a/Defs/SenchaTouch-2.0.0/SenchaTouch-2.0.0.csproj +++ b/Defs/SenchaTouch-2.0.0/SenchaTouch-2.0.0.csproj @@ -1,57 +1,13 @@ - - + - Debug - AnyCPU - 8.0.30703 - 2.0 - {F98346E7-9E57-4732-8CBC-393E57DE8B13} - Library - Properties SharpKit.SenchaTouch_2._0._0 SharpKit.SenchaTouch-2.0.0 - v4.7.2 - 512 - prompt - 4 - bin\$(Configuration)\ - bin\$(Configuration)\$(AssemblyName).xml - AnyCPU - - v4.7.2 - true - SharpKit.snk - 1591,0108,0114,1570 - - false - bin\Debug - 1587,1591,108,1570 - - - - - + - {5A90FAC8-67DA-4823-B114-91F5A26B2FE9} - SharpKit.JavaScript - {F1B6A826-60C3-4038-AABF-BD7C8380CC2F} - SharpKit.Html - - - - - - \ No newline at end of file diff --git a/Defs/SignalR/Properties/AssemblyInfo.cs b/Defs/SignalR/Properties/AssemblyInfo.cs deleted file mode 100644 index 204a873..0000000 --- a/Defs/SignalR/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("SharpKit.SignalR")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("SharpKit.SignalR")] -[assembly: AssemblyCopyright("Copyright © 2012")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("f04e9124-87c1-4fdb-8451-8baacea329a8")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("4.30.2000")] diff --git a/Defs/SignalR/SignalR.csproj b/Defs/SignalR/SignalR.csproj index d9a3486..6776382 100644 --- a/Defs/SignalR/SignalR.csproj +++ b/Defs/SignalR/SignalR.csproj @@ -1,63 +1,15 @@ - - + - Debug - x86 - 8.0.30703 - 2.0 - {AFA09D69-1CEC-40F9-9B04-0BD42AFCB682} - Library - Properties SharpKit.SignalR SharpKit.SignalR - v4.7.2 - - 512 - - prompt - 4 - bin\$(Configuration)\ - bin\$(Configuration)\$(AssemblyName).xml - AnyCPU - - v4.7.2 - true - SharpKit.snk - 1591,0108,0114,1570 - - false - bin\Debug - 1587,1591 - - - - - + - {5A90FAC8-67DA-4823-B114-91F5A26B2FE9} - SharpKit.JavaScript - {872605DE-E8EC-4D3D-8CEE-A62449A8DAEB} - SharpKit.jQuery - {F1B6A826-60C3-4038-AABF-BD7C8380CC2F} - SharpKit.Html - - - - - - \ No newline at end of file diff --git a/Defs/TheMProject/Properties/AssemblyInfo.cs b/Defs/TheMProject/Properties/AssemblyInfo.cs deleted file mode 100644 index 52fab92..0000000 --- a/Defs/TheMProject/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("TheMProject")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("TheMProject")] -[assembly: AssemblyCopyright("Copyright © 2012")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("b3466ff0-1059-46fa-9e7d-2be889a476ca")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("4.30.2000")] diff --git a/Defs/TheMProject/TheMProject.csproj b/Defs/TheMProject/TheMProject.csproj index 8fef642..9529e35 100644 --- a/Defs/TheMProject/TheMProject.csproj +++ b/Defs/TheMProject/TheMProject.csproj @@ -1,58 +1,13 @@ - - + - Debug - AnyCPU - 8.0.30703 - 2.0 - {28808C99-7747-485F-857C-65BFB456DA7A} - Library - Properties SharpKit.TheMProject SharpKit.TheMProject - v4.7.2 - 512 - - prompt - 4 - bin\$(Configuration)\ - bin\$(Configuration)\$(AssemblyName).xml - AnyCPU - - v4.7.2 - true - SharpKit.snk - 1591,0108,0114,1570 - - false - bin\Debug - 1587,1591 - - - - - + - {5A90FAC8-67DA-4823-B114-91F5A26B2FE9} - SharpKit.JavaScript - {F1B6A826-60C3-4038-AABF-BD7C8380CC2F} - SharpKit.Html - - - - - - \ No newline at end of file diff --git a/Defs/ThreeJs/Properties/AssemblyInfo.cs b/Defs/ThreeJs/Properties/AssemblyInfo.cs deleted file mode 100644 index 29f2a6e..0000000 --- a/Defs/ThreeJs/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("SharpKit.Three")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("SharpKit.Three")] -[assembly: AssemblyCopyright("Copyright © 2012")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("373effe9-8d09-43ad-85c5-e61436b05de1")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("4.30.2000")] diff --git a/Defs/ThreeJs/ThreeJs.csproj b/Defs/ThreeJs/ThreeJs.csproj index a555d5f..b5452f1 100644 --- a/Defs/ThreeJs/ThreeJs.csproj +++ b/Defs/ThreeJs/ThreeJs.csproj @@ -1,139 +1,15 @@ - - + - Debug - AnyCPU - 8.0.30703 - 2.0 - {F876266E-971B-49D2-B848-0E357E52A230} - Library - Properties SharpKit.Three SharpKit.ThreeJs - v4.7.2 - 512 - - prompt - 4 - bin\$(Configuration)\ - bin\$(Configuration)\$(AssemblyName).xml - AnyCPU - v4.7.2 - true - SharpKit.snk - 1591,0108,0114,1570 - - false - bin\Debug - 1587,1591,108,114 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - {5A90FAC8-67DA-4823-B114-91F5A26B2FE9} - SharpKit.JavaScript - {872605DE-E8EC-4D3D-8CEE-A62449A8DAEB} - SharpKit.jQuery - {F1B6A826-60C3-4038-AABF-BD7C8380CC2F} - SharpKit.Html - - - - - - - - - - - - \ No newline at end of file diff --git a/Defs/TinyMCE/Properties/AssemblyInfo.cs b/Defs/TinyMCE/Properties/AssemblyInfo.cs deleted file mode 100644 index 79ef15a..0000000 --- a/Defs/TinyMCE/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("SharpKit.TinyMCE")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("SharpKit.TinyMCE")] -[assembly: AssemblyCopyright("Copyright © 2012")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("9bfea05b-0879-4e5d-a81b-cf4efbb42798")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("4.30.2000")] diff --git a/Defs/TinyMCE/TinyMCE.csproj b/Defs/TinyMCE/TinyMCE.csproj index 0d79e91..4699b8e 100644 --- a/Defs/TinyMCE/TinyMCE.csproj +++ b/Defs/TinyMCE/TinyMCE.csproj @@ -1,114 +1,13 @@ - - + - Debug - AnyCPU - 8.0.30703 - 2.0 - {4048D23B-086E-450E-A45D-0000A301FFE2} - Library - Properties SharpKit.TinyMCE SharpKit.TinyMCE - v4.7.2 - 512 - prompt - 4 - bin\$(Configuration)\ - bin\$(Configuration)\$(AssemblyName).xml - AnyCPU - - v4.7.2 - true - SharpKit.snk - 1591,0108,0114,1570 - - false - bin\Debug - 1587,1591,1570 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - {5A90FAC8-67DA-4823-B114-91F5A26B2FE9} - SharpKit.JavaScript - {F1B6A826-60C3-4038-AABF-BD7C8380CC2F} - SharpKit.Html - - - Code - - - - - - - \ No newline at end of file diff --git a/Defs/XRegExp/Properties/AssemblyInfo.cs b/Defs/XRegExp/Properties/AssemblyInfo.cs deleted file mode 100644 index 5299fe4..0000000 --- a/Defs/XRegExp/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("SharpKit.XRegExp")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("SharpKit.XRegExp")] -[assembly: AssemblyCopyright("Copyright © 2012")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("1da1cb93-8250-4207-89c2-0349694b8c9d")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("4.30.2000")] diff --git a/Defs/XRegExp/XRegExp.csproj b/Defs/XRegExp/XRegExp.csproj index 41a67c2..dcca1aa 100644 --- a/Defs/XRegExp/XRegExp.csproj +++ b/Defs/XRegExp/XRegExp.csproj @@ -1,58 +1,13 @@ - - + - Debug - AnyCPU - 8.0.30703 - 2.0 - {52C018F5-BDBE-4BA0-992C-7EEE1178ADFB} - Library - Properties SharpKit.XRegExp SharpKit.XRegExp - v4.7.2 - 512 - - prompt - 4 - bin\$(Configuration)\ - bin\$(Configuration)\$(AssemblyName).xml - AnyCPU - - v4.7.2 - true - SharpKit.snk - 1591,0108,0114,1570 - - false - bin\Debug - 1587,1591 - - - - - + - {5A90FAC8-67DA-4823-B114-91F5A26B2FE9} - SharpKit.JavaScript - {F1B6A826-60C3-4038-AABF-BD7C8380CC2F} - SharpKit.Html - - - - - - \ No newline at end of file diff --git a/Defs/Xdk.Cordova/Properties/AssemblyInfo.cs b/Defs/Xdk.Cordova/Properties/AssemblyInfo.cs deleted file mode 100644 index f3629d5..0000000 --- a/Defs/Xdk.Cordova/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("SharpKit.DotNet.IntelXdk")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Alchiweb.fr")] -[assembly: AssemblyProduct("SharpKit.DotNet.IntelXdk")] -[assembly: AssemblyCopyright("Copyright © Alchiweb.fr 2013")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("5AD33EC9-0A29-441B-85C8-73EDA07460F5")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("0.9.0")] diff --git a/Defs/Xdk.Cordova/Xdk.Cordova.csproj b/Defs/Xdk.Cordova/Xdk.Cordova.csproj index 38316b9..40372fe 100644 --- a/Defs/Xdk.Cordova/Xdk.Cordova.csproj +++ b/Defs/Xdk.Cordova/Xdk.Cordova.csproj @@ -1,66 +1,13 @@ - - + - Debug - AnyCPU - 8.0.30703 - 2.0 - {CCFBD812-F7D9-4E55-AA2D-D9DA783C3944} - Library - Properties SharpKit.DotNet.Cordova SharpKit.Xdk.Cordova - v4.7.2 - 512 - - prompt - 4 - bin\$(Configuration)\ - bin\$(Configuration)\$(AssemblyName).xml - AnyCPU - v4.7.2 - true - SharpKit.snk - 1591 - - ..\bin\SharpKit.Xdk.Cordova.xml - - - false - bin\Debug - 1587,1591 - - - - - - - - - - - - - - + - {3c3ace44-ef64-4c4e-9c04-084d4a8ee6c9} - Xdk.Html - {a7b1398f-706f-4057-9185-5e4b305096bf} - Xdk.JavaScript - - - \ No newline at end of file diff --git a/Defs/Xdk.Html/Properties/AssemblyInfo.cs b/Defs/Xdk.Html/Properties/AssemblyInfo.cs index b78907c..49b437b 100644 --- a/Defs/Xdk.Html/Properties/AssemblyInfo.cs +++ b/Defs/Xdk.Html/Properties/AssemblyInfo.cs @@ -3,38 +3,5 @@ using System.Runtime.InteropServices; using SharpKit.JavaScript; -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("SharpKit.DotNet.Html")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Alchiweb.fr")] -[assembly: AssemblyProduct("SharpKit.DotNet.Html")] -[assembly: AssemblyCopyright("Copyright © Alchiweb.fr 2013")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("D931D48B-CBC7-4C3E-8FCC-705382D1DAE6")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("0.9.0")] - [assembly: JsNamespace(Namespace = "SharpKit.DotNet.Html", JsNamespace = "")] [assembly: JsType(JsMode.Prototype, Name = "", Export = false, PropertiesAsFields = true, OmitCasts = true)] diff --git a/Defs/Xdk.Html/Xdk.Html.csproj b/Defs/Xdk.Html/Xdk.Html.csproj index ba3722c..0e52ed9 100644 --- a/Defs/Xdk.Html/Xdk.Html.csproj +++ b/Defs/Xdk.Html/Xdk.Html.csproj @@ -1,830 +1,11 @@ - - + - Debug - AnyCPU - 8.0.30703 - 2.0 - {3C3ACE44-EF64-4C4E-9C04-084D4A8EE6C9} - Library - Properties SharpKit.DotNet.Html SharpKit.Xdk.Html - v4.7.2 - 512 - prompt - 4 - bin\$(Configuration)\ - AnyCPU - v4.7.2 - true - SharpKit.snk - bin\$(Configuration)\$(AssemblyName).xml - 1591 - - COMP_WITH_EVENTS_PROP - - - ..\bin\SharpKit.Xdk.Html.xml - - - false - bin\Debug - - - 1587,1591,1574 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - {a7b1398f-706f-4057-9185-5e4b305096bf} - Xdk.JavaScript - - - \ No newline at end of file diff --git a/Defs/Xdk.IntelXdk/Properties/AssemblyInfo.cs b/Defs/Xdk.IntelXdk/Properties/AssemblyInfo.cs deleted file mode 100644 index 26dc2c7..0000000 --- a/Defs/Xdk.IntelXdk/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("SharpKit.DotNet.IntelXdk")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Alchiweb.fr")] -[assembly: AssemblyProduct("SharpKit.DotNet.IntelXdk")] -[assembly: AssemblyCopyright("Copyright © Alchiweb.fr 2013")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("9E3B9942-6264-4E1F-B26F-336B6F7F9D26")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("0.9.0")] diff --git a/Defs/Xdk.IntelXdk/Xdk.IntelXdk.csproj b/Defs/Xdk.IntelXdk/Xdk.IntelXdk.csproj index f02575f..5a50201 100644 --- a/Defs/Xdk.IntelXdk/Xdk.IntelXdk.csproj +++ b/Defs/Xdk.IntelXdk/Xdk.IntelXdk.csproj @@ -1,66 +1,13 @@ - - + - Debug - AnyCPU - 8.0.30703 - 2.0 - {F1423780-8705-4BA1-A546-9021186EBA52} - Library - Properties SharpKit.DotNet.IntelXdk SharpKit.Xdk.IntelXdk - v4.7.2 - 512 - - prompt - 4 - bin\$(Configuration)\ - bin\$(Configuration)\$(AssemblyName).xml - AnyCPU - v4.7.2 - true - SharpKit.snk - 1591 - - ..\bin\SharpKit.Xdk.IntelXdk.xml - - - false - bin\Debug - 1587,1591 - - - - - - - - - - - - - - + - {3c3ace44-ef64-4c4e-9c04-084d4a8ee6c9} - Xdk.Html - {a7b1398f-706f-4057-9185-5e4b305096bf} - Xdk.JavaScript - - - \ No newline at end of file diff --git a/Defs/Xdk.JavaScript/Properties/AssemblyInfo.cs b/Defs/Xdk.JavaScript/Properties/AssemblyInfo.cs deleted file mode 100644 index 1d4be9b..0000000 --- a/Defs/Xdk.JavaScript/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,43 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("SharpKit.DotNet.JavaScript")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Alchiweb.fr")] -[assembly: AssemblyProduct("SharpKit.DotNet.JavaScript")] -[assembly: AssemblyCopyright("Copyright © Alchiweb.fr 2013")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("4C3FC485-B5F5-4C7E-8402-4416061F7E36")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("0.9.0")] - -/// -/// SharpKit core assembly, contains all needed attributes and types required to use SharpKit -/// -class AssemblyDoc -{ -} diff --git a/Defs/Xdk.JavaScript/Xdk.JavaScript.csproj b/Defs/Xdk.JavaScript/Xdk.JavaScript.csproj index bfd42eb..6073637 100644 --- a/Defs/Xdk.JavaScript/Xdk.JavaScript.csproj +++ b/Defs/Xdk.JavaScript/Xdk.JavaScript.csproj @@ -1,53 +1,7 @@ - - + - Debug - AnyCPU - 8.0.30703 - 2.0 - {A7B1398F-706F-4057-9185-5E4B305096BF} - Library - Properties SharpKit.DotNet.JavaScript SharpKit.Xdk.JavaScript - 512 - - prompt - 4 - bin\$(Configuration)\ - bin\$(Configuration)\$(AssemblyName).xml - AnyCPU - v4.7.2 - true - SharpKit.snk - 1591 - - ..\bin\SharpKit.Xdk.JavaScript.xml - - - false - bin\Debug - 1587,1591 - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/Defs/Yui/Properties/AssemblyInfo.cs b/Defs/Yui/Properties/AssemblyInfo.cs deleted file mode 100644 index e08bf33..0000000 --- a/Defs/Yui/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("SharpKit.Yui")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("SharpKit.Yui")] -[assembly: AssemblyCopyright("Copyright © 2012")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("c61de26e-c925-4d24-a1e1-a55f106e4fac")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("4.30.2000")] diff --git a/Defs/Yui/Yui.csproj b/Defs/Yui/Yui.csproj index bc928b3..9e23484 100644 --- a/Defs/Yui/Yui.csproj +++ b/Defs/Yui/Yui.csproj @@ -1,379 +1,13 @@ - - + - Debug - AnyCPU - 8.0.30703 - 2.0 - {E85B2A11-D0D0-4879-92D6-3D6A12CFD14B} - Library - Properties SharpKit.Yui SharpKit.Yui - v4.7.2 - 512 - - prompt - 4 - bin\$(Configuration)\ - bin\$(Configuration)\$(AssemblyName).xml - AnyCPU - - v4.7.2 - true - SharpKit.snk - 1591,0108,0114,1570 - - false - bin\Debug - 1587,1591,108,1570 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - {5A90FAC8-67DA-4823-B114-91F5A26B2FE9} - SharpKit.JavaScript - {F1B6A826-60C3-4038-AABF-BD7C8380CC2F} - SharpKit.Html - - - \ No newline at end of file diff --git a/Defs/jQTouch/Properties/AssemblyInfo.cs b/Defs/jQTouch/Properties/AssemblyInfo.cs deleted file mode 100644 index d2ec1b8..0000000 --- a/Defs/jQTouch/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,47 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("SharpKit.jQTouch")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Microsoft")] -[assembly: AssemblyProduct("SharpKit.jQTouch")] -[assembly: AssemblyCopyright("Copyright © Microsoft 2011")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -//[assembly: Guid("68dd66e5-96c6-45a8-835e-32e9ac4e9d4c")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("4.30.2000")] - - - - -/// -/// SharpKit interfaces for jQueryMobile library. -/// A jQuery plugin for mobile web development on the iPhone, Android, iPod Touch, and other forward-thinking devices. -/// -class AssemblyDoc -{ -} diff --git a/Defs/jQTouch/jQTouch.csproj b/Defs/jQTouch/jQTouch.csproj index 6a2b6f1..b81ab38 100644 --- a/Defs/jQTouch/jQTouch.csproj +++ b/Defs/jQTouch/jQTouch.csproj @@ -1,60 +1,15 @@ - - + - Debug - AnyCPU - 8.0.30703 - 2.0 - {9B1753AB-A527-47DD-A483-ADD70DE8651E} - Library - Properties SharpKit.jQTouch SharpKit.jQTouch - v4.7.2 - 512 - prompt - 4 - bin\$(Configuration)\ - bin\$(Configuration)\$(AssemblyName).xml - AnyCPU - v4.7.2 - true - SharpKit.snk - 1591,0108,0114,1570 - - false - bin\Debug - 1587,1591 - - - - - + - {5A90FAC8-67DA-4823-B114-91F5A26B2FE9} - SharpKit.JavaScript - {872605DE-E8EC-4D3D-8CEE-A62449A8DAEB} - SharpKit.jQuery - {F1B6A826-60C3-4038-AABF-BD7C8380CC2F} - SharpKit.Html - - - - - - \ No newline at end of file diff --git a/Defs/jQuery.Query/Properties/AssemblyInfo.cs b/Defs/jQuery.Query/Properties/AssemblyInfo.cs deleted file mode 100644 index feb6da5..0000000 --- a/Defs/jQuery.Query/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("SharpKit.jQuery.Query")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("SharpKit.jQuery.Query")] -[assembly: AssemblyCopyright("Copyright © 2011")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("2ff06b14-2411-475c-ac99-cc743b6a2e21")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("4.30.2000")] diff --git a/Defs/jQuery.Query/jQuery.Query.csproj b/Defs/jQuery.Query/jQuery.Query.csproj index 2dea76b..ab18284 100644 --- a/Defs/jQuery.Query/jQuery.Query.csproj +++ b/Defs/jQuery.Query/jQuery.Query.csproj @@ -1,69 +1,15 @@ - - + - Debug - AnyCPU - 8.0.30703 - 2.0 - {329DA980-13A0-4708-B002-2B49CCE35D33} - Library - Properties SharpKit.jQuery.Query SharpKit.jQuery.Query - v4.7.2 - 512 - prompt - 4 - bin\$(Configuration)\ - bin\$(Configuration)\$(AssemblyName).xml - AnyCPU - v4.7.2 - true - SharpKit.snk - 1591,0108,0114,1570 - - false - bin\Debug - 1587,1591 - - - - - - - - - - - - - - - - - + - {5A90FAC8-67DA-4823-B114-91F5A26B2FE9} - SharpKit.JavaScript - {872605DE-E8EC-4D3D-8CEE-A62449A8DAEB} - SharpKit.jQuery - {F1B6A826-60C3-4038-AABF-BD7C8380CC2F} - SharpKit.Html - - - \ No newline at end of file diff --git a/Defs/jQuery.SimpleModal/Properties/AssemblyInfo.cs b/Defs/jQuery.SimpleModal/Properties/AssemblyInfo.cs deleted file mode 100644 index 4cfe7a6..0000000 --- a/Defs/jQuery.SimpleModal/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("SharpKit.jQuery.SimpleModal")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("SharpKit.jQuery.SimpleModal")] -[assembly: AssemblyCopyright("Copyright © 2011")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("c87ca309-0248-4325-abd1-4034c1bdad5d")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("4.30.2000")] diff --git a/Defs/jQuery.SimpleModal/jQuery.SimpleModal.csproj b/Defs/jQuery.SimpleModal/jQuery.SimpleModal.csproj index 70fa6a7..f5595ea 100644 --- a/Defs/jQuery.SimpleModal/jQuery.SimpleModal.csproj +++ b/Defs/jQuery.SimpleModal/jQuery.SimpleModal.csproj @@ -1,61 +1,15 @@ - - + - Debug - AnyCPU - 8.0.30703 - 2.0 - {A0D491BD-2BC7-4632-8B56-F690D2F3EB4F} - Library - Properties SharpKit.jQuery.SimpleModal SharpKit.jQuery.SimpleModal - v4.7.2 - 512 - prompt - 4 - bin\$(Configuration)\ - bin\$(Configuration)\$(AssemblyName).xml - AnyCPU - - v4.7.2 - true - SharpKit.snk - 1591,0108,0114,1570 - - false - bin\Debug - 1587,1591,436 - - - - - - - - + - {5A90FAC8-67DA-4823-B114-91F5A26B2FE9} - SharpKit.JavaScript - {872605DE-E8EC-4D3D-8CEE-A62449A8DAEB} - SharpKit.jQuery - {F1B6A826-60C3-4038-AABF-BD7C8380CC2F} - SharpKit.Html - - - \ No newline at end of file diff --git a/Defs/jQuery.Validate/Properties/AssemblyInfo.cs b/Defs/jQuery.Validate/Properties/AssemblyInfo.cs deleted file mode 100644 index 8092e23..0000000 --- a/Defs/jQuery.Validate/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("SharpKit.jQuery.Validate")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("SharpKit.jQuery.Validate")] -[assembly: AssemblyCopyright("Copyright © 2011")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("6ec8b6a9-fa59-429f-9b63-fbefa40bd35d")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("4.30.2000")] diff --git a/Defs/jQuery.Validate/jQuery.Validate.csproj b/Defs/jQuery.Validate/jQuery.Validate.csproj index 27a6cb3..93a9b95 100644 --- a/Defs/jQuery.Validate/jQuery.Validate.csproj +++ b/Defs/jQuery.Validate/jQuery.Validate.csproj @@ -1,60 +1,15 @@ - - + - Debug - AnyCPU - 8.0.30703 - 2.0 - {6CE063B5-9E45-4A4B-9F50-40CC93FB880E} - Library - Properties SharpKit.jQuery.Validate SharpKit.jQuery.Validate - v4.7.2 - 512 - prompt - 4 - bin\$(Configuration)\ - bin\$(Configuration)\$(AssemblyName).xml - AnyCPU - v4.7.2 - true - SharpKit.snk - 1591,0108,0114,1570 - - false - bin\Debug - 1587,1591 - - - - - - - - + - {5A90FAC8-67DA-4823-B114-91F5A26B2FE9} - SharpKit.JavaScript - {872605DE-E8EC-4D3D-8CEE-A62449A8DAEB} - SharpKit.jQuery - {F1B6A826-60C3-4038-AABF-BD7C8380CC2F} - SharpKit.Html - - - \ No newline at end of file diff --git a/Defs/jQuery.jqGrid/Properties/AssemblyInfo.cs b/Defs/jQuery.jqGrid/Properties/AssemblyInfo.cs deleted file mode 100644 index 481ff29..0000000 --- a/Defs/jQuery.jqGrid/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("SharpKit.jQuery.jqGrid")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("SharpKit.jQuery.jqGrid")] -[assembly: AssemblyCopyright("Copyright © 2011")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("c9370313-9b3e-4929-8a31-7911510a8123")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("4.30.2000")] diff --git a/Defs/jQuery.jqGrid/jQuery.jqGrid.csproj b/Defs/jQuery.jqGrid/jQuery.jqGrid.csproj index acfcacd..41cb140 100644 --- a/Defs/jQuery.jqGrid/jQuery.jqGrid.csproj +++ b/Defs/jQuery.jqGrid/jQuery.jqGrid.csproj @@ -1,61 +1,15 @@ - - + - Debug - AnyCPU - 8.0.30703 - 2.0 - {58DCC416-E943-4395-8DC4-4ED2794B0789} - Library - Properties SharpKit.jQuery.jqGrid SharpKit.jQuery.jqGrid - v4.7.2 - 512 - prompt - 4 - bin\$(Configuration)\ - bin\$(Configuration)\$(AssemblyName).xml - AnyCPU - - v4.7.2 - true - SharpKit.snk - 1591,0108,0114,1570 - - false - bin\Debug - 1587,1591 - - - - - - - - + - {5A90FAC8-67DA-4823-B114-91F5A26B2FE9} - SharpKit.JavaScript - {872605DE-E8EC-4D3D-8CEE-A62449A8DAEB} - SharpKit.jQuery - {F1B6A826-60C3-4038-AABF-BD7C8380CC2F} - SharpKit.Html - - - \ No newline at end of file diff --git a/Defs/jQuery/Properties/AssemblyInfo.cs b/Defs/jQuery/Properties/AssemblyInfo.cs deleted file mode 100644 index fe44270..0000000 --- a/Defs/jQuery/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,43 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("SharpKit.jQuery")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Microsoft")] -[assembly: AssemblyProduct("SharpKit.jQuery")] -[assembly: AssemblyCopyright("Copyright © Microsoft 2011")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -//[assembly: Guid("760dd665-6ae9-4c65-8ee5-6000ef365efb")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.6.4.0")] -[assembly: AssemblyFileVersion("4.30.2000")] -/// -/// SharpKit interface for jQuery. -/// jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. jQuery is designed to change the way that you write JavaScript. -/// -class AssemblyDoc -{ -} diff --git a/Defs/jQuery/jQuery.csproj b/Defs/jQuery/jQuery.csproj index 249ffea..1eff0e5 100644 --- a/Defs/jQuery/jQuery.csproj +++ b/Defs/jQuery/jQuery.csproj @@ -1,60 +1,16 @@ - - + - Debug - AnyCPU - 8.0.30703 - 2.0 - {872605DE-E8EC-4D3D-8CEE-A62449A8DAEB} - Library - Properties SharpKit.jQuery SharpKit.jQuery - v4.7.2 - 512 - prompt - 4 - bin\$(Configuration)\ - bin\$(Configuration)\$(AssemblyName).xml - AnyCPU - v4.7.2 - true - SharpKit.snk - 1591,0108,0114,1570 + - - + - {5A90FAC8-67DA-4823-B114-91F5A26B2FE9} - SharpKit.JavaScript - {F1B6A826-60C3-4038-AABF-BD7C8380CC2F} - SharpKit.Html - - - - - - - - - - - false - bin\Debug - 1587,1591 - - \ No newline at end of file diff --git a/Defs/jQueryMobile-1.0b1/Properties/AssemblyInfo.cs b/Defs/jQueryMobile-1.0b1/Properties/AssemblyInfo.cs deleted file mode 100644 index c0d83c4..0000000 --- a/Defs/jQueryMobile-1.0b1/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("SharpKit.jQueryMobile-1.0b1")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("SharpKit.jQueryMobile-1.0b1")] -[assembly: AssemblyCopyright("Copyright © 2011")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("f38f246c-3065-42a8-8507-9cc67f2256fe")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("4.30.2000")] diff --git a/Defs/jQueryMobile-1.0b1/jQueryMobile-1.0b1.csproj b/Defs/jQueryMobile-1.0b1/jQueryMobile-1.0b1.csproj index 00ad1c6..29a6e1d 100644 --- a/Defs/jQueryMobile-1.0b1/jQueryMobile-1.0b1.csproj +++ b/Defs/jQueryMobile-1.0b1/jQueryMobile-1.0b1.csproj @@ -1,57 +1,13 @@ - - + - Debug - AnyCPU - 8.0.30703 - 2.0 - {23E5F7FB-D23B-4218-9059-E4454D48B9EF} - Library - Properties SharpKit.jQueryMobile SharpKit.jQueryMobile-1.0b1 - v4.7.2 - 512 - prompt - 4 - bin\$(Configuration)\ - bin\$(Configuration)\$(AssemblyName).xml - AnyCPU - - v4.7.2 - true - SharpKit.snk - 1591,0108,0114,1570 - - false - bin\Debug - 1587,1591 - - - - - + - {5A90FAC8-67DA-4823-B114-91F5A26B2FE9} - SharpKit.JavaScript - {F1B6A826-60C3-4038-AABF-BD7C8380CC2F} - SharpKit.Html - - - - - - \ No newline at end of file diff --git a/Defs/jQueryUI.NestedSortable/Properties/AssemblyInfo.cs b/Defs/jQueryUI.NestedSortable/Properties/AssemblyInfo.cs deleted file mode 100644 index e7fbb88..0000000 --- a/Defs/jQueryUI.NestedSortable/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("SharpKit.jQueryUI.NestedSortable")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("SharpKit.jQueryUI.NestedSortable")] -[assembly: AssemblyCopyright("")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("bbbd5baa-8c31-4071-ba3b-0d45e3843e80")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("4.30.2000")] diff --git a/Defs/jQueryUI.NestedSortable/jQueryUI.NestedSortable.csproj b/Defs/jQueryUI.NestedSortable/jQueryUI.NestedSortable.csproj index 2526b99..1083325 100644 --- a/Defs/jQueryUI.NestedSortable/jQueryUI.NestedSortable.csproj +++ b/Defs/jQueryUI.NestedSortable/jQueryUI.NestedSortable.csproj @@ -1,64 +1,17 @@ - - + - Debug - AnyCPU - 8.0.30703 - 2.0 - {AF96B319-A09E-4997-820D-18B65D57E1A0} - Library - Properties SharpKit.jQueryUI.NestedSortable SharpKit.jQueryUI.NestedSortable - v4.7.2 - 512 - prompt - 4 - bin\$(Configuration)\ - bin\$(Configuration)\$(AssemblyName).xml - AnyCPU - v4.7.2 - true - SharpKit.snk - 1591,0108,0114,1570 - - false - bin\Debug - 1587,1591 - - - - - - - - + - {5A90FAC8-67DA-4823-B114-91F5A26B2FE9} - SharpKit.JavaScript - {696044B4-CB46-45B6-83FC-CA3C65D72A9C} - SharpKit.jQueryUI - {872605DE-E8EC-4D3D-8CEE-A62449A8DAEB} - SharpKit.jQuery - {F1B6A826-60C3-4038-AABF-BD7C8380CC2F} - SharpKit.Html - - - \ No newline at end of file diff --git a/Defs/jQueryUI/Properties/AssemblyInfo.cs b/Defs/jQueryUI/Properties/AssemblyInfo.cs deleted file mode 100644 index 9f70525..0000000 --- a/Defs/jQueryUI/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,43 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("SharpKit.jQueryUI")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("SharpKit.jQueryUI")] -[assembly: AssemblyCopyright("Copyright © 2011")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("fc3c332d-1cf0-49c1-869f-da3b4b3c7034")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("4.30.2000")] -/// -/// SharpKit interface for jQuery UI. -/// jQuery UI provides abstractions for low-level interaction and animation, advanced effects and high-level, themeable widgets, built on top of the jQuery JavaScript Library, that you can use to build highly interactive web applications. -/// -class AssemblyDoc : SharpKit.jQuery.jQueryContext -{ -} diff --git a/Defs/jQueryUI/jQueryUI.csproj b/Defs/jQueryUI/jQueryUI.csproj index c5a4ce1..c4351c0 100644 --- a/Defs/jQueryUI/jQueryUI.csproj +++ b/Defs/jQueryUI/jQueryUI.csproj @@ -1,66 +1,15 @@ - - + - Debug - AnyCPU - 8.0.30703 - 2.0 - {696044B4-CB46-45B6-83FC-CA3C65D72A9C} - Library - Properties SharpKit.jQueryUI SharpKit.jQueryUI - v4.7.2 - 512 - prompt - 4 - bin\$(Configuration)\ - bin\$(Configuration)\$(AssemblyName).xml - AnyCPU - - v4.7.2 - true - SharpKit.snk - 1591,0108,0114,1570 - - - - - - - - + - {5A90FAC8-67DA-4823-B114-91F5A26B2FE9} - SharpKit.JavaScript - {872605DE-E8EC-4D3D-8CEE-A62449A8DAEB} - SharpKit.jQuery - {F1B6A826-60C3-4038-AABF-BD7C8380CC2F} - SharpKit.Html - - - - rem copy "$(ProjectDir)jquery-ui-1.8.11.cs" "$(ProjectDir)jquery-ui-1.8.11.bak" /Y -rem copy "$(ProjectDir)..\SharpKit.jQueryUI-1.8.11\jquery-ui-1.8.11.cs" "$(ProjectDir)" /Y - - - false - bin\Debug - 1587,1591,108 - - diff --git a/Defs/jsUndoable/Properties/AssemblyInfo.cs b/Defs/jsUndoable/Properties/AssemblyInfo.cs deleted file mode 100644 index 4fa5d35..0000000 --- a/Defs/jsUndoable/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("SharpKit.jsUndoable")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("SharpKit.jsUndoable")] -[assembly: AssemblyCopyright("Copyright © 2011")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("33d2d276-0ae7-419e-ae91-05cd178bf75d")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("4.30.2000")] diff --git a/Defs/jsUndoable/jsUndoable.csproj b/Defs/jsUndoable/jsUndoable.csproj index 6e01706..f359818 100644 --- a/Defs/jsUndoable/jsUndoable.csproj +++ b/Defs/jsUndoable/jsUndoable.csproj @@ -1,57 +1,13 @@ - - + - Debug - AnyCPU - 8.0.30703 - 2.0 - {A3A4596F-0020-4651-8F50-642506D1DB6E} - Library - Properties SharpKit.jsUndoable SharpKit.jsUndoable - v4.7.2 - 512 - prompt - 4 - bin\$(Configuration)\ - bin\$(Configuration)\$(AssemblyName).xml - AnyCPU - - v4.7.2 - true - SharpKit.snk - 1591,0108,0114,1570 - - false - bin\Debug - 1587,1591 - - - - - + - {5A90FAC8-67DA-4823-B114-91F5A26B2FE9} - SharpKit.JavaScript - {F1B6A826-60C3-4038-AABF-BD7C8380CC2F} - SharpKit.Html - - - - - - \ No newline at end of file From d223190f49c8996a3263f0b24d405284628b940b Mon Sep 17 00:00:00 2001 From: Sebastian Loncar Date: Sun, 6 Dec 2020 18:57:20 +0100 Subject: [PATCH 07/14] simplified csproj --- Defs/AppMobi/AppMobi.csproj | 6 ++---- Defs/Arshaw.FullCalendar/Arshaw.FullCalendar.csproj | 9 +++------ Defs/Att.Html5Sdk/Att.Html5Sdk.csproj | 6 ++---- Defs/BackboneJs/BackboneJs.csproj | 9 +++------ Defs/Breeze/Breeze.csproj | 3 +-- Defs/CodeMirror/CodeMirror.csproj | 6 ++---- Defs/EaselJS/EaselJS.csproj | 6 ++---- Defs/ExtJs/ExtJs.csproj | 6 ++---- Defs/FabricJs/FabricJs.csproj | 6 ++---- Defs/FireFox.Firebug/FireFox.Firebug.csproj | 6 ++---- Defs/Google.Chrome/Google.Chrome.csproj | 6 ++---- Defs/Google.Maps/Google.Maps.csproj | 6 ++---- Defs/Highcharts/Highcharts.csproj | 6 ++---- Defs/KendoUI.Web/KendoUI.Web.csproj | 12 ++++-------- Defs/KendoUI/KendoUI.csproj | 9 +++------ Defs/KineticJs/KineticJs.csproj | 6 ++---- Defs/KnockoutJs/KnockoutJs.csproj | 6 ++---- Defs/LinqJs/LinqJs.csproj | 9 +++------ Defs/Log4JavaScript/Log4JavaScript.csproj | 6 ++---- Defs/MomentJs/MomentJs.csproj | 3 +-- .../NodeJs.MongoDbNative/NodeJs.MongoDbNative.csproj | 6 ++---- Defs/NodeJs/NodeJs.csproj | 3 +-- Defs/PhoneGap/PhoneGap.csproj | 6 ++---- Defs/PrototypeJs/PrototypeJs.csproj | 9 +++------ Defs/Qooxdoo/Qooxdoo.csproj | 8 ++------ Defs/Raphael/Raphael.csproj | 6 ++---- Defs/RxJS/RxJS.csproj | 6 ++---- Defs/Scriptaculous/Scriptaculous.csproj | 6 ++---- Defs/SenchaTouch-1.1.0/SenchaTouch-1.1.0.csproj | 8 ++------ Defs/SenchaTouch-2.0.0/SenchaTouch-2.0.0.csproj | 6 ++---- Defs/SignalR/SignalR.csproj | 9 +++------ Defs/TheMProject/TheMProject.csproj | 6 ++---- Defs/ThreeJs/ThreeJs.csproj | 9 +++------ Defs/TinyMCE/TinyMCE.csproj | 6 ++---- Defs/XRegExp/XRegExp.csproj | 6 ++---- Defs/Xdk.Cordova/Xdk.Cordova.csproj | 6 ++---- Defs/Xdk.Html/Xdk.Html.csproj | 3 +-- Defs/Xdk.IntelXdk/Xdk.IntelXdk.csproj | 6 ++---- Defs/Yui/Yui.csproj | 6 ++---- Defs/jQTouch/jQTouch.csproj | 9 +++------ Defs/jQuery.Query/jQuery.Query.csproj | 9 +++------ Defs/jQuery.SimpleModal/jQuery.SimpleModal.csproj | 9 +++------ Defs/jQuery.Validate/jQuery.Validate.csproj | 9 +++------ Defs/jQuery.jqGrid/jQuery.jqGrid.csproj | 9 +++------ Defs/jQuery/jQuery.csproj | 6 ++---- Defs/jQueryMobile-1.0b1/jQueryMobile-1.0b1.csproj | 6 ++---- .../jQueryUI.NestedSortable.csproj | 12 ++++-------- Defs/jQueryUI/jQueryUI.csproj | 9 +++------ Defs/jsUndoable/jsUndoable.csproj | 6 ++---- 49 files changed, 111 insertions(+), 226 deletions(-) diff --git a/Defs/AppMobi/AppMobi.csproj b/Defs/AppMobi/AppMobi.csproj index 6183c71..0766163 100644 --- a/Defs/AppMobi/AppMobi.csproj +++ b/Defs/AppMobi/AppMobi.csproj @@ -11,9 +11,7 @@ - - - - + + \ No newline at end of file diff --git a/Defs/Arshaw.FullCalendar/Arshaw.FullCalendar.csproj b/Defs/Arshaw.FullCalendar/Arshaw.FullCalendar.csproj index 342ea6b..3b2e302 100644 --- a/Defs/Arshaw.FullCalendar/Arshaw.FullCalendar.csproj +++ b/Defs/Arshaw.FullCalendar/Arshaw.FullCalendar.csproj @@ -5,11 +5,8 @@ - - - - - - + + + \ No newline at end of file diff --git a/Defs/Att.Html5Sdk/Att.Html5Sdk.csproj b/Defs/Att.Html5Sdk/Att.Html5Sdk.csproj index 8b2ea0c..c596fe3 100644 --- a/Defs/Att.Html5Sdk/Att.Html5Sdk.csproj +++ b/Defs/Att.Html5Sdk/Att.Html5Sdk.csproj @@ -5,9 +5,7 @@ - - - - + + \ No newline at end of file diff --git a/Defs/BackboneJs/BackboneJs.csproj b/Defs/BackboneJs/BackboneJs.csproj index 5b9d924..80a2bd8 100644 --- a/Defs/BackboneJs/BackboneJs.csproj +++ b/Defs/BackboneJs/BackboneJs.csproj @@ -5,11 +5,8 @@ - - - - - - + + + \ No newline at end of file diff --git a/Defs/Breeze/Breeze.csproj b/Defs/Breeze/Breeze.csproj index 986c718..5082491 100644 --- a/Defs/Breeze/Breeze.csproj +++ b/Defs/Breeze/Breeze.csproj @@ -5,7 +5,6 @@ - - + \ No newline at end of file diff --git a/Defs/CodeMirror/CodeMirror.csproj b/Defs/CodeMirror/CodeMirror.csproj index 5526614..26c3a48 100644 --- a/Defs/CodeMirror/CodeMirror.csproj +++ b/Defs/CodeMirror/CodeMirror.csproj @@ -5,9 +5,7 @@ - - - - + + \ No newline at end of file diff --git a/Defs/EaselJS/EaselJS.csproj b/Defs/EaselJS/EaselJS.csproj index 21c6913..f52bb7a 100644 --- a/Defs/EaselJS/EaselJS.csproj +++ b/Defs/EaselJS/EaselJS.csproj @@ -5,9 +5,7 @@ - - - - + + \ No newline at end of file diff --git a/Defs/ExtJs/ExtJs.csproj b/Defs/ExtJs/ExtJs.csproj index c49d523..0660bb0 100644 --- a/Defs/ExtJs/ExtJs.csproj +++ b/Defs/ExtJs/ExtJs.csproj @@ -5,9 +5,7 @@ - - - - + + \ No newline at end of file diff --git a/Defs/FabricJs/FabricJs.csproj b/Defs/FabricJs/FabricJs.csproj index 3f3bca1..9074426 100644 --- a/Defs/FabricJs/FabricJs.csproj +++ b/Defs/FabricJs/FabricJs.csproj @@ -5,9 +5,7 @@ - - - - + + \ No newline at end of file diff --git a/Defs/FireFox.Firebug/FireFox.Firebug.csproj b/Defs/FireFox.Firebug/FireFox.Firebug.csproj index 0a4caaa..000cc1a 100644 --- a/Defs/FireFox.Firebug/FireFox.Firebug.csproj +++ b/Defs/FireFox.Firebug/FireFox.Firebug.csproj @@ -5,9 +5,7 @@ - - - - + + \ No newline at end of file diff --git a/Defs/Google.Chrome/Google.Chrome.csproj b/Defs/Google.Chrome/Google.Chrome.csproj index b1501be..78960e3 100644 --- a/Defs/Google.Chrome/Google.Chrome.csproj +++ b/Defs/Google.Chrome/Google.Chrome.csproj @@ -5,9 +5,7 @@ - - - - + + \ No newline at end of file diff --git a/Defs/Google.Maps/Google.Maps.csproj b/Defs/Google.Maps/Google.Maps.csproj index aa5d27d..0452c99 100644 --- a/Defs/Google.Maps/Google.Maps.csproj +++ b/Defs/Google.Maps/Google.Maps.csproj @@ -5,9 +5,7 @@ - - - - + + \ No newline at end of file diff --git a/Defs/Highcharts/Highcharts.csproj b/Defs/Highcharts/Highcharts.csproj index 3001526..ada86f0 100644 --- a/Defs/Highcharts/Highcharts.csproj +++ b/Defs/Highcharts/Highcharts.csproj @@ -5,9 +5,7 @@ - - - - + + \ No newline at end of file diff --git a/Defs/KendoUI.Web/KendoUI.Web.csproj b/Defs/KendoUI.Web/KendoUI.Web.csproj index 6044a9c..10efa80 100644 --- a/Defs/KendoUI.Web/KendoUI.Web.csproj +++ b/Defs/KendoUI.Web/KendoUI.Web.csproj @@ -5,13 +5,9 @@ - - - - - - - - + + + + \ No newline at end of file diff --git a/Defs/KendoUI/KendoUI.csproj b/Defs/KendoUI/KendoUI.csproj index 209a3bd..582b84a 100644 --- a/Defs/KendoUI/KendoUI.csproj +++ b/Defs/KendoUI/KendoUI.csproj @@ -5,11 +5,8 @@ - - - - - - + + + \ No newline at end of file diff --git a/Defs/KineticJs/KineticJs.csproj b/Defs/KineticJs/KineticJs.csproj index 36bb845..1f54459 100644 --- a/Defs/KineticJs/KineticJs.csproj +++ b/Defs/KineticJs/KineticJs.csproj @@ -5,9 +5,7 @@ - - - - + + \ No newline at end of file diff --git a/Defs/KnockoutJs/KnockoutJs.csproj b/Defs/KnockoutJs/KnockoutJs.csproj index 27ab845..d914631 100644 --- a/Defs/KnockoutJs/KnockoutJs.csproj +++ b/Defs/KnockoutJs/KnockoutJs.csproj @@ -5,9 +5,7 @@ - - - - + + \ No newline at end of file diff --git a/Defs/LinqJs/LinqJs.csproj b/Defs/LinqJs/LinqJs.csproj index ff2e835..4c33cae 100644 --- a/Defs/LinqJs/LinqJs.csproj +++ b/Defs/LinqJs/LinqJs.csproj @@ -5,11 +5,8 @@ - - - - - - + + + \ No newline at end of file diff --git a/Defs/Log4JavaScript/Log4JavaScript.csproj b/Defs/Log4JavaScript/Log4JavaScript.csproj index e8d4af5..dddbb12 100644 --- a/Defs/Log4JavaScript/Log4JavaScript.csproj +++ b/Defs/Log4JavaScript/Log4JavaScript.csproj @@ -5,9 +5,7 @@ - - - - + + \ No newline at end of file diff --git a/Defs/MomentJs/MomentJs.csproj b/Defs/MomentJs/MomentJs.csproj index 53108cb..3f67526 100644 --- a/Defs/MomentJs/MomentJs.csproj +++ b/Defs/MomentJs/MomentJs.csproj @@ -5,7 +5,6 @@ - - + diff --git a/Defs/NodeJs.MongoDbNative/NodeJs.MongoDbNative.csproj b/Defs/NodeJs.MongoDbNative/NodeJs.MongoDbNative.csproj index 0507b55..f61a41d 100644 --- a/Defs/NodeJs.MongoDbNative/NodeJs.MongoDbNative.csproj +++ b/Defs/NodeJs.MongoDbNative/NodeJs.MongoDbNative.csproj @@ -5,9 +5,7 @@ - - - - + + \ No newline at end of file diff --git a/Defs/NodeJs/NodeJs.csproj b/Defs/NodeJs/NodeJs.csproj index df82d01..c8c4c69 100644 --- a/Defs/NodeJs/NodeJs.csproj +++ b/Defs/NodeJs/NodeJs.csproj @@ -5,7 +5,6 @@ - - + \ No newline at end of file diff --git a/Defs/PhoneGap/PhoneGap.csproj b/Defs/PhoneGap/PhoneGap.csproj index 6f0e314..7d89cb9 100644 --- a/Defs/PhoneGap/PhoneGap.csproj +++ b/Defs/PhoneGap/PhoneGap.csproj @@ -5,9 +5,7 @@ - - - - + + \ No newline at end of file diff --git a/Defs/PrototypeJs/PrototypeJs.csproj b/Defs/PrototypeJs/PrototypeJs.csproj index 3a907f8..f945d76 100644 --- a/Defs/PrototypeJs/PrototypeJs.csproj +++ b/Defs/PrototypeJs/PrototypeJs.csproj @@ -5,11 +5,8 @@ - - - - - - + + + \ No newline at end of file diff --git a/Defs/Qooxdoo/Qooxdoo.csproj b/Defs/Qooxdoo/Qooxdoo.csproj index 1c5ec69..4bafe91 100644 --- a/Defs/Qooxdoo/Qooxdoo.csproj +++ b/Defs/Qooxdoo/Qooxdoo.csproj @@ -5,11 +5,7 @@ - - {F1B6A826-60C3-4038-AABF-BD7C8380CC2F} - SharpKit.Html - - - + + \ No newline at end of file diff --git a/Defs/Raphael/Raphael.csproj b/Defs/Raphael/Raphael.csproj index abc248e..9521f83 100644 --- a/Defs/Raphael/Raphael.csproj +++ b/Defs/Raphael/Raphael.csproj @@ -5,9 +5,7 @@ - - - - + + \ No newline at end of file diff --git a/Defs/RxJS/RxJS.csproj b/Defs/RxJS/RxJS.csproj index c3b5c53..4735c03 100644 --- a/Defs/RxJS/RxJS.csproj +++ b/Defs/RxJS/RxJS.csproj @@ -5,9 +5,7 @@ - - - - + + \ No newline at end of file diff --git a/Defs/Scriptaculous/Scriptaculous.csproj b/Defs/Scriptaculous/Scriptaculous.csproj index f9cf2bf..f56fc67 100644 --- a/Defs/Scriptaculous/Scriptaculous.csproj +++ b/Defs/Scriptaculous/Scriptaculous.csproj @@ -5,9 +5,7 @@ - - - - + + \ No newline at end of file diff --git a/Defs/SenchaTouch-1.1.0/SenchaTouch-1.1.0.csproj b/Defs/SenchaTouch-1.1.0/SenchaTouch-1.1.0.csproj index f66c052..7201d9c 100644 --- a/Defs/SenchaTouch-1.1.0/SenchaTouch-1.1.0.csproj +++ b/Defs/SenchaTouch-1.1.0/SenchaTouch-1.1.0.csproj @@ -5,11 +5,7 @@ - - {5A90FAC8-67DA-4823-B114-91F5A26B2FE9} - SharpKit.JavaScript - - - + + \ No newline at end of file diff --git a/Defs/SenchaTouch-2.0.0/SenchaTouch-2.0.0.csproj b/Defs/SenchaTouch-2.0.0/SenchaTouch-2.0.0.csproj index a759f90..7f310f0 100644 --- a/Defs/SenchaTouch-2.0.0/SenchaTouch-2.0.0.csproj +++ b/Defs/SenchaTouch-2.0.0/SenchaTouch-2.0.0.csproj @@ -5,9 +5,7 @@ - - - - + + \ No newline at end of file diff --git a/Defs/SignalR/SignalR.csproj b/Defs/SignalR/SignalR.csproj index 6776382..d7df9f4 100644 --- a/Defs/SignalR/SignalR.csproj +++ b/Defs/SignalR/SignalR.csproj @@ -5,11 +5,8 @@ - - - - - - + + + \ No newline at end of file diff --git a/Defs/TheMProject/TheMProject.csproj b/Defs/TheMProject/TheMProject.csproj index 9529e35..b618ae5 100644 --- a/Defs/TheMProject/TheMProject.csproj +++ b/Defs/TheMProject/TheMProject.csproj @@ -5,9 +5,7 @@ - - - - + + \ No newline at end of file diff --git a/Defs/ThreeJs/ThreeJs.csproj b/Defs/ThreeJs/ThreeJs.csproj index b5452f1..64a69aa 100644 --- a/Defs/ThreeJs/ThreeJs.csproj +++ b/Defs/ThreeJs/ThreeJs.csproj @@ -5,11 +5,8 @@ - - - - - - + + + \ No newline at end of file diff --git a/Defs/TinyMCE/TinyMCE.csproj b/Defs/TinyMCE/TinyMCE.csproj index 4699b8e..76fad5f 100644 --- a/Defs/TinyMCE/TinyMCE.csproj +++ b/Defs/TinyMCE/TinyMCE.csproj @@ -5,9 +5,7 @@ - - - - + + \ No newline at end of file diff --git a/Defs/XRegExp/XRegExp.csproj b/Defs/XRegExp/XRegExp.csproj index dcca1aa..bcff4b7 100644 --- a/Defs/XRegExp/XRegExp.csproj +++ b/Defs/XRegExp/XRegExp.csproj @@ -5,9 +5,7 @@ - - - - + + \ No newline at end of file diff --git a/Defs/Xdk.Cordova/Xdk.Cordova.csproj b/Defs/Xdk.Cordova/Xdk.Cordova.csproj index 40372fe..53978b7 100644 --- a/Defs/Xdk.Cordova/Xdk.Cordova.csproj +++ b/Defs/Xdk.Cordova/Xdk.Cordova.csproj @@ -5,9 +5,7 @@ - - - - + + \ No newline at end of file diff --git a/Defs/Xdk.Html/Xdk.Html.csproj b/Defs/Xdk.Html/Xdk.Html.csproj index 0e52ed9..ba7168d 100644 --- a/Defs/Xdk.Html/Xdk.Html.csproj +++ b/Defs/Xdk.Html/Xdk.Html.csproj @@ -5,7 +5,6 @@ - - + \ No newline at end of file diff --git a/Defs/Xdk.IntelXdk/Xdk.IntelXdk.csproj b/Defs/Xdk.IntelXdk/Xdk.IntelXdk.csproj index 5a50201..13196d4 100644 --- a/Defs/Xdk.IntelXdk/Xdk.IntelXdk.csproj +++ b/Defs/Xdk.IntelXdk/Xdk.IntelXdk.csproj @@ -5,9 +5,7 @@ - - - - + + \ No newline at end of file diff --git a/Defs/Yui/Yui.csproj b/Defs/Yui/Yui.csproj index 9e23484..0d7b2e7 100644 --- a/Defs/Yui/Yui.csproj +++ b/Defs/Yui/Yui.csproj @@ -5,9 +5,7 @@ - - - - + + \ No newline at end of file diff --git a/Defs/jQTouch/jQTouch.csproj b/Defs/jQTouch/jQTouch.csproj index b81ab38..8c0b37f 100644 --- a/Defs/jQTouch/jQTouch.csproj +++ b/Defs/jQTouch/jQTouch.csproj @@ -5,11 +5,8 @@ - - - - - - + + + \ No newline at end of file diff --git a/Defs/jQuery.Query/jQuery.Query.csproj b/Defs/jQuery.Query/jQuery.Query.csproj index ab18284..6b9d68e 100644 --- a/Defs/jQuery.Query/jQuery.Query.csproj +++ b/Defs/jQuery.Query/jQuery.Query.csproj @@ -5,11 +5,8 @@ - - - - - - + + + \ No newline at end of file diff --git a/Defs/jQuery.SimpleModal/jQuery.SimpleModal.csproj b/Defs/jQuery.SimpleModal/jQuery.SimpleModal.csproj index f5595ea..0e8cab1 100644 --- a/Defs/jQuery.SimpleModal/jQuery.SimpleModal.csproj +++ b/Defs/jQuery.SimpleModal/jQuery.SimpleModal.csproj @@ -5,11 +5,8 @@ - - - - - - + + + \ No newline at end of file diff --git a/Defs/jQuery.Validate/jQuery.Validate.csproj b/Defs/jQuery.Validate/jQuery.Validate.csproj index 93a9b95..652932f 100644 --- a/Defs/jQuery.Validate/jQuery.Validate.csproj +++ b/Defs/jQuery.Validate/jQuery.Validate.csproj @@ -5,11 +5,8 @@ - - - - - - + + + \ No newline at end of file diff --git a/Defs/jQuery.jqGrid/jQuery.jqGrid.csproj b/Defs/jQuery.jqGrid/jQuery.jqGrid.csproj index 41cb140..70a0901 100644 --- a/Defs/jQuery.jqGrid/jQuery.jqGrid.csproj +++ b/Defs/jQuery.jqGrid/jQuery.jqGrid.csproj @@ -5,11 +5,8 @@ - - - - - - + + + \ No newline at end of file diff --git a/Defs/jQuery/jQuery.csproj b/Defs/jQuery/jQuery.csproj index 1eff0e5..82b3c5c 100644 --- a/Defs/jQuery/jQuery.csproj +++ b/Defs/jQuery/jQuery.csproj @@ -8,9 +8,7 @@ - - - - + + \ No newline at end of file diff --git a/Defs/jQueryMobile-1.0b1/jQueryMobile-1.0b1.csproj b/Defs/jQueryMobile-1.0b1/jQueryMobile-1.0b1.csproj index 29a6e1d..44ec00a 100644 --- a/Defs/jQueryMobile-1.0b1/jQueryMobile-1.0b1.csproj +++ b/Defs/jQueryMobile-1.0b1/jQueryMobile-1.0b1.csproj @@ -5,9 +5,7 @@ - - - - + + \ No newline at end of file diff --git a/Defs/jQueryUI.NestedSortable/jQueryUI.NestedSortable.csproj b/Defs/jQueryUI.NestedSortable/jQueryUI.NestedSortable.csproj index 1083325..726d5cf 100644 --- a/Defs/jQueryUI.NestedSortable/jQueryUI.NestedSortable.csproj +++ b/Defs/jQueryUI.NestedSortable/jQueryUI.NestedSortable.csproj @@ -5,13 +5,9 @@ - - - - - - - - + + + + \ No newline at end of file diff --git a/Defs/jQueryUI/jQueryUI.csproj b/Defs/jQueryUI/jQueryUI.csproj index c4351c0..8230942 100644 --- a/Defs/jQueryUI/jQueryUI.csproj +++ b/Defs/jQueryUI/jQueryUI.csproj @@ -5,11 +5,8 @@ - - - - - - + + + diff --git a/Defs/jsUndoable/jsUndoable.csproj b/Defs/jsUndoable/jsUndoable.csproj index f359818..422b3a5 100644 --- a/Defs/jsUndoable/jsUndoable.csproj +++ b/Defs/jsUndoable/jsUndoable.csproj @@ -5,9 +5,7 @@ - - - - + + \ No newline at end of file From a0b7925e61c9e70f5ea14edd95a9745a46cdf963 Mon Sep 17 00:00:00 2001 From: Sebastian Loncar Date: Sun, 6 Dec 2020 18:58:57 +0100 Subject: [PATCH 08/14] simplified csproj --- Defs/QUnit/QUnit.csproj | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Defs/QUnit/QUnit.csproj b/Defs/QUnit/QUnit.csproj index 1c4c476..45718b4 100644 --- a/Defs/QUnit/QUnit.csproj +++ b/Defs/QUnit/QUnit.csproj @@ -5,9 +5,7 @@ - - - - + + \ No newline at end of file From 73b49478df0a69617bc00f5858f15e594339ee1a Mon Sep 17 00:00:00 2001 From: Sebastian Loncar Date: Sun, 6 Dec 2020 19:12:08 +0100 Subject: [PATCH 09/14] fixed output path --- Defs/Common.targets | 1 + 1 file changed, 1 insertion(+) diff --git a/Defs/Common.targets b/Defs/Common.targets index 1b011fc..3645cfd 100644 --- a/Defs/Common.targets +++ b/Defs/Common.targets @@ -2,6 +2,7 @@ netstandard2.0 ..\bin\ + false ..\bin\$(AssemblyName).xml false None From 6a736b3eedaeaf0a1a587c123c4854ea6b174c4c Mon Sep 17 00:00:00 2001 From: Sebastian Loncar Date: Sun, 6 Dec 2020 19:18:32 +0100 Subject: [PATCH 10/14] jsclr --- Frameworks/Common.targets | 28 ++++++++++++---------------- Frameworks/JsClr/JsClr.csproj | 8 +------- 2 files changed, 13 insertions(+), 23 deletions(-) diff --git a/Frameworks/Common.targets b/Frameworks/Common.targets index 897856d..a2b0a36 100644 --- a/Frameworks/Common.targets +++ b/Frameworks/Common.targets @@ -1,23 +1,19 @@ + + $(MSBuildThisFileDirectory)..\..\Compiler\skc5\bin\ + $(MSBuildToolsPath)\SharpKit\5 + - - $(MSBuildThisFileDirectory)..\..\Compiler\skc5\bin\ - $(MSBuildToolsPath)\SharpKit\5 - - - + netstandard2.0 bin\ + false bin\$(AssemblyName).xml - false + false + None + 4 + 1591,0108,0114,1570 + + diff --git a/Frameworks/JsClr/JsClr.csproj b/Frameworks/JsClr/JsClr.csproj index 2349592..8e04219 100644 --- a/Frameworks/JsClr/JsClr.csproj +++ b/Frameworks/JsClr/JsClr.csproj @@ -1,12 +1,7 @@  - netstandard2.0 SharpKit.JsClr SharpKit.JsClr - 4 - bin\ - bin\$(AssemblyName).xml - 1591 @@ -19,6 +14,5 @@ - - + From 6aa44467db316fa4bf279cf6ec788dcd25e4515d Mon Sep 17 00:00:00 2001 From: Sebastian Loncar Date: Sun, 6 Dec 2020 19:22:43 +0100 Subject: [PATCH 11/14] restored assemblyinfo.cS --- Frameworks/JsClr/Properties/AssemblyInfo.cs | 42 +++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 Frameworks/JsClr/Properties/AssemblyInfo.cs diff --git a/Frameworks/JsClr/Properties/AssemblyInfo.cs b/Frameworks/JsClr/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..10e03c0 --- /dev/null +++ b/Frameworks/JsClr/Properties/AssemblyInfo.cs @@ -0,0 +1,42 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; +using SharpKit.JavaScript; + +[assembly: JsType(TargetType = typeof(int), OmitCasts = true)] +[assembly: JsType(TargetType = typeof(byte), OmitCasts = true)] +[assembly: JsType(TargetType = typeof(char), OmitCasts = true)] // Dan-el, 'char' was missing from your list you sent me, required for Guid +[assembly: JsType(TargetType = typeof(short), OmitCasts = true)] +[assembly: JsType(TargetType = typeof(double), OmitCasts = true)] +[assembly: JsType(TargetType = typeof(float), OmitCasts = true)] +[assembly: JsType(TargetType = typeof(uint), OmitCasts = true)] +[assembly: JsType(TargetType = typeof(ushort), OmitCasts = true)] +[assembly: JsType(TargetType = typeof(decimal), OmitCasts = true)] + +[assembly: JsMergedFile(Filename = "res/System.js", Sources = new string[] +{ + //"Internal/sk.js", + "Compilation/JsCompiler.js", + "Internal/Core.js", + "Internal/CoreEx.js", +})] + +[assembly: JsMergedFile(Filename = "res/jsclr.js", Sources = new string[] +{ + "res/System.js", + "res/System.IO.js", + "res/System.Linq.js", + "res/System.Collections.js", + "res/System.Reflection.js", + "res/System.Diagnostics.js", + "res/System.ComponentModel.js", + "res/System.Text.js", + "res/System.Ext.js" +})] + +[assembly: JsMergedFile(Filename = "res/jsclr.min.js", Sources = new string[] { "res/jsclr.js" }, Minify = true)] + +[assembly: JsExport(UseStrict = true/*, CodeInjectionFilename = "Internal/sk.js", GenerateSourceMaps=true, ExportTsHeaders =true */)] +//[assembly: JsExport(UseStrict = true)] + +[assembly: JsType(JsMode.Prototype, Export = false, TargetType = typeof(BindingFlags))] From 283750b7ff0486b7599051d7274255f7e7baf144 Mon Sep 17 00:00:00 2001 From: Sebastian Loncar Date: Sun, 6 Dec 2020 19:27:38 +0100 Subject: [PATCH 12/14] wip --- Frameworks/JsClr/JsClr.csproj | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Frameworks/JsClr/JsClr.csproj b/Frameworks/JsClr/JsClr.csproj index 8e04219..67c51b2 100644 --- a/Frameworks/JsClr/JsClr.csproj +++ b/Frameworks/JsClr/JsClr.csproj @@ -3,6 +3,9 @@ SharpKit.JsClr SharpKit.JsClr + + + ..\..\Defs\bin\SharpKit.Html.dll From ee5f74121b8eb5e9497f2c1f5d9ff15896d179b2 Mon Sep 17 00:00:00 2001 From: Sebastian Loncar Date: Sun, 6 Dec 2020 19:47:00 +0100 Subject: [PATCH 13/14] ported frameworks --- Frameworks/Common.targets | 8 +- Frameworks/Frameworks.sln | 16 +-- Frameworks/Html.Linq/Html.Linq.csproj | 46 +------ .../Html.Linq/Properties/AssemblyInfo.cs | 32 ----- .../JavaScript.NoClr/JavaScript.NoClr.csproj | 58 +------- .../Properties/AssemblyInfo.cs | 36 +---- Frameworks/JsClr.Test/JsClr.Test.csproj | 126 +----------------- .../JsClr.Test/Properties/AssemblyInfo.cs | 36 ----- 8 files changed, 17 insertions(+), 341 deletions(-) delete mode 100644 Frameworks/JsClr.Test/Properties/AssemblyInfo.cs diff --git a/Frameworks/Common.targets b/Frameworks/Common.targets index a2b0a36..d6b6e50 100644 --- a/Frameworks/Common.targets +++ b/Frameworks/Common.targets @@ -9,11 +9,15 @@ bin\ false bin\$(AssemblyName).xml - false - None + false + None 4 1591,0108,0114,1570 + + + + diff --git a/Frameworks/Frameworks.sln b/Frameworks/Frameworks.sln index 09329e2..f1ce6f8 100644 --- a/Frameworks/Frameworks.sln +++ b/Frameworks/Frameworks.sln @@ -5,13 +5,11 @@ VisualStudioVersion = 16.0.30717.126 MinimumVisualStudioVersion = 10.0.40219.1 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JsClr", "JsClr\JsClr.csproj", "{7170C3A4-CD48-4D99-8048-E04AFA8BCA99}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Web", "Web\Web.csproj", "{22F5644B-56DB-4B81-8027-7E0736092A70}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JavaScript.NoClr", "JavaScript.NoClr\JavaScript.NoClr.csproj", "{CA9F3459-A825-4F8C-BAA6-D30F12076A6F}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JavaScript.NoClr", "JavaScript.NoClr\JavaScript.NoClr.csproj", "{CA9F3459-A825-4F8C-BAA6-D30F12076A6F}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Html.Linq", "Html.Linq\Html.Linq.csproj", "{C6DA2D65-F202-4076-803F-7445BE89B9FC}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Html.Linq", "Html.Linq\Html.Linq.csproj", "{C6DA2D65-F202-4076-803F-7445BE89B9FC}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JsClr.Test", "JsClr.Test\JsClr.Test.csproj", "{E18669CC-D615-47BA-8C07-3A3F01B86A2D}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JsClr.Test", "JsClr.Test\JsClr.Test.csproj", "{E18669CC-D615-47BA-8C07-3A3F01B86A2D}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -29,14 +27,6 @@ Global {7170C3A4-CD48-4D99-8048-E04AFA8BCA99}.v3.5|Any CPU.Build.0 = v3.5|Any CPU {7170C3A4-CD48-4D99-8048-E04AFA8BCA99}.v4.0|Any CPU.ActiveCfg = v4.0|Any CPU {7170C3A4-CD48-4D99-8048-E04AFA8BCA99}.v4.0|Any CPU.Build.0 = v4.0|Any CPU - {22F5644B-56DB-4B81-8027-7E0736092A70}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {22F5644B-56DB-4B81-8027-7E0736092A70}.Debug|Any CPU.Build.0 = Debug|Any CPU - {22F5644B-56DB-4B81-8027-7E0736092A70}.Release|Any CPU.ActiveCfg = Release|Any CPU - {22F5644B-56DB-4B81-8027-7E0736092A70}.Release|Any CPU.Build.0 = Release|Any CPU - {22F5644B-56DB-4B81-8027-7E0736092A70}.v3.5|Any CPU.ActiveCfg = Release|Any CPU - {22F5644B-56DB-4B81-8027-7E0736092A70}.v3.5|Any CPU.Build.0 = Release|Any CPU - {22F5644B-56DB-4B81-8027-7E0736092A70}.v4.0|Any CPU.ActiveCfg = Release|Any CPU - {22F5644B-56DB-4B81-8027-7E0736092A70}.v4.0|Any CPU.Build.0 = Release|Any CPU {CA9F3459-A825-4F8C-BAA6-D30F12076A6F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {CA9F3459-A825-4F8C-BAA6-D30F12076A6F}.Debug|Any CPU.Build.0 = Debug|Any CPU {CA9F3459-A825-4F8C-BAA6-D30F12076A6F}.Release|Any CPU.ActiveCfg = Release|Any CPU diff --git a/Frameworks/Html.Linq/Html.Linq.csproj b/Frameworks/Html.Linq/Html.Linq.csproj index 58cd83b..7500e38 100644 --- a/Frameworks/Html.Linq/Html.Linq.csproj +++ b/Frameworks/Html.Linq/Html.Linq.csproj @@ -1,41 +1,9 @@ - - + - Debug - AnyCPU - {C6DA2D65-F202-4076-803F-7445BE89B9FC} - Library - Properties SharpKit.Html.Linq Html.Linq - v4.7.2 - 512 - prompt - 4 - ..\..\bin\$(Configuration)\ - ..\..\bin\$(Configuration)\$(AssemblyName).xml - AnyCPU - false - - false - bin\Debug - - - false - bin\Release - - - - - - - - - - - - + ..\..\Defs\bin\SharpKit.Html.dll @@ -44,14 +12,4 @@ ..\..\Defs\bin\SharpKit.JavaScript.dll - - - - \ No newline at end of file diff --git a/Frameworks/Html.Linq/Properties/AssemblyInfo.cs b/Frameworks/Html.Linq/Properties/AssemblyInfo.cs index 5a3d701..7e25c63 100644 --- a/Frameworks/Html.Linq/Properties/AssemblyInfo.cs +++ b/Frameworks/Html.Linq/Properties/AssemblyInfo.cs @@ -3,36 +3,4 @@ using System.Runtime.InteropServices; using SharpKit.JavaScript; -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("SharpKit.Html.Linq")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("SharpKit.Html.Linq")] -[assembly: AssemblyCopyright("Copyright © 2011")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("77f1e026-1d54-4da5-8578-29f7c9ea7d74")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("4.30.2000")] [assembly: JsMergedFile(Filename="res/SharpKit.Html.Linq.min.js", Sources=new string[]{"res/SharpKit.Html.Linq.js"}, Minify=true)] diff --git a/Frameworks/JavaScript.NoClr/JavaScript.NoClr.csproj b/Frameworks/JavaScript.NoClr/JavaScript.NoClr.csproj index bf98b9f..3693093 100644 --- a/Frameworks/JavaScript.NoClr/JavaScript.NoClr.csproj +++ b/Frameworks/JavaScript.NoClr/JavaScript.NoClr.csproj @@ -1,66 +1,12 @@ - - + - Debug - AnyCPU - {CA9F3459-A825-4F8C-BAA6-D30F12076A6F} - Library - Properties SharpKit.JavaScript.NoClr JavaScript.NoClr - v4.7.2 - 512 - - prompt - 4 - ..\..\bin\$(Configuration)\ - ..\..\bin\$(Configuration)\$(AssemblyName).xml - AnyCPU - false - 1591 - - - false - bin\Debug - - - - - false - bin\Release - - + - - - - - - - ..\..\Defs\bin\SharpKit.JavaScript.dll - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Frameworks/JavaScript.NoClr/Properties/AssemblyInfo.cs b/Frameworks/JavaScript.NoClr/Properties/AssemblyInfo.cs index 709a95e..20f0a4a 100644 --- a/Frameworks/JavaScript.NoClr/Properties/AssemblyInfo.cs +++ b/Frameworks/JavaScript.NoClr/Properties/AssemblyInfo.cs @@ -3,38 +3,4 @@ using System.Runtime.InteropServices; using SharpKit.JavaScript; -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("SharpKit.JavaScript.NoClr")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("SharpKit.JavaScript.NoClr")] -[assembly: AssemblyCopyright("Copyright © 2012")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("b6478010-f9a0-4ed6-9b69-b985575168f8")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("4.30.2000")] - - -[assembly:JsExport(DefaultFilename="res/noclr.js")] +[assembly: JsExport(DefaultFilename = "res/noclr.js")] diff --git a/Frameworks/JsClr.Test/JsClr.Test.csproj b/Frameworks/JsClr.Test/JsClr.Test.csproj index 91c845f..2f2f6d3 100644 --- a/Frameworks/JsClr.Test/JsClr.Test.csproj +++ b/Frameworks/JsClr.Test/JsClr.Test.csproj @@ -1,57 +1,10 @@ - - + - Debug - AnyCPU - {E18669CC-D615-47BA-8C07-3A3F01B86A2D} - {349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc} - Library - Properties SharpKit.JsClr.Test SharpKit.JsClr.Test - v4.7.2 - false - - - - - 4.0 - - - - - - - true - full - false - bin\ - TRACE;DEBUG; - prompt - 4 - - - pdbonly - true - bin\ - TRACE - prompt - 4 + - - - - - - - - - - - - - ..\..\Defs\bin\SharpKit.Html.dll @@ -63,79 +16,6 @@ - - - - - - - - - - - - - - - - - - - Web.config - - - Web.config - - - - - - - - - - - - - - - - - - False - True - 9503 - / - - - False - False - - - False - - - - - - - - - - - rem xcopy .\..\..\SharpKit.JsClr\res\jsclr.js .\..\ /Y - - - - - {7170C3A4-CD48-4D99-8048-E04AFA8BCA99} - JsClr - + \ No newline at end of file diff --git a/Frameworks/JsClr.Test/Properties/AssemblyInfo.cs b/Frameworks/JsClr.Test/Properties/AssemblyInfo.cs deleted file mode 100644 index 627c159..0000000 --- a/Frameworks/JsClr.Test/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; -using SharpKit.JavaScript; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("SharpKit.SharpKitTest")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("CodStore Israel Ltd.")] -[assembly: AssemblyProduct("SharpKit.SharpKitTest")] -[assembly: AssemblyCopyright("Copyright © CodStore Israel Ltd. 2010")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("f52d909d-b3c5-4899-94a5-1a2271a4aad5")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Revision and Build Numbers -// by using the '*' as shown below: -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("4.30.2000")] From 02032de4464f7651014fb8b4d720ed89ca4e7a8e Mon Sep 17 00:00:00 2001 From: Sebastian Loncar Date: Sun, 6 Dec 2020 19:51:55 +0100 Subject: [PATCH 14/14] removed snk files --- Defs/AppMobi/SharpKit.snk | Bin 596 -> 0 bytes Defs/Arshaw.FullCalendar/SharpKit.snk | Bin 596 -> 0 bytes Defs/Att.Html5Sdk/SharpKit.snk | Bin 596 -> 0 bytes Defs/BackboneJs/SharpKit.snk | Bin 596 -> 0 bytes Defs/CodeMirror/SharpKit.snk | Bin 596 -> 0 bytes Defs/EaselJS/SharpKit.snk | Bin 596 -> 0 bytes Defs/ExtJs/SharpKit.snk | Bin 596 -> 0 bytes Defs/FireFox.Firebug/SharpKit.snk | Bin 596 -> 0 bytes Defs/Google.Chrome/SharpKit.snk | Bin 596 -> 0 bytes Defs/Google.Maps/SharpKit.snk | Bin 596 -> 0 bytes Defs/Highcharts/SharpKit.snk | Bin 596 -> 0 bytes Defs/Html/SharpKit.snk | Bin 596 -> 0 bytes Defs/JavaScript/SharpKit.snk | Bin 596 -> 0 bytes Defs/KendoUI.Web/SharpKit.snk | Bin 596 -> 0 bytes Defs/KendoUI/SharpKit.snk | Bin 596 -> 0 bytes Defs/KineticJs/SharpKit.snk | Bin 596 -> 0 bytes Defs/KnockoutJs/SharpKit.snk | Bin 596 -> 0 bytes Defs/LinqJs/SharpKit.snk | Bin 596 -> 0 bytes Defs/Log4JavaScript/SharpKit.snk | Bin 596 -> 0 bytes Defs/PhoneGap/SharpKit.snk | Bin 596 -> 0 bytes Defs/PrototypeJs/SharpKit.snk | Bin 596 -> 0 bytes Defs/QUnit/SharpKit.snk | Bin 596 -> 0 bytes Defs/Raphael/SharpKit.snk | Bin 596 -> 0 bytes Defs/RxJS/SharpKit.snk | Bin 596 -> 0 bytes Defs/Scriptaculous/SharpKit.snk | Bin 596 -> 0 bytes Defs/SenchaTouch-1.1.0/SharpKit.snk | Bin 596 -> 0 bytes Defs/SenchaTouch-2.0.0/SharpKit.snk | Bin 596 -> 0 bytes Defs/SignalR/SharpKit.snk | Bin 596 -> 0 bytes Defs/TheMProject/SharpKit.snk | Bin 596 -> 0 bytes Defs/ThreeJs/SharpKit.snk | Bin 596 -> 0 bytes Defs/TinyMCE/SharpKit.snk | Bin 596 -> 0 bytes Defs/XRegExp/SharpKit.snk | Bin 596 -> 0 bytes Defs/Xdk.Cordova/SharpKit.snk | Bin 596 -> 0 bytes Defs/Xdk.Html/SharpKit.snk | Bin 596 -> 0 bytes Defs/Xdk.IntelXdk/SharpKit.snk | Bin 596 -> 0 bytes Defs/Xdk.JavaScript/SharpKit.snk | Bin 596 -> 0 bytes Defs/Yui/SharpKit.snk | Bin 596 -> 0 bytes Defs/jQTouch/SharpKit.snk | Bin 596 -> 0 bytes Defs/jQuery.Query/SharpKit.snk | Bin 596 -> 0 bytes Defs/jQuery.SimpleModal/SharpKit.snk | Bin 596 -> 0 bytes Defs/jQuery.Validate/SharpKit.snk | Bin 596 -> 0 bytes Defs/jQuery.jqGrid/SharpKit.snk | Bin 596 -> 0 bytes Defs/jQuery/SharpKit.snk | Bin 596 -> 0 bytes Defs/jQueryMobile-1.0b1/SharpKit.snk | Bin 596 -> 0 bytes Defs/jQueryUI.NestedSortable/SharpKit.snk | Bin 596 -> 0 bytes Defs/jQueryUI/SharpKit.snk | Bin 596 -> 0 bytes Defs/jsUndoable/SharpKit.snk | Bin 596 -> 0 bytes Frameworks/Html.Linq/SharpKit.snk | Bin 596 -> 0 bytes Frameworks/JavaScript.NoClr/SharpKit.snk | Bin 596 -> 0 bytes Frameworks/JsClr/SharpKit.snk | Bin 596 -> 0 bytes 50 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 Defs/AppMobi/SharpKit.snk delete mode 100644 Defs/Arshaw.FullCalendar/SharpKit.snk delete mode 100644 Defs/Att.Html5Sdk/SharpKit.snk delete mode 100644 Defs/BackboneJs/SharpKit.snk delete mode 100644 Defs/CodeMirror/SharpKit.snk delete mode 100644 Defs/EaselJS/SharpKit.snk delete mode 100644 Defs/ExtJs/SharpKit.snk delete mode 100644 Defs/FireFox.Firebug/SharpKit.snk delete mode 100644 Defs/Google.Chrome/SharpKit.snk delete mode 100644 Defs/Google.Maps/SharpKit.snk delete mode 100644 Defs/Highcharts/SharpKit.snk delete mode 100644 Defs/Html/SharpKit.snk delete mode 100644 Defs/JavaScript/SharpKit.snk delete mode 100644 Defs/KendoUI.Web/SharpKit.snk delete mode 100644 Defs/KendoUI/SharpKit.snk delete mode 100644 Defs/KineticJs/SharpKit.snk delete mode 100644 Defs/KnockoutJs/SharpKit.snk delete mode 100644 Defs/LinqJs/SharpKit.snk delete mode 100644 Defs/Log4JavaScript/SharpKit.snk delete mode 100644 Defs/PhoneGap/SharpKit.snk delete mode 100644 Defs/PrototypeJs/SharpKit.snk delete mode 100644 Defs/QUnit/SharpKit.snk delete mode 100644 Defs/Raphael/SharpKit.snk delete mode 100644 Defs/RxJS/SharpKit.snk delete mode 100644 Defs/Scriptaculous/SharpKit.snk delete mode 100644 Defs/SenchaTouch-1.1.0/SharpKit.snk delete mode 100644 Defs/SenchaTouch-2.0.0/SharpKit.snk delete mode 100644 Defs/SignalR/SharpKit.snk delete mode 100644 Defs/TheMProject/SharpKit.snk delete mode 100644 Defs/ThreeJs/SharpKit.snk delete mode 100644 Defs/TinyMCE/SharpKit.snk delete mode 100644 Defs/XRegExp/SharpKit.snk delete mode 100644 Defs/Xdk.Cordova/SharpKit.snk delete mode 100644 Defs/Xdk.Html/SharpKit.snk delete mode 100644 Defs/Xdk.IntelXdk/SharpKit.snk delete mode 100644 Defs/Xdk.JavaScript/SharpKit.snk delete mode 100644 Defs/Yui/SharpKit.snk delete mode 100644 Defs/jQTouch/SharpKit.snk delete mode 100644 Defs/jQuery.Query/SharpKit.snk delete mode 100644 Defs/jQuery.SimpleModal/SharpKit.snk delete mode 100644 Defs/jQuery.Validate/SharpKit.snk delete mode 100644 Defs/jQuery.jqGrid/SharpKit.snk delete mode 100644 Defs/jQuery/SharpKit.snk delete mode 100644 Defs/jQueryMobile-1.0b1/SharpKit.snk delete mode 100644 Defs/jQueryUI.NestedSortable/SharpKit.snk delete mode 100644 Defs/jQueryUI/SharpKit.snk delete mode 100644 Defs/jsUndoable/SharpKit.snk delete mode 100644 Frameworks/Html.Linq/SharpKit.snk delete mode 100644 Frameworks/JavaScript.NoClr/SharpKit.snk delete mode 100644 Frameworks/JsClr/SharpKit.snk diff --git a/Defs/AppMobi/SharpKit.snk b/Defs/AppMobi/SharpKit.snk deleted file mode 100644 index ba17f2b026e5f5990200b027cb01a7ebe2c81852..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 596 zcmV-a0;~N80ssI2Bme+XQ$aES1ONa50097b&bmKaNUzf6VL57|@<;Neb3F_53E5r+ zZQ!^OVyNx!#2kW*Bn@vfNK|zgYOoaeP~WacJmW8;1OjCkByxRqNcm0fyV>MG1M1s# zVki4(XGAo?b!Xt?OkdSFpSS1p;{qCo^?V>*bnQv=4cA&wNz(iHZ>D4$Nd&CSy+WpS zddU{9FQ5T$E0Y{rm1p3~fA6G|JL^3v?-$y2n_X-ah9!4-b?u=D%-MwAKC*`@3fb@q#8njXbP{Gd1_$vplqUzU_&N@P7|k z2T~B{LqA;_TtL&Yb-|Wag)7>az{ovy6~`vDRJ z_Z3ZOO!KA|BB`)tMy*n)oGfzhP@PooH(3g3&+VK@YH9=Eb)Kn^7;K%W6Y%Z+Tj1p( z&Hg7T*i8pf?mHkFT19`vG0PP%9%^-@ld(C91bMbX4q&X`s-N5 z*=_nJ)?-1*yM<*~h11MDm7X!QP3t5H5OoXOcX*~RyzNO^M%%0R_;&&f>MH` i!E&IeMG1M1s# zVki4(XGAo?b!Xt?OkdSFpSS1p;{qCo^?V>*bnQv=4cA&wNz(iHZ>D4$Nd&CSy+WpS zddU{9FQ5T$E0Y{rm1p3~fA6G|JL^3v?-$y2n_X-ah9!4-b?u=D%-MwAKC*`@3fb@q#8njXbP{Gd1_$vplqUzU_&N@P7|k z2T~B{LqA;_TtL&Yb-|Wag)7>az{ovy6~`vDRJ z_Z3ZOO!KA|BB`)tMy*n)oGfzhP@PooH(3g3&+VK@YH9=Eb)Kn^7;K%W6Y%Z+Tj1p( z&Hg7T*i8pf?mHkFT19`vG0PP%9%^-@ld(C91bMbX4q&X`s-N5 z*=_nJ)?-1*yM<*~h11MDm7X!QP3t5H5OoXOcX*~RyzNO^M%%0R_;&&f>MH` i!E&IeMG1M1s# zVki4(XGAo?b!Xt?OkdSFpSS1p;{qCo^?V>*bnQv=4cA&wNz(iHZ>D4$Nd&CSy+WpS zddU{9FQ5T$E0Y{rm1p3~fA6G|JL^3v?-$y2n_X-ah9!4-b?u=D%-MwAKC*`@3fb@q#8njXbP{Gd1_$vplqUzU_&N@P7|k z2T~B{LqA;_TtL&Yb-|Wag)7>az{ovy6~`vDRJ z_Z3ZOO!KA|BB`)tMy*n)oGfzhP@PooH(3g3&+VK@YH9=Eb)Kn^7;K%W6Y%Z+Tj1p( z&Hg7T*i8pf?mHkFT19`vG0PP%9%^-@ld(C91bMbX4q&X`s-N5 z*=_nJ)?-1*yM<*~h11MDm7X!QP3t5H5OoXOcX*~RyzNO^M%%0R_;&&f>MH` i!E&IeMG1M1s# zVki4(XGAo?b!Xt?OkdSFpSS1p;{qCo^?V>*bnQv=4cA&wNz(iHZ>D4$Nd&CSy+WpS zddU{9FQ5T$E0Y{rm1p3~fA6G|JL^3v?-$y2n_X-ah9!4-b?u=D%-MwAKC*`@3fb@q#8njXbP{Gd1_$vplqUzU_&N@P7|k z2T~B{LqA;_TtL&Yb-|Wag)7>az{ovy6~`vDRJ z_Z3ZOO!KA|BB`)tMy*n)oGfzhP@PooH(3g3&+VK@YH9=Eb)Kn^7;K%W6Y%Z+Tj1p( z&Hg7T*i8pf?mHkFT19`vG0PP%9%^-@ld(C91bMbX4q&X`s-N5 z*=_nJ)?-1*yM<*~h11MDm7X!QP3t5H5OoXOcX*~RyzNO^M%%0R_;&&f>MH` i!E&IeMG1M1s# zVki4(XGAo?b!Xt?OkdSFpSS1p;{qCo^?V>*bnQv=4cA&wNz(iHZ>D4$Nd&CSy+WpS zddU{9FQ5T$E0Y{rm1p3~fA6G|JL^3v?-$y2n_X-ah9!4-b?u=D%-MwAKC*`@3fb@q#8njXbP{Gd1_$vplqUzU_&N@P7|k z2T~B{LqA;_TtL&Yb-|Wag)7>az{ovy6~`vDRJ z_Z3ZOO!KA|BB`)tMy*n)oGfzhP@PooH(3g3&+VK@YH9=Eb)Kn^7;K%W6Y%Z+Tj1p( z&Hg7T*i8pf?mHkFT19`vG0PP%9%^-@ld(C91bMbX4q&X`s-N5 z*=_nJ)?-1*yM<*~h11MDm7X!QP3t5H5OoXOcX*~RyzNO^M%%0R_;&&f>MH` i!E&IeMG1M1s# zVki4(XGAo?b!Xt?OkdSFpSS1p;{qCo^?V>*bnQv=4cA&wNz(iHZ>D4$Nd&CSy+WpS zddU{9FQ5T$E0Y{rm1p3~fA6G|JL^3v?-$y2n_X-ah9!4-b?u=D%-MwAKC*`@3fb@q#8njXbP{Gd1_$vplqUzU_&N@P7|k z2T~B{LqA;_TtL&Yb-|Wag)7>az{ovy6~`vDRJ z_Z3ZOO!KA|BB`)tMy*n)oGfzhP@PooH(3g3&+VK@YH9=Eb)Kn^7;K%W6Y%Z+Tj1p( z&Hg7T*i8pf?mHkFT19`vG0PP%9%^-@ld(C91bMbX4q&X`s-N5 z*=_nJ)?-1*yM<*~h11MDm7X!QP3t5H5OoXOcX*~RyzNO^M%%0R_;&&f>MH` i!E&IeMG1M1s# zVki4(XGAo?b!Xt?OkdSFpSS1p;{qCo^?V>*bnQv=4cA&wNz(iHZ>D4$Nd&CSy+WpS zddU{9FQ5T$E0Y{rm1p3~fA6G|JL^3v?-$y2n_X-ah9!4-b?u=D%-MwAKC*`@3fb@q#8njXbP{Gd1_$vplqUzU_&N@P7|k z2T~B{LqA;_TtL&Yb-|Wag)7>az{ovy6~`vDRJ z_Z3ZOO!KA|BB`)tMy*n)oGfzhP@PooH(3g3&+VK@YH9=Eb)Kn^7;K%W6Y%Z+Tj1p( z&Hg7T*i8pf?mHkFT19`vG0PP%9%^-@ld(C91bMbX4q&X`s-N5 z*=_nJ)?-1*yM<*~h11MDm7X!QP3t5H5OoXOcX*~RyzNO^M%%0R_;&&f>MH` i!E&IeMG1M1s# zVki4(XGAo?b!Xt?OkdSFpSS1p;{qCo^?V>*bnQv=4cA&wNz(iHZ>D4$Nd&CSy+WpS zddU{9FQ5T$E0Y{rm1p3~fA6G|JL^3v?-$y2n_X-ah9!4-b?u=D%-MwAKC*`@3fb@q#8njXbP{Gd1_$vplqUzU_&N@P7|k z2T~B{LqA;_TtL&Yb-|Wag)7>az{ovy6~`vDRJ z_Z3ZOO!KA|BB`)tMy*n)oGfzhP@PooH(3g3&+VK@YH9=Eb)Kn^7;K%W6Y%Z+Tj1p( z&Hg7T*i8pf?mHkFT19`vG0PP%9%^-@ld(C91bMbX4q&X`s-N5 z*=_nJ)?-1*yM<*~h11MDm7X!QP3t5H5OoXOcX*~RyzNO^M%%0R_;&&f>MH` i!E&IeMG1M1s# zVki4(XGAo?b!Xt?OkdSFpSS1p;{qCo^?V>*bnQv=4cA&wNz(iHZ>D4$Nd&CSy+WpS zddU{9FQ5T$E0Y{rm1p3~fA6G|JL^3v?-$y2n_X-ah9!4-b?u=D%-MwAKC*`@3fb@q#8njXbP{Gd1_$vplqUzU_&N@P7|k z2T~B{LqA;_TtL&Yb-|Wag)7>az{ovy6~`vDRJ z_Z3ZOO!KA|BB`)tMy*n)oGfzhP@PooH(3g3&+VK@YH9=Eb)Kn^7;K%W6Y%Z+Tj1p( z&Hg7T*i8pf?mHkFT19`vG0PP%9%^-@ld(C91bMbX4q&X`s-N5 z*=_nJ)?-1*yM<*~h11MDm7X!QP3t5H5OoXOcX*~RyzNO^M%%0R_;&&f>MH` i!E&IeMG1M1s# zVki4(XGAo?b!Xt?OkdSFpSS1p;{qCo^?V>*bnQv=4cA&wNz(iHZ>D4$Nd&CSy+WpS zddU{9FQ5T$E0Y{rm1p3~fA6G|JL^3v?-$y2n_X-ah9!4-b?u=D%-MwAKC*`@3fb@q#8njXbP{Gd1_$vplqUzU_&N@P7|k z2T~B{LqA;_TtL&Yb-|Wag)7>az{ovy6~`vDRJ z_Z3ZOO!KA|BB`)tMy*n)oGfzhP@PooH(3g3&+VK@YH9=Eb)Kn^7;K%W6Y%Z+Tj1p( z&Hg7T*i8pf?mHkFT19`vG0PP%9%^-@ld(C91bMbX4q&X`s-N5 z*=_nJ)?-1*yM<*~h11MDm7X!QP3t5H5OoXOcX*~RyzNO^M%%0R_;&&f>MH` i!E&IeMG1M1s# zVki4(XGAo?b!Xt?OkdSFpSS1p;{qCo^?V>*bnQv=4cA&wNz(iHZ>D4$Nd&CSy+WpS zddU{9FQ5T$E0Y{rm1p3~fA6G|JL^3v?-$y2n_X-ah9!4-b?u=D%-MwAKC*`@3fb@q#8njXbP{Gd1_$vplqUzU_&N@P7|k z2T~B{LqA;_TtL&Yb-|Wag)7>az{ovy6~`vDRJ z_Z3ZOO!KA|BB`)tMy*n)oGfzhP@PooH(3g3&+VK@YH9=Eb)Kn^7;K%W6Y%Z+Tj1p( z&Hg7T*i8pf?mHkFT19`vG0PP%9%^-@ld(C91bMbX4q&X`s-N5 z*=_nJ)?-1*yM<*~h11MDm7X!QP3t5H5OoXOcX*~RyzNO^M%%0R_;&&f>MH` i!E&IeMG1M1s# zVki4(XGAo?b!Xt?OkdSFpSS1p;{qCo^?V>*bnQv=4cA&wNz(iHZ>D4$Nd&CSy+WpS zddU{9FQ5T$E0Y{rm1p3~fA6G|JL^3v?-$y2n_X-ah9!4-b?u=D%-MwAKC*`@3fb@q#8njXbP{Gd1_$vplqUzU_&N@P7|k z2T~B{LqA;_TtL&Yb-|Wag)7>az{ovy6~`vDRJ z_Z3ZOO!KA|BB`)tMy*n)oGfzhP@PooH(3g3&+VK@YH9=Eb)Kn^7;K%W6Y%Z+Tj1p( z&Hg7T*i8pf?mHkFT19`vG0PP%9%^-@ld(C91bMbX4q&X`s-N5 z*=_nJ)?-1*yM<*~h11MDm7X!QP3t5H5OoXOcX*~RyzNO^M%%0R_;&&f>MH` i!E&IeMG1M1s# zVki4(XGAo?b!Xt?OkdSFpSS1p;{qCo^?V>*bnQv=4cA&wNz(iHZ>D4$Nd&CSy+WpS zddU{9FQ5T$E0Y{rm1p3~fA6G|JL^3v?-$y2n_X-ah9!4-b?u=D%-MwAKC*`@3fb@q#8njXbP{Gd1_$vplqUzU_&N@P7|k z2T~B{LqA;_TtL&Yb-|Wag)7>az{ovy6~`vDRJ z_Z3ZOO!KA|BB`)tMy*n)oGfzhP@PooH(3g3&+VK@YH9=Eb)Kn^7;K%W6Y%Z+Tj1p( z&Hg7T*i8pf?mHkFT19`vG0PP%9%^-@ld(C91bMbX4q&X`s-N5 z*=_nJ)?-1*yM<*~h11MDm7X!QP3t5H5OoXOcX*~RyzNO^M%%0R_;&&f>MH` i!E&IeMG1M1s# zVki4(XGAo?b!Xt?OkdSFpSS1p;{qCo^?V>*bnQv=4cA&wNz(iHZ>D4$Nd&CSy+WpS zddU{9FQ5T$E0Y{rm1p3~fA6G|JL^3v?-$y2n_X-ah9!4-b?u=D%-MwAKC*`@3fb@q#8njXbP{Gd1_$vplqUzU_&N@P7|k z2T~B{LqA;_TtL&Yb-|Wag)7>az{ovy6~`vDRJ z_Z3ZOO!KA|BB`)tMy*n)oGfzhP@PooH(3g3&+VK@YH9=Eb)Kn^7;K%W6Y%Z+Tj1p( z&Hg7T*i8pf?mHkFT19`vG0PP%9%^-@ld(C91bMbX4q&X`s-N5 z*=_nJ)?-1*yM<*~h11MDm7X!QP3t5H5OoXOcX*~RyzNO^M%%0R_;&&f>MH` i!E&IeMG1M1s# zVki4(XGAo?b!Xt?OkdSFpSS1p;{qCo^?V>*bnQv=4cA&wNz(iHZ>D4$Nd&CSy+WpS zddU{9FQ5T$E0Y{rm1p3~fA6G|JL^3v?-$y2n_X-ah9!4-b?u=D%-MwAKC*`@3fb@q#8njXbP{Gd1_$vplqUzU_&N@P7|k z2T~B{LqA;_TtL&Yb-|Wag)7>az{ovy6~`vDRJ z_Z3ZOO!KA|BB`)tMy*n)oGfzhP@PooH(3g3&+VK@YH9=Eb)Kn^7;K%W6Y%Z+Tj1p( z&Hg7T*i8pf?mHkFT19`vG0PP%9%^-@ld(C91bMbX4q&X`s-N5 z*=_nJ)?-1*yM<*~h11MDm7X!QP3t5H5OoXOcX*~RyzNO^M%%0R_;&&f>MH` i!E&IeMG1M1s# zVki4(XGAo?b!Xt?OkdSFpSS1p;{qCo^?V>*bnQv=4cA&wNz(iHZ>D4$Nd&CSy+WpS zddU{9FQ5T$E0Y{rm1p3~fA6G|JL^3v?-$y2n_X-ah9!4-b?u=D%-MwAKC*`@3fb@q#8njXbP{Gd1_$vplqUzU_&N@P7|k z2T~B{LqA;_TtL&Yb-|Wag)7>az{ovy6~`vDRJ z_Z3ZOO!KA|BB`)tMy*n)oGfzhP@PooH(3g3&+VK@YH9=Eb)Kn^7;K%W6Y%Z+Tj1p( z&Hg7T*i8pf?mHkFT19`vG0PP%9%^-@ld(C91bMbX4q&X`s-N5 z*=_nJ)?-1*yM<*~h11MDm7X!QP3t5H5OoXOcX*~RyzNO^M%%0R_;&&f>MH` i!E&IeMG1M1s# zVki4(XGAo?b!Xt?OkdSFpSS1p;{qCo^?V>*bnQv=4cA&wNz(iHZ>D4$Nd&CSy+WpS zddU{9FQ5T$E0Y{rm1p3~fA6G|JL^3v?-$y2n_X-ah9!4-b?u=D%-MwAKC*`@3fb@q#8njXbP{Gd1_$vplqUzU_&N@P7|k z2T~B{LqA;_TtL&Yb-|Wag)7>az{ovy6~`vDRJ z_Z3ZOO!KA|BB`)tMy*n)oGfzhP@PooH(3g3&+VK@YH9=Eb)Kn^7;K%W6Y%Z+Tj1p( z&Hg7T*i8pf?mHkFT19`vG0PP%9%^-@ld(C91bMbX4q&X`s-N5 z*=_nJ)?-1*yM<*~h11MDm7X!QP3t5H5OoXOcX*~RyzNO^M%%0R_;&&f>MH` i!E&IeMG1M1s# zVki4(XGAo?b!Xt?OkdSFpSS1p;{qCo^?V>*bnQv=4cA&wNz(iHZ>D4$Nd&CSy+WpS zddU{9FQ5T$E0Y{rm1p3~fA6G|JL^3v?-$y2n_X-ah9!4-b?u=D%-MwAKC*`@3fb@q#8njXbP{Gd1_$vplqUzU_&N@P7|k z2T~B{LqA;_TtL&Yb-|Wag)7>az{ovy6~`vDRJ z_Z3ZOO!KA|BB`)tMy*n)oGfzhP@PooH(3g3&+VK@YH9=Eb)Kn^7;K%W6Y%Z+Tj1p( z&Hg7T*i8pf?mHkFT19`vG0PP%9%^-@ld(C91bMbX4q&X`s-N5 z*=_nJ)?-1*yM<*~h11MDm7X!QP3t5H5OoXOcX*~RyzNO^M%%0R_;&&f>MH` i!E&IeMG1M1s# zVki4(XGAo?b!Xt?OkdSFpSS1p;{qCo^?V>*bnQv=4cA&wNz(iHZ>D4$Nd&CSy+WpS zddU{9FQ5T$E0Y{rm1p3~fA6G|JL^3v?-$y2n_X-ah9!4-b?u=D%-MwAKC*`@3fb@q#8njXbP{Gd1_$vplqUzU_&N@P7|k z2T~B{LqA;_TtL&Yb-|Wag)7>az{ovy6~`vDRJ z_Z3ZOO!KA|BB`)tMy*n)oGfzhP@PooH(3g3&+VK@YH9=Eb)Kn^7;K%W6Y%Z+Tj1p( z&Hg7T*i8pf?mHkFT19`vG0PP%9%^-@ld(C91bMbX4q&X`s-N5 z*=_nJ)?-1*yM<*~h11MDm7X!QP3t5H5OoXOcX*~RyzNO^M%%0R_;&&f>MH` i!E&IeMG1M1s# zVki4(XGAo?b!Xt?OkdSFpSS1p;{qCo^?V>*bnQv=4cA&wNz(iHZ>D4$Nd&CSy+WpS zddU{9FQ5T$E0Y{rm1p3~fA6G|JL^3v?-$y2n_X-ah9!4-b?u=D%-MwAKC*`@3fb@q#8njXbP{Gd1_$vplqUzU_&N@P7|k z2T~B{LqA;_TtL&Yb-|Wag)7>az{ovy6~`vDRJ z_Z3ZOO!KA|BB`)tMy*n)oGfzhP@PooH(3g3&+VK@YH9=Eb)Kn^7;K%W6Y%Z+Tj1p( z&Hg7T*i8pf?mHkFT19`vG0PP%9%^-@ld(C91bMbX4q&X`s-N5 z*=_nJ)?-1*yM<*~h11MDm7X!QP3t5H5OoXOcX*~RyzNO^M%%0R_;&&f>MH` i!E&IeMG1M1s# zVki4(XGAo?b!Xt?OkdSFpSS1p;{qCo^?V>*bnQv=4cA&wNz(iHZ>D4$Nd&CSy+WpS zddU{9FQ5T$E0Y{rm1p3~fA6G|JL^3v?-$y2n_X-ah9!4-b?u=D%-MwAKC*`@3fb@q#8njXbP{Gd1_$vplqUzU_&N@P7|k z2T~B{LqA;_TtL&Yb-|Wag)7>az{ovy6~`vDRJ z_Z3ZOO!KA|BB`)tMy*n)oGfzhP@PooH(3g3&+VK@YH9=Eb)Kn^7;K%W6Y%Z+Tj1p( z&Hg7T*i8pf?mHkFT19`vG0PP%9%^-@ld(C91bMbX4q&X`s-N5 z*=_nJ)?-1*yM<*~h11MDm7X!QP3t5H5OoXOcX*~RyzNO^M%%0R_;&&f>MH` i!E&IeMG1M1s# zVki4(XGAo?b!Xt?OkdSFpSS1p;{qCo^?V>*bnQv=4cA&wNz(iHZ>D4$Nd&CSy+WpS zddU{9FQ5T$E0Y{rm1p3~fA6G|JL^3v?-$y2n_X-ah9!4-b?u=D%-MwAKC*`@3fb@q#8njXbP{Gd1_$vplqUzU_&N@P7|k z2T~B{LqA;_TtL&Yb-|Wag)7>az{ovy6~`vDRJ z_Z3ZOO!KA|BB`)tMy*n)oGfzhP@PooH(3g3&+VK@YH9=Eb)Kn^7;K%W6Y%Z+Tj1p( z&Hg7T*i8pf?mHkFT19`vG0PP%9%^-@ld(C91bMbX4q&X`s-N5 z*=_nJ)?-1*yM<*~h11MDm7X!QP3t5H5OoXOcX*~RyzNO^M%%0R_;&&f>MH` i!E&IeMG1M1s# zVki4(XGAo?b!Xt?OkdSFpSS1p;{qCo^?V>*bnQv=4cA&wNz(iHZ>D4$Nd&CSy+WpS zddU{9FQ5T$E0Y{rm1p3~fA6G|JL^3v?-$y2n_X-ah9!4-b?u=D%-MwAKC*`@3fb@q#8njXbP{Gd1_$vplqUzU_&N@P7|k z2T~B{LqA;_TtL&Yb-|Wag)7>az{ovy6~`vDRJ z_Z3ZOO!KA|BB`)tMy*n)oGfzhP@PooH(3g3&+VK@YH9=Eb)Kn^7;K%W6Y%Z+Tj1p( z&Hg7T*i8pf?mHkFT19`vG0PP%9%^-@ld(C91bMbX4q&X`s-N5 z*=_nJ)?-1*yM<*~h11MDm7X!QP3t5H5OoXOcX*~RyzNO^M%%0R_;&&f>MH` i!E&IeMG1M1s# zVki4(XGAo?b!Xt?OkdSFpSS1p;{qCo^?V>*bnQv=4cA&wNz(iHZ>D4$Nd&CSy+WpS zddU{9FQ5T$E0Y{rm1p3~fA6G|JL^3v?-$y2n_X-ah9!4-b?u=D%-MwAKC*`@3fb@q#8njXbP{Gd1_$vplqUzU_&N@P7|k z2T~B{LqA;_TtL&Yb-|Wag)7>az{ovy6~`vDRJ z_Z3ZOO!KA|BB`)tMy*n)oGfzhP@PooH(3g3&+VK@YH9=Eb)Kn^7;K%W6Y%Z+Tj1p( z&Hg7T*i8pf?mHkFT19`vG0PP%9%^-@ld(C91bMbX4q&X`s-N5 z*=_nJ)?-1*yM<*~h11MDm7X!QP3t5H5OoXOcX*~RyzNO^M%%0R_;&&f>MH` i!E&IeMG1M1s# zVki4(XGAo?b!Xt?OkdSFpSS1p;{qCo^?V>*bnQv=4cA&wNz(iHZ>D4$Nd&CSy+WpS zddU{9FQ5T$E0Y{rm1p3~fA6G|JL^3v?-$y2n_X-ah9!4-b?u=D%-MwAKC*`@3fb@q#8njXbP{Gd1_$vplqUzU_&N@P7|k z2T~B{LqA;_TtL&Yb-|Wag)7>az{ovy6~`vDRJ z_Z3ZOO!KA|BB`)tMy*n)oGfzhP@PooH(3g3&+VK@YH9=Eb)Kn^7;K%W6Y%Z+Tj1p( z&Hg7T*i8pf?mHkFT19`vG0PP%9%^-@ld(C91bMbX4q&X`s-N5 z*=_nJ)?-1*yM<*~h11MDm7X!QP3t5H5OoXOcX*~RyzNO^M%%0R_;&&f>MH` i!E&IeMG1M1s# zVki4(XGAo?b!Xt?OkdSFpSS1p;{qCo^?V>*bnQv=4cA&wNz(iHZ>D4$Nd&CSy+WpS zddU{9FQ5T$E0Y{rm1p3~fA6G|JL^3v?-$y2n_X-ah9!4-b?u=D%-MwAKC*`@3fb@q#8njXbP{Gd1_$vplqUzU_&N@P7|k z2T~B{LqA;_TtL&Yb-|Wag)7>az{ovy6~`vDRJ z_Z3ZOO!KA|BB`)tMy*n)oGfzhP@PooH(3g3&+VK@YH9=Eb)Kn^7;K%W6Y%Z+Tj1p( z&Hg7T*i8pf?mHkFT19`vG0PP%9%^-@ld(C91bMbX4q&X`s-N5 z*=_nJ)?-1*yM<*~h11MDm7X!QP3t5H5OoXOcX*~RyzNO^M%%0R_;&&f>MH` i!E&IeMG1M1s# zVki4(XGAo?b!Xt?OkdSFpSS1p;{qCo^?V>*bnQv=4cA&wNz(iHZ>D4$Nd&CSy+WpS zddU{9FQ5T$E0Y{rm1p3~fA6G|JL^3v?-$y2n_X-ah9!4-b?u=D%-MwAKC*`@3fb@q#8njXbP{Gd1_$vplqUzU_&N@P7|k z2T~B{LqA;_TtL&Yb-|Wag)7>az{ovy6~`vDRJ z_Z3ZOO!KA|BB`)tMy*n)oGfzhP@PooH(3g3&+VK@YH9=Eb)Kn^7;K%W6Y%Z+Tj1p( z&Hg7T*i8pf?mHkFT19`vG0PP%9%^-@ld(C91bMbX4q&X`s-N5 z*=_nJ)?-1*yM<*~h11MDm7X!QP3t5H5OoXOcX*~RyzNO^M%%0R_;&&f>MH` i!E&IeMG1M1s# zVki4(XGAo?b!Xt?OkdSFpSS1p;{qCo^?V>*bnQv=4cA&wNz(iHZ>D4$Nd&CSy+WpS zddU{9FQ5T$E0Y{rm1p3~fA6G|JL^3v?-$y2n_X-ah9!4-b?u=D%-MwAKC*`@3fb@q#8njXbP{Gd1_$vplqUzU_&N@P7|k z2T~B{LqA;_TtL&Yb-|Wag)7>az{ovy6~`vDRJ z_Z3ZOO!KA|BB`)tMy*n)oGfzhP@PooH(3g3&+VK@YH9=Eb)Kn^7;K%W6Y%Z+Tj1p( z&Hg7T*i8pf?mHkFT19`vG0PP%9%^-@ld(C91bMbX4q&X`s-N5 z*=_nJ)?-1*yM<*~h11MDm7X!QP3t5H5OoXOcX*~RyzNO^M%%0R_;&&f>MH` i!E&IeMG1M1s# zVki4(XGAo?b!Xt?OkdSFpSS1p;{qCo^?V>*bnQv=4cA&wNz(iHZ>D4$Nd&CSy+WpS zddU{9FQ5T$E0Y{rm1p3~fA6G|JL^3v?-$y2n_X-ah9!4-b?u=D%-MwAKC*`@3fb@q#8njXbP{Gd1_$vplqUzU_&N@P7|k z2T~B{LqA;_TtL&Yb-|Wag)7>az{ovy6~`vDRJ z_Z3ZOO!KA|BB`)tMy*n)oGfzhP@PooH(3g3&+VK@YH9=Eb)Kn^7;K%W6Y%Z+Tj1p( z&Hg7T*i8pf?mHkFT19`vG0PP%9%^-@ld(C91bMbX4q&X`s-N5 z*=_nJ)?-1*yM<*~h11MDm7X!QP3t5H5OoXOcX*~RyzNO^M%%0R_;&&f>MH` i!E&IeMG1M1s# zVki4(XGAo?b!Xt?OkdSFpSS1p;{qCo^?V>*bnQv=4cA&wNz(iHZ>D4$Nd&CSy+WpS zddU{9FQ5T$E0Y{rm1p3~fA6G|JL^3v?-$y2n_X-ah9!4-b?u=D%-MwAKC*`@3fb@q#8njXbP{Gd1_$vplqUzU_&N@P7|k z2T~B{LqA;_TtL&Yb-|Wag)7>az{ovy6~`vDRJ z_Z3ZOO!KA|BB`)tMy*n)oGfzhP@PooH(3g3&+VK@YH9=Eb)Kn^7;K%W6Y%Z+Tj1p( z&Hg7T*i8pf?mHkFT19`vG0PP%9%^-@ld(C91bMbX4q&X`s-N5 z*=_nJ)?-1*yM<*~h11MDm7X!QP3t5H5OoXOcX*~RyzNO^M%%0R_;&&f>MH` i!E&IeMG1M1s# zVki4(XGAo?b!Xt?OkdSFpSS1p;{qCo^?V>*bnQv=4cA&wNz(iHZ>D4$Nd&CSy+WpS zddU{9FQ5T$E0Y{rm1p3~fA6G|JL^3v?-$y2n_X-ah9!4-b?u=D%-MwAKC*`@3fb@q#8njXbP{Gd1_$vplqUzU_&N@P7|k z2T~B{LqA;_TtL&Yb-|Wag)7>az{ovy6~`vDRJ z_Z3ZOO!KA|BB`)tMy*n)oGfzhP@PooH(3g3&+VK@YH9=Eb)Kn^7;K%W6Y%Z+Tj1p( z&Hg7T*i8pf?mHkFT19`vG0PP%9%^-@ld(C91bMbX4q&X`s-N5 z*=_nJ)?-1*yM<*~h11MDm7X!QP3t5H5OoXOcX*~RyzNO^M%%0R_;&&f>MH` i!E&IeMG1M1s# zVki4(XGAo?b!Xt?OkdSFpSS1p;{qCo^?V>*bnQv=4cA&wNz(iHZ>D4$Nd&CSy+WpS zddU{9FQ5T$E0Y{rm1p3~fA6G|JL^3v?-$y2n_X-ah9!4-b?u=D%-MwAKC*`@3fb@q#8njXbP{Gd1_$vplqUzU_&N@P7|k z2T~B{LqA;_TtL&Yb-|Wag)7>az{ovy6~`vDRJ z_Z3ZOO!KA|BB`)tMy*n)oGfzhP@PooH(3g3&+VK@YH9=Eb)Kn^7;K%W6Y%Z+Tj1p( z&Hg7T*i8pf?mHkFT19`vG0PP%9%^-@ld(C91bMbX4q&X`s-N5 z*=_nJ)?-1*yM<*~h11MDm7X!QP3t5H5OoXOcX*~RyzNO^M%%0R_;&&f>MH` i!E&IeMG1M1s# zVki4(XGAo?b!Xt?OkdSFpSS1p;{qCo^?V>*bnQv=4cA&wNz(iHZ>D4$Nd&CSy+WpS zddU{9FQ5T$E0Y{rm1p3~fA6G|JL^3v?-$y2n_X-ah9!4-b?u=D%-MwAKC*`@3fb@q#8njXbP{Gd1_$vplqUzU_&N@P7|k z2T~B{LqA;_TtL&Yb-|Wag)7>az{ovy6~`vDRJ z_Z3ZOO!KA|BB`)tMy*n)oGfzhP@PooH(3g3&+VK@YH9=Eb)Kn^7;K%W6Y%Z+Tj1p( z&Hg7T*i8pf?mHkFT19`vG0PP%9%^-@ld(C91bMbX4q&X`s-N5 z*=_nJ)?-1*yM<*~h11MDm7X!QP3t5H5OoXOcX*~RyzNO^M%%0R_;&&f>MH` i!E&IeMG1M1s# zVki4(XGAo?b!Xt?OkdSFpSS1p;{qCo^?V>*bnQv=4cA&wNz(iHZ>D4$Nd&CSy+WpS zddU{9FQ5T$E0Y{rm1p3~fA6G|JL^3v?-$y2n_X-ah9!4-b?u=D%-MwAKC*`@3fb@q#8njXbP{Gd1_$vplqUzU_&N@P7|k z2T~B{LqA;_TtL&Yb-|Wag)7>az{ovy6~`vDRJ z_Z3ZOO!KA|BB`)tMy*n)oGfzhP@PooH(3g3&+VK@YH9=Eb)Kn^7;K%W6Y%Z+Tj1p( z&Hg7T*i8pf?mHkFT19`vG0PP%9%^-@ld(C91bMbX4q&X`s-N5 z*=_nJ)?-1*yM<*~h11MDm7X!QP3t5H5OoXOcX*~RyzNO^M%%0R_;&&f>MH` i!E&IeMG1M1s# zVki4(XGAo?b!Xt?OkdSFpSS1p;{qCo^?V>*bnQv=4cA&wNz(iHZ>D4$Nd&CSy+WpS zddU{9FQ5T$E0Y{rm1p3~fA6G|JL^3v?-$y2n_X-ah9!4-b?u=D%-MwAKC*`@3fb@q#8njXbP{Gd1_$vplqUzU_&N@P7|k z2T~B{LqA;_TtL&Yb-|Wag)7>az{ovy6~`vDRJ z_Z3ZOO!KA|BB`)tMy*n)oGfzhP@PooH(3g3&+VK@YH9=Eb)Kn^7;K%W6Y%Z+Tj1p( z&Hg7T*i8pf?mHkFT19`vG0PP%9%^-@ld(C91bMbX4q&X`s-N5 z*=_nJ)?-1*yM<*~h11MDm7X!QP3t5H5OoXOcX*~RyzNO^M%%0R_;&&f>MH` i!E&IeMG1M1s# zVki4(XGAo?b!Xt?OkdSFpSS1p;{qCo^?V>*bnQv=4cA&wNz(iHZ>D4$Nd&CSy+WpS zddU{9FQ5T$E0Y{rm1p3~fA6G|JL^3v?-$y2n_X-ah9!4-b?u=D%-MwAKC*`@3fb@q#8njXbP{Gd1_$vplqUzU_&N@P7|k z2T~B{LqA;_TtL&Yb-|Wag)7>az{ovy6~`vDRJ z_Z3ZOO!KA|BB`)tMy*n)oGfzhP@PooH(3g3&+VK@YH9=Eb)Kn^7;K%W6Y%Z+Tj1p( z&Hg7T*i8pf?mHkFT19`vG0PP%9%^-@ld(C91bMbX4q&X`s-N5 z*=_nJ)?-1*yM<*~h11MDm7X!QP3t5H5OoXOcX*~RyzNO^M%%0R_;&&f>MH` i!E&IeMG1M1s# zVki4(XGAo?b!Xt?OkdSFpSS1p;{qCo^?V>*bnQv=4cA&wNz(iHZ>D4$Nd&CSy+WpS zddU{9FQ5T$E0Y{rm1p3~fA6G|JL^3v?-$y2n_X-ah9!4-b?u=D%-MwAKC*`@3fb@q#8njXbP{Gd1_$vplqUzU_&N@P7|k z2T~B{LqA;_TtL&Yb-|Wag)7>az{ovy6~`vDRJ z_Z3ZOO!KA|BB`)tMy*n)oGfzhP@PooH(3g3&+VK@YH9=Eb)Kn^7;K%W6Y%Z+Tj1p( z&Hg7T*i8pf?mHkFT19`vG0PP%9%^-@ld(C91bMbX4q&X`s-N5 z*=_nJ)?-1*yM<*~h11MDm7X!QP3t5H5OoXOcX*~RyzNO^M%%0R_;&&f>MH` i!E&IeMG1M1s# zVki4(XGAo?b!Xt?OkdSFpSS1p;{qCo^?V>*bnQv=4cA&wNz(iHZ>D4$Nd&CSy+WpS zddU{9FQ5T$E0Y{rm1p3~fA6G|JL^3v?-$y2n_X-ah9!4-b?u=D%-MwAKC*`@3fb@q#8njXbP{Gd1_$vplqUzU_&N@P7|k z2T~B{LqA;_TtL&Yb-|Wag)7>az{ovy6~`vDRJ z_Z3ZOO!KA|BB`)tMy*n)oGfzhP@PooH(3g3&+VK@YH9=Eb)Kn^7;K%W6Y%Z+Tj1p( z&Hg7T*i8pf?mHkFT19`vG0PP%9%^-@ld(C91bMbX4q&X`s-N5 z*=_nJ)?-1*yM<*~h11MDm7X!QP3t5H5OoXOcX*~RyzNO^M%%0R_;&&f>MH` i!E&IeMG1M1s# zVki4(XGAo?b!Xt?OkdSFpSS1p;{qCo^?V>*bnQv=4cA&wNz(iHZ>D4$Nd&CSy+WpS zddU{9FQ5T$E0Y{rm1p3~fA6G|JL^3v?-$y2n_X-ah9!4-b?u=D%-MwAKC*`@3fb@q#8njXbP{Gd1_$vplqUzU_&N@P7|k z2T~B{LqA;_TtL&Yb-|Wag)7>az{ovy6~`vDRJ z_Z3ZOO!KA|BB`)tMy*n)oGfzhP@PooH(3g3&+VK@YH9=Eb)Kn^7;K%W6Y%Z+Tj1p( z&Hg7T*i8pf?mHkFT19`vG0PP%9%^-@ld(C91bMbX4q&X`s-N5 z*=_nJ)?-1*yM<*~h11MDm7X!QP3t5H5OoXOcX*~RyzNO^M%%0R_;&&f>MH` i!E&IeMG1M1s# zVki4(XGAo?b!Xt?OkdSFpSS1p;{qCo^?V>*bnQv=4cA&wNz(iHZ>D4$Nd&CSy+WpS zddU{9FQ5T$E0Y{rm1p3~fA6G|JL^3v?-$y2n_X-ah9!4-b?u=D%-MwAKC*`@3fb@q#8njXbP{Gd1_$vplqUzU_&N@P7|k z2T~B{LqA;_TtL&Yb-|Wag)7>az{ovy6~`vDRJ z_Z3ZOO!KA|BB`)tMy*n)oGfzhP@PooH(3g3&+VK@YH9=Eb)Kn^7;K%W6Y%Z+Tj1p( z&Hg7T*i8pf?mHkFT19`vG0PP%9%^-@ld(C91bMbX4q&X`s-N5 z*=_nJ)?-1*yM<*~h11MDm7X!QP3t5H5OoXOcX*~RyzNO^M%%0R_;&&f>MH` i!E&IeMG1M1s# zVki4(XGAo?b!Xt?OkdSFpSS1p;{qCo^?V>*bnQv=4cA&wNz(iHZ>D4$Nd&CSy+WpS zddU{9FQ5T$E0Y{rm1p3~fA6G|JL^3v?-$y2n_X-ah9!4-b?u=D%-MwAKC*`@3fb@q#8njXbP{Gd1_$vplqUzU_&N@P7|k z2T~B{LqA;_TtL&Yb-|Wag)7>az{ovy6~`vDRJ z_Z3ZOO!KA|BB`)tMy*n)oGfzhP@PooH(3g3&+VK@YH9=Eb)Kn^7;K%W6Y%Z+Tj1p( z&Hg7T*i8pf?mHkFT19`vG0PP%9%^-@ld(C91bMbX4q&X`s-N5 z*=_nJ)?-1*yM<*~h11MDm7X!QP3t5H5OoXOcX*~RyzNO^M%%0R_;&&f>MH` i!E&IeMG1M1s# zVki4(XGAo?b!Xt?OkdSFpSS1p;{qCo^?V>*bnQv=4cA&wNz(iHZ>D4$Nd&CSy+WpS zddU{9FQ5T$E0Y{rm1p3~fA6G|JL^3v?-$y2n_X-ah9!4-b?u=D%-MwAKC*`@3fb@q#8njXbP{Gd1_$vplqUzU_&N@P7|k z2T~B{LqA;_TtL&Yb-|Wag)7>az{ovy6~`vDRJ z_Z3ZOO!KA|BB`)tMy*n)oGfzhP@PooH(3g3&+VK@YH9=Eb)Kn^7;K%W6Y%Z+Tj1p( z&Hg7T*i8pf?mHkFT19`vG0PP%9%^-@ld(C91bMbX4q&X`s-N5 z*=_nJ)?-1*yM<*~h11MDm7X!QP3t5H5OoXOcX*~RyzNO^M%%0R_;&&f>MH` i!E&IeMG1M1s# zVki4(XGAo?b!Xt?OkdSFpSS1p;{qCo^?V>*bnQv=4cA&wNz(iHZ>D4$Nd&CSy+WpS zddU{9FQ5T$E0Y{rm1p3~fA6G|JL^3v?-$y2n_X-ah9!4-b?u=D%-MwAKC*`@3fb@q#8njXbP{Gd1_$vplqUzU_&N@P7|k z2T~B{LqA;_TtL&Yb-|Wag)7>az{ovy6~`vDRJ z_Z3ZOO!KA|BB`)tMy*n)oGfzhP@PooH(3g3&+VK@YH9=Eb)Kn^7;K%W6Y%Z+Tj1p( z&Hg7T*i8pf?mHkFT19`vG0PP%9%^-@ld(C91bMbX4q&X`s-N5 z*=_nJ)?-1*yM<*~h11MDm7X!QP3t5H5OoXOcX*~RyzNO^M%%0R_;&&f>MH` i!E&IeMG1M1s# zVki4(XGAo?b!Xt?OkdSFpSS1p;{qCo^?V>*bnQv=4cA&wNz(iHZ>D4$Nd&CSy+WpS zddU{9FQ5T$E0Y{rm1p3~fA6G|JL^3v?-$y2n_X-ah9!4-b?u=D%-MwAKC*`@3fb@q#8njXbP{Gd1_$vplqUzU_&N@P7|k z2T~B{LqA;_TtL&Yb-|Wag)7>az{ovy6~`vDRJ z_Z3ZOO!KA|BB`)tMy*n)oGfzhP@PooH(3g3&+VK@YH9=Eb)Kn^7;K%W6Y%Z+Tj1p( z&Hg7T*i8pf?mHkFT19`vG0PP%9%^-@ld(C91bMbX4q&X`s-N5 z*=_nJ)?-1*yM<*~h11MDm7X!QP3t5H5OoXOcX*~RyzNO^M%%0R_;&&f>MH` i!E&IeMG1M1s# zVki4(XGAo?b!Xt?OkdSFpSS1p;{qCo^?V>*bnQv=4cA&wNz(iHZ>D4$Nd&CSy+WpS zddU{9FQ5T$E0Y{rm1p3~fA6G|JL^3v?-$y2n_X-ah9!4-b?u=D%-MwAKC*`@3fb@q#8njXbP{Gd1_$vplqUzU_&N@P7|k z2T~B{LqA;_TtL&Yb-|Wag)7>az{ovy6~`vDRJ z_Z3ZOO!KA|BB`)tMy*n)oGfzhP@PooH(3g3&+VK@YH9=Eb)Kn^7;K%W6Y%Z+Tj1p( z&Hg7T*i8pf?mHkFT19`vG0PP%9%^-@ld(C91bMbX4q&X`s-N5 z*=_nJ)?-1*yM<*~h11MDm7X!QP3t5H5OoXOcX*~RyzNO^M%%0R_;&&f>MH` i!E&IeMG1M1s# zVki4(XGAo?b!Xt?OkdSFpSS1p;{qCo^?V>*bnQv=4cA&wNz(iHZ>D4$Nd&CSy+WpS zddU{9FQ5T$E0Y{rm1p3~fA6G|JL^3v?-$y2n_X-ah9!4-b?u=D%-MwAKC*`@3fb@q#8njXbP{Gd1_$vplqUzU_&N@P7|k z2T~B{LqA;_TtL&Yb-|Wag)7>az{ovy6~`vDRJ z_Z3ZOO!KA|BB`)tMy*n)oGfzhP@PooH(3g3&+VK@YH9=Eb)Kn^7;K%W6Y%Z+Tj1p( z&Hg7T*i8pf?mHkFT19`vG0PP%9%^-@ld(C91bMbX4q&X`s-N5 z*=_nJ)?-1*yM<*~h11MDm7X!QP3t5H5OoXOcX*~RyzNO^M%%0R_;&&f>MH` i!E&IeMG1M1s# zVki4(XGAo?b!Xt?OkdSFpSS1p;{qCo^?V>*bnQv=4cA&wNz(iHZ>D4$Nd&CSy+WpS zddU{9FQ5T$E0Y{rm1p3~fA6G|JL^3v?-$y2n_X-ah9!4-b?u=D%-MwAKC*`@3fb@q#8njXbP{Gd1_$vplqUzU_&N@P7|k z2T~B{LqA;_TtL&Yb-|Wag)7>az{ovy6~`vDRJ z_Z3ZOO!KA|BB`)tMy*n)oGfzhP@PooH(3g3&+VK@YH9=Eb)Kn^7;K%W6Y%Z+Tj1p( z&Hg7T*i8pf?mHkFT19`vG0PP%9%^-@ld(C91bMbX4q&X`s-N5 z*=_nJ)?-1*yM<*~h11MDm7X!QP3t5H5OoXOcX*~RyzNO^M%%0R_;&&f>MH` i!E&IeMG1M1s# zVki4(XGAo?b!Xt?OkdSFpSS1p;{qCo^?V>*bnQv=4cA&wNz(iHZ>D4$Nd&CSy+WpS zddU{9FQ5T$E0Y{rm1p3~fA6G|JL^3v?-$y2n_X-ah9!4-b?u=D%-MwAKC*`@3fb@q#8njXbP{Gd1_$vplqUzU_&N@P7|k z2T~B{LqA;_TtL&Yb-|Wag)7>az{ovy6~`vDRJ z_Z3ZOO!KA|BB`)tMy*n)oGfzhP@PooH(3g3&+VK@YH9=Eb)Kn^7;K%W6Y%Z+Tj1p( z&Hg7T*i8pf?mHkFT19`vG0PP%9%^-@ld(C91bMbX4q&X`s-N5 z*=_nJ)?-1*yM<*~h11MDm7X!QP3t5H5OoXOcX*~RyzNO^M%%0R_;&&f>MH` i!E&IeMG1M1s# zVki4(XGAo?b!Xt?OkdSFpSS1p;{qCo^?V>*bnQv=4cA&wNz(iHZ>D4$Nd&CSy+WpS zddU{9FQ5T$E0Y{rm1p3~fA6G|JL^3v?-$y2n_X-ah9!4-b?u=D%-MwAKC*`@3fb@q#8njXbP{Gd1_$vplqUzU_&N@P7|k z2T~B{LqA;_TtL&Yb-|Wag)7>az{ovy6~`vDRJ z_Z3ZOO!KA|BB`)tMy*n)oGfzhP@PooH(3g3&+VK@YH9=Eb)Kn^7;K%W6Y%Z+Tj1p( z&Hg7T*i8pf?mHkFT19`vG0PP%9%^-@ld(C91bMbX4q&X`s-N5 z*=_nJ)?-1*yM<*~h11MDm7X!QP3t5H5OoXOcX*~RyzNO^M%%0R_;&&f>MH` i!E&IeMG1M1s# zVki4(XGAo?b!Xt?OkdSFpSS1p;{qCo^?V>*bnQv=4cA&wNz(iHZ>D4$Nd&CSy+WpS zddU{9FQ5T$E0Y{rm1p3~fA6G|JL^3v?-$y2n_X-ah9!4-b?u=D%-MwAKC*`@3fb@q#8njXbP{Gd1_$vplqUzU_&N@P7|k z2T~B{LqA;_TtL&Yb-|Wag)7>az{ovy6~`vDRJ z_Z3ZOO!KA|BB`)tMy*n)oGfzhP@PooH(3g3&+VK@YH9=Eb)Kn^7;K%W6Y%Z+Tj1p( z&Hg7T*i8pf?mHkFT19`vG0PP%9%^-@ld(C91bMbX4q&X`s-N5 z*=_nJ)?-1*yM<*~h11MDm7X!QP3t5H5OoXOcX*~RyzNO^M%%0R_;&&f>MH` i!E&Ie