Update dotnet bindings (#973)

This commit is contained in:
Duncan Ogilvie
2018-07-05 15:30:33 +02:00
committed by Nguyen Anh Quynh
parent 19ffa83d43
commit 0b3cd70e67
6 changed files with 28 additions and 28 deletions

View File

@ -30,7 +30,7 @@
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<PlatformTarget>x86</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>