зеркало из https://github.com/xamarin/ios-samples.git
Merge pull request #219 from mykyta-bondarenko-gl/xi-inf-color-picker
[XI] added `AllowUnsafeBlocks` attribute and modify the .gitignore file
This commit is contained in:
Коммит
9cfacdbe47
|
@ -1,6 +1,7 @@
|
|||
*.stamp
|
||||
bin
|
||||
obj
|
||||
.vs
|
||||
Newtonsoft.Json.*
|
||||
NUnit.*
|
||||
Xamarin.UITest*
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
<RootNamespace>InfColorPicker</RootNamespace>
|
||||
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
|
||||
<AssemblyName>InfColorPickerBinding</AssemblyName>
|
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
|
|
Загрузка…
Ссылка в новой задаче