Skip to content

Commit a31e614

Browse files
committed
Move generated serializers location to avoid win32 MAX_PATH problem in Windows environment.
1 parent eb2701f commit a31e614

962 files changed

Lines changed: 9863 additions & 7008 deletions

File tree

Some content is hidden

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

Sync.Test.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,9 @@
121121
<Exclude File="*.ps1" />
122122
<Exclude File="*.tt" />
123123
<Exclude File="*.ttinclude" />
124-
<Exclude Path="Serialization\GeneratedSerializers\*" />
125-
<Exclude Path="Serialization\GeneratedSerializers\ArrayBased\*" />
126-
<Exclude Path="Serialization\GeneratedSerializers\MapBased\*" />
124+
<Exclude Path="gen\*" />
125+
<Exclude Path="gen\array\*" />
126+
<Exclude Path="gen\map\*" />
127127
<Exclude Path="Serialization\PreGenerated*" />
128128
<Exclude Path="Serialization\ArrayFieldBasedAutoMessagePackSerializerTest.cs" />
129129
<Exclude Path="Serialization\ArrayFieldBasedEnumSerializationTest.cs" />

test/MsgPack.UnitTest.Mono/MsgPack.UnitTest.Mono.csproj

Lines changed: 2028 additions & 2028 deletions
Large diffs are not rendered by default.

test/MsgPack.UnitTest.Net35/MsgPack.UnitTest.Net35.csproj

Lines changed: 2861 additions & 0 deletions
Large diffs are not rendered by default.

test/MsgPack.UnitTest.Silverlight.WindowsPhone/MsgPack.UnitTest.Silverlight.WindowsPhone.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -453,6 +453,9 @@
453453
<SDKReference Include="TestPlatform, Version=11.0" />
454454
</ItemGroup>
455455
<ItemGroup>
456+
<Content Include="..\MsgPack.UnitTest\gen\ReadMe.txt">
457+
<Link>gen\ReadMe.txt</Link>
458+
</Content>
456459
<Content Include="Assets\AlignmentGrid.png" />
457460
<Content Include="Assets\ApplicationIcon.png">
458461
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>

test/MsgPack.UnitTest.WinRT.WindowsPhone/MsgPack.UnitTest.WinRT.WindowsPhone.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -434,6 +434,9 @@
434434
</None>
435435
</ItemGroup>
436436
<ItemGroup>
437+
<Content Include="..\MsgPack.UnitTest\gen\ReadMe.txt">
438+
<Link>gen\ReadMe.txt</Link>
439+
</Content>
437440
<Content Include="Assets\Logo.scale-240.png" />
438441
<Content Include="Assets\SmallLogo.scale-240.png" />
439442
<Content Include="Assets\SplashScreen.scale-240.png" />

test/MsgPack.UnitTest.WinRT/MsgPack.UnitTest.WinRT.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -475,6 +475,9 @@
475475
<None Include="MsgPack.UnitTest.WinRT_TemporaryKey.pfx" />
476476
</ItemGroup>
477477
<ItemGroup>
478+
<Content Include="..\MsgPack.UnitTest\gen\ReadMe.txt">
479+
<Link>gen\ReadMe.txt</Link>
480+
</Content>
478481
<Content Include="Images\UnitTestLogo.png">
479482
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
480483
</Content>

test/MsgPack.UnitTest.Xamarin.Android/MsgPack.UnitTest.Xamarin.Android.csproj

Lines changed: 2005 additions & 2016 deletions
Large diffs are not rendered by default.

test/MsgPack.UnitTest.Xamarin.iOS/MsgPack.UnitTest.Xamarin.iOS.csproj

Lines changed: 2004 additions & 2008 deletions
Large diffs are not rendered by default.

test/MsgPack.UnitTest/MsgPack.UnitTest.csproj

Lines changed: 953 additions & 953 deletions
Large diffs are not rendered by default.

test/MsgPack.UnitTest/Serialization/GeneratedSerializers/ReadMe.txt renamed to test/MsgPack.UnitTest/gen/ReadMe.txt

File renamed without changes.

0 commit comments

Comments
 (0)