côté sérveur. * Makefile: * Yavsc.sln: * pkg.mdproj: * Yavsc.csproj: * Presta.csproj: * TestAPI.csproj: * YavscModel.csproj: * fortune.csproj: * WebControls.csproj: * YavscClient.csproj: * SalesCatalog.csproj: * ITContentProvider.csproj: * NpgsqlMRPProviders.csproj: * NpgsqlBlogProvider.csproj: * NpgsqlContentProvider.csproj: ajout d'une configuration de debuggage pour Lua * App.master: * LocalizedText.resx: * LocalizedText.fr.resx: * LocalizedText.Designer.cs: * LocalizedText.fr.Designer.cs: traductions * EventPub.aspx: debug sur page encore inutilisée * NominativeEventPub.cs: implémentation du nom de préstataire dans la notification nominative * Commande.cs: code plus simple * GoogleHelpers.cs: * MessageWithPayLoad.cs: fixe l'envoi de la notification GCM * MessageWithPayloadResponse.cs: fixe la réception de la notification GCM * WorkFlowManager.cs: envoyer un notification GCM + email à la demande de devis
26 lines
No EOL
1.3 KiB
XML
26 lines
No EOL
1.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<ItemType>PackagingProject</ItemType>
|
|
<ProductVersion>8.0.30703</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{C6DBD1DC-B619-4DC7-BC92-15693508541E}</ProjectGuid>
|
|
<Packages>
|
|
<Packages>
|
|
<Package name="Npgsql-providers-Tarball">
|
|
<Builder TargetDirectory="..\build\" DefaultConfiguration="Debug" ctype="TarballDeployTarget">
|
|
<ChildEntries>
|
|
<SolutionItemReference path="..\NpgsqlMRPProviders\NpgsqlMRPProviders.csproj" />
|
|
<SolutionItemReference path="..\NpgsqlBlogProvider\NpgsqlBlogProvider.csproj" />
|
|
<SolutionItemReference path="..\NpgsqlContentProvider\NpgsqlContentProvider.csproj" />
|
|
<SolutionItemReference path="..\ITContentProvider\ITContentProvider.csproj" />
|
|
</ChildEntries>
|
|
<RootEntry path="..\Yavsc.sln" id=":root:" />
|
|
</Builder>
|
|
</Package>
|
|
</Packages>
|
|
</Packages>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">LuaDebug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
</PropertyGroup>
|
|
</Project> |