Advertisement
andoird213

FwdHealth.csproj

Jun 30th, 2014
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 4.67 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3.   <PropertyGroup>
  4.     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5.     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6.     <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  7.     <ProjectGuid>{61C13200-C7D4-4AA0-BF22-E208F2E4477C}</ProjectGuid>
  8.     <OutputType>Library</OutputType>
  9.     <RootNamespace>FwdHealth</RootNamespace>
  10.     <AssemblyName>FwdHealth</AssemblyName>
  11.     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  12.     <TargetFrameworkProfile>Profile78</TargetFrameworkProfile>
  13.     <ReleaseVersion>2.0</ReleaseVersion>
  14.   </PropertyGroup>
  15.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  16.     <DebugSymbols>true</DebugSymbols>
  17.     <DebugType>full</DebugType>
  18.     <Optimize>false</Optimize>
  19.     <OutputPath>bin\Debug</OutputPath>
  20.     <DefineConstants>DEBUG;</DefineConstants>
  21.     <ErrorReport>prompt</ErrorReport>
  22.     <WarningLevel>4</WarningLevel>
  23.     <ConsolePause>false</ConsolePause>
  24.   </PropertyGroup>
  25.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26.     <DebugType>full</DebugType>
  27.     <Optimize>true</Optimize>
  28.     <OutputPath>bin\Release</OutputPath>
  29.     <ErrorReport>prompt</ErrorReport>
  30.     <WarningLevel>4</WarningLevel>
  31.     <ConsolePause>false</ConsolePause>
  32.   </PropertyGroup>
  33.   <ItemGroup>
  34.     <Compile Include="Properties\AssemblyInfo.cs" />
  35.     <Compile Include="App.cs" />
  36.     <Compile Include="Models\Message.cs" />
  37.     <Compile Include="Interfaces\INavHelp.cs" />
  38.     <Compile Include="Pages\MessagePage.cs" />
  39.     <Compile Include="Pages\AuthenticatePage.cs" />
  40.     <Compile Include="Models\Activity.cs" />
  41.     <Compile Include="Remote\BaseOAuthClient.cs" />
  42.     <Compile Include="Remote\HumanApiClient.cs" />
  43.     <Compile Include="Remote\HumanApiData.cs" />
  44.     <Compile Include="Interfaces\IParse.cs" />
  45.     <Compile Include="Remote\Cloud.cs" />
  46.     <Compile Include="Models\User.cs" />
  47.     <Compile Include="Pages\ProfilePage.cs" />
  48.     <Compile Include="Pages\HumanAuthenticatePage.cs" />
  49.     <Compile Include="Interfaces\INative.cs" />
  50.     <Compile Include="Utils\Decider.cs" />
  51.     <Compile Include="Pages\TeamsPage.cs" />
  52.     <Compile Include="Pages\Details\BaseDetailsPage.cs" />
  53.     <Compile Include="Binding Helpers\BaseBindingHelper.cs" />
  54.     <Compile Include="Binding Helpers\ActivityBindingHelper.cs" />
  55.     <Compile Include="Pages\Details\ActivityDetailsPage.cs" />
  56.     <Compile Include="Views\Cards\BaseCardView.cs" />
  57.     <Compile Include="Views\Cards\ActivityCardView.cs">
  58.       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  59.     </Compile>
  60.     <Compile Include="Utils\ActivityMultiplierHelper.cs" />
  61.     <Compile Include="Views\ProgressView.cs" />
  62.     <Compile Include="Utils\JsonExtensions.cs" />
  63.     <Compile Include="Views\Cells\KVEntryCell.cs" />
  64.     <Compile Include="Views\Cells\KVCell.cs" />
  65.     <Compile Include="Views\Cells\KVPickerCell.cs" />
  66.     <Compile Include="Views\Cells\KVDatePickerCell.cs" />
  67.     <Compile Include="Views\Cells\HeightCell.cs" />
  68.     <Compile Include="Views\Cells\ButtonCell.cs" />
  69.     <Compile Include="Styles\Fonts.cs">
  70.       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  71.     </Compile>
  72.     <Compile Include="Styles\Colors.cs" />
  73.     <Compile Include="Pages\HomePage.cs" />
  74.   </ItemGroup>
  75.   <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
  76.   <Import Project="../packages/Xamarin.Forms.1.1.1.6206/build/portable-win+net45+wp80+MonoAndroid10+MonoTouch10/Xamarin.Forms.targets" />
  77.   <ItemGroup>
  78.     <Reference Include="Newtonsoft.Json">
  79.       <HintPath>..\packages\Newtonsoft.Json.6.0.3\lib\portable-net45+wp80+win8+wpa81\Newtonsoft.Json.dll</HintPath>
  80.     </Reference>
  81.     <Reference Include="FluentDateTime">
  82.       <HintPath>..\packages\FluentDateTime.1.10.1.0\Lib\portable-net4+sl5+wp8+win8+wpa81+MonoAndroid16+MonoTouch40\FluentDateTime.dll</HintPath>
  83.     </Reference>
  84.   </ItemGroup>
  85.   <ItemGroup>
  86.     <None Include="packages.config" />
  87.   </ItemGroup>
  88.   <ItemGroup>
  89.     <Folder Include="Interfaces\" />
  90.     <Folder Include="Views\" />
  91.     <Folder Include="Models\" />
  92.     <Folder Include="Pages\" />
  93.     <Folder Include="Binding Helpers\" />
  94.     <Folder Include="Utils\" />
  95.     <Folder Include="Remote\" />
  96.     <Folder Include="Pages\Details\" />
  97.     <Folder Include="Views\Cards\" />
  98.     <Folder Include="Views\Cells\" />
  99.     <Folder Include="Styles\" />
  100.   </ItemGroup>
  101. </Project>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement