-
Notifications
You must be signed in to change notification settings - Fork 0
/
Fluxmatix.Mobile.iOS.csproj
71 lines (71 loc) · 3.15 KB
/
Fluxmatix.Mobile.iOS.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectTypeGuids>{FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<ProjectGuid>{EA90A783-A7AA-48B6-A974-55F78234C7E7}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>Fluxmatix.Mobile.iOS</RootNamespace>
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
<AssemblyName>Fluxmatix.Mobile.iOS</AssemblyName>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug</OutputPath>
<DefineConstants>DEBUG;</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>full</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Xml" />
<Reference Include="System.Core" />
<Reference Include="Xamarin.iOS" />
<Reference Include="PerpetualEngine.SimpleStorage.iOS-Unified">
<HintPath>..\Reflect.Mobile\packages\SimpleStorage.1.3.1\lib\Xamarin.iOS10\PerpetualEngine.SimpleStorage.iOS-Unified.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json">
<HintPath>..\Reflect.Mobile\packages\Newtonsoft.Json.6.0.8\lib\portable-net40+sl5+wp80+win8+wpa81\Newtonsoft.Json.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Folder Include="Resources\" />
<Folder Include="UIViews\" />
<Folder Include="Cache\" />
<Folder Include="UIViewControllers\" />
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="UIViews\HeaderWebView.cs" />
<Compile Include="UIViews\EmptyActionSheet.cs" />
<Compile Include="Cache\JsonMobileCacheStore.cs" />
<Compile Include="UIViews\ListPickerViewModel.cs" />
<Compile Include="UIViewControllers\CollectionSelectionViewController.cs" />
<Compile Include="UIViews\TagView.cs" />
<Compile Include="UIViewControllers\SelectTagsViewController.cs" />
<Compile Include="UIViewControllers\FixedHeaderTableViewController.cs" />
<Compile Include="Utilities.cs" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Fluxmatix.Mobile\Fluxmatix.Mobile.csproj">
<Project>{C38F1317-6C14-46F4-9AAB-459A9BF5131B}</Project>
<Name>Fluxmatix.Mobile</Name>
</ProjectReference>
</ItemGroup>
</Project>