File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 1717 <DefineConstants >$(DefineConstants);FEATURE_MPCONTRACT;UNITY_IPHONE;MSGPACK_UNITY_FULL;AOT</DefineConstants >
1818 <SignAssembly >false</SignAssembly >
1919 </PropertyGroup >
20+ <PropertyGroup Condition =" '$(Configuration)' == 'Debug'" >
21+ <NoWarn >$(NoWarn),1591</NoWarn >
22+ </PropertyGroup >
2023 <PropertyGroup Condition =" '$(Configuration)' == 'Release'" >
2124 <OutputPath >$(SolutionDir)\build\MsgPack-CLI\unity-full\</OutputPath >
2225 <DocumentationFile >$(SolutionDir)\build\MsgPack-CLI\unity-full\MsgPack.XML</DocumentationFile >
Original file line number Diff line number Diff line change 1717 <DefineConstants >$(DefineConstants);FEATURE_MPCONTRACT;UNITY_IPHONE;AOT</DefineConstants >
1818 <SignAssembly >false</SignAssembly >
1919 </PropertyGroup >
20+ <PropertyGroup Condition =" '$(Configuration)' == 'Debug'" >
21+ <NoWarn >$(NoWarn),1591</NoWarn >
22+ </PropertyGroup >
2023 <PropertyGroup Condition =" '$(Configuration)' == 'Release'" >
2124 <OutputPath >$(SolutionDir)\build\MsgPack-CLI\unity\</OutputPath >
2225 <DocumentationFile >$(SolutionDir)\build\MsgPack-CLI\unity\MsgPack.XML</DocumentationFile >
You can’t perform that action at this time.
0 commit comments