mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-28 10:03:44 +01:00
commit
16ea481a06
1 changed files with 2 additions and 0 deletions
|
|
@ -34,6 +34,7 @@
|
|||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
<Externalconsole>true</Externalconsole>
|
||||
<Prefer32Bit>false</Prefer32Bit>
|
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<Optimize>false</Optimize>
|
||||
|
|
@ -51,6 +52,7 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release Mono|x86'">
|
||||
<Prefer32Bit>false</Prefer32Bit>
|
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="CommonIO, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
|
|
|
|||
Loading…
Reference in a new issue