1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-11-22 11:35:21 +01:00

fix output path issues

This commit is contained in:
Kyle Spearrin 2016-08-02 01:11:46 -04:00
parent 0960d3f1a7
commit 4ddf9ea3be
2 changed files with 4 additions and 0 deletions

View File

@ -195,6 +195,7 @@
<MtouchTlsProvider>Default</MtouchTlsProvider>
<MtouchHttpClientHandler>HttpClientHandler</MtouchHttpClientHandler>
<MtouchFloat32>False</MtouchFloat32>
<OutputPath>bin\iPhoneSimulator\Ad-Hoc</OutputPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'AppStore|iPhoneSimulator'">
<MtouchSdkVersion>9.3</MtouchSdkVersion>
@ -212,6 +213,7 @@
<MtouchTlsProvider>Default</MtouchTlsProvider>
<MtouchHttpClientHandler>HttpClientHandler</MtouchHttpClientHandler>
<MtouchFloat32>False</MtouchFloat32>
<OutputPath>bin\iPhoneSimulator\AppStore</OutputPath>
</PropertyGroup>
<ItemGroup>
<Compile Include="LockPasswordViewController.cs" />

View File

@ -199,6 +199,7 @@
<MtouchTlsProvider>Default</MtouchTlsProvider>
<MtouchHttpClientHandler>HttpClientHandler</MtouchHttpClientHandler>
<MtouchFloat32>False</MtouchFloat32>
<OutputPath>bin\iPhoneSimulator\Ad-Hoc</OutputPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'AppStore|iPhoneSimulator'">
<MtouchSdkVersion>9.3</MtouchSdkVersion>
@ -216,6 +217,7 @@
<MtouchTlsProvider>Default</MtouchTlsProvider>
<MtouchHttpClientHandler>HttpClientHandler</MtouchHttpClientHandler>
<MtouchFloat32>False</MtouchFloat32>
<OutputPath>bin\iPhoneSimulator\AppStore</OutputPath>
</PropertyGroup>
<ItemGroup>
<Compile Include="Controls\ContentPageRenderer.cs" />