5454 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|iPhone' " >
5555 <DebugType >none</DebugType >
5656 <Optimize >True</Optimize >
57- <OutputPath >bin\Release\Parse. iOS\</OutputPath >
57+ <OutputPath >bin\Release\iOS\</OutputPath >
5858 <ErrorReport >prompt</ErrorReport >
5959 <WarningLevel >4</WarningLevel >
6060 <ConsolePause >False</ConsolePause >
6161 <CodesignKey >iPhone Developer</CodesignKey >
6262 <AssemblyName >Parse.iOS</AssemblyName >
6363 <DefineConstants >MONO;IOS</DefineConstants >
64- <DocumentationFile >bin\Release\Parse. iOS\Parse.iOS.xml</DocumentationFile >
64+ <DocumentationFile >bin\Release\iOS\Parse.iOS.xml</DocumentationFile >
6565 </PropertyGroup >
6666 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Ad-Hoc|iPhone' " >
6767 <DebugType >none</DebugType >
102102 <WarningLevel >4</WarningLevel >
103103 <Optimize >false</Optimize >
104104 </PropertyGroup >
105-
106- <!-- Used for setting excluded files -->
107- <PropertyGroup >
105+ <!-- Used for setting excluded files -->
106+ <PropertyGroup >
108107 <ExcludedPlatformSpecificSourceFilesString >
109108 **\Android\**;
110109 **\NetFx45\**;
111110 **\Phone\**;
112111 **\Unity\**;
113112 **\WinRT\**;
114113 **\SettingsStorage\**;
115- </ExcludedPlatformSpecificSourceFilesString >
116- </PropertyGroup >
114+ </ExcludedPlatformSpecificSourceFilesString >
115+ </PropertyGroup >
117116 <ItemGroup >
118- <!-- Assembly info, etc. -->
119- <Compile Include =" Properties\*.cs" Exclude =" Properties\Settings.Designer.cs" />
120-
121- <Compile Include =" Internal\**\*.cs" Exclude =" $(ExcludedPlatformSpecificSourceFilesString)" />
122- <Compile Include =" Public\**\*.cs" Exclude =" $(ExcludedPlatformSpecificSourceFilesString)" />
117+ <!-- Assembly info, etc. -->
118+ <Compile Include =" Properties\*.cs" Exclude =" Properties\Settings.Designer.cs" />
119+ <Compile Include =" Internal\**\*.cs" Exclude =" $(ExcludedPlatformSpecificSourceFilesString)" />
120+ <Compile Include =" Public\**\*.cs" Exclude =" $(ExcludedPlatformSpecificSourceFilesString)" />
123121 </ItemGroup >
124-
125122 <ItemGroup >
126123 <Reference Include =" System" />
127124 <Reference Include =" System.Xml" />
132129 <Import Project =" $(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
133130 <Import Project =" $(SolutionDir)\.nuget\nuget.targets" Condition =" Exists('$(SolutionDir)\.nuget\nuget.targets')" />
134131 <ItemGroup />
135- </Project >
132+ </Project >
0 commit comments