|
|
|
|
@ -74,6 +74,28 @@
@@ -74,6 +74,28 @@
|
|
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'AppStore|iPhone' "> |
|
|
|
|
<OutputPath>bin\iPhone\AppStore\</OutputPath> |
|
|
|
|
<DefineConstants>__IOS__;__MOBILE__;__UNIFIED__;</DefineConstants> |
|
|
|
|
<Optimize>true</Optimize> |
|
|
|
|
<NoWarn>;VSX1000</NoWarn> |
|
|
|
|
<DebugType>full</DebugType> |
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
|
|
|
<UseVSHostingProcess>false</UseVSHostingProcess> |
|
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'AppStore|iPhoneSimulator' "> |
|
|
|
|
<OutputPath>bin\iPhoneSimulator\AppStore\</OutputPath> |
|
|
|
|
<DefineConstants>__IOS__;__MOBILE__;__UNIFIED__;</DefineConstants> |
|
|
|
|
<Optimize>true</Optimize> |
|
|
|
|
<NoWarn>;VSX1000</NoWarn> |
|
|
|
|
<DebugType>full</DebugType> |
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
|
|
|
<UseVSHostingProcess>false</UseVSHostingProcess> |
|
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Ad-Hoc|AnyCPU'"> |
|
|
|
|
<OutputPath>bin\Ad-Hoc\</OutputPath> |
|
|
|
|
<DefineConstants>__IOS__;__MOBILE__;__UNIFIED__;</DefineConstants> |
|
|
|
|
@ -85,6 +107,28 @@
@@ -85,6 +107,28 @@
|
|
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Ad-Hoc|iPhone' "> |
|
|
|
|
<OutputPath>bin\iPhone\Ad-Hoc\</OutputPath> |
|
|
|
|
<DefineConstants>__IOS__;__MOBILE__;__UNIFIED__;</DefineConstants> |
|
|
|
|
<Optimize>true</Optimize> |
|
|
|
|
<NoWarn>;VSX1000</NoWarn> |
|
|
|
|
<DebugType>full</DebugType> |
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
|
|
|
<UseVSHostingProcess>false</UseVSHostingProcess> |
|
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Ad-Hoc|iPhoneSimulator' "> |
|
|
|
|
<OutputPath>bin\iPhoneSimulator\Ad-Hoc\</OutputPath> |
|
|
|
|
<DefineConstants>__IOS__;__MOBILE__;__UNIFIED__;</DefineConstants> |
|
|
|
|
<Optimize>true</Optimize> |
|
|
|
|
<NoWarn>;VSX1000</NoWarn> |
|
|
|
|
<DebugType>full</DebugType> |
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
|
|
|
<UseVSHostingProcess>false</UseVSHostingProcess> |
|
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<ItemGroup> |
|
|
|
|
<Reference Include="System" /> |
|
|
|
|
<Reference Include="System.Xml" /> |
|
|
|
|
|