Merge branch 'master' of ssh://float.beyondsoft.de/git/beyondSoft/BeWo
This commit is contained in:
@@ -36,6 +36,17 @@
|
||||
<StartupObject />
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="Castle.Core, Version=2.5.1.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\..\BeWoPlaner\Lib\Castle.Core.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Castle.DynamicProxy">
|
||||
<HintPath>..\..\BeWoPlaner\Lib\Castle.DynamicProxy.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Castle.DynamicProxy2, Version=2.1.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\..\BeWoPlaner\Lib\Castle.DynamicProxy2.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\Lib\log4net.dll</HintPath>
|
||||
@@ -44,6 +55,9 @@
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\Lib\NHibernate.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="NHibernate.ByteCode.Castle">
|
||||
<HintPath>..\..\BeWoPlaner\Lib\NHibernate.ByteCode.Castle.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Core" />
|
||||
<Reference Include="System.ServiceModel" />
|
||||
@@ -60,15 +74,23 @@
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="Multitenancy\Symbol Edit.png" />
|
||||
<None Include="App.config">
|
||||
<SubType>Designer</SubType>
|
||||
</None>
|
||||
<Content Include="Multitenancy\demo.config">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Data\Data.csproj">
|
||||
<Project>{b0d73e3d-4ae7-4024-93a6-db1f46d7ccee}</Project>
|
||||
<Name>Data</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\Host\Host.csproj">
|
||||
<Project>{e1154c7b-bb77-4155-9854-dad8fc5a8bc3}</Project>
|
||||
<Name>Host</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\Service\Service.csproj">
|
||||
<Project>{094331c3-ecee-4c89-bbfd-4c9ded89f0ef}</Project>
|
||||
<Name>Service</Name>
|
||||
|
||||
BIN
BeWoChatServer/Multitenancy/Symbol Edit.png
Normal file
BIN
BeWoChatServer/Multitenancy/Symbol Edit.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.3 KiB |
19
BeWoChatServer/Multitenancy/debug.config
Normal file
19
BeWoChatServer/Multitenancy/debug.config
Normal file
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0"?>
|
||||
<configuration>
|
||||
|
||||
<configSections>
|
||||
<section name="hibernate-configuration" type="NHibernate.Cfg.ConfigurationSectionHandler, NHibernate" />
|
||||
</configSections>
|
||||
|
||||
<hibernate-configuration xmlns="urn:nhibernate-configuration-2.0">
|
||||
<session-factory xmlns='urn:nhibernate-configuration-2.2'>
|
||||
<property name="connection.provider">NHibernate.Connection.DriverConnectionProvider</property>
|
||||
<property name="connection.driver_class">NHibernate.Driver.SqlClientDriver</property>
|
||||
<property name="connection.connection_string">Password=test;Persist Security Info=True;User ID=BeWoUser;Initial Catalog=BeWo;Data Source=SERVER01</property>
|
||||
<property name="dialect">NHibernate.Dialect.MsSql2005Dialect</property>
|
||||
<mapping assembly="BeWo.Data" />
|
||||
</session-factory>
|
||||
|
||||
</hibernate-configuration>
|
||||
|
||||
</configuration>
|
||||
18
BeWoChatServer/Multitenancy/debugMsSQL.config
Normal file
18
BeWoChatServer/Multitenancy/debugMsSQL.config
Normal file
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0"?>
|
||||
<configuration>
|
||||
|
||||
<configSections>
|
||||
<section name="hibernate-configuration" type="NHibernate.Cfg.ConfigurationSectionHandler, NHibernate" />
|
||||
</configSections>
|
||||
|
||||
<hibernate-configuration xmlns="urn:nhibernate-configuration-2.0">
|
||||
<session-factory xmlns='urn:nhibernate-configuration-2.2'>
|
||||
<property name="connection.provider">NHibernate.Connection.DriverConnectionProvider</property>
|
||||
<property name="connection.driver_class">NHibernate.Driver.SqlClientDriver</property>
|
||||
<property name="connection.connection_string">Password=test;Persist Security Info=True;User ID=BeWoUser;Initial Catalog=BeWo;Data Source=SERVER01</property>
|
||||
<property name="dialect">NHibernate.Dialect.MsSql2005Dialect</property>
|
||||
<mapping assembly="BeWo.Data" />
|
||||
</session-factory>
|
||||
</hibernate-configuration>
|
||||
|
||||
</configuration>
|
||||
18
BeWoChatServer/Multitenancy/debugMySQL.config
Normal file
18
BeWoChatServer/Multitenancy/debugMySQL.config
Normal file
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0"?>
|
||||
<configuration>
|
||||
|
||||
<configSections>
|
||||
<section name="hibernate-configuration" type="NHibernate.Cfg.ConfigurationSectionHandler, NHibernate" />
|
||||
</configSections>
|
||||
|
||||
<hibernate-configuration xmlns="urn:nhibernate-configuration-2.0">
|
||||
<session-factory xmlns='urn:nhibernate-configuration-2.2'>
|
||||
<property name="connection.provider">NHibernate.Connection.DriverConnectionProvider</property>
|
||||
<property name="connection.driver_class">NHibernate.Driver.MySqlDataDriver</property>
|
||||
<property name="connection.connection_string">Server=localhost;Password=test;User ID=BeWoUser;Initial Catalog=bewodemo</property>
|
||||
<property name="dialect">NHibernate.Dialect.MySQLDialect</property>
|
||||
<mapping assembly="BeWo.Data" />
|
||||
</session-factory>
|
||||
</hibernate-configuration>
|
||||
|
||||
</configuration>
|
||||
40
BeWoChatServer/Multitenancy/demo.config
Normal file
40
BeWoChatServer/Multitenancy/demo.config
Normal file
@@ -0,0 +1,40 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<configuration>
|
||||
|
||||
<configSections>
|
||||
<section name="hibernate-configuration" type="NHibernate.Cfg.ConfigurationSectionHandler, NHibernate" />
|
||||
</configSections>
|
||||
|
||||
<hibernate-configuration xmlns="urn:nhibernate-configuration-2.2">
|
||||
<session-factory>
|
||||
<property name="connection.provider">
|
||||
NHibernate.Connection.DriverConnectionProvider
|
||||
</property>
|
||||
<property name="connection.driver_class">
|
||||
NHibernate.Driver.MySqlDataDriver
|
||||
</property>
|
||||
|
||||
<property name="connection.connection_string">
|
||||
Server=localhost;Password=root;User ID=root;Initial Catalog=bewodemo
|
||||
</property>
|
||||
|
||||
<!--<property name="connection.connection_string">
|
||||
Server=localhost;Password=root;User ID=root;Initial Catalog=1234567890
|
||||
</property>-->
|
||||
|
||||
<property name="dialect">
|
||||
NHibernate.Dialect.MySQLDialect
|
||||
</property>
|
||||
<property name="proxyfactory.factory_class">
|
||||
NHibernate.ByteCode.Castle.ProxyFactoryFactory, NHibernate.ByteCode.Castle
|
||||
</property>
|
||||
<property name="hbm2ddl.keywords">none</property>
|
||||
<property name="show_sql">true</property>
|
||||
<property name="format_sql">true</property>
|
||||
|
||||
<mapping assembly="BeWo.Data" />
|
||||
</session-factory>
|
||||
</hibernate-configuration>
|
||||
|
||||
</configuration>
|
||||
BIN
BeWoChatServer/bin/Debug/BS.Shared.dll
Normal file
BIN
BeWoChatServer/bin/Debug/BS.Shared.dll
Normal file
Binary file not shown.
BIN
BeWoChatServer/bin/Debug/BS.Shared.pdb
Normal file
BIN
BeWoChatServer/bin/Debug/BS.Shared.pdb
Normal file
Binary file not shown.
BIN
BeWoChatServer/bin/Debug/BeWo.Data.dll
Normal file
BIN
BeWoChatServer/bin/Debug/BeWo.Data.dll
Normal file
Binary file not shown.
BIN
BeWoChatServer/bin/Debug/BeWo.Data.pdb
Normal file
BIN
BeWoChatServer/bin/Debug/BeWo.Data.pdb
Normal file
Binary file not shown.
BIN
BeWoChatServer/bin/Debug/BeWo.Service.dll
Normal file
BIN
BeWoChatServer/bin/Debug/BeWo.Service.dll
Normal file
Binary file not shown.
BIN
BeWoChatServer/bin/Debug/BeWo.Service.pdb
Normal file
BIN
BeWoChatServer/bin/Debug/BeWo.Service.pdb
Normal file
Binary file not shown.
BIN
BeWoChatServer/bin/Debug/BeWoChatServer.exe
Normal file
BIN
BeWoChatServer/bin/Debug/BeWoChatServer.exe
Normal file
Binary file not shown.
6
BeWoChatServer/bin/Debug/BeWoChatServer.exe.config
Normal file
6
BeWoChatServer/bin/Debug/BeWoChatServer.exe.config
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<startup>
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
|
||||
</startup>
|
||||
</configuration>
|
||||
BIN
BeWoChatServer/bin/Debug/BeWoChatServer.pdb
Normal file
BIN
BeWoChatServer/bin/Debug/BeWoChatServer.pdb
Normal file
Binary file not shown.
BIN
BeWoChatServer/bin/Debug/BeWoChatServer.vshost.exe
Normal file
BIN
BeWoChatServer/bin/Debug/BeWoChatServer.vshost.exe
Normal file
Binary file not shown.
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<startup>
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
|
||||
</startup>
|
||||
</configuration>
|
||||
11
BeWoChatServer/bin/Debug/BeWoChatServer.vshost.exe.manifest
Normal file
11
BeWoChatServer/bin/Debug/BeWoChatServer.vshost.exe.manifest
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
||||
<assemblyIdentity version="1.0.0.0" name="MyApplication.app"/>
|
||||
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
|
||||
<security>
|
||||
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
|
||||
<requestedExecutionLevel level="asInvoker" uiAccess="false"/>
|
||||
</requestedPrivileges>
|
||||
</security>
|
||||
</trustInfo>
|
||||
</assembly>
|
||||
BIN
BeWoChatServer/bin/Debug/Castle.Core.dll
Normal file
BIN
BeWoChatServer/bin/Debug/Castle.Core.dll
Normal file
Binary file not shown.
BIN
BeWoChatServer/bin/Debug/Castle.DynamicProxy2.dll
Normal file
BIN
BeWoChatServer/bin/Debug/Castle.DynamicProxy2.dll
Normal file
Binary file not shown.
356741
BeWoChatServer/bin/Debug/ICD10/icd10.xml
Normal file
356741
BeWoChatServer/bin/Debug/ICD10/icd10.xml
Normal file
File diff suppressed because it is too large
Load Diff
BIN
BeWoChatServer/bin/Debug/Iesi.Collections.dll
Normal file
BIN
BeWoChatServer/bin/Debug/Iesi.Collections.dll
Normal file
Binary file not shown.
BIN
BeWoChatServer/bin/Debug/MySql.Data.dll
Normal file
BIN
BeWoChatServer/bin/Debug/MySql.Data.dll
Normal file
Binary file not shown.
BIN
BeWoChatServer/bin/Debug/NHibernate.dll
Normal file
BIN
BeWoChatServer/bin/Debug/NHibernate.dll
Normal file
Binary file not shown.
BIN
BeWoChatServer/bin/Debug/Newtonsoft.Json.dll
Normal file
BIN
BeWoChatServer/bin/Debug/Newtonsoft.Json.dll
Normal file
Binary file not shown.
8558
BeWoChatServer/bin/Debug/Newtonsoft.Json.xml
Normal file
8558
BeWoChatServer/bin/Debug/Newtonsoft.Json.xml
Normal file
File diff suppressed because it is too large
Load Diff
BIN
BeWoChatServer/bin/Debug/log4net.dll
Normal file
BIN
BeWoChatServer/bin/Debug/log4net.dll
Normal file
Binary file not shown.
@@ -0,0 +1,19 @@
|
||||
F:\Projects\BeWo\BeWoChatServer\bin\Debug\BeWoChatServer.exe.config
|
||||
F:\Projects\BeWo\BeWoChatServer\bin\Debug\BeWoChatServer.exe
|
||||
F:\Projects\BeWo\BeWoChatServer\bin\Debug\BeWoChatServer.pdb
|
||||
F:\Projects\BeWo\BeWoChatServer\bin\Debug\BS.Shared.dll
|
||||
F:\Projects\BeWo\BeWoChatServer\bin\Debug\Newtonsoft.Json.dll
|
||||
F:\Projects\BeWo\BeWoChatServer\bin\Debug\BS.Shared.pdb
|
||||
F:\Projects\BeWo\BeWoChatServer\bin\Debug\Newtonsoft.Json.xml
|
||||
F:\Projects\BeWo\BeWoChatServer\obj\Debug\BeWoChatServer.csprojResolveAssemblyReference.cache
|
||||
F:\Projects\BeWo\BeWoChatServer\obj\Debug\BeWoChatServer.exe
|
||||
F:\Projects\BeWo\BeWoChatServer\obj\Debug\BeWoChatServer.pdb
|
||||
F:\Projects\BeWo\BeWoChatServer\bin\Debug\ICD10\icd10.xml
|
||||
F:\Projects\BeWo\BeWoChatServer\bin\Debug\BeWo.Data.dll
|
||||
F:\Projects\BeWo\BeWoChatServer\bin\Debug\BeWo.Service.dll
|
||||
F:\Projects\BeWo\BeWoChatServer\bin\Debug\NHibernate.dll
|
||||
F:\Projects\BeWo\BeWoChatServer\bin\Debug\MySql.Data.dll
|
||||
F:\Projects\BeWo\BeWoChatServer\bin\Debug\log4net.dll
|
||||
F:\Projects\BeWo\BeWoChatServer\bin\Debug\Iesi.Collections.dll
|
||||
F:\Projects\BeWo\BeWoChatServer\bin\Debug\BeWo.Data.pdb
|
||||
F:\Projects\BeWo\BeWoChatServer\bin\Debug\BeWo.Service.pdb
|
||||
Binary file not shown.
BIN
BeWoChatServer/obj/Debug/BeWoChatServer.exe
Normal file
BIN
BeWoChatServer/obj/Debug/BeWoChatServer.exe
Normal file
Binary file not shown.
BIN
BeWoChatServer/obj/Debug/BeWoChatServer.pdb
Normal file
BIN
BeWoChatServer/obj/Debug/BeWoChatServer.pdb
Normal file
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user