mirror of
https://github.com/jwetzell/qController.git
synced 2026-08-07 08:23:49 +00:00
* Info.plist:
* packages.config: * qController.iOS.csproj: * qController.Droid.csproj: * AndroidManifest.xml: * qController.csproj: Update Packages * ControlPage.xaml.cs: * QLevelsCell.cs: Revert multi level sliders...ugh
This commit is contained in:
@@ -33,7 +33,8 @@
|
||||
<CodesignProvision>qController Dev</CodesignProvision>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DebugType>full</DebugType>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>bin\iPhone\Release</OutputPath>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
@@ -48,7 +49,8 @@
|
||||
<CodesignProvision>qController Dev</CodesignProvision>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DebugType>full</DebugType>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>bin\iPhoneSimulator\Release</OutputPath>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
|
||||
Reference in New Issue
Block a user