Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
Fixed binding sample (#350)
Browse files Browse the repository at this point in the history
* Update XMBindingLibrarySample.csproj

* Delete .gitignore

* added `AllowUnsafeBlocks` to library
  • Loading branch information
mykyta-bondarenko authored and conceptdev committed Jan 17, 2019
1 parent 5bd0aad commit 027e4be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion BindingSample/XMBindingLibrary/XMBindingLibrary.csproj
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
Expand All @@ -11,6 +11,7 @@
<RootNamespace>XMBindingLibrary</RootNamespace>
<AssemblyName>XMBindingLibrary</AssemblyName>
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
2 changes: 0 additions & 2 deletions BindingSample/XMBindingLibrarySample/.gitignore

This file was deleted.

0 comments on commit 027e4be

Please sign in to comment.