mirror of
https://github.com/bitwarden/android.git
synced 2024-12-24 18:08:26 +03:00
fix output path issues
This commit is contained in:
parent
0960d3f1a7
commit
4ddf9ea3be
2 changed files with 4 additions and 0 deletions
|
@ -195,6 +195,7 @@
|
||||||
<MtouchTlsProvider>Default</MtouchTlsProvider>
|
<MtouchTlsProvider>Default</MtouchTlsProvider>
|
||||||
<MtouchHttpClientHandler>HttpClientHandler</MtouchHttpClientHandler>
|
<MtouchHttpClientHandler>HttpClientHandler</MtouchHttpClientHandler>
|
||||||
<MtouchFloat32>False</MtouchFloat32>
|
<MtouchFloat32>False</MtouchFloat32>
|
||||||
|
<OutputPath>bin\iPhoneSimulator\Ad-Hoc</OutputPath>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'AppStore|iPhoneSimulator'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'AppStore|iPhoneSimulator'">
|
||||||
<MtouchSdkVersion>9.3</MtouchSdkVersion>
|
<MtouchSdkVersion>9.3</MtouchSdkVersion>
|
||||||
|
@ -212,6 +213,7 @@
|
||||||
<MtouchTlsProvider>Default</MtouchTlsProvider>
|
<MtouchTlsProvider>Default</MtouchTlsProvider>
|
||||||
<MtouchHttpClientHandler>HttpClientHandler</MtouchHttpClientHandler>
|
<MtouchHttpClientHandler>HttpClientHandler</MtouchHttpClientHandler>
|
||||||
<MtouchFloat32>False</MtouchFloat32>
|
<MtouchFloat32>False</MtouchFloat32>
|
||||||
|
<OutputPath>bin\iPhoneSimulator\AppStore</OutputPath>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Compile Include="LockPasswordViewController.cs" />
|
<Compile Include="LockPasswordViewController.cs" />
|
||||||
|
|
|
@ -199,6 +199,7 @@
|
||||||
<MtouchTlsProvider>Default</MtouchTlsProvider>
|
<MtouchTlsProvider>Default</MtouchTlsProvider>
|
||||||
<MtouchHttpClientHandler>HttpClientHandler</MtouchHttpClientHandler>
|
<MtouchHttpClientHandler>HttpClientHandler</MtouchHttpClientHandler>
|
||||||
<MtouchFloat32>False</MtouchFloat32>
|
<MtouchFloat32>False</MtouchFloat32>
|
||||||
|
<OutputPath>bin\iPhoneSimulator\Ad-Hoc</OutputPath>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'AppStore|iPhoneSimulator'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'AppStore|iPhoneSimulator'">
|
||||||
<MtouchSdkVersion>9.3</MtouchSdkVersion>
|
<MtouchSdkVersion>9.3</MtouchSdkVersion>
|
||||||
|
@ -216,6 +217,7 @@
|
||||||
<MtouchTlsProvider>Default</MtouchTlsProvider>
|
<MtouchTlsProvider>Default</MtouchTlsProvider>
|
||||||
<MtouchHttpClientHandler>HttpClientHandler</MtouchHttpClientHandler>
|
<MtouchHttpClientHandler>HttpClientHandler</MtouchHttpClientHandler>
|
||||||
<MtouchFloat32>False</MtouchFloat32>
|
<MtouchFloat32>False</MtouchFloat32>
|
||||||
|
<OutputPath>bin\iPhoneSimulator\AppStore</OutputPath>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Compile Include="Controls\ContentPageRenderer.cs" />
|
<Compile Include="Controls\ContentPageRenderer.cs" />
|
||||||
|
|
Loading…
Reference in a new issue