* BackOfficeController.cs: Impléménte un accès à l'API back office pour l'envoi d'une notification aux mobiles des cercles séléctionné de l'utilisateur * NotifyEvent.aspx: Implemente un formulaire d'envoi d'une notification mobile * NotifyEventResponse.aspx: initie une page de resultat à la notification mobile * NpgsqlContentProvider.cs: reccupère la photo activité en base de données * BlogsController.cs: En attendant mieux, les billets de blog sont noté par leur auteur, ou un admin. * CalendarController.cs: Les fontions de notification GCM et de declaration d'enregistrement GCM partent dans le controlleur back office. * activity.sql: ajoute la photo activité dans la definition du modèle de données Npgsql * style.css: La fonte de caractère "Open Sans" (Google fonts) pour le thème "clear" * style.css: La fonte de caractère "Open Sans" (Google fonts) pour le thème "dark" aussi * style.css: pas de fonte de caractère dans la feuille de style basique. * BackOfficeController.cs: Impléménte un accès web back office pour l'envoi d'une notification aux mobiles des cercles séléctionné de l'utilisateur * BlogsController.cs: Fixe la page de garde du blogspot en cas d'absence de billet à publier publiquement. * FrontOfficeController.cs: la fontion booking est maintenant censée conerner uniquement une activité, dont le code APE est donné en dernière partie de la route de l'Url, ou en argument `id`. * HomeController.cs: La page d'accueil présente maintenant les activités mises en oeuvre par au moins un utilisateur enregistré, validé et non vérouillé. Le titre de l'activité est un lien vers la methode de reservation simple. * GoogleHelpers.cs: recoit l'implementation de la methode de notification mobile * SimpleJsonPostMethod.cs: Fixe l'envoi en UTF-8 * App.master: fonte de caractère pour le lien vers "Vos billets" * parallax.js: fixe la différence de traitement entre l'horizontale et la verticale * Profile.aspx: ajoute le sommaire de la validation * Index.aspx: initie un index pour le back office * Activities.aspx: nettoye la console de log javascript * Booking.aspx: ajoute le champ caché au formulaire de resa * Index.aspx: affiche les services fournis sur le site, par des utilisateur enregistrés validés non bloqué. * Web.config: rends l'id Google d'enregistrement GCM accessible au utilisateurs anonymes, qui voudraient commander ou interagir avec l'application, sans avoir à créer de compte sur le site. * Web.csproj: ajoute le contrôleur du back office, et le formulaire de notification mobile * EventPub.cs: * BaseEvent.cs: internationalise l'évennement (la base d'une notification) * YaEvent.cs: les champs fournisseur d'une notification ne sont pas requis. On peut en avoir de la part du site lui même, qui ne soient pas à l'origine d'un evennement tiers du workflow. Dans tous les autres cas, ils devraient être renseignés ... à suivre. * Circle.cs: * CircleBase.cs: ajoute une methode de construition des destinataires à partir d'un tableau d'identifiants de cercles. * Activity.cs: implémente la photo activité dans le modèle * SimpleBookingQuery.cs: refabriqué * MessageWithPayLoad.cs: accuse aussi le champ `to` en cas d'absence de destinataire. * LocalizedText.resx: * LocalizedText.fr.resx: * LocalizedText.Designer.cs: * LocalizedText.fr.Designer.cs: internationalisation
605 lines
31 KiB
XML
605 lines
31 KiB
XML
<?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>
|
|
<ProductVersion>8.0.30703</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{77044C92-D2F1-45BD-80DD-AA25B311B027}</ProjectGuid>
|
|
<ProjectTypeGuids>{349C5851-65DF-11DA-9384-00065B846F21};{603C0E0B-DB56-11DC-BE95-000D561079B0};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
<OutputType>Library</OutputType>
|
|
<RootNamespace>Yavsc</RootNamespace>
|
|
<TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
|
|
<AssemblyName>Yavsc</AssemblyName>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin</OutputPath>
|
|
<DefineConstants>DEBUG;TEST;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<AspNet>
|
|
<AspNet DisableCodeBehindGeneration="True" />
|
|
</AspNet>
|
|
<CustomCommands>
|
|
<CustomCommands>
|
|
<Command type="BeforeExecute" />
|
|
</CustomCommands>
|
|
</CustomCommands>
|
|
<DocumentationFile>bin\Yavsc.xml</DocumentationFile>
|
|
<Externalconsole>true</Externalconsole>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>none</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin</OutputPath>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<ConsolePause>false</ConsolePause>
|
|
<DocumentationFile>bin\Yavsc.xml</DocumentationFile>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Lua|AnyCPU' ">
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin</OutputPath>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Configuration" />
|
|
<Reference Include="System.Configuration.Install" />
|
|
<Reference Include="System.Web" />
|
|
<Reference Include="System.Web.Abstractions" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
|
<Reference Include="System.Web.Extensions" />
|
|
<Reference Include="System.Web.Routing" />
|
|
<Reference Include="System.Web.Services" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="System.Runtime.Serialization" />
|
|
<Reference Include="System.Net.Http" />
|
|
<Reference Include="System.Web.ApplicationServices" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Web.Http.WebHost" />
|
|
<Reference Include="System.Web.Http" />
|
|
<Reference Include="System.Web.Mvc" />
|
|
<Reference Include="System.Web.WebPages" />
|
|
<Reference Include="System.Net.Http.Formatting" />
|
|
<Reference Include="System.Net.Http.WebRequest" />
|
|
<Reference Include="System.Web.WebPages.Razor" />
|
|
<Reference Include="nunit.framework">
|
|
<Package>nunit</Package>
|
|
</Reference>
|
|
<Reference Include="Newtonsoft.Json">
|
|
<HintPath>..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="PayPalButtonManagerSDK">
|
|
<HintPath>..\packages\PayPalButtonManagerSDK.2.9.109\lib\net20\PayPalButtonManagerSDK.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="xunit.abstractions">
|
|
<HintPath>..\packages\xunit.abstractions.2.0.0\lib\net35\xunit.abstractions.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="MarkdownDeep">
|
|
<HintPath>lib\MarkdownDeep.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="xunit.core">
|
|
<HintPath>..\packages\xunit.extensibility.core.2.1.0\lib\portable-net45+win8+wp8+wpa81\xunit.core.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="xunit.execution.desktop">
|
|
<HintPath>..\packages\xunit.extensibility.execution.2.1.0\lib\net45\xunit.execution.desktop.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="xunit.assert">
|
|
<HintPath>..\packages\xunit.assert.2.1.0\lib\portable-net45+win8+wp8+wpa81\xunit.assert.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="PayPalCoreSDK">
|
|
<HintPath>..\packages\PayPalCoreSDK.1.6.3\lib\net451\PayPalCoreSDK.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Npgsql">
|
|
<HintPath>..\packages\Npgsql.3.0.3\lib\net45\Npgsql.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="log4net">
|
|
<HintPath>..\packages\log4net.2.0.4\lib\net45-full\log4net.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.Web.XmlTransform">
|
|
<HintPath>..\packages\Mono.Web.Xdt.1.0.0\lib\Net40\Microsoft.Web.XmlTransform.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="EntityFramework" />
|
|
<Reference Include="System.Data.Entity" />
|
|
<Reference Include="System.IdentityModel.Selectors" />
|
|
<Reference Include="System.IdentityModel" />
|
|
<Reference Include="System.Web.DynamicData" />
|
|
<Reference Include="System.Web.WebPages.Deployment" />
|
|
<Reference Include="Microsoft.Web.Infrastructure" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Folder Include="Admin\" />
|
|
<Folder Include="ApiControllers\" />
|
|
<Folder Include="App_Themes\" />
|
|
<Folder Include="App_Themes\green\" />
|
|
<Folder Include="App_Themes\blue\" />
|
|
<Folder Include="App_Themes\dark\" />
|
|
<Folder Include="App_Data\" />
|
|
<Folder Include="App_Themes\images\" />
|
|
<Folder Include="App_Themes\clear\" />
|
|
<Folder Include="avatars\" />
|
|
<Folder Include="backup\" />
|
|
<Folder Include="bfiles\" />
|
|
<Folder Include="CatExts\" />
|
|
<Folder Include="errors\" />
|
|
<Folder Include="fonts\" />
|
|
<Folder Include="Formatters\" />
|
|
<Folder Include="htmldoc\" />
|
|
<Folder Include="Helpers\" />
|
|
<Folder Include="Helpers\Google\" />
|
|
<Folder Include="lib\" />
|
|
<Folder Include="Models\" />
|
|
<Folder Include="Settings\" />
|
|
<Folder Include="Scripts\" />
|
|
<Folder Include="templates\" />
|
|
<Folder Include="users\" />
|
|
<Folder Include="Views\Account\" />
|
|
<Folder Include="Views\Blogs\" />
|
|
<Folder Include="Views\Google\" />
|
|
<Folder Include="Views\FrontOffice\" />
|
|
<Folder Include="Views\FileSystem\" />
|
|
<Folder Include="Views\WorkFlow\" />
|
|
<Folder Include="Views\Admin\" />
|
|
<Folder Include="Views\BackOffice\" />
|
|
<Folder Include="Views\PayPal\" />
|
|
<Folder Include="xmldoc\" />
|
|
<Folder Include="App_Code\" />
|
|
<Folder Include="App_Themes\base\" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Controllers\HomeController.cs" />
|
|
<Compile Include="Controllers\AccountController.cs" />
|
|
<Compile Include="Controllers\BlogsController.cs" />
|
|
<Compile Include="AssemblyInfo.cs" />
|
|
<Compile Include="Controllers\FrontOfficeController.cs" />
|
|
<Compile Include="Controllers\BackOfficeController.cs" />
|
|
<Compile Include="Admin\Export.cs" />
|
|
<Compile Include="Admin\DataManager.cs" />
|
|
<Compile Include="Controllers\FileSystemController.cs" />
|
|
<Compile Include="CatExts\WebCatalogExtensions.cs" />
|
|
<Compile Include="Helpers\YavscHelpers.cs" />
|
|
<Compile Include="Controllers\AdminController.cs" />
|
|
<Compile Include="Helpers\T.cs" />
|
|
<Compile Include="templates\Estim.cs">
|
|
<DependentUpon>Estim.tt</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="templates\TexEstimInit.cs" />
|
|
<Compile Include="Formatters\EstimToPdfFormatter.cs" />
|
|
<Compile Include="Formatters\SimpleFormatter.cs" />
|
|
<Compile Include="ValidateAjaxAttribute.cs" />
|
|
<Compile Include="Controllers\GoogleController.cs" />
|
|
<Compile Include="Settings\ThanksConfigurationSection.cs" />
|
|
<Compile Include="Settings\ThanksConfigurationCollection.cs" />
|
|
<Compile Include="Settings\ThanksConfigurationElement.cs" />
|
|
<Compile Include="Settings\ModulesConfigurationSection.cs" />
|
|
<Compile Include="Settings\ModuleConfigurationElementCollection.cs" />
|
|
<Compile Include="Settings\ModuleConfigurationElement.cs" />
|
|
<Compile Include="Helpers\SimpleJsonPostMethod.cs" />
|
|
<Compile Include="Helpers\Google\Entity.cs" />
|
|
<Compile Include="Helpers\Google\MapTracks.cs" />
|
|
<Compile Include="Helpers\Google\EntityQuery.cs" />
|
|
<Compile Include="Helpers\Google\ApiClient.cs" />
|
|
<Compile Include="Helpers\Google\CalendarApi.cs" />
|
|
<Compile Include="Formatters\ErrorHtmlFormatter.cs" />
|
|
<Compile Include="Formatters\RssFeedsFormatter.cs" />
|
|
<Compile Include="Formatters\TexToPdfFormatter.cs" />
|
|
<Compile Include="WebApiConfig.cs" />
|
|
<Compile Include="Formatters\EstimToPdfFormatter.MSAN.cs" />
|
|
<Compile Include="Helpers\TemplateException.cs" />
|
|
<Compile Include="Formatters\FormatterException.cs" />
|
|
<Compile Include="ApiControllers\WorkFlowController.cs" />
|
|
<Compile Include="ApiControllers\BasketController.cs" />
|
|
<Compile Include="ApiControllers\BlogsController.cs" />
|
|
<Compile Include="ApiControllers\CalendarController.cs" />
|
|
<Compile Include="ApiControllers\CircleController.cs" />
|
|
<Compile Include="ApiControllers\FrontOfficeController.cs" />
|
|
<Compile Include="ApiControllers\GCMController.cs" />
|
|
<Compile Include="ApiControllers\AccountController.cs" />
|
|
<Compile Include="Helpers\ThanksHelper.cs" />
|
|
<Compile Include="Web References\sms.diamondcard.us\Reference.cs">
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Helpers\Google\OAuth2.cs" />
|
|
<Compile Include="Helpers\Google\PeopleApi.cs" />
|
|
<Compile Include="ApiControllers\PaypalController.cs" />
|
|
<Compile Include="ApiControllers\AuthorizationDenied.cs" />
|
|
<Compile Include="ApiControllers\YavscController.cs" />
|
|
<Compile Include="Helpers\YavscAjaxHelper.cs" />
|
|
<Compile Include="Helpers\Google\GoogleHelpers.cs" />
|
|
<Compile Include="AuthorizeAttribute.cs" />
|
|
<Compile Include="ApiControllers\SkillController.cs" />
|
|
<Compile Include="Controllers\PayPalController.cs" />
|
|
<Compile Include="ApiControllers\BackOfficeController.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Views\Web.config" />
|
|
<Content Include="Views\Home\Index.aspx" />
|
|
<Content Include="Web.config" />
|
|
<Content Include="Global.asax" />
|
|
<Content Include="Models\App.master" />
|
|
<Content Include="Views\Account\Register.aspx" />
|
|
<Content Include="Views\Account\ChangePassword.aspx" />
|
|
<Content Include="Views\Account\ChangePasswordSuccess.aspx" />
|
|
<Content Include="Views\Account\Index.aspx" />
|
|
<Content Include="Views\Account\Login.aspx" />
|
|
<Content Include="Views\Blogs\Index.aspx" />
|
|
<Content Include="Views\Blogs\UserPosts.aspx" />
|
|
<Content Include="Views\Blogs\UserPost.aspx" />
|
|
<Content Include="Views\Blogs\Edit.aspx" />
|
|
<Content Include="Views\Account\RegistrationPending.aspx" />
|
|
<Content Include="Views\Account\Validate.aspx" />
|
|
<Content Include="Views\FrontOffice\Catalog.aspx" />
|
|
<Content Include="Views\Blogs\TitleNotFound.aspx" />
|
|
<Content Include="Views\FrontOffice\ProductCategory.aspx" />
|
|
<Content Include="Views\FrontOffice\Product.aspx" />
|
|
<Content Include="errors\GeneralError.aspx" />
|
|
<Content Include="errors\PageNotFound.aspx" />
|
|
<Content Include="Views\FrontOffice\Service.aspx" />
|
|
<Content Include="Views\FrontOffice\ReferenceNotFound.aspx" />
|
|
<Content Include="Views\FileSystem\Delete.aspx" />
|
|
<Content Include="Views\FileSystem\Index.aspx" />
|
|
<Content Include="Views\FileSystem\Create.aspx" />
|
|
<Content Include="Views\FileSystem\Details.aspx" />
|
|
<Content Include="Views\FileSystem\Edit.aspx" />
|
|
<Content Include="Views\FrontOffice\Brand.aspx" />
|
|
<Content Include="Views\FrontOffice\Command.aspx" />
|
|
<Content Include="Views\WorkFlow\NewProject.aspx" />
|
|
<Content Include="Views\WorkFlow\Index.aspx" />
|
|
<Content Include="Views\Blogs\RemovePost.aspx" />
|
|
<Content Include="Views\Admin\Admin.aspx" />
|
|
<Content Include="Views\Admin\AddRole.aspx" />
|
|
<Content Include="Views\Admin\UserList.aspx" />
|
|
<Content Include="Views\Admin\RoleList.aspx" />
|
|
<Content Include="Views\Admin\CreateBackup.aspx" />
|
|
<Content Include="Views\Admin\BackupCreated.aspx" />
|
|
<Content Include="Views\Admin\Backups.aspx" />
|
|
<Content Include="Views\Admin\Restore.aspx" />
|
|
<Content Include="Views\Admin\Restored.aspx" />
|
|
<Content Include="Views\FrontOffice\Estimates.aspx" />
|
|
<Content Include="Catalog.xml" />
|
|
<Content Include="RegistrationMail.txt" />
|
|
<Content Include="Views\FrontOffice\Writting.ascx" />
|
|
<Content Include="Scripts\jquery.metadata.js" />
|
|
<Content Include="Views\Account\Unregister.aspx" />
|
|
<Content Include="Scripts\jquery.timepicker.js" />
|
|
<Content Include="Scripts\jquery.timepicker.min.js" />
|
|
<Content Include="Scripts\jquery.mousewheel.js" />
|
|
<Content Include="Views\Admin\RemoveUser.aspx" />
|
|
<Content Include="Views\FrontOffice\Index.aspx" />
|
|
<Content Include="Views\BackOffice\Index.aspx" />
|
|
<Content Include="Scripts\datepicker-en-GB.js" />
|
|
<Content Include="Scripts\datepicker-fr.js" />
|
|
<Content Include="Views\Home\Contact.aspx" />
|
|
<Content Include="Views\Home\AssemblyInfo.aspx" />
|
|
<Content Include="Views\Admin\Created.aspx" />
|
|
<Content Include="Views\Admin\InitDb.aspx" />
|
|
<Content Include="favicon.png" />
|
|
<Content Include="Models\NoLogin.master" />
|
|
<Content Include="Views\FrontOffice\Basket.aspx" />
|
|
<Content Include="Scripts\stupidtable.js" />
|
|
<Content Include="Scripts\jquery-ui.js" />
|
|
<Content Include="Views\Account\Profile.aspx" />
|
|
<Content Include="robots.txt" />
|
|
<Content Include="Scripts\form-new-user.js" />
|
|
<Content Include="Views\FrontOffice\Estimate.aspx" />
|
|
<Content Include="Views\FrontOffice\EventPub.aspx" />
|
|
<Content Include="Views\Account\Circles.aspx" />
|
|
<Content Include="Views\Account\Register.ascx" />
|
|
<Content Include="Views\Account\ResetPassword.aspx" />
|
|
<Content Include="Views\Blogs\RemoveTitle.aspx" />
|
|
<Content Include="App_Themes\style.css" />
|
|
<Content Include="App_Themes\green\asc.png" />
|
|
<Content Include="App_Themes\green\bg.png" />
|
|
<Content Include="App_Themes\green\desc.png" />
|
|
<Content Include="App_Themes\green\style.css" />
|
|
<Content Include="App_Themes\blue\asc.gif" />
|
|
<Content Include="App_Themes\blue\bg.gif" />
|
|
<Content Include="App_Themes\blue\desc.gif" />
|
|
<Content Include="App_Themes\dark\asc.gif" />
|
|
<Content Include="App_Themes\dark\bg.gif" />
|
|
<Content Include="App_Themes\dark\desc.gif" />
|
|
<Content Include="App_Themes\jquery.timepicker.css" />
|
|
<Content Include="App_Themes\jquery-ui.css" />
|
|
<Content Include="App_Themes\jquery-ui.min.css" />
|
|
<Content Include="App_Themes\dark\rect.png" />
|
|
<Content Include="App_Themes\dark\croix.png" />
|
|
<Content Include="App_Themes\md\mdd_toolbar.png" />
|
|
<Content Include="App_Themes\md\mdd_ajax_loader.gif" />
|
|
<Content Include="App_Themes\md\mdd_gripper.png" />
|
|
<Content Include="App_Themes\md\mdd_modal_background.png" />
|
|
<Content Include="App_Themes\mdd_styles.css" />
|
|
<Content Include="Scripts\jquery-2.1.4.min.js" />
|
|
<Content Include="Scripts\yavsc.js" />
|
|
<Content Include="Scripts\yavsc.circles.js" />
|
|
<Content Include="Views\Home\Credits.aspx" />
|
|
<Content Include="Content\themes\base\accordion.css" />
|
|
<Content Include="Content\themes\base\all.css" />
|
|
<Content Include="Content\themes\base\autocomplete.css" />
|
|
<Content Include="Content\themes\base\base.css" />
|
|
<Content Include="Content\themes\base\button.css" />
|
|
<Content Include="Content\themes\base\core.css" />
|
|
<Content Include="Content\themes\base\datepicker.css" />
|
|
<Content Include="Content\themes\base\dialog.css" />
|
|
<Content Include="Content\themes\base\draggable.css" />
|
|
<Content Include="Content\themes\base\menu.css" />
|
|
<Content Include="Content\themes\base\progressbar.css" />
|
|
<Content Include="Content\themes\base\resizable.css" />
|
|
<Content Include="Content\themes\base\selectable.css" />
|
|
<Content Include="Content\themes\base\selectmenu.css" />
|
|
<Content Include="Content\themes\base\slider.css" />
|
|
<Content Include="Content\themes\base\sortable.css" />
|
|
<Content Include="Content\themes\base\spinner.css" />
|
|
<Content Include="Content\themes\base\tabs.css" />
|
|
<Content Include="Content\themes\base\theme.css" />
|
|
<Content Include="Content\themes\base\tooltip.css" />
|
|
<Content Include="Content\themes\base\images\ui-bg_flat_0_aaaaaa_40x100.png" />
|
|
<Content Include="Content\themes\base\images\ui-bg_flat_75_ffffff_40x100.png" />
|
|
<Content Include="Content\themes\base\images\ui-bg_glass_55_fbf9ee_1x400.png" />
|
|
<Content Include="Content\themes\base\images\ui-bg_glass_65_ffffff_1x400.png" />
|
|
<Content Include="Content\themes\base\images\ui-bg_glass_75_dadada_1x400.png" />
|
|
<Content Include="Content\themes\base\images\ui-bg_glass_75_e6e6e6_1x400.png" />
|
|
<Content Include="Content\themes\base\images\ui-bg_glass_95_fef1ec_1x400.png" />
|
|
<Content Include="Content\themes\base\images\ui-bg_highlight-soft_75_cccccc_1x100.png" />
|
|
<Content Include="Content\themes\base\images\ui-icons_222222_256x240.png" />
|
|
<Content Include="Content\themes\base\images\ui-icons_2e83ff_256x240.png" />
|
|
<Content Include="Content\themes\base\images\ui-icons_454545_256x240.png" />
|
|
<Content Include="Content\themes\base\images\ui-icons_888888_256x240.png" />
|
|
<Content Include="Content\themes\base\images\ui-icons_cd0a0a_256x240.png" />
|
|
<Content Include="Scripts\jquery-ui-1.11.4.js" />
|
|
<Content Include="Scripts\jquery-ui-1.11.4.min.js" />
|
|
<Content Include="Scripts\hallo.js" />
|
|
<Content Include="App_Themes\font-awesome.css" />
|
|
<Content Include="fonts\FontAwesome.otf" />
|
|
<Content Include="fonts\fontawesome-webfont.eot" />
|
|
<Content Include="fonts\fontawesome-webfont.svg" />
|
|
<Content Include="fonts\fontawesome-webfont.ttf" />
|
|
<Content Include="fonts\fontawesome-webfont.woff" />
|
|
<Content Include="Scripts\to-markdown.js" />
|
|
<Content Include="Scripts\showdown.js" />
|
|
<Content Include="Scripts\rangy-core.js" />
|
|
<Content Include="Scripts\rangy-selectionsaverestore.js" />
|
|
<Content Include="Scripts\jquery.htmlClean.min.js" />
|
|
<Content Include="App_Themes\images\helix-nebula-1400x1400.jpg" />
|
|
<Content Include="App_Themes\images\helix-nebula-1400x1400.s.jpg" />
|
|
<Content Include="App_Themes\images\star-939235_1280.jpg" />
|
|
<Content Include="App_Themes\accordion.css" />
|
|
<Content Include="App_Themes\all.css" />
|
|
<Content Include="App_Themes\autocomplete.css" />
|
|
<Content Include="App_Themes\base.css" />
|
|
<Content Include="App_Themes\button.css" />
|
|
<Content Include="App_Themes\core.css" />
|
|
<Content Include="App_Themes\datepicker.css" />
|
|
<Content Include="App_Themes\dialog.css" />
|
|
<Content Include="App_Themes\draggable.css" />
|
|
<Content Include="App_Themes\menu.css" />
|
|
<Content Include="App_Themes\progressbar.css" />
|
|
<Content Include="App_Themes\resizable.css" />
|
|
<Content Include="App_Themes\selectable.css" />
|
|
<Content Include="App_Themes\selectmenu.css" />
|
|
<Content Include="App_Themes\slider.css" />
|
|
<Content Include="App_Themes\sortable.css" />
|
|
<Content Include="App_Themes\spinner.css" />
|
|
<Content Include="App_Themes\tabs.css" />
|
|
<Content Include="App_Themes\theme.css" />
|
|
<Content Include="App_Themes\tooltip.css" />
|
|
<Content Include="App_Themes\images\helix-nebula-1400x1400.xxs.jpg" />
|
|
<Content Include="App_Themes\images\star-939235_1280.xxs.jpg" />
|
|
<Content Include="Views\Blogs\Title.aspx" />
|
|
<Content Include="Views\Blogs\PostActions.ascx" />
|
|
<Content Include="Scripts\yavsc.tags.js" />
|
|
<Content Include="Views\Blogs\TagControl.ascx" />
|
|
<Content Include="Scripts\knockout-jqAutocomplete.js" />
|
|
<Content Include="Scripts\knockout-jqAutocomplete.min.js" />
|
|
<Content Include="Views\Blogs\TagPanel.ascx" />
|
|
<Content Include="Views\Home\TagPanel.ascx" />
|
|
<Content Include="Scripts\Prettify\lang-apollo.js" />
|
|
<Content Include="Scripts\Prettify\lang-basic.js" />
|
|
<Content Include="Scripts\Prettify\lang-clj.js" />
|
|
<Content Include="Scripts\Prettify\lang-css.js" />
|
|
<Content Include="Scripts\Prettify\lang-dart.js" />
|
|
<Content Include="Scripts\Prettify\lang-erlang.js" />
|
|
<Content Include="Scripts\Prettify\lang-go.js" />
|
|
<Content Include="Scripts\Prettify\lang-hs.js" />
|
|
<Content Include="Scripts\Prettify\lang-lisp.js" />
|
|
<Content Include="Scripts\Prettify\lang-llvm.js" />
|
|
<Content Include="Scripts\Prettify\lang-lua.js" />
|
|
<Content Include="Scripts\Prettify\lang-matlab.js" />
|
|
<Content Include="Scripts\Prettify\lang-ml.js" />
|
|
<Content Include="Scripts\Prettify\lang-mumps.js" />
|
|
<Content Include="Scripts\Prettify\lang-n.js" />
|
|
<Content Include="Scripts\Prettify\lang-pascal.js" />
|
|
<Content Include="Scripts\Prettify\lang-proto.js" />
|
|
<Content Include="Scripts\Prettify\lang-r.js" />
|
|
<Content Include="Scripts\Prettify\lang-rd.js" />
|
|
<Content Include="Scripts\Prettify\lang-scala.js" />
|
|
<Content Include="Scripts\Prettify\lang-sql.js" />
|
|
<Content Include="Scripts\Prettify\lang-tcl.js" />
|
|
<Content Include="Scripts\Prettify\lang-tex.js" />
|
|
<Content Include="Scripts\Prettify\lang-vb.js" />
|
|
<Content Include="Scripts\Prettify\lang-vhdl.js" />
|
|
<Content Include="Scripts\Prettify\lang-wiki.js" />
|
|
<Content Include="Scripts\Prettify\lang-xq.js" />
|
|
<Content Include="Scripts\Prettify\lang-yaml.js" />
|
|
<Content Include="Scripts\Prettify\prettify.js" />
|
|
<Content Include="Scripts\Prettify\run_prettify.js" />
|
|
<Content Include="App_Themes\desert.css" />
|
|
<Content Include="App_Themes\doxy.css" />
|
|
<Content Include="App_Themes\sons-of-obsidian.css" />
|
|
<Content Include="App_Themes\sunburst.css" />
|
|
<Content Include="App_Themes\prettify.css" />
|
|
<Content Include="App_Themes\images\FhHRx.gif" />
|
|
<Content Include="Scripts\parallax.js" />
|
|
<Content Include="App_Themes\images\logo.jpg" />
|
|
<Content Include="App_Themes\images\star-939235_1280.xs.jpg" />
|
|
<Content Include="App_Themes\images\logo-1.png" />
|
|
<Content Include="App_Themes\images\logo.s.png" />
|
|
<Content Include="App_Themes\images\logo.xs.png" />
|
|
<Content Include="App_Themes\images\logo.xxs.png" />
|
|
<Content Include="App_Themes\images\ui-bg_flat_30_cccccc_40x100.png" />
|
|
<Content Include="App_Themes\images\ui-bg_flat_50_5c5c5c_40x100.png" />
|
|
<Content Include="App_Themes\images\ui-bg_glass_20_555555_1x400.png" />
|
|
<Content Include="App_Themes\images\ui-bg_glass_40_0078a3_1x400.png" />
|
|
<Content Include="App_Themes\images\ui-bg_glass_40_ffc73d_1x400.png" />
|
|
<Content Include="App_Themes\images\ui-bg_gloss-wave_25_333333_500x100.png" />
|
|
<Content Include="App_Themes\images\ui-bg_highlight-soft_80_eeeeee_1x100.png" />
|
|
<Content Include="App_Themes\images\ui-bg_inset-soft_25_000000_1x100.png" />
|
|
<Content Include="App_Themes\images\ui-bg_inset-soft_30_f58400_1x100.png" />
|
|
<Content Include="App_Themes\images\ui-icons_222222_256x240.png" />
|
|
<Content Include="App_Themes\images\ui-icons_4b8e0b_256x240.png" />
|
|
<Content Include="App_Themes\images\ui-icons_a83300_256x240.png" />
|
|
<Content Include="App_Themes\images\ui-icons_cccccc_256x240.png" />
|
|
<Content Include="App_Themes\images\ui-icons_ffffff_256x240.png" />
|
|
<Content Include="Views\Google\Auth.aspx" />
|
|
<Content Include="Views\Google\ChooseCalendar.aspx" />
|
|
<Content Include="Views\Google\ChooseADate.aspx" />
|
|
<Content Include="Views\Google\OtherWebException.aspx" />
|
|
<Content Include="Models\AppAdmin.master" />
|
|
<Content Include="Views\Google\Index.aspx" />
|
|
<Content Include="Views\Admin\RemoveRole.aspx" />
|
|
<Content Include="Scripts\datepair.js" />
|
|
<Content Include="Scripts\datepair.min.js" />
|
|
<Content Include="Scripts\jquery.datepair.js" />
|
|
<Content Include="Scripts\jquery.datepair.min.js" />
|
|
<Content Include="Scripts\jquery-1.11.3.min.js" />
|
|
<Content Include="Views\Google\CalAuth.aspx" />
|
|
<Content Include="App_Themes\images\animated-overlay.gif" />
|
|
<Content Include="App_Themes\images\apache_pbw.png" />
|
|
<Content Include="App_Themes\images\debian-logo.png" />
|
|
<Content Include="App_Themes\images\Mono-powered.png" />
|
|
<Content Include="App_Themes\images\noavatar.png" />
|
|
<Content Include="App_Themes\images\p8-av4.s.jpg" />
|
|
<Content Include="App_Themes\images\p8-av4.xxs.jpg" />
|
|
<Content Include="App_Themes\images\pgsql.png" />
|
|
<Content Include="App_Themes\images\sign-in-with-google.png" />
|
|
<Content Include="App_Themes\images\sign-in-with-google-s.png" />
|
|
<Content Include="App_Themes\images\star-939235_1280.s.jpg" />
|
|
<Content Include="Views\Admin\UsersInRole.aspx" />
|
|
<Content Include="Views\Admin\Index.aspx" />
|
|
<Content Include="Views\Admin\AddUserToRole.ascx" />
|
|
<Content Include="Scripts\yavsc.rate.js" />
|
|
<Content Include="Views\Admin\UserCard.ascx" />
|
|
<Content Include="App_Themes\dark\style.css" />
|
|
<Content Include="Views\Home\Contact.template.aspx" />
|
|
<Content Include="Views\Home\RestrictedArea.aspx" />
|
|
<Content Include="Views\FrontOffice\Skills.aspx" />
|
|
<Content Include="Views\Blogs\RateControl.ascx" />
|
|
<Content Include="Views\FrontOffice\RateControl.ascx" />
|
|
<Content Include="Scripts\yavsc.skills.js" />
|
|
<Content Include="Views\FrontOffice\UserSkills.aspx" />
|
|
<Content Include="Views\FrontOffice\UserCard.ascx" />
|
|
<Content Include="App_Code\Global.asax.cs" />
|
|
<Content Include="Views\FrontOffice\RateSkillControl.ascx" />
|
|
<Content Include="Views\FrontOffice\RateUserSkillControl.ascx" />
|
|
<Content Include="Web.Release.config" />
|
|
<Content Include="Views\PayPal\Index.aspx" />
|
|
<Content Include="Views\PayPal\Abort.aspx" />
|
|
<Content Include="Views\PayPal\Commit.aspx" />
|
|
<Content Include="Views\PayPal\IPN.aspx" />
|
|
<Content Include="Web.Debug.config" />
|
|
<Content Include="Web.Lua.config" />
|
|
<Content Include="Scripts\yavsc.admin.js" />
|
|
<Content Include="Views\FrontOffice\RestrictedArea.aspx" />
|
|
<Content Include="Views\Admin\RestrictedArea.aspx" />
|
|
<Content Include="Views\Blogs\RestrictedArea.aspx" />
|
|
<Content Include="Views\Google\RestrictedArea.aspx" />
|
|
<Content Include="Views\FileSystem\RestrictedArea.aspx" />
|
|
<Content Include="Views\BackOffice\RestrictedArea.aspx" />
|
|
<Content Include="Views\Account\RestrictedArea.aspx" />
|
|
<Content Include="Web.TotemProd.config" />
|
|
<Content Include="Web.TotemPre.config" />
|
|
<Content Include="Views\FrontOffice\Booking.aspx" />
|
|
<Content Include="Views\FrontOffice\EavyBooking.aspx" />
|
|
<Content Include="App_Themes\blue\style.tablesorter.css" />
|
|
<Content Include="App_Themes\clear\style.css" />
|
|
<Content Include="Views\FrontOffice\Activities.aspx" />
|
|
<Content Include="Views\FrontOffice\Activity.ascx" />
|
|
<Content Include="Views\BackOffice\NotifyEventResponse.aspx" />
|
|
<Content Include="Views\BackOffice\NotifyEvent.aspx" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
<Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
|
|
<Import Project="WebDeploy.targets" />
|
|
<Import Project="..\packages\xunit.core.2.1.0\build\portable-net45+win8+wp8+wpa81\xunit.core.props" Condition="Exists('..\packages\xunit.core.2.1.0\build\portable-net45+win8+wp8+wpa81\xunit.core.props')" />
|
|
<ProjectExtensions>
|
|
<MonoDevelop>
|
|
<Properties>
|
|
<Policies>
|
|
<DotNetNamingPolicy DirectoryNamespaceAssociation="PrefixedFlat" ResourceNamePolicy="FileFormatDefault" />
|
|
</Policies>
|
|
<XspParameters Port="8080" Address="127.0.0.1" SslMode="None" SslProtocol="Ssl2" KeyType="Pkcs12" CertFile="" KeyFile="" PasswordOptions="None" Password="" Verbose="True" />
|
|
</Properties>
|
|
</MonoDevelop>
|
|
</ProjectExtensions>
|
|
<ItemGroup>
|
|
<None Include="templates\Estim.tt">
|
|
<Generator>TextTemplatingFilePreprocessor</Generator>
|
|
<LastGenOutput>Estim.cs</LastGenOutput>
|
|
</None>
|
|
<None Include="packages.config" />
|
|
<None Include="Web References\sms.diamondcard.us\smsapi.wsdl" />
|
|
<None Include="Web References\sms.diamondcard.us\Reference.map">
|
|
<Generator>MSDiscoCodeGenerator</Generator>
|
|
<LastGenOutput>Reference.cs</LastGenOutput>
|
|
</None>
|
|
<None Include="fonts\fontawesome-webfont.woff2" />
|
|
<None Include="lib\MarkdownDeep.dll" />
|
|
<None Include="App_Code\Sql\Skills.sql" />
|
|
<None Include="WebDeploy.targets" />
|
|
<None Include="WebTasks.dll" />
|
|
<None Include="App_Code\Sql\MEA.sql" />
|
|
<None Include="App_Code\Sql\activity.sql" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\NpgsqlMRPProviders\NpgsqlMRPProviders.csproj">
|
|
<Project>{BBA7175D-7F92-4278-96FC-84C495A2B5A6}</Project>
|
|
<Name>NpgsqlMRPProviders</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\NpgsqlBlogProvider\NpgsqlBlogProvider.csproj">
|
|
<Project>{C6E9E91B-97D3-48D9-8AA7-05356929E162}</Project>
|
|
<Name>NpgsqlBlogProvider</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\SalesCatalog\SalesCatalog.csproj">
|
|
<Project>{90BF2234-7252-4CD5-B2A4-17501B19279B}</Project>
|
|
<Name>SalesCatalog</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\yavscModel\YavscModel.csproj">
|
|
<Project>{68F5B80A-616E-4C3C-91A0-828AA40000BD}</Project>
|
|
<Name>YavscModel</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\ITContentProvider\ITContentProvider.csproj">
|
|
<Project>{9D7D892E-9B77-4713-892D-C26E1E944119}</Project>
|
|
<Name>ITContentProvider</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\plugins\fortune\fortune.csproj">
|
|
<Project>{B5F49C21-7BB3-4DC0-AE65-F4ED0F6D15BD}</Project>
|
|
<Name>fortune</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\NpgsqlContentProvider\NpgsqlContentProvider.csproj">
|
|
<Project>{821FF72D-9F4B-4A2C-B95C-7B965291F119}</Project>
|
|
<Name>NpgsqlContentProvider</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\WebControls\WebControls.csproj">
|
|
<Project>{59E1DF7B-FFA0-4DEB-B5F3-76EBD98D5356}</Project>
|
|
<Name>WebControls</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="App_Code\Sql\instdbws.sql" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<WebReferences Include="Web References" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<WebReferenceUrl Include="http://sms.diamondcard.us/doc/sms-api.wsdl">
|
|
<UrlBehavior>Dynamic</UrlBehavior>
|
|
<RelPath>Web References\sms.diamondcard.us</RelPath>
|
|
<UpdateFromURL>http://sms.diamondcard.us/doc/sms-api.wsdl</UpdateFromURL>
|
|
</WebReferenceUrl>
|
|
</ItemGroup>
|
|
</Project>
|