
from Web API * GCMController.cs: initial creation, will host GCM calls and related procedures. * ResetPassword.aspx: Html view to reset the password * LocalizedText.resx: * LocalizedText.fr.resx: new String form circles * Web.config: * Web.csproj: * YavscModel.csproj: * LocalizedText.Designer.cs: * Profile.cs: * Profile.cs: * LocalizedText.fr.Designer.cs: * LoginModel.cs: * Publishing.cs: * CalendarController.cs: * LoginModel.cs: * GCMRegister.cs: * Publishing.cs: * GCMRegister.cs: * NewRoleModel.cs: * NewRoleModel.cs: * RegisterModel.cs: * NewAdminModel.cs: * RegisterModel.cs: * NewAdminModel.cs: * LostPasswordModel.cs: * RegisterViewModel.cs: * RegisterViewModel.cs: * ProviderPublicInfo.cs: * RegisterClientModel.cs: * ChangePasswordModel.cs: * ProviderPublicInfo.cs: * RegisterClientModel.cs: * ChangePasswordModel.cs: Fixes a typo (in the namespace :-/) * NpgsqlCircleProvider.cs: Fixes the Circle creation * Global.asax.cs: * AdminController.cs: * NpgsqlContentProvider.cs: code formatting * BlogsController.cs: * CircleController.cs: * WorkFlowController.cs: * PaypalApiController.cs: * FrontOfficeController.cs: refactoring * AccountController.cs: Adds the way to reset the password * FrontOfficeController.cs: xml doc * T.cs: Make this class an helper to translation * YavscHelpers.cs: Implements the e-mail sending * style.css: style uniformization * Circles.aspx: Implements the Html interface to Circle creation (modifications and deletions are still to implement) * Register.ascx: Allows the error display in case of lack of power of the user at registering another user. * Estimate.aspx: use the partial view to register from the Account folder. Cleans the useless reference to ~/Theme/dark/style.css, that was for using the "tablesorter.js", no used anymore. * Web.config: Trying to have all the Index pages to work...
197 lines
9.4 KiB
XML
197 lines
9.4 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>{68F5B80A-616E-4C3C-91A0-828AA40000BD}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<RootNamespace>Yavsc.Model</RootNamespace>
|
|
<AssemblyName>YavscModel</AssemblyName>
|
|
<TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
|
|
</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>
|
|
<DocumentationFile>bin\Debug\YavscModel.xml</DocumentationFile>
|
|
</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.ComponentModel.DataAnnotations" />
|
|
<Reference Include="System.Web" />
|
|
<Reference Include="System.Configuration" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Web.Mvc" />
|
|
<Reference Include="System.Net" />
|
|
<Reference Include="System.Net.Http" />
|
|
<Reference Include="System.Net.Http.Formatting" />
|
|
<Reference Include="System.Web.ApplicationServices" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Admin\RestoreQuery.cs" />
|
|
<Compile Include="Admin\DataAccess.cs" />
|
|
<Compile Include="FileSystem\FileInfoCollection.cs" />
|
|
<Compile Include="WorkFlow\Writting.cs" />
|
|
<Compile Include="WorkFlow\Estimate.cs" />
|
|
<Compile Include="WorkFlow\IContentProvider.cs" />
|
|
<Compile Include="WorkFlow\OrderStatusChangedEventArgs.cs" />
|
|
<Compile Include="Blogs\BlogEntry.cs" />
|
|
<Compile Include="Blogs\Blog.cs" />
|
|
<Compile Include="Blogs\BlogEntryCollection.cs" />
|
|
<Compile Include="Blogs\Comment.cs" />
|
|
<Compile Include="Blogs\FindBlogEntryFlags.cs" />
|
|
<Compile Include="WorkFlow\StatusChange.cs" />
|
|
<Compile Include="IModule.cs" />
|
|
<Compile Include="Blogs\BlogManager.cs" />
|
|
<Compile Include="Blogs\BlogProvider.cs" />
|
|
<Compile Include="WorkFlow\WorkFlowManager.cs" />
|
|
<Compile Include="Blogs\BlogHelper.cs" />
|
|
<Compile Include="WorkFlow\NewEstimateEvenArgs.cs" />
|
|
<Compile Include="LocalizedText.fr.Designer.cs">
|
|
<DependentUpon>LocalizedText.fr.resx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="LocalizedText.Designer.cs">
|
|
<DependentUpon>LocalizedText.resx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Google\People.cs" />
|
|
<Compile Include="Google\AuthToken.cs" />
|
|
<Compile Include="Google\SignIn.cs" />
|
|
<Compile Include="Google\CalendarList.cs" />
|
|
<Compile Include="Google\CalendarListEntry.cs" />
|
|
<Compile Include="Google\AskForADate.cs" />
|
|
<Compile Include="IRenderer.cs" />
|
|
<Compile Include="ITagHandler.cs" />
|
|
<Compile Include="IViewRenderer.cs" />
|
|
<Compile Include="ViewRenderer.cs" />
|
|
<Compile Include="RssFeeds.cs" />
|
|
<Compile Include="FrontOffice\Commande.cs" />
|
|
<Compile Include="FrontOffice\Catalog\Brand.cs" />
|
|
<Compile Include="FrontOffice\Catalog\Catalog.cs" />
|
|
<Compile Include="FrontOffice\Catalog\CheckBox.cs" />
|
|
<Compile Include="FrontOffice\Catalog\Currency.cs" />
|
|
<Compile Include="FrontOffice\Catalog\Euro.cs" />
|
|
<Compile Include="FrontOffice\Catalog\FilesInput.cs" />
|
|
<Compile Include="FrontOffice\Catalog\FormElement.cs" />
|
|
<Compile Include="FrontOffice\Catalog\FormInput.cs" />
|
|
<Compile Include="FrontOffice\Catalog\Label.cs" />
|
|
<Compile Include="FrontOffice\Catalog\Link.cs" />
|
|
<Compile Include="FrontOffice\Catalog\Note.cs" />
|
|
<Compile Include="FrontOffice\Catalog\Option.cs" />
|
|
<Compile Include="FrontOffice\Catalog\Period.cs" />
|
|
<Compile Include="FrontOffice\Catalog\PhysicalProduct.cs" />
|
|
<Compile Include="FrontOffice\Catalog\Product.cs" />
|
|
<Compile Include="FrontOffice\Catalog\ProductCategory.cs" />
|
|
<Compile Include="FrontOffice\Catalog\ProductImage.cs" />
|
|
<Compile Include="FrontOffice\Catalog\RadioButton.cs" />
|
|
<Compile Include="FrontOffice\Catalog\SaleForm.cs" />
|
|
<Compile Include="FrontOffice\Catalog\Scalar.cs" />
|
|
<Compile Include="FrontOffice\Catalog\SelectInput.cs" />
|
|
<Compile Include="FrontOffice\Catalog\SelectItem.cs" />
|
|
<Compile Include="FrontOffice\Catalog\Service.cs" />
|
|
<Compile Include="FrontOffice\Catalog\StockStatus.cs" />
|
|
<Compile Include="FrontOffice\Catalog\Text.cs" />
|
|
<Compile Include="FrontOffice\Catalog\TextInput.cs" />
|
|
<Compile Include="FrontOffice\Catalog\Unit.cs" />
|
|
<Compile Include="FrontOffice\Catalog\Configuration\CatalogProviderConfigurationElement.cs" />
|
|
<Compile Include="FrontOffice\Catalog\Configuration\CatalogProvidersConfigurationCollection.cs" />
|
|
<Compile Include="FrontOffice\Catalog\Configuration\CatalogProvidersConfigurationSection.cs" />
|
|
<Compile Include="FrontOffice\Catalog\CatalogHelper.cs" />
|
|
<Compile Include="FrontOffice\Catalog\CatalogManager.cs" />
|
|
<Compile Include="FrontOffice\Catalog\CatalogProvider.cs" />
|
|
<Compile Include="FileSystem\FileSystemManager.cs" />
|
|
<Compile Include="FileSystem\DirNotFoundException.cs" />
|
|
<Compile Include="FileSystem\InvalidDirNameException.cs" />
|
|
<Compile Include="FileSystem\WebFileInfo.cs" />
|
|
<Compile Include="FrontOffice\CommandStatus.cs" />
|
|
<Compile Include="FrontOffice\CommandSet.cs" />
|
|
<Compile Include="FrontOffice\Catalog\Billing\SetPrice.cs" />
|
|
<Compile Include="FrontOffice\Catalog\Billing\Price.cs" />
|
|
<Compile Include="OtherWebException.cs" />
|
|
<Compile Include="WorkFlow\Automate.cs" />
|
|
<Compile Include="Google\FreeDate.cs" />
|
|
<Compile Include="Google\CalendarEventList.cs" />
|
|
<Compile Include="Google\GDate.cs" />
|
|
<Compile Include="Google\Resource.cs" />
|
|
<Compile Include="Google\Messaging\MessageWithPayLoad.cs" />
|
|
<Compile Include="Google\Messaging\MessageWithPayloadResponse.cs" />
|
|
<Compile Include="Google\Messaging\Notification.cs" />
|
|
<Compile Include="Calendar\EventPub.cs" />
|
|
<Compile Include="Calendar\OpenDay.cs" />
|
|
<Compile Include="Calendar\Period.cs" />
|
|
<Compile Include="Calendar\Periodicity.cs" />
|
|
<Compile Include="Calendar\Position.cs" />
|
|
<Compile Include="Calendar\PositionAndKeyphrase.cs" />
|
|
<Compile Include="Calendar\ProvidedEvent.cs" />
|
|
<Compile Include="Calendar\Schedule.cs" />
|
|
<Compile Include="Calendar\WeekDay.cs" />
|
|
<Compile Include="Calendar\YaEvent.cs" />
|
|
<Compile Include="Google\GCMRegisterModel.cs" />
|
|
<Compile Include="Circles\Circle.cs" />
|
|
<Compile Include="Circles\CircleInfo.cs" />
|
|
<Compile Include="Circles\CircleInfoCollection.cs" />
|
|
<Compile Include="Circles\CircleManager.cs" />
|
|
<Compile Include="Circles\CircleProvider.cs" />
|
|
<Compile Include="DataProviderConfigurationSection.cs" />
|
|
<Compile Include="RolesAndMembers\ChangePasswordModel.cs" />
|
|
<Compile Include="RolesAndMembers\LoginModel.cs" />
|
|
<Compile Include="RolesAndMembers\NewAdminModel.cs" />
|
|
<Compile Include="RolesAndMembers\NewRoleModel.cs" />
|
|
<Compile Include="RolesAndMembers\RegisterViewModel.cs" />
|
|
<Compile Include="RolesAndMembers\Profile.cs" />
|
|
<Compile Include="RolesAndMembers\RegisterModel.cs" />
|
|
<Compile Include="RolesAndMembers\RegisterClientModel.cs" />
|
|
<Compile Include="RolesAndMembers\Publishing.cs" />
|
|
<Compile Include="RolesAndMembers\ProviderPublicInfo.cs" />
|
|
<Compile Include="RolesAndMembers\GCMRegister.cs" />
|
|
<Compile Include="RolesAndMembers\LostPasswordModel.cs" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
<ItemGroup>
|
|
<Folder Include="WorkFlow\" />
|
|
<Folder Include="Blogs\" />
|
|
<Folder Include="Admin\" />
|
|
<Folder Include="FileSystem\" />
|
|
<Folder Include="Google\" />
|
|
<Folder Include="FrontOffice\" />
|
|
<Folder Include="FrontOffice\Catalog\" />
|
|
<Folder Include="FrontOffice\Catalog\Billing\" />
|
|
<Folder Include="Google\Messaging\" />
|
|
<Folder Include="Circles\" />
|
|
<Folder Include="RolesAndMembers\" />
|
|
</ItemGroup>
|
|
<ProjectExtensions>
|
|
<MonoDevelop>
|
|
<Properties>
|
|
<Policies>
|
|
<DotNetNamingPolicy DirectoryNamespaceAssociation="PrefixedHierarchical" ResourceNamePolicy="FileFormatDefault" />
|
|
</Policies>
|
|
</Properties>
|
|
</MonoDevelop>
|
|
</ProjectExtensions>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="LocalizedText.fr.resx">
|
|
<Generator>PublicResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>LocalizedText.fr.Designer.cs</LastGenOutput>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="LocalizedText.resx">
|
|
<Generator>PublicResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>LocalizedText.Designer.cs</LastGenOutput>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
</Project> |