Skip to content

Commit

Permalink
Fixed binary array parsing.
Browse files Browse the repository at this point in the history
Added support for null, bool and date types.
Changed public functions to be more intuitive.
  • Loading branch information
animetrics committed Oct 6, 2011
0 parents commit c786a69
Show file tree
Hide file tree
Showing 94 changed files with 7,599 additions and 0 deletions.
11 changes: 11 additions & 0 deletions BinaryPlist/.svn/all-wcprops
@@ -0,0 +1,11 @@
K 25
svn:wc:ra_dav:version-url
V 43
/svn/insovert/!svn/ver/61/BinaryPlist/trunk
END
BinaryPlist.sln
K 25
svn:wc:ra_dav:version-url
V 59
/svn/insovert/!svn/ver/62/BinaryPlist/trunk/BinaryPlist.sln
END
72 changes: 72 additions & 0 deletions BinaryPlist/.svn/entries
@@ -0,0 +1,72 @@
10

dir
61
https://insovertgames.blogsite.org/svn/insovert/BinaryPlist/trunk
https://insovertgames.blogsite.org/svn/insovert



2010-08-12T18:00:43.828125Z
61
Mark














6c5e26bf-2db1-2545-b2e2-0c82a69ca2e6

BinaryPlist
dir

BinaryPlist.sln
file
62



2010-08-12T18:01:00.684347Z
5aece35608956bdec4e2ade77064df9d
2010-08-12T18:01:20.656250Z
62
Mark
has-props




















1021

Testing
dir



add

5 changes: 5 additions & 0 deletions BinaryPlist/.svn/prop-base/BinaryPlist.sln.svn-base
@@ -0,0 +1,5 @@
K 15
vs:project-root
V 0

END
24 changes: 24 additions & 0 deletions BinaryPlist/.svn/text-base/BinaryPlist.sln.svn-base
@@ -0,0 +1,24 @@

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BinaryPlist", "BinaryPlist\BinaryPlist.csproj", "{676968B1-94C4-4FE8-96AD-14C2CA8D6F7F}"
EndProject
Global
GlobalSection(SubversionScc) = preSolution
Svn-Managed = True
Manager = AnkhSVN - Subversion Support for Visual Studio
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{676968B1-94C4-4FE8-96AD-14C2CA8D6F7F}.Debug|x86.ActiveCfg = Debug|x86
{676968B1-94C4-4FE8-96AD-14C2CA8D6F7F}.Debug|x86.Build.0 = Debug|x86
{676968B1-94C4-4FE8-96AD-14C2CA8D6F7F}.Release|x86.ActiveCfg = Release|x86
{676968B1-94C4-4FE8-96AD-14C2CA8D6F7F}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
23 changes: 23 additions & 0 deletions BinaryPlist/BinaryPlist.sln
@@ -0,0 +1,23 @@

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Global
GlobalSection(SubversionScc) = preSolution
Svn-Managed = True
Manager = AnkhSVN - Subversion Support for Visual Studio
EndGlobalSection
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = BinaryPlist.vsmdi
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
Binary file added BinaryPlist/BinaryPlist.suo
Binary file not shown.
6 changes: 6 additions & 0 deletions BinaryPlist/BinaryPlist.vsmdi
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<TestLists xmlns="http://microsoft.com/schemas/VisualStudio/TeamTest/2010">
<TestList name="Lists of Tests" id="8c43106b-9dc1-4907-a29f-aa66a61bf5b6">
<RunConfiguration id="554e7a4d-508c-4249-98c3-70412bb5f2e1" name="Local" storage="local.testsettings" type="Microsoft.VisualStudio.TestTools.Common.TestRunConfiguration, Microsoft.VisualStudio.QualityTools.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
</TestList>
</TestLists>
23 changes: 23 additions & 0 deletions BinaryPlist/BinaryPlist/.svn/all-wcprops
@@ -0,0 +1,23 @@
K 25
svn:wc:ra_dav:version-url
V 55
/svn/insovert/!svn/ver/62/BinaryPlist/trunk/BinaryPlist
END
BinaryPlist.csproj
K 25
svn:wc:ra_dav:version-url
V 74
/svn/insovert/!svn/ver/74/BinaryPlist/trunk/BinaryPlist/BinaryPlist.csproj
END
Plist.cs
K 25
svn:wc:ra_dav:version-url
V 64
/svn/insovert/!svn/ver/74/BinaryPlist/trunk/BinaryPlist/Plist.cs
END
Program.cs
K 25
svn:wc:ra_dav:version-url
V 66
/svn/insovert/!svn/ver/74/BinaryPlist/trunk/BinaryPlist/Program.cs
END
157 changes: 157 additions & 0 deletions BinaryPlist/BinaryPlist/.svn/entries
@@ -0,0 +1,157 @@
10

dir
62
https://insovertgames.blogsite.org/svn/insovert/BinaryPlist/trunk/BinaryPlist
https://insovertgames.blogsite.org/svn/insovert



2010-08-12T18:01:20.656250Z
62
Mark














6c5e26bf-2db1-2545-b2e2-0c82a69ca2e6

BinaryPlist.csproj
file
74



2010-08-16T13:37:46.507502Z
f7590f675daf51dca831f3cade718d55
2010-08-16T20:25:10.957000Z
74
Mark





















2639

Plist.cs
file
74



2010-08-16T20:06:46.764614Z
662c041643e1d75d51239734607037ae
2010-08-16T20:25:10.957000Z
74
Mark





















12275

BPlist.cs
file
74



















deleted

Program.cs
file
74



2010-08-16T14:49:45.174715Z
aaa4a57c26f4dfeae2bb8481b3b218c8
2010-08-16T20:25:10.957000Z
74
Mark





















301

Properties
dir

62 changes: 62 additions & 0 deletions BinaryPlist/BinaryPlist/.svn/text-base/BinaryPlist.csproj.svn-base
@@ -0,0 +1,62 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{676968B1-94C4-4FE8-96AD-14C2CA8D6F7F}</ProjectGuid>
<OutputType>Exe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>BinaryPlist</RootNamespace>
<AssemblyName>BinaryPlist</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
<FileAlignment>512</FileAlignment>
<SccProjectName>Svn</SccProjectName>
<SccLocalPath>Svn</SccLocalPath>
<SccAuxPath>Svn</SccAuxPath>
<SccProvider>SubversionScc</SccProvider>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<PlatformTarget>x86</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<PlatformTarget>x86</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Plist.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>

0 comments on commit c786a69

Please sign in to comment.