Skip to content

Commit fc04487

Browse files
committed
Change WinRT project portable.
1 parent fec050b commit fc04487

15 files changed

Lines changed: 49 additions & 126 deletions

File tree

MsgPack.sln

Lines changed: 23 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MsgPack", "src\MsgPack\MsgP
3131
EndProject
3232
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MsgPack.UnitTest", "test\MsgPack.UnitTest\MsgPack.UnitTest.csproj", "{3889C9BE-0473-4B41-80E8-C4C923E837E7}"
3333
EndProject
34-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MsgPack.WinRT", "src\MsgPack.WinRT\MsgPack.WinRT.csproj", "{725997AD-F083-485E-BD88-F2A5BF34BEE7}"
35-
EndProject
3634
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MsgPack.NUnitPortable", "test\MsgPack.NUnitPortable\MsgPack.NUnitPortable.csproj", "{FC521316-EBCD-4EF1-8235-C976B2A31EB0}"
3735
EndProject
3836
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MsgPack.UnitTest.WinRT", "test\MsgPack.UnitTest.WinRT\MsgPack.UnitTest.WinRT.csproj", "{EC65EFFC-1D7B-4805-BCCB-3E8FCA99F8E8}"
@@ -51,6 +49,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{7D2D
5149
EndProject
5250
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Samples", "samples\Samples\Samples.csproj", "{7F8D9786-383D-4441-8A3A-5E305E26B965}"
5351
EndProject
52+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MsgPack.WinRT.Portable", "src\MsgPack.WinRT.Portable\MsgPack.WinRT.Portable.csproj", "{E2817364-F217-465F-BE3B-A5F85E2F8667}"
53+
EndProject
5454
Global
5555
GlobalSection(SolutionConfigurationPlatforms) = preSolution
5656
CodeAnalysis|Any CPU = CodeAnalysis|Any CPU
@@ -109,36 +109,6 @@ Global
109109
{3889C9BE-0473-4B41-80E8-C4C923E837E7}.Release|ARM.ActiveCfg = Release|Any CPU
110110
{3889C9BE-0473-4B41-80E8-C4C923E837E7}.Release|x64.ActiveCfg = Release|Any CPU
111111
{3889C9BE-0473-4B41-80E8-C4C923E837E7}.Release|x86.ActiveCfg = Release|Any CPU
112-
{725997AD-F083-485E-BD88-F2A5BF34BEE7}.CodeAnalysis|Any CPU.ActiveCfg = Release|Any CPU
113-
{725997AD-F083-485E-BD88-F2A5BF34BEE7}.CodeAnalysis|ARM.ActiveCfg = Release|ARM
114-
{725997AD-F083-485E-BD88-F2A5BF34BEE7}.CodeAnalysis|ARM.Build.0 = Release|ARM
115-
{725997AD-F083-485E-BD88-F2A5BF34BEE7}.CodeAnalysis|x64.ActiveCfg = Release|x64
116-
{725997AD-F083-485E-BD88-F2A5BF34BEE7}.CodeAnalysis|x64.Build.0 = Release|x64
117-
{725997AD-F083-485E-BD88-F2A5BF34BEE7}.CodeAnalysis|x86.ActiveCfg = Release|x86
118-
{725997AD-F083-485E-BD88-F2A5BF34BEE7}.CodeAnalysis|x86.Build.0 = Release|x86
119-
{725997AD-F083-485E-BD88-F2A5BF34BEE7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
120-
{725997AD-F083-485E-BD88-F2A5BF34BEE7}.Debug|Any CPU.Build.0 = Debug|Any CPU
121-
{725997AD-F083-485E-BD88-F2A5BF34BEE7}.Debug|ARM.ActiveCfg = Debug|ARM
122-
{725997AD-F083-485E-BD88-F2A5BF34BEE7}.Debug|ARM.Build.0 = Debug|ARM
123-
{725997AD-F083-485E-BD88-F2A5BF34BEE7}.Debug|x64.ActiveCfg = Debug|x64
124-
{725997AD-F083-485E-BD88-F2A5BF34BEE7}.Debug|x64.Build.0 = Debug|x64
125-
{725997AD-F083-485E-BD88-F2A5BF34BEE7}.Debug|x86.ActiveCfg = Debug|x86
126-
{725997AD-F083-485E-BD88-F2A5BF34BEE7}.Debug|x86.Build.0 = Debug|x86
127-
{725997AD-F083-485E-BD88-F2A5BF34BEE7}.PerformanceTest|Any CPU.ActiveCfg = Release|Any CPU
128-
{725997AD-F083-485E-BD88-F2A5BF34BEE7}.PerformanceTest|ARM.ActiveCfg = Release|ARM
129-
{725997AD-F083-485E-BD88-F2A5BF34BEE7}.PerformanceTest|ARM.Build.0 = Release|ARM
130-
{725997AD-F083-485E-BD88-F2A5BF34BEE7}.PerformanceTest|x64.ActiveCfg = Release|x64
131-
{725997AD-F083-485E-BD88-F2A5BF34BEE7}.PerformanceTest|x64.Build.0 = Release|x64
132-
{725997AD-F083-485E-BD88-F2A5BF34BEE7}.PerformanceTest|x86.ActiveCfg = Release|x86
133-
{725997AD-F083-485E-BD88-F2A5BF34BEE7}.PerformanceTest|x86.Build.0 = Release|x86
134-
{725997AD-F083-485E-BD88-F2A5BF34BEE7}.Release|Any CPU.ActiveCfg = Release|Any CPU
135-
{725997AD-F083-485E-BD88-F2A5BF34BEE7}.Release|Any CPU.Build.0 = Release|Any CPU
136-
{725997AD-F083-485E-BD88-F2A5BF34BEE7}.Release|ARM.ActiveCfg = Release|ARM
137-
{725997AD-F083-485E-BD88-F2A5BF34BEE7}.Release|ARM.Build.0 = Release|ARM
138-
{725997AD-F083-485E-BD88-F2A5BF34BEE7}.Release|x64.ActiveCfg = Release|x64
139-
{725997AD-F083-485E-BD88-F2A5BF34BEE7}.Release|x64.Build.0 = Release|x64
140-
{725997AD-F083-485E-BD88-F2A5BF34BEE7}.Release|x86.ActiveCfg = Release|x86
141-
{725997AD-F083-485E-BD88-F2A5BF34BEE7}.Release|x86.Build.0 = Release|x86
142112
{FC521316-EBCD-4EF1-8235-C976B2A31EB0}.CodeAnalysis|Any CPU.ActiveCfg = Release|Any CPU
143113
{FC521316-EBCD-4EF1-8235-C976B2A31EB0}.CodeAnalysis|ARM.ActiveCfg = Release|Any CPU
144114
{FC521316-EBCD-4EF1-8235-C976B2A31EB0}.CodeAnalysis|x64.ActiveCfg = Release|Any CPU
@@ -331,6 +301,26 @@ Global
331301
{7F8D9786-383D-4441-8A3A-5E305E26B965}.Release|ARM.ActiveCfg = Release|Any CPU
332302
{7F8D9786-383D-4441-8A3A-5E305E26B965}.Release|x64.ActiveCfg = Release|Any CPU
333303
{7F8D9786-383D-4441-8A3A-5E305E26B965}.Release|x86.ActiveCfg = Release|Any CPU
304+
{E2817364-F217-465F-BE3B-A5F85E2F8667}.CodeAnalysis|Any CPU.ActiveCfg = Release|Any CPU
305+
{E2817364-F217-465F-BE3B-A5F85E2F8667}.CodeAnalysis|Any CPU.Build.0 = Release|Any CPU
306+
{E2817364-F217-465F-BE3B-A5F85E2F8667}.CodeAnalysis|ARM.ActiveCfg = Release|Any CPU
307+
{E2817364-F217-465F-BE3B-A5F85E2F8667}.CodeAnalysis|x64.ActiveCfg = Release|Any CPU
308+
{E2817364-F217-465F-BE3B-A5F85E2F8667}.CodeAnalysis|x86.ActiveCfg = Release|Any CPU
309+
{E2817364-F217-465F-BE3B-A5F85E2F8667}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
310+
{E2817364-F217-465F-BE3B-A5F85E2F8667}.Debug|Any CPU.Build.0 = Debug|Any CPU
311+
{E2817364-F217-465F-BE3B-A5F85E2F8667}.Debug|ARM.ActiveCfg = Debug|Any CPU
312+
{E2817364-F217-465F-BE3B-A5F85E2F8667}.Debug|x64.ActiveCfg = Debug|Any CPU
313+
{E2817364-F217-465F-BE3B-A5F85E2F8667}.Debug|x86.ActiveCfg = Debug|Any CPU
314+
{E2817364-F217-465F-BE3B-A5F85E2F8667}.PerformanceTest|Any CPU.ActiveCfg = Release|Any CPU
315+
{E2817364-F217-465F-BE3B-A5F85E2F8667}.PerformanceTest|Any CPU.Build.0 = Release|Any CPU
316+
{E2817364-F217-465F-BE3B-A5F85E2F8667}.PerformanceTest|ARM.ActiveCfg = Release|Any CPU
317+
{E2817364-F217-465F-BE3B-A5F85E2F8667}.PerformanceTest|x64.ActiveCfg = Release|Any CPU
318+
{E2817364-F217-465F-BE3B-A5F85E2F8667}.PerformanceTest|x86.ActiveCfg = Release|Any CPU
319+
{E2817364-F217-465F-BE3B-A5F85E2F8667}.Release|Any CPU.ActiveCfg = Release|Any CPU
320+
{E2817364-F217-465F-BE3B-A5F85E2F8667}.Release|Any CPU.Build.0 = Release|Any CPU
321+
{E2817364-F217-465F-BE3B-A5F85E2F8667}.Release|ARM.ActiveCfg = Release|Any CPU
322+
{E2817364-F217-465F-BE3B-A5F85E2F8667}.Release|x64.ActiveCfg = Release|Any CPU
323+
{E2817364-F217-465F-BE3B-A5F85E2F8667}.Release|x86.ActiveCfg = Release|Any CPU
334324
EndGlobalSection
335325
GlobalSection(SolutionProperties) = preSolution
336326
HideSolutionNode = FALSE
@@ -342,7 +332,6 @@ Global
342332
{607B80A8-BB85-4DCC-B378-8864804168B9} = {1BD5D488-707E-4030-8AE8-80D93D04963F}
343333
{5BCEC32E-990E-4DE5-945F-BD27326A7418} = {DDA4827C-7960-4CA6-AE41-8C1544DCFBE9}
344334
{3889C9BE-0473-4B41-80E8-C4C923E837E7} = {87A17015-9338-431E-B338-57BDA03984C1}
345-
{725997AD-F083-485E-BD88-F2A5BF34BEE7} = {72B56E2A-4E66-424E-A5A1-B3C282FE1A57}
346335
{FC521316-EBCD-4EF1-8235-C976B2A31EB0} = {87A17015-9338-431E-B338-57BDA03984C1}
347336
{EC65EFFC-1D7B-4805-BCCB-3E8FCA99F8E8} = {87A17015-9338-431E-B338-57BDA03984C1}
348337
{23F8ABB1-F41A-4150-B5D5-9A7AA60E05D2} = {87A17015-9338-431E-B338-57BDA03984C1}
@@ -351,5 +340,6 @@ Global
351340
{DB3ED6D2-D27F-4E8F-AFE2-5503113216AC} = {87A17015-9338-431E-B338-57BDA03984C1}
352341
{D6D0FB24-529F-4E22-9305-607F705B35B5} = {87A17015-9338-431E-B338-57BDA03984C1}
353342
{7F8D9786-383D-4441-8A3A-5E305E26B965} = {7D2D3DAB-6EB6-463D-B186-E875DA48DF9F}
343+
{E2817364-F217-465F-BE3B-A5F85E2F8667} = {72B56E2A-4E66-424E-A5A1-B3C282FE1A57}
354344
EndGlobalSection
355345
EndGlobal

Sync.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<Preserve Path="Properties\AssemblyInfo.cs" />
3838
<Exclude Path="Serialization\ReflectionSerializers\ReflectionTupleMessagePackSerializer`1.cs" />
3939
</Project>
40-
<Project Name="MsgPack.WinRT" Base="MsgPack">
40+
<Project Name="MsgPack.WinRT.Portable" Base="MsgPack">
4141
<Preserve Path="Properties\AssemblyInfo.cs" />
4242
<Exclude File="*.tt" />
4343
<Exclude File="*.ttinclude" />

src/MsgPack.WinRT/MsgPack.WinRT.csproj renamed to src/MsgPack.WinRT.Portable/MsgPack.WinRT.Portable.csproj

Lines changed: 16 additions & 83 deletions
Original file line numberDiff line numberDiff line change
@@ -1,106 +1,48 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2+
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
44
<PropertyGroup>
5+
<MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion>
56
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
67
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7-
<ProductVersion>8.0.30703</ProductVersion>
8-
<SchemaVersion>2.0</SchemaVersion>
9-
<ProjectGuid>{725997AD-F083-485E-BD88-F2A5BF34BEE7}</ProjectGuid>
8+
<ProjectGuid>{E2817364-F217-465F-BE3B-A5F85E2F8667}</ProjectGuid>
109
<OutputType>Library</OutputType>
1110
<AppDesignerFolder>Properties</AppDesignerFolder>
1211
<RootNamespace>MsgPack</RootNamespace>
1312
<AssemblyName>MsgPack</AssemblyName>
1413
<DefaultLanguage>ja-JP</DefaultLanguage>
1514
<FileAlignment>512</FileAlignment>
16-
<ProjectTypeGuids>{BC8A1FFA-BEE3-4634-8014-F334798102B3};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
15+
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
16+
<TargetFrameworkProfile>Profile111</TargetFrameworkProfile>
17+
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1718
</PropertyGroup>
1819
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1920
<DebugSymbols>true</DebugSymbols>
2021
<DebugType>full</DebugType>
2122
<Optimize>false</Optimize>
2223
<OutputPath>bin\Debug\</OutputPath>
23-
<DefineConstants>DEBUG;TRACE;NETFX_CORE</DefineConstants>
24+
<DefineConstants>TRACE;DEBUG;NETFX_CORE</DefineConstants>
2425
<ErrorReport>prompt</ErrorReport>
2526
<WarningLevel>4</WarningLevel>
2627
</PropertyGroup>
2728
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2829
<DebugType>pdbonly</DebugType>
2930
<Optimize>true</Optimize>
30-
<OutputPath>..\..\bin\netcore45\</OutputPath>
31+
<OutputPath>..\..\bin\portable-windows8+wpa\</OutputPath>
3132
<DefineConstants>TRACE;NETFX_CORE</DefineConstants>
3233
<ErrorReport>prompt</ErrorReport>
3334
<WarningLevel>4</WarningLevel>
34-
<DocumentationFile>..\..\bin\netcore45\MsgPack.XML</DocumentationFile>
35+
<DocumentationFile>..\..\bin\portable-windows8+wpa\MsgPack.XML</DocumentationFile>
36+
<GenerateLibraryLayout>false</GenerateLibraryLayout>
3537
</PropertyGroup>
36-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
37-
<DebugSymbols>true</DebugSymbols>
38-
<OutputPath>bin\ARM\Debug\</OutputPath>
39-
<DefineConstants>DEBUG;TRACE;NETFX_CORE</DefineConstants>
40-
<NoWarn>;2008</NoWarn>
41-
<DebugType>full</DebugType>
42-
<PlatformTarget>ARM</PlatformTarget>
43-
<UseVSHostingProcess>false</UseVSHostingProcess>
44-
<ErrorReport>prompt</ErrorReport>
45-
<Prefer32Bit>true</Prefer32Bit>
46-
</PropertyGroup>
47-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM'">
48-
<OutputPath>bin\ARM\Release\</OutputPath>
49-
<DefineConstants>TRACE;NETFX_CORE</DefineConstants>
50-
<Optimize>true</Optimize>
51-
<NoWarn>;2008</NoWarn>
52-
<DebugType>pdbonly</DebugType>
53-
<PlatformTarget>ARM</PlatformTarget>
54-
<UseVSHostingProcess>false</UseVSHostingProcess>
55-
<ErrorReport>prompt</ErrorReport>
56-
<Prefer32Bit>true</Prefer32Bit>
57-
</PropertyGroup>
58-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
59-
<DebugSymbols>true</DebugSymbols>
60-
<OutputPath>bin\x64\Debug\</OutputPath>
61-
<DefineConstants>DEBUG;TRACE;NETFX_CORE</DefineConstants>
62-
<NoWarn>;2008</NoWarn>
63-
<DebugType>full</DebugType>
64-
<PlatformTarget>x64</PlatformTarget>
65-
<UseVSHostingProcess>false</UseVSHostingProcess>
66-
<ErrorReport>prompt</ErrorReport>
67-
<Prefer32Bit>true</Prefer32Bit>
68-
</PropertyGroup>
69-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
70-
<OutputPath>bin\x64\Release\</OutputPath>
71-
<DefineConstants>TRACE;NETFX_CORE</DefineConstants>
72-
<Optimize>true</Optimize>
73-
<NoWarn>;2008</NoWarn>
74-
<DebugType>pdbonly</DebugType>
75-
<PlatformTarget>x64</PlatformTarget>
76-
<UseVSHostingProcess>false</UseVSHostingProcess>
77-
<ErrorReport>prompt</ErrorReport>
78-
<Prefer32Bit>true</Prefer32Bit>
79-
</PropertyGroup>
80-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
81-
<DebugSymbols>true</DebugSymbols>
82-
<OutputPath>bin\x86\Debug\</OutputPath>
83-
<DefineConstants>DEBUG;TRACE;NETFX_CORE</DefineConstants>
84-
<NoWarn>;2008</NoWarn>
85-
<DebugType>full</DebugType>
86-
<PlatformTarget>x86</PlatformTarget>
87-
<UseVSHostingProcess>false</UseVSHostingProcess>
88-
<ErrorReport>prompt</ErrorReport>
89-
<Prefer32Bit>true</Prefer32Bit>
38+
<PropertyGroup>
39+
<SignAssembly>true</SignAssembly>
9040
</PropertyGroup>
91-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
92-
<OutputPath>bin\x86\Release\</OutputPath>
93-
<DefineConstants>TRACE;NETFX_CORE</DefineConstants>
94-
<Optimize>true</Optimize>
95-
<NoWarn>;2008</NoWarn>
96-
<DebugType>pdbonly</DebugType>
97-
<PlatformTarget>x86</PlatformTarget>
98-
<UseVSHostingProcess>false</UseVSHostingProcess>
99-
<ErrorReport>prompt</ErrorReport>
100-
<Prefer32Bit>true</Prefer32Bit>
41+
<PropertyGroup>
42+
<AssemblyOriginatorKeyFile>..\MsgPack.snk</AssemblyOriginatorKeyFile>
10143
</PropertyGroup>
10244
<ItemGroup>
103-
<!-- A reference to the entire .Net Framework and Windows SDK are automatically included -->
45+
<!-- A reference to the entire .NET Framework is automatically included -->
10446
<None Include="..\MsgPack.snk">
10547
<Link>MsgPack.snk</Link>
10648
</None>
@@ -720,16 +662,7 @@
720662
<Link>remarks.xml</Link>
721663
</Content>
722664
</ItemGroup>
723-
<PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '11.0' ">
724-
<VisualStudioVersion>11.0</VisualStudioVersion>
725-
</PropertyGroup>
726-
<PropertyGroup>
727-
<SignAssembly>true</SignAssembly>
728-
</PropertyGroup>
729-
<PropertyGroup>
730-
<AssemblyOriginatorKeyFile>..\MsgPack.snk</AssemblyOriginatorKeyFile>
731-
</PropertyGroup>
732-
<Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
665+
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
733666
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
734667
Other similar extension points exist, see Microsoft.Common.targets.
735668
<Target Name="BeforeBuild">

src/MsgPack.WinRT/Properties/AssemblyInfo.cs renamed to src/MsgPack.WinRT.Portable/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#region -- License Terms --
1+
#region -- License Terms --
22
//
33
// MessagePack for CLI
44
//
@@ -21,8 +21,8 @@
2121
using System.Reflection;
2222
using System.Runtime.CompilerServices;
2323

24-
[assembly: AssemblyTitle( "MessagePack for WinRT" )]
25-
[assembly: AssemblyDescription( "MessagePack for CLI(.NET/Mono) packing/unpacking library for Windows Runtime." )]
24+
[assembly: AssemblyTitle( "MessagePack for WinRT Universal Apps" )]
25+
[assembly: AssemblyDescription( "MessagePack for CLI(.NET/Mono) packing/unpacking library for Windows Runtime Universal Apps." )]
2626
[assembly: AssemblyCopyright( "Copyright © FUJIWARA, Yusuke 2010-2014" )]
2727

2828

File renamed without changes.

src/MsgPack.WinRT/Serialization/AbstractSerializers/.directory renamed to src/MsgPack.WinRT.Portable/Serialization/AbstractSerializers/.directory

File renamed without changes.

src/MsgPack.WinRT/Serialization/CodeDomSerializers/.directory renamed to src/MsgPack.WinRT.Portable/Serialization/CodeDomSerializers/.directory

File renamed without changes.

src/MsgPack.WinRT/Serialization/DefaultSerializers/.directory renamed to src/MsgPack.WinRT.Portable/Serialization/DefaultSerializers/.directory

File renamed without changes.

src/MsgPack.WinRT/Serialization/ExpressionSerializers/.directory renamed to src/MsgPack.WinRT.Portable/Serialization/ExpressionSerializers/.directory

File renamed without changes.

src/MsgPack.WinRT/Serialization/Metadata/.directory renamed to src/MsgPack.WinRT.Portable/Serialization/Metadata/.directory

File renamed without changes.

0 commit comments

Comments
 (0)