All files
authorPanagiotis Kanavos <pkanavos@gmail.com>
Wed, 1 Jun 2011 06:45:00 +0000 (09:45 +0300)
committerPanagiotis Kanavos <pkanavos@gmail.com>
Wed, 1 Jun 2011 06:45:00 +0000 (09:45 +0300)
commitd78cbf094dc59fc605a766b8b2c1f45af67b135e
treebd54b4647bd64d6fb7e5a3f2017ebf7f8f7b04a2
parent2b753c231bb911d42040013e144c17e264e75475
All files
680 files changed:
trunk/.gitignore [new file with mode: 0644]
trunk/Libraries/Json40r2/Documentation.chm [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Doc/ContractResolver.html [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Doc/ConvertingJSONandXML.html [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Doc/CustomCreationConverter.html [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Doc/DatesInJSON.html [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Doc/Introduction.html [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Doc/LINQtoJSON.html [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Doc/PreserveObjectReferences.html [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Doc/ReadingWritingJSON.html [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Doc/ReducingSerializedJSONSize.html [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Doc/SelectToken.html [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Doc/SerializationAttributes.html [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Doc/SerializationCallbacks.html [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Doc/SerializationErrorHandling.html [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Doc/SerializingCollections.html [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Doc/SerializingJSON.html [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Doc/SerializingJSONFragments.html [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Doc/custom.css [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Doc/doc.shfbproj [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Doc/doc.sitemap [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Doc/donate.gif [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Doc/readme.txt [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Doc/styles.css [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Doc/versions.txt [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Lib/LinqBridge.dll [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Lib/NUnit/Compact/NUnitLite.dll [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Lib/NUnit/DotNet/nunit.framework.dll [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Lib/NUnit/DotNet/nunit.framework.xml [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Lib/NUnit/Silverlight/nunit.framework.dll [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Net20.sln [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Net35.sln [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Silverlight.sln [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/Bson/BsonReaderTests.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/Bson/BsonWriterTests.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/Converters/BinaryConverterTests.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/Converters/CustomCreationConverterTests.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/Converters/DataSetConverterTests.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/Converters/DataTableConverterTests.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/Converters/ExpandoObjectConverterTests.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/Converters/IsoDateTimeConverterTests.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/Converters/JavaScriptDateTimeConverterTests.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/Converters/ObjectIdConverterTests.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/Converters/RegexConverterTests.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/Converters/StringEnumConverterTests.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/Converters/XmlNodeConverterTest.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/ExceptionTests.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/FileSystemEntityModel.Designer.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/FileSystemEntityModel.edmx [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/JsonArrayAttributeTests.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/JsonConvertTest.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/JsonTextReaderTest.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/JsonTextWriterTest.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/JsonValidatingReaderTests.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/Linq/ComponentModel/BindingTests.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/Linq/ComponentModel/JPropertyDescriptorTests.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/Linq/DynamicTests.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/Linq/JArrayTests.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/Linq/JConstructorTests.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/Linq/JObjectTests.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/Linq/JPathTests.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/Linq/JPropertyTests.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/Linq/JRawTests.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/Linq/JTokenEqualityComparerTests.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/Linq/JTokenReaderTest.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/Linq/JTokenTests.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/Linq/JTokenWriterTest.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/Linq/JValueTests.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/Linq/LinqToJsonTest.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/LinqToSql/Department.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/LinqToSql/DepartmentConverter.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/LinqToSql/GuidByteArrayConverter.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/LinqToSql/LinqToSqlClasses.dbml [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/LinqToSql/LinqToSqlClasses.dbml.layout [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/LinqToSql/LinqToSqlClasses.designer.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/LinqToSql/LinqToSqlClassesSerializationTests.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/LinqToSql/Person.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/LinqToSql/Role.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/Newtonsoft.Json.Tests.Net20.csproj [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/Newtonsoft.Json.Tests.Net35.csproj [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/Newtonsoft.Json.Tests.Silverlight.csproj [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/Newtonsoft.Json.Tests.WindowsPhone.csproj [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/Newtonsoft.Json.Tests.csproj [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/PerformanceTests.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/Properties/AssemblyInfo.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/Schema/ExtensionsTests.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/Schema/JsonSchemaBuilderTests.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/Schema/JsonSchemaGeneratorTests.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/Schema/JsonSchemaModelBuilderTests.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/Schema/JsonSchemaNodeTests.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/Schema/JsonSchemaTests.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/Serialization/CamelCasePropertyNamesContractResolverTests.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/Serialization/ConstructorHandlingTests.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/Serialization/ContractResolverTests.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/Serialization/DefaultValueHandlingTests.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/Serialization/DynamicTests.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/Serialization/EntitiesSerializationTests.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/Serialization/JsonSerializerTest.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/Serialization/MissingMemberHandlingTests.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/Serialization/NullValueHandlingTests.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/Serialization/PopulateTests.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/Serialization/PreserveReferencesHandlingTests.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/Serialization/SerializationErrorHandlingTests.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/Serialization/SerializationEventAttributeTests.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/Serialization/TypeNameHandlingTests.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/SilverlightTests.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/TestFixtureBase.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/TestObjects/AbstractGenericBase.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/TestObjects/ArgumentConverterPrecedenceClassConverter.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/TestObjects/Article.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/TestObjects/ArticleCollection.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/TestObjects/BadJsonPropertyClass.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/TestObjects/Bar.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/TestObjects/Car.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/TestObjects/CircularReferenceClass.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/TestObjects/CircularReferenceWithIdClass.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/TestObjects/ClassAndMemberConverterClass.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/TestObjects/ClassConverterPrecedenceClassConverter.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/TestObjects/ClassWithArray.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/TestObjects/ClassWithGuid.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/TestObjects/Computer.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/TestObjects/ConstructorCaseSensitivityClass.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/TestObjects/ConstructorReadonlyFields.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/TestObjects/Container.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/TestObjects/Content.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/TestObjects/ContentBaseClass.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/TestObjects/ContentSubClass.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/TestObjects/ConverableMembers.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/TestObjects/ConverterPrecedenceClass.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/TestObjects/ConverterPrecedenceClassConverter.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/TestObjects/DateTimeErrorObjectCollection.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/TestObjects/DateTimeTestClass.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/TestObjects/DefaultValueAttributeTestClass.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/TestObjects/DictionaryInterfaceClass.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/TestObjects/DoubleClass.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/TestObjects/EmployeeReference.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/TestObjects/Event.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/TestObjects/Foo.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/TestObjects/GenericImpl.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/TestObjects/GenericListAndDictionaryInterfaceProperties.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/TestObjects/GetOnlyPropertyClass.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/TestObjects/GoogleMapGeocoderStructure.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/TestObjects/HolderClass.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/TestObjects/IncompatibleJsonAttributeClass.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/TestObjects/InterfacePropertyTestClass.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/TestObjects/Invoice.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/TestObjects/JaggedArray.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/TestObjects/JsonIgnoreAttributeOnClassTestClass.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/TestObjects/JsonIgnoreAttributeTestClass.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/TestObjects/JsonPropertyClass.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/TestObjects/JsonPropertyWithHandlingValues.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/TestObjects/ListErrorObject.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/TestObjects/ListErrorObjectCollection.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/TestObjects/ListOfIds.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/TestObjects/ListTestClass.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/TestObjects/LogEntry.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/TestObjects/MemberConverterClass.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/TestObjects/MemberConverterPrecedenceClassConverter.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/TestObjects/MethodExecutorObject.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/TestObjects/Movie.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/TestObjects/MyClass.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/TestObjects/Name.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/TestObjects/NonRequest.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/TestObjects/NullableDateTimeTestClass.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/TestObjects/ObjectArrayPropertyTest.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/TestObjects/Person.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/TestObjects/PersonError.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/TestObjects/PersonPropertyClass.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/TestObjects/PersonRaw.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/TestObjects/PhoneNumber.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/TestObjects/PrivateConstructorTestClass.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/TestObjects/PrivateConstructorWithPublicParametizedConstructorTestClass.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/TestObjects/PrivateMembersClass.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/TestObjects/Product.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/TestObjects/ProductCollection.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/TestObjects/ProductShort.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/TestObjects/PropertyCase.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/TestObjects/RequestOnly.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/TestObjects/RequiredMembersClass.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/TestObjects/RoleTransfer.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/TestObjects/SearchResult.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/TestObjects/SerializationEventTestDictionary.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/TestObjects/SerializationEventTestList.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/TestObjects/SerializationEventTestObject.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/TestObjects/SerializationEventTestObjectWithConstructor.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/TestObjects/SetOnlyPropertyClass.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/TestObjects/SetOnlyPropertyClass2.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/TestObjects/Shortie.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/TestObjects/Store.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/TestObjects/StoreColor.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/TestObjects/StructTest.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/TestObjects/SubKlass.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/TestObjects/SuperKlass.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/TestObjects/TypeClass.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/TestObjects/TypedSubHashtable.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/TestObjects/UserNullable.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/TestObjects/VersionKeyedCollection.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/TestObjects/WagePerson.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/Utilities/DynamicReflectionDelegateFactoryTests.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/Utilities/ReflectionUtilsTests.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.Tests/bunny_pancake.jpg [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.WindowsPhone.sln [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json.sln [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Bson/BsonBinaryType.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Bson/BsonBinaryWriter.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Bson/BsonObjectId.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Bson/BsonReader.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Bson/BsonToken.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Bson/BsonType.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Bson/BsonWriter.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/ConstructorHandling.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Converters/BinaryConverter.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Converters/BsonObjectIdConverter.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Converters/CustomCreationConverter.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Converters/DataSetConverter.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Converters/DataTableConverter.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Converters/DateTimeConverterBase.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Converters/EntityKeyMemberConverter.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Converters/ExpandoObjectConverter.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Converters/IsoDateTimeConverter.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Converters/JavaScriptDateTimeConverter.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Converters/JsonDateTimeSerializationMode.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Converters/KeyValuePairConverter.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Converters/RegexConverter.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Converters/StringEnumConverter.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Converters/XmlNodeConverter.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/DefaultValueHandling.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Dynamic.snk [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/FormatterAssemblyStyle.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/IJsonLineInfo.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/JsonArrayAttribute.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/JsonConstructorAttribute.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/JsonContainerAttribute.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/JsonConvert.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/JsonConverter.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/JsonConverterAttribute.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/JsonConverterCollection.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/JsonIgnoreAttribute.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/JsonObjectAttribute.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/JsonPropertyAttribute.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/JsonReader.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/JsonReaderException.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/JsonSerializationException.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/JsonSerializer.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/JsonSerializerSettings.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/JsonTextReader.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/JsonTextWriter.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/JsonToken.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/JsonValidatingReader.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/JsonWriter.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/JsonWriterException.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Linq/ComponentModel/JPropertyDescriptor.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Linq/Extensions.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Linq/IJEnumerable.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Linq/JArray.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Linq/JConstructor.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Linq/JContainer.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Linq/JEnumerable.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Linq/JObject.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Linq/JPath.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Linq/JProperty.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Linq/JRaw.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Linq/JToken.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Linq/JTokenEqualityComparer.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Linq/JTokenReader.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Linq/JTokenType.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Linq/JTokenWriter.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Linq/JValue.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/MemberSerialization.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/MissingMemberHandling.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Newtonsoft.Json.Net20.csproj [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Newtonsoft.Json.Net35.csproj [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Newtonsoft.Json.Silverlight.csproj [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Newtonsoft.Json.WindowsPhone.csproj [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Newtonsoft.Json.csproj [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Newtonsoft.Json.ruleset [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/NullValueHandling.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/ObjectCreationHandling.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/PreserveReferencesHandling.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Properties/AssemblyInfo.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/ReferenceLoopHandling.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Required.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Schema/Extensions.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Schema/JsonSchema.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Schema/JsonSchemaBuilder.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Schema/JsonSchemaConstants.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Schema/JsonSchemaException.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Schema/JsonSchemaGenerator.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Schema/JsonSchemaModel.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Schema/JsonSchemaModelBuilder.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Schema/JsonSchemaNode.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Schema/JsonSchemaNodeCollection.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Schema/JsonSchemaResolver.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Schema/JsonSchemaType.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Schema/JsonSchemaWriter.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Schema/UndefinedSchemaIdHandling.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Schema/ValidationEventArgs.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Schema/ValidationEventHandler.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Serialization/CachedAttributeGetter.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Serialization/CamelCasePropertyNamesContractResolver.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Serialization/DefaultContractResolver.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Serialization/DefaultReferenceResolver.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Serialization/DefaultSerializationBinder.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Serialization/DynamicValueProvider.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Serialization/ErrorContext.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Serialization/ErrorEventArgs.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Serialization/IContractResolver.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Serialization/IReferenceResolver.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Serialization/IValueProvider.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Serialization/JsonArrayContract.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Serialization/JsonContract.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Serialization/JsonDictionaryContract.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Serialization/JsonDynamicContract.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Serialization/JsonFormatterConverter.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Serialization/JsonISerializableContract.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Serialization/JsonLinqContract.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Serialization/JsonObjectContract.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Serialization/JsonPrimitiveContract.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Serialization/JsonProperty.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Serialization/JsonPropertyCollection.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Serialization/JsonSerializerInternalBase.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Serialization/JsonSerializerInternalReader.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Serialization/JsonSerializerInternalWriter.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Serialization/JsonSerializerProxy.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Serialization/JsonStringContract.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Serialization/JsonTypeReflector.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Serialization/LateBoundMetadataTypeAttribute.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Serialization/ObjectConstructor.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Serialization/OnErrorAttribute.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Serialization/ReflectionValueProvider.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/SerializationBinder.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/StreamingContext.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/TypeNameHandling.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Utilities/Base64Encoder.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Utilities/BidirectionalDictionary.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Utilities/CollectionUtils.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Utilities/CollectionWrapper.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Utilities/ConvertUtils.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Utilities/DateTimeUtils.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Utilities/DictionaryWrapper.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Utilities/DynamicProxy.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Utilities/DynamicProxyMetaObject.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Utilities/DynamicReflectionDelegateFactory.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Utilities/DynamicUtils.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Utilities/DynamicWrapper.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Utilities/EnumUtils.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Utilities/EnumValue.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Utilities/EnumValues.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Utilities/ILGeneratorExtensions.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Utilities/JavaScriptUtils.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Utilities/LateBoundReflectionDelegateFactory.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Utilities/ListWrapper.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Utilities/MathUtils.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Utilities/MethodCall.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Utilities/MiscellaneousUtils.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Utilities/ReflectionDelegateFactory.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Utilities/ReflectionUtils.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Utilities/StringBuffer.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Utilities/StringUtils.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Utilities/ThreadSafeStore.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Src/Newtonsoft.Json/Utilities/ValidationUtils.cs [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Tools/7-zip/7-zip.chm [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Tools/7-zip/copying.txt [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Tools/7-zip/license.txt [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Tools/7-zip/readme.txt [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Tools/ILMerge/ILMerge License.rtf [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Tools/ILMerge/ILMerge.doc [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Tools/NUnit/NUnitFitTests.html [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Tools/NUnit/NUnitTests.config [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Tools/NUnit/NUnitTests.nunit [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Tools/NUnit/agent.conf [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Tools/NUnit/agent.log.conf [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Tools/NUnit/framework/nunit.framework.dll [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Tools/NUnit/framework/nunit.framework.xml [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Tools/NUnit/framework/nunit.mocks.dll [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Tools/NUnit/framework/pnunit.framework.dll [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Tools/NUnit/launcher.log.conf [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Tools/NUnit/lib/Failure.png [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Tools/NUnit/lib/Ignored.png [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Tools/NUnit/lib/Inconclusive.png [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Tools/NUnit/lib/Skipped.png [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Tools/NUnit/lib/Success.png [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Tools/NUnit/lib/fit.dll [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Tools/NUnit/lib/log4net.dll [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Tools/NUnit/lib/nunit-console-runner.dll [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Tools/NUnit/lib/nunit-gui-runner.dll [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Tools/NUnit/lib/nunit.core.dll [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Tools/NUnit/lib/nunit.core.interfaces.dll [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Tools/NUnit/lib/nunit.fixtures.dll [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Tools/NUnit/lib/nunit.uiexception.dll [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Tools/NUnit/lib/nunit.uikit.dll [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Tools/NUnit/lib/nunit.util.dll [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Tools/NUnit/nunit-agent-x86.exe.config [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Tools/NUnit/nunit-agent.exe.config [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Tools/NUnit/nunit-console-x86.exe.config [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Tools/NUnit/nunit-console.exe.config [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Tools/NUnit/nunit-x86.exe.config [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Tools/NUnit/nunit.exe.config [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Tools/NUnit/nunit.framework.dll [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Tools/NUnit/pnunit-agent.exe.config [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Tools/NUnit/pnunit-launcher.exe.config [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Tools/NUnit/pnunit.framework.dll [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Tools/NUnit/pnunit.tests.dll [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Tools/NUnit/runFile.exe.config [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Tools/NUnit/runpnunit.bat [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Tools/NUnit/test.conf [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Tools/NUnit/tests/loadtest-assembly.dll [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Tools/NUnit/tests/mock-assembly.dll [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Tools/NUnit/tests/nonamespace-assembly.dll [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Tools/NUnit/tests/nunit-console.tests.dll [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Tools/NUnit/tests/nunit-gui.tests.dll [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Tools/NUnit/tests/nunit.core.tests.dll [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Tools/NUnit/tests/nunit.fixtures.tests.dll [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Tools/NUnit/tests/nunit.framework.dll [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Tools/NUnit/tests/nunit.framework.tests.dll [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Tools/NUnit/tests/nunit.mocks.tests.dll [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Tools/NUnit/tests/nunit.uiexception.tests.dll [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Tools/NUnit/tests/nunit.uikit.tests.dll [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Tools/NUnit/tests/nunit.util.tests.dll [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Tools/NUnit/tests/test-assembly.dll [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Tools/NUnit/tests/test-utilities.dll [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Tools/NUnit/tests/timing-tests.dll [new file with mode: 0644]
trunk/Libraries/Json40r2/Source/Tools/PSake/psake.psm1 [new file with mode: 0644]
trunk/Libraries/Json40r2/readme.txt [new file with mode: 0644]
trunk/Libraries/ParallelExtensionsExtras/CoordinationDataStructures/AbstractStreamBase.cs [new file with mode: 0644]
trunk/Libraries/ParallelExtensionsExtras/CoordinationDataStructures/ActionCountdownEvent.cs [new file with mode: 0644]
trunk/Libraries/ParallelExtensionsExtras/CoordinationDataStructures/AsyncCoordination/AsyncBarrier.cs [new file with mode: 0644]
trunk/Libraries/ParallelExtensionsExtras/CoordinationDataStructures/AsyncCoordination/AsyncCache.cs [new file with mode: 0644]
trunk/Libraries/ParallelExtensionsExtras/CoordinationDataStructures/AsyncCoordination/AsyncCall.cs [new file with mode: 0644]
trunk/Libraries/ParallelExtensionsExtras/CoordinationDataStructures/AsyncCoordination/AsyncProducerConsumerCollection.cs [new file with mode: 0644]
trunk/Libraries/ParallelExtensionsExtras/CoordinationDataStructures/AsyncCoordination/AsyncReaderWriter.cs [new file with mode: 0644]
trunk/Libraries/ParallelExtensionsExtras/CoordinationDataStructures/AsyncCoordination/AsyncSemaphore.cs [new file with mode: 0644]
trunk/Libraries/ParallelExtensionsExtras/CoordinationDataStructures/ConcurrentPriorityQueue.cs [new file with mode: 0644]
trunk/Libraries/ParallelExtensionsExtras/CoordinationDataStructures/ObjectPool.cs [new file with mode: 0644]
trunk/Libraries/ParallelExtensionsExtras/CoordinationDataStructures/ObservableConcurrentCollection.cs [new file with mode: 0644]
trunk/Libraries/ParallelExtensionsExtras/CoordinationDataStructures/ObservableConcurrentDictionary.cs [new file with mode: 0644]
trunk/Libraries/ParallelExtensionsExtras/CoordinationDataStructures/Pipeline.cs [new file with mode: 0644]
trunk/Libraries/ParallelExtensionsExtras/CoordinationDataStructures/ProducerConsumerCollectionBase.cs [new file with mode: 0644]
trunk/Libraries/ParallelExtensionsExtras/CoordinationDataStructures/ReductionVariable.cs [new file with mode: 0644]
trunk/Libraries/ParallelExtensionsExtras/CoordinationDataStructures/SerialTaskQueue.cs [new file with mode: 0644]
trunk/Libraries/ParallelExtensionsExtras/CoordinationDataStructures/SpinLockClass.cs [new file with mode: 0644]
trunk/Libraries/ParallelExtensionsExtras/CoordinationDataStructures/ThreadSafeRandom.cs [new file with mode: 0644]
trunk/Libraries/ParallelExtensionsExtras/CoordinationDataStructures/TransferStream.cs [new file with mode: 0644]
trunk/Libraries/ParallelExtensionsExtras/Drawing/FastBitmap.cs [new file with mode: 0644]
trunk/Libraries/ParallelExtensionsExtras/Extensions/APM/FileAsync.cs [new file with mode: 0644]
trunk/Libraries/ParallelExtensionsExtras/Extensions/APM/StreamExtensions.cs [new file with mode: 0644]
trunk/Libraries/ParallelExtensionsExtras/Extensions/APM/WebRequestExtensions.cs [new file with mode: 0644]
trunk/Libraries/ParallelExtensionsExtras/Extensions/AggregateExceptionExtensions.cs [new file with mode: 0644]
trunk/Libraries/ParallelExtensionsExtras/Extensions/BlockingCollectionExtensions.cs [new file with mode: 0644]
trunk/Libraries/ParallelExtensionsExtras/Extensions/CancellationTokenExtensions.cs [new file with mode: 0644]
trunk/Libraries/ParallelExtensionsExtras/Extensions/CompletedTask.cs [new file with mode: 0644]
trunk/Libraries/ParallelExtensionsExtras/Extensions/DelegateBasedObserver.cs [new file with mode: 0644]
trunk/Libraries/ParallelExtensionsExtras/Extensions/DelegateExtensions.cs [new file with mode: 0644]
trunk/Libraries/ParallelExtensionsExtras/Extensions/EAP/EAPCommon.cs [new file with mode: 0644]
trunk/Libraries/ParallelExtensionsExtras/Extensions/EAP/PingExtensions.cs [new file with mode: 0644]
trunk/Libraries/ParallelExtensionsExtras/Extensions/EAP/SmtpClientExtensions.cs [new file with mode: 0644]
trunk/Libraries/ParallelExtensionsExtras/Extensions/EAP/WebClientExtensions.cs [new file with mode: 0644]
trunk/Libraries/ParallelExtensionsExtras/Extensions/IProducerConsumerCollectionExtensions.cs [new file with mode: 0644]
trunk/Libraries/ParallelExtensionsExtras/Extensions/LazyExtensions.cs [new file with mode: 0644]
trunk/Libraries/ParallelExtensionsExtras/Extensions/LinqToTasks.cs [new file with mode: 0644]
trunk/Libraries/ParallelExtensionsExtras/Extensions/ParallelLinqOptions.cs [new file with mode: 0644]
trunk/Libraries/ParallelExtensionsExtras/Extensions/ParallelOptionsExtensions.cs [new file with mode: 0644]
trunk/Libraries/ParallelExtensionsExtras/Extensions/PlinqExtensions.cs [new file with mode: 0644]
trunk/Libraries/ParallelExtensionsExtras/Extensions/TaskCompletionSourceExtensions.cs [new file with mode: 0644]
trunk/Libraries/ParallelExtensionsExtras/Extensions/TaskExtrasExtensions.cs [new file with mode: 0644]
trunk/Libraries/ParallelExtensionsExtras/Extensions/TaskFactoryExtensions/TaskFactoryExtensions_Common.cs [new file with mode: 0644]
trunk/Libraries/ParallelExtensionsExtras/Extensions/TaskFactoryExtensions/TaskFactoryExtensions_ContinueWhenAllAny.cs [new file with mode: 0644]
trunk/Libraries/ParallelExtensionsExtras/Extensions/TaskFactoryExtensions/TaskFactoryExtensions_Create.cs [new file with mode: 0644]
trunk/Libraries/ParallelExtensionsExtras/Extensions/TaskFactoryExtensions/TaskFactoryExtensions_Delayed.cs [new file with mode: 0644]
trunk/Libraries/ParallelExtensionsExtras/Extensions/TaskFactoryExtensions/TaskFactoryExtensions_From.cs [new file with mode: 0644]
trunk/Libraries/ParallelExtensionsExtras/Extensions/TaskFactoryExtensions/TaskFactoryExtensions_FromAsync.cs [new file with mode: 0644]
trunk/Libraries/ParallelExtensionsExtras/Extensions/TaskFactoryExtensions/TaskFactoryExtensions_Iterate.cs [new file with mode: 0644]
trunk/Libraries/ParallelExtensionsExtras/Extensions/TaskFactoryExtensions/TaskFactoryExtensions_TrackedSequence.cs [new file with mode: 0644]
trunk/Libraries/ParallelExtensionsExtras/Extensions/TaskSchedulerExtensions.cs [new file with mode: 0644]
trunk/Libraries/ParallelExtensionsExtras/ParallelAlgorithms/ParallelAlgorithms_Common.cs [new file with mode: 0644]
trunk/Libraries/ParallelExtensionsExtras/ParallelAlgorithms/ParallelAlgorithms_Filter.cs [new file with mode: 0644]
trunk/Libraries/ParallelExtensionsExtras/ParallelAlgorithms/ParallelAlgorithms_For.cs [new file with mode: 0644]
trunk/Libraries/ParallelExtensionsExtras/ParallelAlgorithms/ParallelAlgorithms_ForRange.cs [new file with mode: 0644]
trunk/Libraries/ParallelExtensionsExtras/ParallelAlgorithms/ParallelAlgorithms_Map.cs [new file with mode: 0644]
trunk/Libraries/ParallelExtensionsExtras/ParallelAlgorithms/ParallelAlgorithms_Reduce.cs [new file with mode: 0644]
trunk/Libraries/ParallelExtensionsExtras/ParallelAlgorithms/ParallelAlgorithms_Scan.cs [new file with mode: 0644]
trunk/Libraries/ParallelExtensionsExtras/ParallelAlgorithms/ParallelAlgorithms_Sort.cs [new file with mode: 0644]
trunk/Libraries/ParallelExtensionsExtras/ParallelAlgorithms/ParallelAlgorithms_SpeculativeFor.cs [new file with mode: 0644]
trunk/Libraries/ParallelExtensionsExtras/ParallelAlgorithms/ParallelAlgorithms_SpeculativeForEach.cs [new file with mode: 0644]
trunk/Libraries/ParallelExtensionsExtras/ParallelAlgorithms/ParallelAlgorithms_SpeculativeInvoke.cs [new file with mode: 0644]
trunk/Libraries/ParallelExtensionsExtras/ParallelAlgorithms/ParallelAlgorithms_Wavefront.cs [new file with mode: 0644]
trunk/Libraries/ParallelExtensionsExtras/ParallelAlgorithms/ParallelAlgorithms_While.cs [new file with mode: 0644]
trunk/Libraries/ParallelExtensionsExtras/ParallelAlgorithms/ParallelAlgorithms_WhileNotEmpty.cs [new file with mode: 0644]
trunk/Libraries/ParallelExtensionsExtras/ParallelExtensionsExtras.csproj [new file with mode: 0644]
trunk/Libraries/ParallelExtensionsExtras/ParallelExtensionsExtras.sln [new file with mode: 0644]
trunk/Libraries/ParallelExtensionsExtras/Partitioners/ChunkPartitioner.cs [new file with mode: 0644]
trunk/Libraries/ParallelExtensionsExtras/Partitioners/SingleItemPartitioner.cs [new file with mode: 0644]
trunk/Libraries/ParallelExtensionsExtras/Properties/AssemblyInfo.cs [new file with mode: 0644]
trunk/Libraries/ParallelExtensionsExtras/TaskSchedulers/ConcurrentExclusiveInterleave.cs [new file with mode: 0644]
trunk/Libraries/ParallelExtensionsExtras/TaskSchedulers/CurrentThreadTaskScheduler.cs [new file with mode: 0644]
trunk/Libraries/ParallelExtensionsExtras/TaskSchedulers/IOCompletionPortTaskScheduler.cs [new file with mode: 0644]
trunk/Libraries/ParallelExtensionsExtras/TaskSchedulers/IOTaskScheduler.cs [new file with mode: 0644]
trunk/Libraries/ParallelExtensionsExtras/TaskSchedulers/LimitedConcurrencyLevelTaskScheduler.cs [new file with mode: 0644]
trunk/Libraries/ParallelExtensionsExtras/TaskSchedulers/OrderedTaskScheduler.cs [new file with mode: 0644]
trunk/Libraries/ParallelExtensionsExtras/TaskSchedulers/QueuedTaskScheduler.cs [new file with mode: 0644]
trunk/Libraries/ParallelExtensionsExtras/TaskSchedulers/ReprioritizableTaskScheduler.cs [new file with mode: 0644]
trunk/Libraries/ParallelExtensionsExtras/TaskSchedulers/RoundRobinTaskScheduler.cs [new file with mode: 0644]
trunk/Libraries/ParallelExtensionsExtras/TaskSchedulers/StaTaskScheduler.cs [new file with mode: 0644]
trunk/Libraries/ParallelExtensionsExtras/TaskSchedulers/SynchronizationContextTaskScheduler.cs [new file with mode: 0644]
trunk/Libraries/ParallelExtensionsExtras/TaskSchedulers/ThreadPerTaskkScheduler.cs [new file with mode: 0644]
trunk/Libraries/ParallelExtensionsExtras/TaskSchedulers/WorkStealingTaskScheduler.cs [new file with mode: 0644]
trunk/Libraries/ParallelExtensionsExtras/Utils/SortedTopN.cs [new file with mode: 0644]
trunk/Pithos.Client.Test/Pithos.Client.Test.csproj [new file with mode: 0644]
trunk/Pithos.Client.Test/Properties/AssemblyInfo.cs [new file with mode: 0644]
trunk/Pithos.Client/AccountSettings.cs [new file with mode: 0644]
trunk/Pithos.Client/App_Code/LICENSE.txt [new file with mode: 0644]
trunk/Pithos.Client/App_Code/Massive.cs [new file with mode: 0644]
trunk/Pithos.Client/IoC.cs [new file with mode: 0644]
trunk/Pithos.Client/Pithos.Client.csproj [new file with mode: 0644]
trunk/Pithos.Client/PithosFiles.db [new file with mode: 0644]
trunk/Pithos.Client/PithosSettings.cs [new file with mode: 0644]
trunk/Pithos.Client/Preferences.Designer.cs [new file with mode: 0644]
trunk/Pithos.Client/Preferences.cs [new file with mode: 0644]
trunk/Pithos.Client/Preferences.resx [new file with mode: 0644]
trunk/Pithos.Client/Program.cs [new file with mode: 0644]
trunk/Pithos.Client/Properties/AssemblyInfo.cs [new file with mode: 0644]
trunk/Pithos.Client/Properties/Resources.Designer.cs [new file with mode: 0644]
trunk/Pithos.Client/Properties/Resources.resx [new file with mode: 0644]
trunk/Pithos.Client/Properties/Settings.Designer.cs [new file with mode: 0644]
trunk/Pithos.Client/Properties/Settings.settings [new file with mode: 0644]
trunk/Pithos.Client/Resources/Tray.ico [new file with mode: 0644]
trunk/Pithos.Client/Resources/TrayInSynch.ico [new file with mode: 0644]
trunk/Pithos.Client/Resources/TraySynching.ico [new file with mode: 0644]
trunk/Pithos.Client/app.config [new file with mode: 0644]
trunk/Pithos.Client/header.jpg [new file with mode: 0644]
trunk/Pithos.Client/packages.config [new file with mode: 0644]
trunk/Pithos.Core.Test/MockSettings.cs [new file with mode: 0644]
trunk/Pithos.Core.Test/MockStatusKeeper.cs [new file with mode: 0644]
trunk/Pithos.Core.Test/Pithos.Core.Test.csproj [new file with mode: 0644]
trunk/Pithos.Core.Test/PithosWorkflowTest.cs [new file with mode: 0644]
trunk/Pithos.Core.Test/Properties/AssemblyInfo.cs [new file with mode: 0644]
trunk/Pithos.Core.Test/StatusCheckerTest.cs [new file with mode: 0644]
trunk/Pithos.Core.Test/WorkflowFileStatusTest.cs [new file with mode: 0644]
trunk/Pithos.Core/IPithosWorkflow.cs [new file with mode: 0644]
trunk/Pithos.Core/IStatusKeeper.cs [new file with mode: 0644]
trunk/Pithos.Core/NativeMethods.cs [new file with mode: 0644]
trunk/Pithos.Core/Pithos.Core.csproj [new file with mode: 0644]
trunk/Pithos.Core/PithosMonitor.cs [new file with mode: 0644]
trunk/Pithos.Core/PithosWorkflow.cs [new file with mode: 0644]
trunk/Pithos.Core/Properties/AssemblyInfo.cs [new file with mode: 0644]
trunk/Pithos.Core/StatusChecker.cs [new file with mode: 0644]
trunk/Pithos.Core/StatusInfo.cs [new file with mode: 0644]
trunk/Pithos.Core/WorkflowState.cs [new file with mode: 0644]
trunk/Pithos.Interfaces/ICloudClient.cs [new file with mode: 0644]
trunk/Pithos.Interfaces/IPithosSettings.cs [new file with mode: 0644]
trunk/Pithos.Interfaces/IStatusChecker.cs [new file with mode: 0644]
trunk/Pithos.Interfaces/Pithos.Interfaces.csproj [new file with mode: 0644]
trunk/Pithos.Interfaces/Properties/AssemblyInfo.cs [new file with mode: 0644]
trunk/Pithos.Interfaces/pithos.snk [new file with mode: 0644]
trunk/Pithos.Network.Test/ChecksumTest.cs [new file with mode: 0644]
trunk/Pithos.Network.Test/NetworkOpsTest.cs [new file with mode: 0644]
trunk/Pithos.Network.Test/Pithos.Network.Test.csproj [new file with mode: 0644]
trunk/Pithos.Network.Test/Properties/AssemblyInfo.cs [new file with mode: 0644]
trunk/Pithos.Network/CloudFilesClient.cs [new file with mode: 0644]
trunk/Pithos.Network/Pithos.Network.csproj [new file with mode: 0644]
trunk/Pithos.Network/Properties/AssemblyInfo.cs [new file with mode: 0644]
trunk/Pithos.Network/TimeoutRetryCondition.cs [new file with mode: 0644]
trunk/Pithos.Network/packages.config [new file with mode: 0644]
trunk/Pithos.ShellExtensions.Test/FileContextMenuTest.cs [new file with mode: 0644]
trunk/Pithos.ShellExtensions.Test/FileContextTest.cs [new file with mode: 0644]
trunk/Pithos.ShellExtensions.Test/IconOverlayTest.cs [new file with mode: 0644]
trunk/Pithos.ShellExtensions.Test/IoCTest.cs [new file with mode: 0644]
trunk/Pithos.ShellExtensions.Test/Pithos.ShellExtensions.Test.csproj [new file with mode: 0644]
trunk/Pithos.ShellExtensions.Test/Properties/AssemblyInfo.cs [new file with mode: 0644]
trunk/Pithos.ShellExtensions.Test/TestPithosSettings.cs [new file with mode: 0644]
trunk/Pithos.ShellExtensions.Test/TestStatusChecker.cs [new file with mode: 0644]
trunk/Pithos.ShellExtensions/FileContext.cs [new file with mode: 0644]
trunk/Pithos.ShellExtensions/IoC.cs [new file with mode: 0644]
trunk/Pithos.ShellExtensions/MarshalHelpers.cs [new file with mode: 0644]
trunk/Pithos.ShellExtensions/Menus/DisplayFlags.cs [new file with mode: 0644]
trunk/Pithos.ShellExtensions/Menus/FileContextMenu.cs [new file with mode: 0644]
trunk/Pithos.ShellExtensions/Menus/MenuItem.cs [new file with mode: 0644]
trunk/Pithos.ShellExtensions/Overlays/ConflictIconOverlay.cs [new file with mode: 0644]
trunk/Pithos.ShellExtensions/Overlays/IconOverlayBase.cs [new file with mode: 0644]
trunk/Pithos.ShellExtensions/Overlays/ModifiedIconOverlay.cs [new file with mode: 0644]
trunk/Pithos.ShellExtensions/Overlays/NormalIconOverlay.cs [new file with mode: 0644]
trunk/Pithos.ShellExtensions/Overlays/SynchIconOverlay.cs [new file with mode: 0644]
trunk/Pithos.ShellExtensions/Pithos.ShellExtensions.csproj [new file with mode: 0644]
trunk/Pithos.ShellExtensions/ProjectInstaller.cs [new file with mode: 0644]
trunk/Pithos.ShellExtensions/ProjectInstaller.designer.cs [new file with mode: 0644]
trunk/Pithos.ShellExtensions/Properties/AssemblyInfo.cs [new file with mode: 0644]
trunk/Pithos.ShellExtensions/ShellExtLib.cs [new file with mode: 0644]
trunk/Pithos.ShellExtensions/TestPithosSettings.cs [new file with mode: 0644]
trunk/Pithos.ShellExtensions/TestStatusChecker.cs [new file with mode: 0644]
trunk/Pithos.ShellExtensions/app.config [new file with mode: 0644]
trunk/Pithos.ShellExtensions/pithos.snk [new file with mode: 0644]
trunk/Pithos.sln [new file with mode: 0644]
trunk/Pithos.sln.docstates [new file with mode: 0644]
trunk/packages/Hammock.1.2.3/Hammock-Binaries.zip [new file with mode: 0644]
trunk/packages/Hammock.1.2.3/Hammock.1.2.3.nupkg [new file with mode: 0644]
trunk/packages/Hammock.1.2.3/LICENSE [new file with mode: 0644]
trunk/packages/Hammock.1.2.3/lib/net20/Hammock.dll [new file with mode: 0644]
trunk/packages/Hammock.1.2.3/lib/net20/LinqBridge.dll [new file with mode: 0644]
trunk/packages/Hammock.1.2.3/lib/net35-client/Hammock.ClientProfile.dll [new file with mode: 0644]
trunk/packages/Hammock.1.2.3/lib/net35/Hammock.dll [new file with mode: 0644]
trunk/packages/Hammock.1.2.3/lib/net40-client/Hammock.ClientProfile.dll [new file with mode: 0644]
trunk/packages/Hammock.1.2.3/lib/net40/Hammock.dll [new file with mode: 0644]
trunk/packages/Hammock.1.2.3/lib/net40/Hammock.dll.CodeAnalysisLog.xml [new file with mode: 0644]
trunk/packages/Hammock.1.2.3/lib/net40/Hammock.dll.lastcodeanalysissucceeded [new file with mode: 0644]
trunk/packages/Hammock.1.2.3/lib/sl3/Hammock.Silverlight.dll [new file with mode: 0644]
trunk/packages/Hammock.1.2.3/lib/sl3/ICSharpCode.SharpZipLib.Silverlight.dll [new file with mode: 0644]
trunk/packages/Hammock.1.2.3/lib/sl3/System.Runtime.Serialization.Json.dll [new file with mode: 0644]
trunk/packages/Hammock.1.2.3/lib/sl3/System.Runtime.Serialization.Json.xml [new file with mode: 0644]
trunk/packages/Hammock.1.2.3/lib/sl3/System.Xml.Linq.dll [new file with mode: 0644]
trunk/packages/Hammock.1.2.3/lib/sl3/System.Xml.Linq.xml [new file with mode: 0644]
trunk/packages/Hammock.1.2.3/lib/sl3/de/System.Runtime.Serialization.Json.resources.dll [new file with mode: 0644]
trunk/packages/Hammock.1.2.3/lib/sl3/de/System.Xml.Linq.resources.dll [new file with mode: 0644]
trunk/packages/Hammock.1.2.3/lib/sl3/es/System.Runtime.Serialization.Json.resources.dll [new file with mode: 0644]
trunk/packages/Hammock.1.2.3/lib/sl3/es/System.Xml.Linq.resources.dll [new file with mode: 0644]
trunk/packages/Hammock.1.2.3/lib/sl3/fr/System.Runtime.Serialization.Json.resources.dll [new file with mode: 0644]
trunk/packages/Hammock.1.2.3/lib/sl3/fr/System.Xml.Linq.resources.dll [new file with mode: 0644]
trunk/packages/Hammock.1.2.3/lib/sl3/it/System.Runtime.Serialization.Json.resources.dll [new file with mode: 0644]
trunk/packages/Hammock.1.2.3/lib/sl3/it/System.Xml.Linq.resources.dll [new file with mode: 0644]
trunk/packages/Hammock.1.2.3/lib/sl3/ja/System.Runtime.Serialization.Json.resources.dll [new file with mode: 0644]
trunk/packages/Hammock.1.2.3/lib/sl3/ja/System.Xml.Linq.resources.dll [new file with mode: 0644]
trunk/packages/Hammock.1.2.3/lib/sl3/ko/System.Runtime.Serialization.Json.resources.dll [new file with mode: 0644]
trunk/packages/Hammock.1.2.3/lib/sl3/ko/System.Xml.Linq.resources.dll [new file with mode: 0644]
trunk/packages/Hammock.1.2.3/lib/sl3/zh-Hans/System.Runtime.Serialization.Json.resources.dll [new file with mode: 0644]
trunk/packages/Hammock.1.2.3/lib/sl3/zh-Hans/System.Xml.Linq.resources.dll [new file with mode: 0644]
trunk/packages/Hammock.1.2.3/lib/sl3/zh-Hant/System.Runtime.Serialization.Json.resources.dll [new file with mode: 0644]
trunk/packages/Hammock.1.2.3/lib/sl3/zh-Hant/System.Xml.Linq.resources.dll [new file with mode: 0644]
trunk/packages/Hammock.1.2.3/lib/sl4-wp/Hammock.WindowsPhone.dll [new file with mode: 0644]
trunk/packages/Hammock.1.2.3/lib/sl4-wp/ICSharpCode.SharpZipLib.WindowsPhone.dll [new file with mode: 0644]
trunk/packages/Hammock.1.2.3/lib/sl4/Hammock.Silverlight.dll [new file with mode: 0644]
trunk/packages/Hammock.1.2.3/lib/sl4/ICSharpCode.SharpZipLib.Silverlight.dll [new file with mode: 0644]
trunk/packages/Hammock.1.2.3/lib/sl4/Microsoft.CSharp.dll [new file with mode: 0644]
trunk/packages/Hammock.1.2.3/lib/sl4/Microsoft.CSharp.xml [new file with mode: 0644]
trunk/packages/Hammock.1.2.3/lib/sl4/System.Json.dll [new file with mode: 0644]
trunk/packages/Hammock.1.2.3/lib/sl4/System.Json.xml [new file with mode: 0644]
trunk/packages/Hammock.1.2.3/lib/sl4/System.Runtime.Serialization.Json.dll [new file with mode: 0644]
trunk/packages/Hammock.1.2.3/lib/sl4/System.Runtime.Serialization.Json.xml [new file with mode: 0644]
trunk/packages/Hammock.1.2.3/lib/sl4/System.Xml.Linq.dll [new file with mode: 0644]
trunk/packages/Hammock.1.2.3/lib/sl4/System.Xml.Linq.xml [new file with mode: 0644]
trunk/packages/Hammock.1.2.3/lib/sl4/de/Microsoft.CSharp.resources.dll [new file with mode: 0644]
trunk/packages/Hammock.1.2.3/lib/sl4/de/System.Json.resources.dll [new file with mode: 0644]
trunk/packages/Hammock.1.2.3/lib/sl4/de/System.Runtime.Serialization.Json.resources.dll [new file with mode: 0644]
trunk/packages/Hammock.1.2.3/lib/sl4/de/System.Xml.Linq.resources.dll [new file with mode: 0644]
trunk/packages/Hammock.1.2.3/lib/sl4/es/Microsoft.CSharp.resources.dll [new file with mode: 0644]
trunk/packages/Hammock.1.2.3/lib/sl4/es/System.Json.resources.dll [new file with mode: 0644]
trunk/packages/Hammock.1.2.3/lib/sl4/es/System.Runtime.Serialization.Json.resources.dll [new file with mode: 0644]
trunk/packages/Hammock.1.2.3/lib/sl4/es/System.Xml.Linq.resources.dll [new file with mode: 0644]
trunk/packages/Hammock.1.2.3/lib/sl4/fr/Microsoft.CSharp.resources.dll [new file with mode: 0644]
trunk/packages/Hammock.1.2.3/lib/sl4/fr/System.Json.resources.dll [new file with mode: 0644]
trunk/packages/Hammock.1.2.3/lib/sl4/fr/System.Runtime.Serialization.Json.resources.dll [new file with mode: 0644]
trunk/packages/Hammock.1.2.3/lib/sl4/fr/System.Xml.Linq.resources.dll [new file with mode: 0644]
trunk/packages/Hammock.1.2.3/lib/sl4/it/Microsoft.CSharp.resources.dll [new file with mode: 0644]
trunk/packages/Hammock.1.2.3/lib/sl4/it/System.Json.resources.dll [new file with mode: 0644]
trunk/packages/Hammock.1.2.3/lib/sl4/it/System.Runtime.Serialization.Json.resources.dll [new file with mode: 0644]
trunk/packages/Hammock.1.2.3/lib/sl4/it/System.Xml.Linq.resources.dll [new file with mode: 0644]
trunk/packages/Hammock.1.2.3/lib/sl4/ja/Microsoft.CSharp.resources.dll [new file with mode: 0644]
trunk/packages/Hammock.1.2.3/lib/sl4/ja/System.Json.resources.dll [new file with mode: 0644]
trunk/packages/Hammock.1.2.3/lib/sl4/ja/System.Runtime.Serialization.Json.resources.dll [new file with mode: 0644]
trunk/packages/Hammock.1.2.3/lib/sl4/ja/System.Xml.Linq.resources.dll [new file with mode: 0644]
trunk/packages/Hammock.1.2.3/lib/sl4/ko/Microsoft.CSharp.resources.dll [new file with mode: 0644]
trunk/packages/Hammock.1.2.3/lib/sl4/ko/System.Json.resources.dll [new file with mode: 0644]
trunk/packages/Hammock.1.2.3/lib/sl4/ko/System.Runtime.Serialization.Json.resources.dll [new file with mode: 0644]
trunk/packages/Hammock.1.2.3/lib/sl4/ko/System.Xml.Linq.resources.dll [new file with mode: 0644]
trunk/packages/Hammock.1.2.3/lib/sl4/ru/Microsoft.CSharp.resources.dll [new file with mode: 0644]
trunk/packages/Hammock.1.2.3/lib/sl4/ru/System.Json.resources.dll [new file with mode: 0644]
trunk/packages/Hammock.1.2.3/lib/sl4/ru/System.Runtime.Serialization.Json.resources.dll [new file with mode: 0644]
trunk/packages/Hammock.1.2.3/lib/sl4/ru/System.Xml.Linq.resources.dll [new file with mode: 0644]
trunk/packages/Hammock.1.2.3/lib/sl4/zh-Hans/Microsoft.CSharp.resources.dll [new file with mode: 0644]
trunk/packages/Hammock.1.2.3/lib/sl4/zh-Hans/System.Json.resources.dll [new file with mode: 0644]
trunk/packages/Hammock.1.2.3/lib/sl4/zh-Hans/System.Runtime.Serialization.Json.resources.dll [new file with mode: 0644]
trunk/packages/Hammock.1.2.3/lib/sl4/zh-Hans/System.Xml.Linq.resources.dll [new file with mode: 0644]
trunk/packages/Hammock.1.2.3/lib/sl4/zh-Hant/Microsoft.CSharp.resources.dll [new file with mode: 0644]
trunk/packages/Hammock.1.2.3/lib/sl4/zh-Hant/System.Json.resources.dll [new file with mode: 0644]
trunk/packages/Hammock.1.2.3/lib/sl4/zh-Hant/System.Runtime.Serialization.Json.resources.dll [new file with mode: 0644]
trunk/packages/Hammock.1.2.3/lib/sl4/zh-Hant/System.Xml.Linq.resources.dll [new file with mode: 0644]
trunk/packages/Hammock.1.2.3/mono/Hammock.Mono.dll [new file with mode: 0644]
trunk/packages/Massive.1.0/Massive.1.0.nupkg [new file with mode: 0644]
trunk/packages/Massive.1.0/content/App_Code/LICENSE.txt [new file with mode: 0644]
trunk/packages/Massive.1.0/content/App_Code/Massive.cs [new file with mode: 0644]
trunk/packages/repositories.config [new file with mode: 0644]
trunk/pithos.snk [new file with mode: 0644]