Use GlobalAssemblyInfo on tizen backend (#1397)

This commit is contained in:
Kangho 2017-12-15 18:56:15 +09:00 коммит произвёл Rui Marinho
Родитель bd1cf4feb8
Коммит 0c1924d85d
2 изменённых файлов: 14 добавлений и 0 удалений

Просмотреть файл

@ -2,8 +2,15 @@
<PropertyGroup>
<TargetFramework>tizen40</TargetFramework>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\Xamarin.Forms.Core\Properties\GlobalAssemblyInfo.cs">
<Link>Properties\GlobalAssemblyInfo.cs</Link>
</Compile>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Tizen.NET" Version="4.0.0" />
</ItemGroup>

Просмотреть файл

@ -2,8 +2,15 @@
<PropertyGroup>
<TargetFramework>tizen40</TargetFramework>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\Xamarin.Forms.Core\Properties\GlobalAssemblyInfo.cs">
<Link>Properties\GlobalAssemblyInfo.cs</Link>
</Compile>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Tizen.NET" Version="4.0.0" />
</ItemGroup>