|
17 | 17 | <DebugType>full</DebugType> |
18 | 18 | <Optimize>false</Optimize> |
19 | 19 | <OutputPath>bin\Debug\</OutputPath> |
20 | | - <DefineConstants>TRACE;DEBUG;UNITY_IPHONE;CORLIB_ONLY;CODE_ANALYSIS</DefineConstants> |
| 20 | + <DefineConstants>TRACE;DEBUG;UNITY_IPHONE;MSGPACK_UNITY_FULL;CODE_ANALYSIS</DefineConstants> |
21 | 21 | <ErrorReport>prompt</ErrorReport> |
22 | 22 | <WarningLevel>4</WarningLevel> |
23 | 23 | <DocumentationFile>bin\Debug\MsgPack.XML</DocumentationFile> |
|
26 | 26 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
27 | 27 | <DebugType>pdbonly</DebugType> |
28 | 28 | <Optimize>true</Optimize> |
29 | | - <OutputPath>..\..\MsgPack-CLI\unity3d-micro\</OutputPath> |
30 | | - <DefineConstants>TRACE;UNITY_IPHONE;CORLIB_ONLY</DefineConstants> |
| 29 | + <OutputPath>..\..\MsgPack-CLI\unity3d-full\</OutputPath> |
| 30 | + <DefineConstants>TRACE;UNITY_IPHONE;MSGPACK_UNITY_FULL</DefineConstants> |
31 | 31 | <ErrorReport>prompt</ErrorReport> |
32 | 32 | <WarningLevel>4</WarningLevel> |
33 | | - <DocumentationFile>..\..\MsgPack-CLI\unity3d-micro\MsgPack.XML</DocumentationFile> |
| 33 | + <DocumentationFile>..\..\MsgPack-CLI\unity3d-full\MsgPack.XML</DocumentationFile> |
34 | 34 | <NoWarn>3001,3002</NoWarn> |
35 | 35 | </PropertyGroup> |
36 | 36 | <ItemGroup> |
|
40 | 40 | <Compile Include="..\CommonAssemblyInfo.Pack.cs"> |
41 | 41 | <Link>Properties\CommonAssemblyInfo.Pack.cs</Link> |
42 | 42 | </Compile> |
43 | | - <Compile Include="..\MsgPack.Unity3D\Serialization\AotHelper.cs"> |
44 | | - <Link>Serialization\AotHelper.cs</Link> |
45 | | - </Compile> |
46 | | - <Compile Include="..\MsgPack.Unity3D\Serialization\AotHelper.EqualityComparers.cs"> |
47 | | - <Link>Serialization\AotHelper.EqualityComparers.cs</Link> |
48 | | - </Compile> |
49 | | - <Compile Include="..\MsgPack.Unity3D\Serialization\EnumTypedMessagePackSerializerWrapper`1.cs"> |
50 | | - <Link>Serialization\EnumTypedMessagePackSerializerWrapper`1.cs</Link> |
51 | | - </Compile> |
52 | | - <Compile Include="..\MsgPack.Unity3D\Serialization\NonGenericMessagePackSerializer.cs"> |
53 | | - <Link>Serialization\NonGenericMessagePackSerializer.cs</Link> |
54 | | - </Compile> |
55 | | - <Compile Include="..\MsgPack.Unity3D\Serialization\TypedMessagePackSerializerWrapper`1.cs"> |
56 | | - <Link>Serialization\TypedMessagePackSerializerWrapper`1.cs</Link> |
57 | | - </Compile> |
58 | 43 | <Compile Include="..\MsgPack.Xamarin.iOS\MPContract.cs"> |
59 | 44 | <Link>MPContract.cs</Link> |
60 | 45 | </Compile> |
|
325 | 310 | <Compile Include="..\MsgPack\Serialization\DefaultSerializers\System_Collections_Generic_List_1MessagePackSerializer`1.cs"> |
326 | 311 | <Link>Serialization\DefaultSerializers\System_Collections_Generic_List_1MessagePackSerializer`1.cs</Link> |
327 | 312 | </Compile> |
| 313 | + <Compile Include="..\MsgPack\Serialization\DefaultSerializers\System_Collections_Generic_Queue_1MessagePackSerializer`1.cs"> |
| 314 | + <Link>Serialization\DefaultSerializers\System_Collections_Generic_Queue_1MessagePackSerializer`1.cs</Link> |
| 315 | + </Compile> |
| 316 | + <Compile Include="..\MsgPack\Serialization\DefaultSerializers\System_Collections_Generic_Stack_1MessagePackSerializer`1.cs"> |
| 317 | + <Link>Serialization\DefaultSerializers\System_Collections_Generic_Stack_1MessagePackSerializer`1.cs</Link> |
| 318 | + </Compile> |
328 | 319 | <Compile Include="..\MsgPack\Serialization\DefaultSerializers\System_Collections_QueueMessagePackSerializer.cs"> |
329 | 320 | <Link>Serialization\DefaultSerializers\System_Collections_QueueMessagePackSerializer.cs</Link> |
330 | 321 | </Compile> |
| 322 | + <Compile Include="..\MsgPack\Serialization\DefaultSerializers\System_Collections_Specialized_NameValueCollectionMessagePackSerializer.cs"> |
| 323 | + <Link>Serialization\DefaultSerializers\System_Collections_Specialized_NameValueCollectionMessagePackSerializer.cs</Link> |
| 324 | + </Compile> |
331 | 325 | <Compile Include="..\MsgPack\Serialization\DefaultSerializers\System_Collections_StackMessagePackSerializer.cs"> |
332 | 326 | <Link>Serialization\DefaultSerializers\System_Collections_StackMessagePackSerializer.cs</Link> |
333 | 327 | </Compile> |
|
346 | 340 | <Compile Include="..\MsgPack\Serialization\DefaultSerializers\System_Text_StringBuilderMessagePackSerializer.cs"> |
347 | 341 | <Link>Serialization\DefaultSerializers\System_Text_StringBuilderMessagePackSerializer.cs</Link> |
348 | 342 | </Compile> |
| 343 | + <Compile Include="..\MsgPack\Serialization\DefaultSerializers\System_UriMessagePackSerializer.cs"> |
| 344 | + <Link>Serialization\DefaultSerializers\System_UriMessagePackSerializer.cs</Link> |
| 345 | + </Compile> |
349 | 346 | <Compile Include="..\MsgPack\Serialization\DefaultSerializers\System_VersionMessagePackSerializer.cs"> |
350 | 347 | <Link>Serialization\DefaultSerializers\System_VersionMessagePackSerializer.cs</Link> |
351 | 348 | </Compile> |
|
628 | 625 | <Compile Include="..\MsgPack\UnpackingStreamReader.cs"> |
629 | 626 | <Link>UnpackingStreamReader.cs</Link> |
630 | 627 | </Compile> |
631 | | - <Compile Include="MicroCorLibHelper.cs" /> |
| 628 | + <Compile Include="CorLibOnlyHelper.cs"> |
| 629 | + <AutoGen>True</AutoGen> |
| 630 | + <DesignTime>True</DesignTime> |
| 631 | + <DependentUpon>CorLibOnlyHelper.tt</DependentUpon> |
| 632 | + </Compile> |
632 | 633 | <Compile Include="Properties\AssemblyInfo.cs" /> |
| 634 | + <Compile Include="Serialization\AotHelper.cs" /> |
| 635 | + <Compile Include="Serialization\AotHelper.EqualityComparers.cs"> |
| 636 | + <AutoGen>True</AutoGen> |
| 637 | + <DesignTime>True</DesignTime> |
| 638 | + <DependentUpon>AotHelper.EqualityComparers.tt</DependentUpon> |
| 639 | + </Compile> |
| 640 | + <Compile Include="Serialization\EnumTypedMessagePackSerializerWrapper`1.cs" /> |
| 641 | + <Compile Include="Serialization\NonGenericMessagePackSerializer.cs" /> |
| 642 | + <Compile Include="Serialization\TypedMessagePackSerializerWrapper`1.cs" /> |
633 | 643 | </ItemGroup> |
634 | 644 | <ItemGroup> |
635 | 645 | <None Include="..\MsgPack\remarks.xml"> |
636 | 646 | <Link>remarks.xml</Link> |
637 | 647 | </None> |
638 | | - <None Include="MicroCorLibHelper.tt"> |
| 648 | + <None Include="CorLibOnlyHelper.tt"> |
639 | 649 | <Generator>TextTemplatingFileGenerator</Generator> |
640 | | - <LastGenOutput>MicroCorLibHelper.cs</LastGenOutput> |
| 650 | + <LastGenOutput>CorLibOnlyHelper.cs</LastGenOutput> |
| 651 | + </None> |
| 652 | + <None Include="Serialization\AotHelper.EqualityComparers.tt"> |
| 653 | + <Generator>TextTemplatingFileGenerator</Generator> |
| 654 | + <LastGenOutput>AotHelper.EqualityComparers.cs</LastGenOutput> |
641 | 655 | </None> |
642 | 656 | </ItemGroup> |
643 | 657 | <ItemGroup> |
|
648 | 662 | <ItemGroup> |
649 | 663 | <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" /> |
650 | 664 | </ItemGroup> |
| 665 | + <ItemGroup> |
| 666 | + <Reference Include="System" /> |
| 667 | + </ItemGroup> |
651 | 668 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
652 | 669 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
653 | 670 | Other similar extension points exist, see Microsoft.Common.targets. |
|
0 commit comments