Skip to content

Commit

Permalink
iOS: Fixed build for Ad-Hoc and AppStore.
Browse files Browse the repository at this point in the history
Related to issue #405.

git-svn-id: http://hamster-svn/svn/repos/base@677 765c1f7c-9fb8-954f-9ff8-dd0915cb3117
  • Loading branch information
animal committed Jan 15, 2013
1 parent 4cbbf1e commit f24eab0
Show file tree
Hide file tree
Showing 3 changed files with 657 additions and 656 deletions.
6 changes: 3 additions & 3 deletions MPfm/branches/current/MPfm.Core/MPfm.Core.iOS.csproj
Expand Up @@ -37,7 +37,7 @@
<WarningLevel>4</WarningLevel>
<DocumentationFile>..\Output\MPfm.Core.XML</DocumentationFile>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' ">
<DebugSymbols>True</DebugSymbols>
<DebugType>full</DebugType>
Expand All @@ -48,7 +48,7 @@
<WarningLevel>4</WarningLevel>
<DocumentationFile>..\Output\MPfm.Core.XML</DocumentationFile>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>True</Optimize>
Expand Down Expand Up @@ -98,7 +98,7 @@
<WarningLevel>4</WarningLevel>
<DocumentationFile>..\Output\Release\MPfm.Core.xml</DocumentationFile>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug_Linux|AnyCPU' ">
<DebugSymbols>True</DebugSymbols>
<DebugType>full</DebugType>
Expand Down

0 comments on commit f24eab0

Please sign in to comment.