This commit is contained in:
staccatomamba
2016-07-18 06:14:17 +02:00
parent b66d85c7dc
commit 88d70537a4
239 changed files with 206702 additions and 1358 deletions

View File

@@ -1,5 +1,4 @@
using System.Collections.Generic;
using System.Linq;
using System.Linq;
using System.Web.Services;
using BeWo.Data.Access;
@@ -7,13 +6,12 @@ using BeWo.Service.ServiceContracts;
using BeWo.Service.ServiceImplementations;
using BeWoPlanerAndroid.Service;
using BS.Shared;
using BS.Shared.Core;
using BS.Shared.DataContracts;
using BS.Shared.DataContracts.Compact;
using Newtonsoft.Json;
using Newtonsoft.Json.Serialization;
using NHibernate.Util;
namespace BeWoPlanerAndroid
{

View File

@@ -34,7 +34,7 @@
</root>
</log4net>
<appSettings>
<add key="MultitenancyPath" value="F:\Projects\BeWoPlaner\Host\Multitenancy\" />
<add key="MultitenancyPath" value="F:\Projects\BeWo\Host\Multitenancy\" />
<add key="BeWoPlanerAndroid.AndroidSoapService" value="http://localhost/AndroidSoapService.asmx" />
</appSettings>
<system.serviceModel>