Skip to content
This repository was archived by the owner on Aug 29, 2021. It is now read-only.

Commit 190c386

Browse files
author
unknown
committed
Initial public release.
0 parents  commit 190c386

File tree

67 files changed

+11728
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+11728
-0
lines changed

.gitignore

+156
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,156 @@
1+
## Ignore Visual Studio temporary files, build results, and
2+
## files generated by popular Visual Studio add-ons.
3+
4+
# User-specific files
5+
*.suo
6+
*.user
7+
*.sln.docstates
8+
9+
# Build results
10+
11+
[Dd]ebug/
12+
[Rr]elease/
13+
x86/
14+
x64/
15+
build/
16+
[Bb]in/
17+
[Oo]bj/
18+
packages/
19+
20+
# MSTest test Results
21+
[Tt]est[Rr]esult*/
22+
[Bb]uild[Ll]og.*
23+
24+
*_i.c
25+
*_p.c
26+
*.ilk
27+
*.meta
28+
*.obj
29+
*.pch
30+
*.pdb
31+
*.pgc
32+
*.pgd
33+
*.rsp
34+
*.sbr
35+
*.tlb
36+
*.tli
37+
*.tlh
38+
*.tmp
39+
*.tmp_proj
40+
*.log
41+
*.vspscc
42+
*.vssscc
43+
.builds
44+
*.pidb
45+
*.log
46+
*.scc
47+
*.bak
48+
49+
# Visual C++ cache files
50+
ipch/
51+
*.aps
52+
*.ncb
53+
*.opensdf
54+
*.sdf
55+
*.cachefile
56+
57+
# Visual Studio profiler
58+
*.psess
59+
*.vsp
60+
*.vspx
61+
62+
# Guidance Automation Toolkit
63+
*.gpState
64+
65+
# ReSharper is a .NET coding add-in
66+
_ReSharper*/
67+
*.[Rr]e[Ss]harper
68+
69+
# TeamCity is a build add-in
70+
_TeamCity*
71+
72+
# DotCover is a Code Coverage Tool
73+
*.dotCover
74+
75+
# NCrunch
76+
*.ncrunch*
77+
.*crunch*.local.xml
78+
79+
# Installshield output folder
80+
[Ee]xpress/
81+
82+
# DocProject is a documentation generator add-in
83+
DocProject/buildhelp/
84+
DocProject/Help/*.HxT
85+
DocProject/Help/*.HxC
86+
DocProject/Help/*.hhc
87+
DocProject/Help/*.hhk
88+
DocProject/Help/*.hhp
89+
DocProject/Help/Html2
90+
DocProject/Help/html
91+
92+
# Click-Once directory
93+
publish/
94+
95+
# Publish Web Output
96+
*.Publish.xml
97+
*.pubxml
98+
99+
# NuGet Packages Directory
100+
## TODO: If you have NuGet Package Restore enabled, uncomment the next line
101+
#packages/
102+
103+
# Windows Azure Build Output
104+
csx
105+
*.build.csdef
106+
107+
# Windows Store app package directory
108+
AppPackages/
109+
110+
# Others
111+
sql/
112+
*.Cache
113+
ClientBin/
114+
[Ss]tyle[Cc]op.*
115+
~$*
116+
*~
117+
*.dbmdl
118+
*.[Pp]ublish.xml
119+
*.pfx
120+
*.publishsettings
121+
122+
# RIA/Silverlight projects
123+
Generated_Code/
124+
125+
# Backup & report files from converting an old project file to a newer
126+
# Visual Studio version. Backup files are not needed, because we have git ;-)
127+
_UpgradeReport_Files/
128+
Backup*/
129+
UpgradeLog*.XML
130+
UpgradeLog*.htm
131+
132+
# SQL Server files
133+
App_Data/*.mdf
134+
App_Data/*.ldf
135+
136+
# =========================
137+
# Windows detritus
138+
# =========================
139+
140+
# Windows image file caches
141+
Thumbs.db
142+
ehthumbs.db
143+
144+
# Folder config file
145+
Desktop.ini
146+
147+
# Recycle Bin used on file shares
148+
$RECYCLE.BIN/
149+
150+
# Mac crap
151+
.DS_Store
152+
153+
# NuGet
154+
*.nupkg
155+
156+
.vs

CenterCLR.ExaSerializers.11.sln

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 2012
4+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CenterCLR.ExaSerializers.PCL1", "CenterCLR.ExaSerializers.PCL1\CenterCLR.ExaSerializers.PCL1.csproj", "{C4BAB018-F47D-4AC4-8EE5-1CD645E65B4F}"
5+
EndProject
6+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{869AD8E5-5159-46E7-90E0-54C6EA8EECB8}"
7+
ProjectSection(SolutionItems) = preProject
8+
CommonAssemblyInfo.cs = CommonAssemblyInfo.cs
9+
EndProjectSection
10+
EndProject
11+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CenterCLR.ExaSerializers.PCL1.Tests", "CenterCLR.ExaSerializers.PCL1.Tests\CenterCLR.ExaSerializers.PCL1.Tests.csproj", "{32EAFA6A-BBF7-4290-83D1-B6BE38D9BBB6}"
12+
EndProject
13+
Global
14+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
15+
Debug|Any CPU = Debug|Any CPU
16+
Release|Any CPU = Release|Any CPU
17+
EndGlobalSection
18+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
19+
{C4BAB018-F47D-4AC4-8EE5-1CD645E65B4F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
20+
{C4BAB018-F47D-4AC4-8EE5-1CD645E65B4F}.Debug|Any CPU.Build.0 = Debug|Any CPU
21+
{C4BAB018-F47D-4AC4-8EE5-1CD645E65B4F}.Release|Any CPU.ActiveCfg = Release|Any CPU
22+
{C4BAB018-F47D-4AC4-8EE5-1CD645E65B4F}.Release|Any CPU.Build.0 = Release|Any CPU
23+
{32EAFA6A-BBF7-4290-83D1-B6BE38D9BBB6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
24+
{32EAFA6A-BBF7-4290-83D1-B6BE38D9BBB6}.Debug|Any CPU.Build.0 = Debug|Any CPU
25+
{32EAFA6A-BBF7-4290-83D1-B6BE38D9BBB6}.Release|Any CPU.ActiveCfg = Release|Any CPU
26+
{32EAFA6A-BBF7-4290-83D1-B6BE38D9BBB6}.Release|Any CPU.Build.0 = Release|Any CPU
27+
EndGlobalSection
28+
GlobalSection(SolutionProperties) = preSolution
29+
HideSolutionNode = FALSE
30+
EndGlobalSection
31+
EndGlobal

CenterCLR.ExaSerializers.12.sln

+87
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 2013
4+
VisualStudioVersion = 12.0.40629.0
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CenterCLR.ExaSerializers.TestApplication", "CenterCLR.ExaSerializers.TestApplication\CenterCLR.ExaSerializers.TestApplication.csproj", "{FA215752-4215-4697-B531-40DB8B4DABB9}"
7+
EndProject
8+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CenterCLR.ExaSerializers.NET45", "CenterCLR.ExaSerializers.NET45\CenterCLR.ExaSerializers.NET45.csproj", "{177B2881-35EA-4028-923C-76DC4C8626F0}"
9+
EndProject
10+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CenterCLR.ExaSerializers.PCL2", "CenterCLR.ExaSerializers.PCL2\CenterCLR.ExaSerializers.PCL2.csproj", "{B4A461C3-42F4-49A4-9A0F-83F200FE3176}"
11+
EndProject
12+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CenterCLR.ExaSerializers.NETFX", "CenterCLR.ExaSerializers.NETFX\CenterCLR.ExaSerializers.NETFX.csproj", "{6C79C797-9248-4425-8389-A6F941FCDB12}"
13+
EndProject
14+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CenterCLR.ExaSerializers.NET45.Tests", "CenterCLR.ExaSerializers.NET45.Tests\CenterCLR.ExaSerializers.NET45.Tests.csproj", "{14DDF88E-FA59-43D1-8804-DB8144F9C687}"
15+
EndProject
16+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CenterCLR.ExaSerializers.PCL2.Tests", "CenterCLR.ExaSerializers.PCL2.Tests\CenterCLR.ExaSerializers.PCL2.Tests.csproj", "{05BF010D-38AF-4B72-8E48-E09EFAAAEEB6}"
17+
EndProject
18+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CenterCLR.ExaSerializers.NETFX.Tests", "CenterCLR.ExaSerializers.NETFX.Tests\CenterCLR.ExaSerializers.NETFX.Tests.csproj", "{EB92377E-928C-4AEA-AC26-0EE6A6799D09}"
19+
EndProject
20+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{869AD8E5-5159-46E7-90E0-54C6EA8EECB8}"
21+
ProjectSection(SolutionItems) = preProject
22+
CommonAssemblyInfo.cs = CommonAssemblyInfo.cs
23+
EndProjectSection
24+
EndProject
25+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CenterCLR.ExaSerializers.NET35", "CenterCLR.ExaSerializers.NET35\CenterCLR.ExaSerializers.NET35.csproj", "{2F5A1440-476F-455A-AAAE-DE7A115BF52E}"
26+
EndProject
27+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CenterCLR.ExaSerializers.NET35.Tests", "CenterCLR.ExaSerializers.NET35.Tests\CenterCLR.ExaSerializers.NET35.Tests.csproj", "{5A411DAA-1D92-48E4-803A-93A5D49A54C8}"
28+
EndProject
29+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CenterCLR.ExaSerializers.NET4", "CenterCLR.ExaSerializers.NET4\CenterCLR.ExaSerializers.NET4.csproj", "{8155A873-A531-4DB4-8253-BCA5B7A3D1B2}"
30+
EndProject
31+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CenterCLR.ExaSerializers.NET4.Tests", "CenterCLR.ExaSerializers.NET4.Tests\CenterCLR.ExaSerializers.NET4.Tests.csproj", "{AFC60FA0-62C1-4275-BFBC-2952347CB42B}"
32+
EndProject
33+
Global
34+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
35+
Debug|Any CPU = Debug|Any CPU
36+
Release|Any CPU = Release|Any CPU
37+
EndGlobalSection
38+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
39+
{FA215752-4215-4697-B531-40DB8B4DABB9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
40+
{FA215752-4215-4697-B531-40DB8B4DABB9}.Debug|Any CPU.Build.0 = Debug|Any CPU
41+
{FA215752-4215-4697-B531-40DB8B4DABB9}.Release|Any CPU.ActiveCfg = Release|Any CPU
42+
{FA215752-4215-4697-B531-40DB8B4DABB9}.Release|Any CPU.Build.0 = Release|Any CPU
43+
{177B2881-35EA-4028-923C-76DC4C8626F0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
44+
{177B2881-35EA-4028-923C-76DC4C8626F0}.Debug|Any CPU.Build.0 = Debug|Any CPU
45+
{177B2881-35EA-4028-923C-76DC4C8626F0}.Release|Any CPU.ActiveCfg = Release|Any CPU
46+
{177B2881-35EA-4028-923C-76DC4C8626F0}.Release|Any CPU.Build.0 = Release|Any CPU
47+
{B4A461C3-42F4-49A4-9A0F-83F200FE3176}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
48+
{B4A461C3-42F4-49A4-9A0F-83F200FE3176}.Debug|Any CPU.Build.0 = Debug|Any CPU
49+
{B4A461C3-42F4-49A4-9A0F-83F200FE3176}.Release|Any CPU.ActiveCfg = Release|Any CPU
50+
{B4A461C3-42F4-49A4-9A0F-83F200FE3176}.Release|Any CPU.Build.0 = Release|Any CPU
51+
{6C79C797-9248-4425-8389-A6F941FCDB12}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
52+
{6C79C797-9248-4425-8389-A6F941FCDB12}.Debug|Any CPU.Build.0 = Debug|Any CPU
53+
{6C79C797-9248-4425-8389-A6F941FCDB12}.Release|Any CPU.ActiveCfg = Release|Any CPU
54+
{6C79C797-9248-4425-8389-A6F941FCDB12}.Release|Any CPU.Build.0 = Release|Any CPU
55+
{14DDF88E-FA59-43D1-8804-DB8144F9C687}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
56+
{14DDF88E-FA59-43D1-8804-DB8144F9C687}.Debug|Any CPU.Build.0 = Debug|Any CPU
57+
{14DDF88E-FA59-43D1-8804-DB8144F9C687}.Release|Any CPU.ActiveCfg = Release|Any CPU
58+
{14DDF88E-FA59-43D1-8804-DB8144F9C687}.Release|Any CPU.Build.0 = Release|Any CPU
59+
{05BF010D-38AF-4B72-8E48-E09EFAAAEEB6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
60+
{05BF010D-38AF-4B72-8E48-E09EFAAAEEB6}.Debug|Any CPU.Build.0 = Debug|Any CPU
61+
{05BF010D-38AF-4B72-8E48-E09EFAAAEEB6}.Release|Any CPU.ActiveCfg = Release|Any CPU
62+
{05BF010D-38AF-4B72-8E48-E09EFAAAEEB6}.Release|Any CPU.Build.0 = Release|Any CPU
63+
{EB92377E-928C-4AEA-AC26-0EE6A6799D09}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
64+
{EB92377E-928C-4AEA-AC26-0EE6A6799D09}.Debug|Any CPU.Build.0 = Debug|Any CPU
65+
{EB92377E-928C-4AEA-AC26-0EE6A6799D09}.Release|Any CPU.ActiveCfg = Release|Any CPU
66+
{EB92377E-928C-4AEA-AC26-0EE6A6799D09}.Release|Any CPU.Build.0 = Release|Any CPU
67+
{2F5A1440-476F-455A-AAAE-DE7A115BF52E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
68+
{2F5A1440-476F-455A-AAAE-DE7A115BF52E}.Debug|Any CPU.Build.0 = Debug|Any CPU
69+
{2F5A1440-476F-455A-AAAE-DE7A115BF52E}.Release|Any CPU.ActiveCfg = Release|Any CPU
70+
{2F5A1440-476F-455A-AAAE-DE7A115BF52E}.Release|Any CPU.Build.0 = Release|Any CPU
71+
{5A411DAA-1D92-48E4-803A-93A5D49A54C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
72+
{5A411DAA-1D92-48E4-803A-93A5D49A54C8}.Debug|Any CPU.Build.0 = Debug|Any CPU
73+
{5A411DAA-1D92-48E4-803A-93A5D49A54C8}.Release|Any CPU.ActiveCfg = Release|Any CPU
74+
{5A411DAA-1D92-48E4-803A-93A5D49A54C8}.Release|Any CPU.Build.0 = Release|Any CPU
75+
{8155A873-A531-4DB4-8253-BCA5B7A3D1B2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
76+
{8155A873-A531-4DB4-8253-BCA5B7A3D1B2}.Debug|Any CPU.Build.0 = Debug|Any CPU
77+
{8155A873-A531-4DB4-8253-BCA5B7A3D1B2}.Release|Any CPU.ActiveCfg = Release|Any CPU
78+
{8155A873-A531-4DB4-8253-BCA5B7A3D1B2}.Release|Any CPU.Build.0 = Release|Any CPU
79+
{AFC60FA0-62C1-4275-BFBC-2952347CB42B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
80+
{AFC60FA0-62C1-4275-BFBC-2952347CB42B}.Debug|Any CPU.Build.0 = Debug|Any CPU
81+
{AFC60FA0-62C1-4275-BFBC-2952347CB42B}.Release|Any CPU.ActiveCfg = Release|Any CPU
82+
{AFC60FA0-62C1-4275-BFBC-2952347CB42B}.Release|Any CPU.Build.0 = Release|Any CPU
83+
EndGlobalSection
84+
GlobalSection(SolutionProperties) = preSolution
85+
HideSolutionNode = FALSE
86+
EndGlobalSection
87+
EndGlobal
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4+
<PropertyGroup>
5+
<MinimumVisualStudioVersion>12.0</MinimumVisualStudioVersion>
6+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
7+
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
8+
<ProjectGuid>{5A411DAA-1D92-48E4-803A-93A5D49A54C8}</ProjectGuid>
9+
<OutputType>Library</OutputType>
10+
<AppDesignerFolder>Properties</AppDesignerFolder>
11+
<RootNamespace>CenterCLR.ExaSerializers</RootNamespace>
12+
<AssemblyName>CenterCLR.ExaSerializers.NET35.Tests</AssemblyName>
13+
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
14+
<FileAlignment>512</FileAlignment>
15+
<ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
16+
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
17+
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
18+
<ReferencePath>$(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages</ReferencePath>
19+
<IsCodedUITest>False</IsCodedUITest>
20+
<TestProjectType>UnitTest</TestProjectType>
21+
<TargetFrameworkProfile />
22+
</PropertyGroup>
23+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
24+
<DebugSymbols>true</DebugSymbols>
25+
<DebugType>full</DebugType>
26+
<Optimize>false</Optimize>
27+
<OutputPath>bin\Debug\</OutputPath>
28+
<DefineConstants>TRACE;DEBUG;NET35</DefineConstants>
29+
<ErrorReport>prompt</ErrorReport>
30+
<WarningLevel>4</WarningLevel>
31+
<Prefer32Bit>false</Prefer32Bit>
32+
</PropertyGroup>
33+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
34+
<DebugType>pdbonly</DebugType>
35+
<Optimize>true</Optimize>
36+
<OutputPath>bin\Release\</OutputPath>
37+
<DefineConstants>TRACE;NET35</DefineConstants>
38+
<ErrorReport>prompt</ErrorReport>
39+
<WarningLevel>4</WarningLevel>
40+
<Prefer32Bit>false</Prefer32Bit>
41+
</PropertyGroup>
42+
<ItemGroup>
43+
<Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework" />
44+
<Reference Include="System" />
45+
<Reference Include="System.Core" />
46+
<Reference Include="Microsoft.CSharp" />
47+
<Reference Include="System.Runtime.Serialization" />
48+
</ItemGroup>
49+
<ItemGroup>
50+
<Compile Include="..\CommonAssemblyInfo.cs">
51+
<Link>Properties\CommonAssemblyInfo.cs</Link>
52+
</Compile>
53+
<Compile Include="..\CenterCLR.ExaSerializers.NET45.Tests\TestDataGenerator.cs">
54+
<Link>TestDataGenerator.cs</Link>
55+
</Compile>
56+
<Compile Include="..\CenterCLR.ExaSerializers.NET45.Tests\ReadClassTests.cs">
57+
<Link>ReadClassTests.cs</Link>
58+
</Compile>
59+
<Compile Include="..\CenterCLR.ExaSerializers.NET45.Tests\ReadTypesTest.cs">
60+
<Link>ReadTypesTest.cs</Link>
61+
</Compile>
62+
<Compile Include="..\CenterCLR.ExaSerializers.NET45.Tests\WriteClassTests.cs">
63+
<Link>WriteClassTests.cs</Link>
64+
</Compile>
65+
<Compile Include="..\CenterCLR.ExaSerializers.NET45.Tests\WriteTypesTest.cs">
66+
<Link>WriteTypesTest.cs</Link>
67+
</Compile>
68+
<Compile Include="Properties\AssemblyInfo.cs" />
69+
</ItemGroup>
70+
<ItemGroup>
71+
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
72+
</ItemGroup>
73+
<ItemGroup>
74+
<ProjectReference Include="..\CenterCLR.ExaSerializers.NET35\CenterCLR.ExaSerializers.NET35.csproj">
75+
<Project>{2f5a1440-476f-455a-aaae-de7a115bf52e}</Project>
76+
<Name>CenterCLR.ExaSerializers.NET35</Name>
77+
</ProjectReference>
78+
</ItemGroup>
79+
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
80+
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
81+
Other similar extension points exist, see Microsoft.Common.targets.
82+
<Target Name="BeforeBuild">
83+
</Target>
84+
<Target Name="AfterBuild">
85+
</Target>
86+
-->
87+
</Project>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
/////////////////////////////////////////////////////////////////////////////////////
2+
//
3+
// CenterCLR.ExaSerializers - A lightning fast & lightweight simple binary serializer.
4+
// Copyright (c) 2015 Kouji Matsui (@kekyo2)
5+
//
6+
// Licensed under the Apache License, Version 2.0 (the "License");
7+
// you may not use this file except in compliance with the License.
8+
// You may obtain a copy of the License at
9+
//
10+
// http://www.apache.org/licenses/LICENSE-2.0
11+
//
12+
// Unless required by applicable law or agreed to in writing, software
13+
// distributed under the License is distributed on an "AS IS" BASIS,
14+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15+
// See the License for the specific language governing permissions and
16+
// limitations under the License.
17+
//
18+
/////////////////////////////////////////////////////////////////////////////////////
19+
20+
using System.Reflection;
21+
using System.Runtime.InteropServices;
22+
23+
[assembly: AssemblyTitle("CenterCLR.ExaSerializers Unit test [NET35]")]

0 commit comments

Comments
 (0)