Skip to content

Commit

Permalink
Support for BCL immutable collections
Browse files Browse the repository at this point in the history
git-svn-id: http://protobuf-net.googlecode.com/svn/trunk@665 b72047a4-3652-0410-9617-b3994939e97b
  • Loading branch information
marc.gravell@gmail.com committed Sep 8, 2013
1 parent 5f3eb80 commit d886a8b
Show file tree
Hide file tree
Showing 20 changed files with 3,190 additions and 113 deletions.
19 changes: 13 additions & 6 deletions Examples/Examples.csproj
Expand Up @@ -172,6 +172,9 @@
</Reference>
<Reference Include="PresentationCore" />
<Reference Include="System" />
<Reference Include="System.Collections.Immutable">
<HintPath>..\packages\Microsoft.Bcl.Immutable.1.0.12-beta\lib\portable-net45+win8+wp8\System.Collections.Immutable.dll</HintPath>
</Reference>
<Reference Include="System.configuration" />
<Reference Include="System.Data" />
<Reference Include="System.Data.Linq">
Expand Down Expand Up @@ -215,6 +218,7 @@
<Compile Include="Extensibility.cs" />
<Compile Include="Fields.cs" />
<Compile Include="GuidTests.cs" />
<Compile Include="ImmutableCollections.cs" />
<Compile Include="Inheritance.cs" />
<Compile Include="InheritanceMidLevel.cs" />
<Compile Include="InternerTests.cs" />
Expand Down Expand Up @@ -418,13 +422,18 @@
<Link>NWind\nwind.proto.bin</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="..\Tools\PEVerify.exe.config">
<Link>PEVerify.exe.config</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="app.config" />
<None Include="Issues\Issue48\MXP.Common.proto">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="Issues\Issue48\MXP.Extentions.OpenMetaverseFragments.proto">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="packages.config" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
Expand Down Expand Up @@ -481,11 +490,12 @@
<Link>LateLoaded.dll</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="..\Tools\protoc-license.txt">
<Link>protoc-license.txt</Link>
<Content Include="..\Tools\PEVerify.exe">
<Link>PEVerify.exe</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="PEVerify.exe">
<Content Include="..\Tools\protoc-license.txt">
<Link>protoc-license.txt</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<None Include="..\ProtoGen\protobuf-net.proto">
Expand All @@ -496,9 +506,6 @@
<Link>protoc.exe</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="PEVerify.exe.config">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="ProtoGen\Empty.proto">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
Expand Down

0 comments on commit d886a8b

Please sign in to comment.