Skip to content

Instantly share code, notes, and snippets.

@jassmith
Created February 11, 2015 12:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jassmith/ea804c83f9ca3029d9a3 to your computer and use it in GitHub Desktop.
Save jassmith/ea804c83f9ca3029d9a3 to your computer and use it in GitHub Desktop.
<?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>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<ProjectGuid>{0939D381-D31A-4C5E-99A8-0ECC1979E710}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>Geco</RootNamespace>
<AssemblyName>Geco</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkProfile>Profile78</TargetFrameworkProfile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug</OutputPath>
<DefineConstants>DEBUG;__PCL__</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>
<DefineConstants>RELEASE;__PCL__</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
</PropertyGroup>
<ItemGroup>
<Compile Include="App.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="C:\Temp\reference.cs">
<Link>reference.cs</Link>
</Compile>
<Compile Include="MyControlEntry.cs" />
<Compile Include="Library.cs" />
<Compile Include="MyControlLabel.cs" />
<Compile Include="MainLink.cs" />
<Compile Include="MySettings.cs" />
<Compile Include="Pages\PageArticoli.cs" />
<Compile Include="Pages\PageFtp.cs" />
<Compile Include="Pages\PageLogin.cs" />
<Compile Include="Pages\PageMain.cs" />
<Compile Include="Pages\PageSale.cs" />
<Compile Include="Pages\PageSetup.cs" />
<Compile Include="Interfaces\IFiles.cs" />
<Compile Include="Interfaces\IOpenActivity.cs" />
<Compile Include="Interfaces\ISQLite.cs" />
<Compile Include="Database\DatabaseAnagrafica.cs" />
<Compile Include="Database\Articoli.cs" />
<Compile Include="Database\Categorie.cs" />
<Compile Include="Database\Comande.cs" />
<Compile Include="Database\Roles.cs" />
<Compile Include="Database\Sale.cs" />
<Compile Include="Database\Tavoli.cs" />
<Compile Include="Database\Users.cs" />
<Compile Include="ViewModel\ArticoliVM.cs" />
<Compile Include="ViewModel\ComandeVM.cs" />
<Compile Include="Pages\PageMasterDetail.cs" />
<Compile Include="Database\Varianti.cs" />
<Compile Include="Helpers\Settings.cs" />
<Compile Include="Pages\PageImpostazioniTavolo.cs" />
<Compile Include="Database\ComandeVarianti.cs" />
<Compile Include="Pages\PageVarianti.cs" />
<Compile Include="Helpers\Totalizzatori.cs" />
<Compile Include="Database\Licenza.cs" />
<Compile Include="Pages\PageArticoliInComanda.cs" />
<Compile Include="PopupLayout.cs" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
<Import Project="packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets" Condition="Exists('packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets')" />
<Import Project="packages\Xamarin.Forms.1.3.3.6323\build\portable-win+net45+wp80+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets" Condition="Exists('packages\Xamarin.Forms.1.3.3.6323\build\portable-win+net45+wp80+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets')" />
<Import Project="packages\Fody.1.27.0\build\Fody.targets" Condition="Exists('packages\Fody.1.27.0\build\Fody.targets')" />
<ItemGroup>
<Reference Include="FlagFtp">
<HintPath>packages\FlagFtp.0.1.3\lib\FlagFtp.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.ServiceModel" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.Xml" />
<Reference Include="System.Net.Http">
<HintPath>packages\Microsoft.Net.Http.2.2.28\lib\portable-net40+sl4+win8+wp71+wpa81\System.Net.Http.dll</HintPath>
</Reference>
<Reference Include="System.Net.Http.Extensions">
<HintPath>packages\Microsoft.Net.Http.2.2.28\lib\portable-net40+sl4+win8+wp71+wpa81\System.Net.Http.Extensions.dll</HintPath>
</Reference>
<Reference Include="System.Net.Http.Primitives">
<HintPath>packages\Microsoft.Net.Http.2.2.28\lib\portable-net40+sl4+win8+wp71+wpa81\System.Net.Http.Primitives.dll</HintPath>
</Reference>
<Reference Include="DeviceInfo.Plugin.Abstractions">
<HintPath>packages\Xam.Plugin.DeviceInfo.1.0.0.2\lib\portable-net45+wp8+wpa81+win8+MonoAndroid10+MonoTouch10+Xamarin.iOS10\DeviceInfo.Plugin.Abstractions.dll</HintPath>
</Reference>
<Reference Include="DeviceInfo.Plugin">
<HintPath>packages\Xam.Plugin.DeviceInfo.1.0.0.2\lib\portable-net45+wp8+wpa81+win8+MonoAndroid10+MonoTouch10+Xamarin.iOS10\DeviceInfo.Plugin.dll</HintPath>
</Reference>
<Reference Include="Battery.Plugin.Abstractions">
<HintPath>packages\Xam.Plugin.Battery.1.0.0.0\lib\portable-net45+wp8+wpa81+win8+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Battery.Plugin.Abstractions.dll</HintPath>
</Reference>
<Reference Include="Battery.Plugin">
<HintPath>packages\Xam.Plugin.Battery.1.0.0.0\lib\portable-net45+wp8+wpa81+win8+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Battery.Plugin.dll</HintPath>
</Reference>
<Reference Include="Connectivity.Plugin.Abstractions">
<HintPath>packages\Xam.Plugin.Connectivity.1.0.0.3\lib\portable-net45+wp8+wpa81+win8+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Connectivity.Plugin.Abstractions.dll</HintPath>
</Reference>
<Reference Include="Connectivity.Plugin">
<HintPath>packages\Xam.Plugin.Connectivity.1.0.0.3\lib\portable-net45+wp8+wpa81+win8+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Connectivity.Plugin.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json">
<HintPath>packages\Newtonsoft.Json.6.0.8\lib\portable-net45+wp80+win8+wpa81+aspnetcore50\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="Refractored.Xam.Settings.Abstractions">
<HintPath>packages\Xam.Plugins.Settings.1.5.0\lib\portable-net45+wp8+wpa81+win8+MonoAndroid10+MonoTouch10\Refractored.Xam.Settings.Abstractions.dll</HintPath>
</Reference>
<Reference Include="Refractored.Xam.Settings">
<HintPath>packages\Xam.Plugins.Settings.1.5.0\lib\portable-net45+wp8+wpa81+win8+MonoAndroid10+MonoTouch10\Refractored.Xam.Settings.dll</HintPath>
</Reference>
<Reference Include="SQLite.Net">
<HintPath>packages\SQLite.Net-PCL.2.5.1\lib\portable-win8+net45+wp8+wpa81+MonoAndroid1+MonoTouch1\SQLite.Net.dll</HintPath>
</Reference>
<Reference Include="Xamarin.Forms.Core">
<HintPath>packages\Xamarin.Forms.1.3.3.6323\lib\portable-win+net45+wp80+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.Core.dll</HintPath>
</Reference>
<Reference Include="Xamarin.Forms.Xaml">
<HintPath>packages\Xamarin.Forms.1.3.3.6323\lib\portable-win+net45+wp80+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.Xaml.dll</HintPath>
</Reference>
<Reference Include="Toasts.Forms.Plugin.Abstractions">
<HintPath>packages\Toasts.Forms.Plugin.1.0.2.13\lib\portable-net45+wp8+win8+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Toasts.Forms.Plugin.Abstractions.dll</HintPath>
</Reference>
<Reference Include="PropertyChanged">
<HintPath>packages\PropertyChanged.Fody.1.49.0\Lib\portable-net4+sl4+wp8+win8+wpa81+MonoAndroid16+MonoTouch40\PropertyChanged.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
<None Include="DeviceInfoReadme.txt" />
<None Include="ConnectivityReadme.txt" />
<None Include="FodyWeavers.xml" />
</ItemGroup>
<ItemGroup>
<Folder Include="Pages\" />
<Folder Include="Interfaces\" />
<Folder Include="Database\" />
<Folder Include="ViewModel\" />
</ItemGroup>
</Project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment