54
54
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|iPhone' " >
55
55
<DebugType >none</DebugType >
56
56
<Optimize >True</Optimize >
57
- <OutputPath >bin\Release\Parse. iOS\</OutputPath >
57
+ <OutputPath >bin\Release\iOS\</OutputPath >
58
58
<ErrorReport >prompt</ErrorReport >
59
59
<WarningLevel >4</WarningLevel >
60
60
<ConsolePause >False</ConsolePause >
61
61
<CodesignKey >iPhone Developer</CodesignKey >
62
62
<AssemblyName >Parse.iOS</AssemblyName >
63
63
<DefineConstants >MONO;IOS</DefineConstants >
64
- <DocumentationFile >bin\Release\Parse. iOS\Parse.iOS.xml</DocumentationFile >
64
+ <DocumentationFile >bin\Release\iOS\Parse.iOS.xml</DocumentationFile >
65
65
</PropertyGroup >
66
66
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Ad-Hoc|iPhone' " >
67
67
<DebugType >none</DebugType >
102
102
<WarningLevel >4</WarningLevel >
103
103
<Optimize >false</Optimize >
104
104
</PropertyGroup >
105
-
106
- <!-- Used for setting excluded files -->
107
- <PropertyGroup >
105
+ <!-- Used for setting excluded files -->
106
+ <PropertyGroup >
108
107
<ExcludedPlatformSpecificSourceFilesString >
109
108
**\Android\**;
110
109
**\NetFx45\**;
111
110
**\Phone\**;
112
111
**\Unity\**;
113
112
**\WinRT\**;
114
113
**\SettingsStorage\**;
115
- </ExcludedPlatformSpecificSourceFilesString >
116
- </PropertyGroup >
114
+ </ExcludedPlatformSpecificSourceFilesString >
115
+ </PropertyGroup >
117
116
<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)" />
123
121
</ItemGroup >
124
-
125
122
<ItemGroup >
126
123
<Reference Include =" System" />
127
124
<Reference Include =" System.Xml" />
132
129
<Import Project =" $(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
133
130
<Import Project =" $(SolutionDir)\.nuget\nuget.targets" Condition =" Exists('$(SolutionDir)\.nuget\nuget.targets')" />
134
131
<ItemGroup />
135
- </Project >
132
+ </Project >
0 commit comments