# # ChangeLog for branches/thasling/DistributedGA/DistributedGA.Core # # Generated by Trac 1.0.12 # 03/29/24 09:00:44 Tue, 19 Jan 2016 11:00:45 GMT thasling [13556] * branches/thasling/DistributedGA/DistributedGA.Core.Host/Program.cs (modified) * branches/thasling/DistributedGA/DistributedGA.Core/DistributedGA.Core.csproj (modified) * branches/thasling/DistributedGA/DistributedGA.Core/HeuristicLab.snk (added) * branches/thasling/DistributedGA/DistributedGA.Core/Implementation/PeerNetworkMessageHandler.cs (modified) * branches/thasling/DistributedGA/DistributedGA.Core/Implementation/TestPeerListManager.cs (modified) * branches/thasling/DistributedGA/DistributedGA.Core/Implementation/WcfPeerListManager.cs (modified) * branches/thasling/DistributedGA/DistributedGA.Core/Interface/IMessageHandler.cs (modified) * branches/thasling/DistributedGA/DistributedGA.Core/Interface/IPeerListManager.cs (modified) * branches/thasling/DistributedGA/DistributedGA.Hive/DistributedGA.Hive.csproj (modified) * branches/thasling/DistributedGA/DistributedGA.Hive/HeuristicLab.snk (added) * branches/thasling/DistributedGA/DistributedGA.Hive/P2PTask.cs (added) * branches/thasling/DistributedGA/DistributedGA.Hive/Plugin.cs (added) * branches/thasling/DistributedGA/DistributedGA.Hive/Program.cs (deleted) * branches/thasling/DistributedGA/DistributedGA.Test/Form1.cs (modified) * branches/thasling/DistributedGA/DistributedGA.v12.suo (modified) new hive project Tue, 19 Jan 2016 08:57:22 GMT thasling [13554] * branches/thasling/DistributedGA/DistributedGA.Core/Implementation/PeerNetworkMessageHandler.cs (modified) * branches/thasling/DistributedGA/DistributedGA.Core/Implementation/WcfPeerListManager.cs (modified) * branches/thasling/DistributedGA/DistributedGA.v12.suo (modified) PeerList now is fetched from the server each time the peerlist is needed Tue, 19 Jan 2016 08:49:35 GMT thasling [13553] * branches/thasling/DistributedGA/DistributedGA.Core.Host/Program.cs (modified) * branches/thasling/DistributedGA/DistributedGA.Core/Domain/MessageRecieveEventArgs.cs (modified) * branches/thasling/DistributedGA/DistributedGA.Core/Implementation/MessageContractImpl.cs (modified) * branches/thasling/DistributedGA/DistributedGA.Core/Implementation/PeerNetworkMessageHandler.cs (modified) * branches/thasling/DistributedGA/DistributedGA.Core/Implementation/WcfMessageSender.cs (modified) * branches/thasling/DistributedGA/DistributedGA.Core/Implementation/WcfMessageService.cs (modified) * branches/thasling/DistributedGA/DistributedGA.Core/Interface/IMessageContract.cs (modified) * branches/thasling/DistributedGA/DistributedGA.Core/Interface/IMessageHandler.cs (modified) * branches/thasling/DistributedGA/DistributedGA.Core/Interface/IMessageSender.cs (modified) * branches/thasling/DistributedGA/DistributedGA.Core/Interface/IMessageService.cs (modified) * branches/thasling/DistributedGA/DistributedGA.Test/Form1.cs (modified) * branches/thasling/DistributedGA/DistributedGA.v12.suo (modified) changed a few method names and other refactoring Mon, 18 Jan 2016 14:34:30 GMT thasling [13548] * branches/thasling/DistributedGA/DistributedGA.Core/Implementation/PeerNetworkMessageHandler.cs (modified) * branches/thasling/DistributedGA/DistributedGA.v12.suo (modified) removed old code Mon, 18 Jan 2016 14:28:29 GMT thasling [13547] * branches/thasling/DistributedGA/DistributedGA.Core/Implementation/PeerNetworkMessageHandler.cs (modified) * branches/thasling/DistributedGA/DistributedGA.Core/Implementation/WcfMessageService.cs (modified) * branches/thasling/DistributedGA/DistributedGA.Core/Interface/IMessageHandler.cs (modified) * branches/thasling/DistributedGA/DistributedGA.Core/Interface/IMessageService.cs (modified) * branches/thasling/DistributedGA/DistributedGA.v12.suo (modified) Added Dispose() to MessageHandler and WCF service host Mon, 18 Jan 2016 14:20:16 GMT thasling [13546] * branches/thasling/DistributedGA/DistributedGA.ContactServer (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer.Host (modified) * branches/thasling/DistributedGA/DistributedGA.Core (modified) * branches/thasling/DistributedGA/DistributedGA.Core.Host (modified) * branches/thasling/DistributedGA/DistributedGA.Operator (modified) * branches/thasling/DistributedGA/DistributedGA.Test (modified) svn ignore Mon, 18 Jan 2016 14:18:59 GMT thasling [13545] * branches/thasling/DistributedGA/DistributedGA.ContactServer.Host/bin (deleted) * branches/thasling/DistributedGA/DistributedGA.ContactServer.Host/obj (deleted) * branches/thasling/DistributedGA/DistributedGA.Core.Host/bin (deleted) * branches/thasling/DistributedGA/DistributedGA.Core.Host/obj (deleted) * branches/thasling/DistributedGA/DistributedGA.Core/bin (deleted) * branches/thasling/DistributedGA/DistributedGA.Core/obj (deleted) * branches/thasling/DistributedGA/DistributedGA.Hive/DistributedGA.Hive.csproj (modified) * branches/thasling/DistributedGA/DistributedGA.Operator/bin (deleted) * branches/thasling/DistributedGA/DistributedGA.Operator/obj (deleted) * branches/thasling/DistributedGA/DistributedGA.Test/bin (deleted) * branches/thasling/DistributedGA/DistributedGA.Test/obj (deleted) deleted binaries Mon, 18 Jan 2016 14:15:19 GMT thasling [13541] * branches/thasling/DistributedGA/DistributedGA.Core.Host/App.config (modified) * branches/thasling/DistributedGA/DistributedGA.Core.Host/DistributedGA.Core.Host.csproj (modified) * branches/thasling/DistributedGA/DistributedGA.Core/Implementation/PeerNetworkMessageHandler.cs (modified) * branches/thasling/DistributedGA/DistributedGA.Core/Implementation/WcfMessageService.cs (modified) * branches/thasling/DistributedGA/DistributedGA.Core/Implementation/WcfPeerListManager.cs (modified) * branches/thasling/DistributedGA/DistributedGA.Hive (added) * branches/thasling/DistributedGA/DistributedGA.Hive/App.config (added) * branches/thasling/DistributedGA/DistributedGA.Hive/DistributedGA.Hive.csproj (added) * branches/thasling/DistributedGA/DistributedGA.Hive/Program.cs (added) * branches/thasling/DistributedGA/DistributedGA.Hive/Properties (added) * branches/thasling/DistributedGA/DistributedGA.Hive/Properties/AssemblyInfo.cs (added) * branches/thasling/DistributedGA/DistributedGA.Test/DistributedGA.Test.csproj (modified) added new empty project for test on hive changed scheme for ip ... Mon, 18 Jan 2016 12:24:28 GMT thasling [13538] * branches/thasling/DistributedGA/DistributedGA.ContactServer.Host/bin/Debug/DistributedGA.ContactServer.Host.exe (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer.Host/bin/Debug/DistributedGA.ContactServer.Host.pdb (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer.Host/bin/Debug/DistributedGA.ContactServer.dll (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer.Host/bin/Debug/DistributedGA.ContactServer.pdb (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer.Host/bin/Debug/DistributedGA.Core.dll (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer.Host/bin/Debug/DistributedGA.Core.pdb (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer.Host/obj/Debug/DistributedGA.ContactServer.Host.csprojResolveAssemblyReference.cache (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer.Host/obj/Debug/DistributedGA.ContactServer.Host.exe (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer.Host/obj/Debug/DistributedGA.ContactServer.Host.pdb (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer/ContactServiceImpl.cs (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer/bin/Debug/DistributedGA.ContactServer.dll (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer/bin/Debug/DistributedGA.ContactServer.pdb (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer/bin/Debug/DistributedGA.Core.dll (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer/bin/Debug/DistributedGA.Core.pdb (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer/obj/Debug/DistributedGA.ContactServer.csprojResolveAssemblyReference.cache (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer/obj/Debug/DistributedGA.ContactServer.dll (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer/obj/Debug/DistributedGA.ContactServer.pdb (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer/obj/Debug/WcfConfigValidationData.tmp (modified) * branches/thasling/DistributedGA/DistributedGA.Core.Host/App.config (modified) * branches/thasling/DistributedGA/DistributedGA.Core.Host/bin/Debug/DistributedGA.Core.Host.exe (modified) * branches/thasling/DistributedGA/DistributedGA.Core.Host/bin/Debug/DistributedGA.Core.Host.exe.config (modified) * branches/thasling/DistributedGA/DistributedGA.Core.Host/bin/Debug/DistributedGA.Core.Host.pdb (modified) * branches/thasling/DistributedGA/DistributedGA.Core.Host/bin/Debug/DistributedGA.Core.Host.vshost.exe.config (modified) * branches/thasling/DistributedGA/DistributedGA.Core.Host/bin/Debug/DistributedGA.Core.dll (modified) * branches/thasling/DistributedGA/DistributedGA.Core.Host/bin/Debug/DistributedGA.Core.pdb (modified) * branches/thasling/DistributedGA/DistributedGA.Core.Host/obj/Debug/DistributedGA.Core.Host.csprojResolveAssemblyReference.cache (modified) * branches/thasling/DistributedGA/DistributedGA.Core.Host/obj/Debug/DistributedGA.Core.Host.exe (modified) * branches/thasling/DistributedGA/DistributedGA.Core.Host/obj/Debug/DistributedGA.Core.Host.pdb (modified) * branches/thasling/DistributedGA/DistributedGA.Core/DistributedGA.Core.csproj (modified) * branches/thasling/DistributedGA/DistributedGA.Core/Implementation/MessageContractImpl.cs (modified) * branches/thasling/DistributedGA/DistributedGA.Core/Implementation/PeerNetworkMessageHandler.cs (modified) * branches/thasling/DistributedGA/DistributedGA.Core/Implementation/WcfMessageService.cs (modified) * branches/thasling/DistributedGA/DistributedGA.Core/Implementation/WcfPeerListManager.cs (modified) * branches/thasling/DistributedGA/DistributedGA.Core/Interface/IMessageContract.cs (modified) * branches/thasling/DistributedGA/DistributedGA.Core/bin/Debug/DistributedGA.Core.dll (modified) * branches/thasling/DistributedGA/DistributedGA.Core/bin/Debug/DistributedGA.Core.pdb (modified) * branches/thasling/DistributedGA/DistributedGA.Core/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache (modified) * branches/thasling/DistributedGA/DistributedGA.Core/obj/Debug/DistributedGA.Core.csproj.FileListAbsolute.txt (modified) * branches/thasling/DistributedGA/DistributedGA.Core/obj/Debug/DistributedGA.Core.dll (modified) * branches/thasling/DistributedGA/DistributedGA.Core/obj/Debug/DistributedGA.Core.pdb (modified) * branches/thasling/DistributedGA/DistributedGA.Operator/bin/Debug/DistributedGA.Core.dll (modified) * branches/thasling/DistributedGA/DistributedGA.Operator/bin/Debug/DistributedGA.Core.pdb (modified) * branches/thasling/DistributedGA/DistributedGA.Operator/bin/Debug/DistributedGA.Operator.dll (modified) * branches/thasling/DistributedGA/DistributedGA.Operator/bin/Debug/DistributedGA.Operator.pdb (modified) * branches/thasling/DistributedGA/DistributedGA.Operator/obj/Debug/DistributedGA.Operator.csproj.FileListAbsolute.txt (modified) * branches/thasling/DistributedGA/DistributedGA.Operator/obj/Debug/DistributedGA.Operator.csprojResolveAssemblyReference.cache (modified) * branches/thasling/DistributedGA/DistributedGA.Operator/obj/Debug/DistributedGA.Operator.dll (modified) * branches/thasling/DistributedGA/DistributedGA.Operator/obj/Debug/DistributedGA.Operator.pdb (modified) * branches/thasling/DistributedGA/DistributedGA.Test/App.config (modified) * branches/thasling/DistributedGA/DistributedGA.Test/Form1.cs (modified) * branches/thasling/DistributedGA/DistributedGA.Test/bin/Debug/DistributedGA.Core.dll (modified) * branches/thasling/DistributedGA/DistributedGA.Test/bin/Debug/DistributedGA.Core.pdb (modified) * branches/thasling/DistributedGA/DistributedGA.Test/bin/Debug/DistributedGA.Test.exe (modified) * branches/thasling/DistributedGA/DistributedGA.Test/bin/Debug/DistributedGA.Test.exe.config (modified) * branches/thasling/DistributedGA/DistributedGA.Test/bin/Debug/DistributedGA.Test.pdb (modified) * branches/thasling/DistributedGA/DistributedGA.Test/obj/Debug/DistributedGA.Test.csproj.FileListAbsolute.txt (modified) * branches/thasling/DistributedGA/DistributedGA.Test/obj/Debug/DistributedGA.Test.csproj.GenerateResource.Cache (modified) * branches/thasling/DistributedGA/DistributedGA.Test/obj/Debug/DistributedGA.Test.csprojResolveAssemblyReference.cache (modified) * branches/thasling/DistributedGA/DistributedGA.Test/obj/Debug/DistributedGA.Test.exe (modified) * branches/thasling/DistributedGA/DistributedGA.Test/obj/Debug/DistributedGA.Test.pdb (modified) * branches/thasling/DistributedGA/DistributedGA.v12.suo (modified) Connectionstring to peerlistserver now in app.config Mon, 18 Jan 2016 09:41:50 GMT thasling [13537] * branches/thasling/DistributedGA/DistributedGA.ContactServer.Host/bin/Debug/DistributedGA.ContactServer.Host.exe (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer.Host/bin/Debug/DistributedGA.ContactServer.Host.pdb (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer.Host/bin/Debug/DistributedGA.ContactServer.Host.vshost.exe (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer.Host/bin/Debug/DistributedGA.ContactServer.dll (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer.Host/bin/Debug/DistributedGA.ContactServer.pdb (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer.Host/bin/Debug/DistributedGA.Core.dll (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer.Host/bin/Debug/DistributedGA.Core.pdb (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer.Host/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer.Host/obj/Debug/DistributedGA.ContactServer.Host.csproj.FileListAbsolute.txt (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer.Host/obj/Debug/DistributedGA.ContactServer.Host.csprojResolveAssemblyReference.cache (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer.Host/obj/Debug/DistributedGA.ContactServer.Host.exe (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer.Host/obj/Debug/DistributedGA.ContactServer.Host.pdb (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer/bin/Debug/DistributedGA.ContactServer.dll (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer/bin/Debug/DistributedGA.ContactServer.pdb (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer/bin/Debug/DistributedGA.Core.dll (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer/bin/Debug/DistributedGA.Core.pdb (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer/obj/Debug/DistributedGA.ContactServer.csproj.FileListAbsolute.txt (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer/obj/Debug/DistributedGA.ContactServer.csprojResolveAssemblyReference.cache (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer/obj/Debug/DistributedGA.ContactServer.dll (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer/obj/Debug/DistributedGA.ContactServer.pdb (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer/obj/Debug/WcfConfigValidationData.tmp (modified) * branches/thasling/DistributedGA/DistributedGA.Core.Host/Program.cs (modified) * branches/thasling/DistributedGA/DistributedGA.Core.Host/bin/Debug/DistributedGA.Core.Host.exe (modified) * branches/thasling/DistributedGA/DistributedGA.Core.Host/bin/Debug/DistributedGA.Core.Host.pdb (modified) * branches/thasling/DistributedGA/DistributedGA.Core.Host/bin/Debug/DistributedGA.Core.Host.vshost.exe (modified) * branches/thasling/DistributedGA/DistributedGA.Core.Host/bin/Debug/DistributedGA.Core.dll (modified) * branches/thasling/DistributedGA/DistributedGA.Core.Host/bin/Debug/DistributedGA.Core.pdb (modified) * branches/thasling/DistributedGA/DistributedGA.Core.Host/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache (modified) * branches/thasling/DistributedGA/DistributedGA.Core.Host/obj/Debug/DistributedGA.Core.Host.csproj.FileListAbsolute.txt (modified) * branches/thasling/DistributedGA/DistributedGA.Core.Host/obj/Debug/DistributedGA.Core.Host.exe (modified) * branches/thasling/DistributedGA/DistributedGA.Core.Host/obj/Debug/DistributedGA.Core.Host.pdb (modified) * branches/thasling/DistributedGA/DistributedGA.Core/bin/Debug/DistributedGA.Core.dll (modified) * branches/thasling/DistributedGA/DistributedGA.Core/bin/Debug/DistributedGA.Core.pdb (modified) * branches/thasling/DistributedGA/DistributedGA.Core/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache (modified) * branches/thasling/DistributedGA/DistributedGA.Core/obj/Debug/DistributedGA.Core.csproj.FileListAbsolute.txt (modified) * branches/thasling/DistributedGA/DistributedGA.Core/obj/Debug/DistributedGA.Core.dll (modified) * branches/thasling/DistributedGA/DistributedGA.Core/obj/Debug/DistributedGA.Core.pdb (modified) * branches/thasling/DistributedGA/DistributedGA.Operator/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache (modified) * branches/thasling/DistributedGA/DistributedGA.Test/bin/Debug/DistributedGA.Test.vshost.exe (modified) * branches/thasling/DistributedGA/DistributedGA.Test/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache (modified) * branches/thasling/DistributedGA/DistributedGA.Test/obj/Debug/DistributedGA.Test.csproj.FileListAbsolute.txt (modified) * branches/thasling/DistributedGA/DistributedGA.v12.suo (modified) Stable build before changing communication protocoll to net.tcp Sun, 17 Jan 2016 10:10:34 GMT thasling [13528] * branches/thasling/DistributedGA/DistributedGA.ContactServer.Host/bin/Debug/DistributedGA.ContactServer.Host.exe (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer.Host/bin/Debug/DistributedGA.ContactServer.Host.pdb (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer.Host/bin/Debug/DistributedGA.ContactServer.dll (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer.Host/bin/Debug/DistributedGA.ContactServer.pdb (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer.Host/bin/Debug/DistributedGA.Core.dll (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer.Host/bin/Debug/DistributedGA.Core.pdb (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer.Host/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer.Host/obj/Debug/DistributedGA.ContactServer.Host.csproj.FileListAbsolute.txt (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer.Host/obj/Debug/DistributedGA.ContactServer.Host.csprojResolveAssemblyReference.cache (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer.Host/obj/Debug/DistributedGA.ContactServer.Host.exe (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer.Host/obj/Debug/DistributedGA.ContactServer.Host.pdb (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer/bin/Debug/DistributedGA.ContactServer.dll (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer/bin/Debug/DistributedGA.ContactServer.pdb (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer/bin/Debug/DistributedGA.Core.dll (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer/bin/Debug/DistributedGA.Core.pdb (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer/obj/Debug/DistributedGA.ContactServer.csproj.FileListAbsolute.txt (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer/obj/Debug/DistributedGA.ContactServer.csprojResolveAssemblyReference.cache (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer/obj/Debug/DistributedGA.ContactServer.dll (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer/obj/Debug/DistributedGA.ContactServer.pdb (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer/obj/Debug/WcfConfigValidationData.tmp (modified) * branches/thasling/DistributedGA/DistributedGA.Core.Host/bin/Debug/DistributedGA.Core.Host.exe (modified) * branches/thasling/DistributedGA/DistributedGA.Core.Host/bin/Debug/DistributedGA.Core.Host.pdb (modified) * branches/thasling/DistributedGA/DistributedGA.Core.Host/bin/Debug/DistributedGA.Core.dll (modified) * branches/thasling/DistributedGA/DistributedGA.Core.Host/bin/Debug/DistributedGA.Core.pdb (modified) * branches/thasling/DistributedGA/DistributedGA.Core.Host/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache (modified) * branches/thasling/DistributedGA/DistributedGA.Core.Host/obj/Debug/DistributedGA.Core.Host.csproj.FileListAbsolute.txt (modified) * branches/thasling/DistributedGA/DistributedGA.Core.Host/obj/Debug/DistributedGA.Core.Host.csprojResolveAssemblyReference.cache (modified) * branches/thasling/DistributedGA/DistributedGA.Core.Host/obj/Debug/DistributedGA.Core.Host.exe (modified) * branches/thasling/DistributedGA/DistributedGA.Core.Host/obj/Debug/DistributedGA.Core.Host.pdb (modified) * branches/thasling/DistributedGA/DistributedGA.Core/Implementation/PeerNetworkMessageHandler.cs (modified) * branches/thasling/DistributedGA/DistributedGA.Core/Implementation/WcfPeerListManager.cs (modified) * branches/thasling/DistributedGA/DistributedGA.Core/bin/Debug/DistributedGA.Core.dll (modified) * branches/thasling/DistributedGA/DistributedGA.Core/bin/Debug/DistributedGA.Core.pdb (modified) * branches/thasling/DistributedGA/DistributedGA.Core/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache (modified) * branches/thasling/DistributedGA/DistributedGA.Core/obj/Debug/DistributedGA.Core.csproj.FileListAbsolute.txt (modified) * branches/thasling/DistributedGA/DistributedGA.Core/obj/Debug/DistributedGA.Core.dll (modified) * branches/thasling/DistributedGA/DistributedGA.Core/obj/Debug/DistributedGA.Core.pdb (modified) * branches/thasling/DistributedGA/DistributedGA.Operator/bin/Debug/DistributedGA.Core.dll (modified) * branches/thasling/DistributedGA/DistributedGA.Operator/bin/Debug/DistributedGA.Core.pdb (modified) * branches/thasling/DistributedGA/DistributedGA.Operator/bin/Debug/DistributedGA.Operator.dll (modified) * branches/thasling/DistributedGA/DistributedGA.Operator/bin/Debug/DistributedGA.Operator.pdb (modified) * branches/thasling/DistributedGA/DistributedGA.Operator/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache (modified) * branches/thasling/DistributedGA/DistributedGA.Operator/obj/Debug/DistributedGA.Operator.csproj.FileListAbsolute.txt (modified) * branches/thasling/DistributedGA/DistributedGA.Operator/obj/Debug/DistributedGA.Operator.csprojResolveAssemblyReference.cache (modified) * branches/thasling/DistributedGA/DistributedGA.Operator/obj/Debug/DistributedGA.Operator.dll (modified) * branches/thasling/DistributedGA/DistributedGA.Operator/obj/Debug/DistributedGA.Operator.pdb (modified) * branches/thasling/DistributedGA/DistributedGA.Test/bin/Debug/DistributedGA.Core.dll (modified) * branches/thasling/DistributedGA/DistributedGA.Test/bin/Debug/DistributedGA.Core.pdb (modified) * branches/thasling/DistributedGA/DistributedGA.Test/bin/Debug/DistributedGA.Test.exe (modified) * branches/thasling/DistributedGA/DistributedGA.Test/bin/Debug/DistributedGA.Test.pdb (modified) * branches/thasling/DistributedGA/DistributedGA.Test/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache (modified) * branches/thasling/DistributedGA/DistributedGA.Test/obj/Debug/DistributedGA.Test.csproj.FileListAbsolute.txt (modified) * branches/thasling/DistributedGA/DistributedGA.Test/obj/Debug/DistributedGA.Test.csprojResolveAssemblyReference.cache (modified) * branches/thasling/DistributedGA/DistributedGA.Test/obj/Debug/DistributedGA.Test.exe (modified) * branches/thasling/DistributedGA/DistributedGA.Test/obj/Debug/DistributedGA.Test.pdb (modified) * branches/thasling/DistributedGA/DistributedGA.v12.suo (modified) Peers only communicate with 10% of the network Sat, 16 Jan 2016 11:31:35 GMT thasling [13524] * branches/thasling/DistributedGA (added) * branches/thasling/DistributedGA/DistributedGA.ContactServer (added) * branches/thasling/DistributedGA/DistributedGA.ContactServer.Host (added) * branches/thasling/DistributedGA/DistributedGA.ContactServer.Host/App.config (added) * branches/thasling/DistributedGA/DistributedGA.ContactServer.Host/DistributedGA.ContactServer.Host.csproj (added) * branches/thasling/DistributedGA/DistributedGA.ContactServer.Host/Program.cs (added) * branches/thasling/DistributedGA/DistributedGA.ContactServer.Host/Properties (added) * branches/thasling/DistributedGA/DistributedGA.ContactServer.Host/Properties/AssemblyInfo.cs (added) * branches/thasling/DistributedGA/DistributedGA.ContactServer.Host/bin (added) * branches/thasling/DistributedGA/DistributedGA.ContactServer.Host/bin/Debug (added) * branches/thasling/DistributedGA/DistributedGA.ContactServer.Host/bin/Debug/DistributedGA.ContactServer.Host.exe (added) * branches/thasling/DistributedGA/DistributedGA.ContactServer.Host/bin/Debug/DistributedGA.ContactServer.Host.exe.config (added) * branches/thasling/DistributedGA/DistributedGA.ContactServer.Host/bin/Debug/DistributedGA.ContactServer.Host.pdb (added) * branches/thasling/DistributedGA/DistributedGA.ContactServer.Host/bin/Debug/DistributedGA.ContactServer.Host.vshost.exe (added) * branches/thasling/DistributedGA/DistributedGA.ContactServer.Host/bin/Debug/DistributedGA.ContactServer.Host.vshost.exe.config (added) * branches/thasling/DistributedGA/DistributedGA.ContactServer.Host/bin/Debug/DistributedGA.ContactServer.Host.vshost.exe.manifest (added) * branches/thasling/DistributedGA/DistributedGA.ContactServer.Host/bin/Debug/DistributedGA.ContactServer.dll (added) * branches/thasling/DistributedGA/DistributedGA.ContactServer.Host/bin/Debug/DistributedGA.ContactServer.pdb (added) * branches/thasling/DistributedGA/DistributedGA.ContactServer.Host/bin/Debug/DistributedGA.Core.dll (added) * branches/thasling/DistributedGA/DistributedGA.ContactServer.Host/bin/Debug/DistributedGA.Core.pdb (added) * branches/thasling/DistributedGA/DistributedGA.ContactServer.Host/bin/Release (added) * branches/thasling/DistributedGA/DistributedGA.ContactServer.Host/obj (added) * branches/thasling/DistributedGA/DistributedGA.ContactServer.Host/obj/Debug (added) * branches/thasling/DistributedGA/DistributedGA.ContactServer.Host/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache (added) * branches/thasling/DistributedGA/DistributedGA.ContactServer.Host/obj/Debug/DistributedGA.ContactServer.Host.csproj.FileListAbsolute.txt (added) * branches/thasling/DistributedGA/DistributedGA.ContactServer.Host/obj/Debug/DistributedGA.ContactServer.Host.csprojResolveAssemblyReference.cache (added) * branches/thasling/DistributedGA/DistributedGA.ContactServer.Host/obj/Debug/DistributedGA.ContactServer.Host.exe (added) * branches/thasling/DistributedGA/DistributedGA.ContactServer.Host/obj/Debug/DistributedGA.ContactServer.Host.pdb (added) * branches/thasling/DistributedGA/DistributedGA.ContactServer.Host/obj/Debug/TempPE (added) * branches/thasling/DistributedGA/DistributedGA.ContactServer.Host/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs (added) * branches/thasling/DistributedGA/DistributedGA.ContactServer.Host/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs (added) * branches/thasling/DistributedGA/DistributedGA.ContactServer.Host/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs (added) * branches/thasling/DistributedGA/DistributedGA.ContactServer/App.config (added) * branches/thasling/DistributedGA/DistributedGA.ContactServer/ContactServiceImpl.cs (added) * branches/thasling/DistributedGA/DistributedGA.ContactServer/DistributedGA.ContactServer.csproj (added) * branches/thasling/DistributedGA/DistributedGA.ContactServer/DistributedGA.ContactServer.csproj.user (added) * branches/thasling/DistributedGA/DistributedGA.ContactServer/IContactService.cs (added) * branches/thasling/DistributedGA/DistributedGA.ContactServer/Properties (added) * branches/thasling/DistributedGA/DistributedGA.ContactServer/Properties/AssemblyInfo.cs (added) * branches/thasling/DistributedGA/DistributedGA.ContactServer/bin (added) * branches/thasling/DistributedGA/DistributedGA.ContactServer/bin/Debug (added) * branches/thasling/DistributedGA/DistributedGA.ContactServer/bin/Debug/DistributedGA.ContactServer.dll (added) * branches/thasling/DistributedGA/DistributedGA.ContactServer/bin/Debug/DistributedGA.ContactServer.dll.config (added) * branches/thasling/DistributedGA/DistributedGA.ContactServer/bin/Debug/DistributedGA.ContactServer.pdb (added) * branches/thasling/DistributedGA/DistributedGA.ContactServer/bin/Debug/DistributedGA.ContactServer.vshost.exe (added) * branches/thasling/DistributedGA/DistributedGA.ContactServer/bin/Debug/DistributedGA.ContactServer.vshost.exe.config (added) * branches/thasling/DistributedGA/DistributedGA.ContactServer/bin/Debug/DistributedGA.Core.dll (added) * branches/thasling/DistributedGA/DistributedGA.ContactServer/bin/Debug/DistributedGA.Core.pdb (added) * branches/thasling/DistributedGA/DistributedGA.ContactServer/bin/Release (added) * branches/thasling/DistributedGA/DistributedGA.ContactServer/obj (added) * branches/thasling/DistributedGA/DistributedGA.ContactServer/obj/Debug (added) * branches/thasling/DistributedGA/DistributedGA.ContactServer/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache (added) * branches/thasling/DistributedGA/DistributedGA.ContactServer/obj/Debug/DistributedGA.ContactServer.csproj.FileListAbsolute.txt (added) * branches/thasling/DistributedGA/DistributedGA.ContactServer/obj/Debug/DistributedGA.ContactServer.csprojResolveAssemblyReference.cache (added) * branches/thasling/DistributedGA/DistributedGA.ContactServer/obj/Debug/DistributedGA.ContactServer.dll (added) * branches/thasling/DistributedGA/DistributedGA.ContactServer/obj/Debug/DistributedGA.ContactServer.pdb (added) * branches/thasling/DistributedGA/DistributedGA.ContactServer/obj/Debug/TempPE (added) * branches/thasling/DistributedGA/DistributedGA.ContactServer/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs (added) * branches/thasling/DistributedGA/DistributedGA.ContactServer/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs (added) * branches/thasling/DistributedGA/DistributedGA.ContactServer/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs (added) * branches/thasling/DistributedGA/DistributedGA.ContactServer/obj/Debug/WcfConfigValidationData.tmp (added) * branches/thasling/DistributedGA/DistributedGA.Core (added) * branches/thasling/DistributedGA/DistributedGA.Core.Host (added) * branches/thasling/DistributedGA/DistributedGA.Core.Host/App.config (added) * branches/thasling/DistributedGA/DistributedGA.Core.Host/DistributedGA.Core.Host.csproj (added) * branches/thasling/DistributedGA/DistributedGA.Core.Host/Program.cs (added) * branches/thasling/DistributedGA/DistributedGA.Core.Host/Properties (added) * branches/thasling/DistributedGA/DistributedGA.Core.Host/Properties/AssemblyInfo.cs (added) * branches/thasling/DistributedGA/DistributedGA.Core.Host/bin (added) * branches/thasling/DistributedGA/DistributedGA.Core.Host/bin/Debug (added) * branches/thasling/DistributedGA/DistributedGA.Core.Host/bin/Debug/DistributedGA.Core.Host.exe (added) * branches/thasling/DistributedGA/DistributedGA.Core.Host/bin/Debug/DistributedGA.Core.Host.exe.config (added) * branches/thasling/DistributedGA/DistributedGA.Core.Host/bin/Debug/DistributedGA.Core.Host.pdb (added) * branches/thasling/DistributedGA/DistributedGA.Core.Host/bin/Debug/DistributedGA.Core.Host.vshost.exe (added) * branches/thasling/DistributedGA/DistributedGA.Core.Host/bin/Debug/DistributedGA.Core.Host.vshost.exe.config (added) * branches/thasling/DistributedGA/DistributedGA.Core.Host/bin/Debug/DistributedGA.Core.Host.vshost.exe.manifest (added) * branches/thasling/DistributedGA/DistributedGA.Core.Host/bin/Debug/DistributedGA.Core.dll (added) * branches/thasling/DistributedGA/DistributedGA.Core.Host/bin/Debug/DistributedGA.Core.pdb (added) * branches/thasling/DistributedGA/DistributedGA.Core.Host/obj (added) * branches/thasling/DistributedGA/DistributedGA.Core.Host/obj/Debug (added) * branches/thasling/DistributedGA/DistributedGA.Core.Host/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache (added) * branches/thasling/DistributedGA/DistributedGA.Core.Host/obj/Debug/DistributedGA.Core.Host.csproj.FileListAbsolute.txt (added) * branches/thasling/DistributedGA/DistributedGA.Core.Host/obj/Debug/DistributedGA.Core.Host.csprojResolveAssemblyReference.cache (added) * branches/thasling/DistributedGA/DistributedGA.Core.Host/obj/Debug/DistributedGA.Core.Host.exe (added) * branches/thasling/DistributedGA/DistributedGA.Core.Host/obj/Debug/DistributedGA.Core.Host.pdb (added) * branches/thasling/DistributedGA/DistributedGA.Core.Host/obj/Debug/TempPE (added) * branches/thasling/DistributedGA/DistributedGA.Core.Host/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs (added) * branches/thasling/DistributedGA/DistributedGA.Core.Host/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs (added) * branches/thasling/DistributedGA/DistributedGA.Core.Host/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs (added) * branches/thasling/DistributedGA/DistributedGA.Core/DistributedGA.Core.csproj (added) * branches/thasling/DistributedGA/DistributedGA.Core/Domain (added) * branches/thasling/DistributedGA/DistributedGA.Core/Domain/MessageRecieveEventArgs.cs (added) * branches/thasling/DistributedGA/DistributedGA.Core/Domain/PeerInfo.cs (added) * branches/thasling/DistributedGA/DistributedGA.Core/Implementation (added) * branches/thasling/DistributedGA/DistributedGA.Core/Implementation/MessageContractImpl.cs (added) * branches/thasling/DistributedGA/DistributedGA.Core/Implementation/PeerNetworkMessageHandler.cs (added) * branches/thasling/DistributedGA/DistributedGA.Core/Implementation/TestPeerListManager.cs (added) * branches/thasling/DistributedGA/DistributedGA.Core/Implementation/WcfMessageSender.cs (added) * branches/thasling/DistributedGA/DistributedGA.Core/Implementation/WcfMessageService.cs (added) * branches/thasling/DistributedGA/DistributedGA.Core/Implementation/WcfPeerListManager.cs (added) * branches/thasling/DistributedGA/DistributedGA.Core/Interface (added) * branches/thasling/DistributedGA/DistributedGA.Core/Interface/IContactService.cs (added) * branches/thasling/DistributedGA/DistributedGA.Core/Interface/IMessageContract.cs (added) * branches/thasling/DistributedGA/DistributedGA.Core/Interface/IMessageHandler.cs (added) * branches/thasling/DistributedGA/DistributedGA.Core/Interface/IMessageSender.cs (added) * branches/thasling/DistributedGA/DistributedGA.Core/Interface/IMessageService.cs (added) * branches/thasling/DistributedGA/DistributedGA.Core/Interface/IPeerListManager.cs (added) * branches/thasling/DistributedGA/DistributedGA.Core/Properties (added) * branches/thasling/DistributedGA/DistributedGA.Core/Properties/AssemblyInfo.cs (added) * branches/thasling/DistributedGA/DistributedGA.Core/Solution.cs (added) * branches/thasling/DistributedGA/DistributedGA.Core/SolutionInfo.cs (added) * branches/thasling/DistributedGA/DistributedGA.Core/bin (added) * branches/thasling/DistributedGA/DistributedGA.Core/bin/Debug (added) * branches/thasling/DistributedGA/DistributedGA.Core/bin/Debug/DistributedGA.Core.dll (added) * branches/thasling/DistributedGA/DistributedGA.Core/bin/Debug/DistributedGA.Core.pdb (added) * branches/thasling/DistributedGA/DistributedGA.Core/bin/Release (added) * branches/thasling/DistributedGA/DistributedGA.Core/obj (added) * branches/thasling/DistributedGA/DistributedGA.Core/obj/Debug (added) * branches/thasling/DistributedGA/DistributedGA.Core/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache (added) * branches/thasling/DistributedGA/DistributedGA.Core/obj/Debug/DistributedGA.Core.csproj.FileListAbsolute.txt (added) * branches/thasling/DistributedGA/DistributedGA.Core/obj/Debug/DistributedGA.Core.dll (added) * branches/thasling/DistributedGA/DistributedGA.Core/obj/Debug/DistributedGA.Core.pdb (added) * branches/thasling/DistributedGA/DistributedGA.Core/obj/Debug/TempPE (added) * branches/thasling/DistributedGA/DistributedGA.Core/obj/Debug/TempPE/Service References.ContactServerRef.Reference.cs.dll (added) * branches/thasling/DistributedGA/DistributedGA.Core/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs (added) * branches/thasling/DistributedGA/DistributedGA.Core/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs (added) * branches/thasling/DistributedGA/DistributedGA.Core/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs (added) * branches/thasling/DistributedGA/DistributedGA.Operator (added) * branches/thasling/DistributedGA/DistributedGA.Operator/DistributedGA.Operator.csproj (added) * branches/thasling/DistributedGA/DistributedGA.Operator/Implementation (added) * branches/thasling/DistributedGA/DistributedGA.Operator/Implementation/DefaultMigrationOperator.cs (added) * branches/thasling/DistributedGA/DistributedGA.Operator/Interface (added) * branches/thasling/DistributedGA/DistributedGA.Operator/Interface/IMigrationOperator.cs (added) * branches/thasling/DistributedGA/DistributedGA.Operator/Properties (added) * branches/thasling/DistributedGA/DistributedGA.Operator/Properties/AssemblyInfo.cs (added) * branches/thasling/DistributedGA/DistributedGA.Operator/bin (added) * branches/thasling/DistributedGA/DistributedGA.Operator/bin/Debug (added) * branches/thasling/DistributedGA/DistributedGA.Operator/bin/Debug/DistributedGA.Core.dll (added) * branches/thasling/DistributedGA/DistributedGA.Operator/bin/Debug/DistributedGA.Core.pdb (added) * branches/thasling/DistributedGA/DistributedGA.Operator/bin/Debug/DistributedGA.Operator.dll (added) * branches/thasling/DistributedGA/DistributedGA.Operator/bin/Debug/DistributedGA.Operator.pdb (added) * branches/thasling/DistributedGA/DistributedGA.Operator/bin/Release (added) * branches/thasling/DistributedGA/DistributedGA.Operator/obj (added) * branches/thasling/DistributedGA/DistributedGA.Operator/obj/Debug (added) * branches/thasling/DistributedGA/DistributedGA.Operator/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache (added) * branches/thasling/DistributedGA/DistributedGA.Operator/obj/Debug/DistributedGA.Operator.csproj.FileListAbsolute.txt (added) * branches/thasling/DistributedGA/DistributedGA.Operator/obj/Debug/DistributedGA.Operator.csprojResolveAssemblyReference.cache (added) * branches/thasling/DistributedGA/DistributedGA.Operator/obj/Debug/DistributedGA.Operator.dll (added) * branches/thasling/DistributedGA/DistributedGA.Operator/obj/Debug/DistributedGA.Operator.pdb (added) * branches/thasling/DistributedGA/DistributedGA.Operator/obj/Debug/TempPE (added) * branches/thasling/DistributedGA/DistributedGA.Operator/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs (added) * branches/thasling/DistributedGA/DistributedGA.Operator/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs (added) * branches/thasling/DistributedGA/DistributedGA.Operator/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs (added) * branches/thasling/DistributedGA/DistributedGA.Test (added) * branches/thasling/DistributedGA/DistributedGA.Test/App.config (added) * branches/thasling/DistributedGA/DistributedGA.Test/DistributedGA.Test.csproj (added) * branches/thasling/DistributedGA/DistributedGA.Test/Form1.Designer.cs (added) * branches/thasling/DistributedGA/DistributedGA.Test/Form1.cs (added) * branches/thasling/DistributedGA/DistributedGA.Test/Form1.resx (added) * branches/thasling/DistributedGA/DistributedGA.Test/Program.cs (added) * branches/thasling/DistributedGA/DistributedGA.Test/Properties (added) * branches/thasling/DistributedGA/DistributedGA.Test/Properties/AssemblyInfo.cs (added) * branches/thasling/DistributedGA/DistributedGA.Test/Properties/Resources.Designer.cs (added) * branches/thasling/DistributedGA/DistributedGA.Test/Properties/Resources.resx (added) * branches/thasling/DistributedGA/DistributedGA.Test/Properties/Settings.Designer.cs (added) * branches/thasling/DistributedGA/DistributedGA.Test/Properties/Settings.settings (added) * branches/thasling/DistributedGA/DistributedGA.Test/bin (added) * branches/thasling/DistributedGA/DistributedGA.Test/bin/Debug (added) * branches/thasling/DistributedGA/DistributedGA.Test/bin/Debug/DistributedGA.Core.dll (added) * branches/thasling/DistributedGA/DistributedGA.Test/bin/Debug/DistributedGA.Core.pdb (added) * branches/thasling/DistributedGA/DistributedGA.Test/bin/Debug/DistributedGA.Test.exe (added) * branches/thasling/DistributedGA/DistributedGA.Test/bin/Debug/DistributedGA.Test.exe.config (added) * branches/thasling/DistributedGA/DistributedGA.Test/bin/Debug/DistributedGA.Test.pdb (added) * branches/thasling/DistributedGA/DistributedGA.Test/bin/Debug/DistributedGA.Test.vshost.exe (added) * branches/thasling/DistributedGA/DistributedGA.Test/bin/Debug/DistributedGA.Test.vshost.exe.config (added) * branches/thasling/DistributedGA/DistributedGA.Test/bin/Debug/DistributedGA.Test.vshost.exe.manifest (added) * branches/thasling/DistributedGA/DistributedGA.Test/obj (added) * branches/thasling/DistributedGA/DistributedGA.Test/obj/Debug (added) * branches/thasling/DistributedGA/DistributedGA.Test/obj/Debug/DesignTimeResolveAssemblyReferences.cache (added) * branches/thasling/DistributedGA/DistributedGA.Test/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache (added) * branches/thasling/DistributedGA/DistributedGA.Test/obj/Debug/DistributedGA.Test.Form1.resources (added) * branches/thasling/DistributedGA/DistributedGA.Test/obj/Debug/DistributedGA.Test.Properties.Resources.resources (added) * branches/thasling/DistributedGA/DistributedGA.Test/obj/Debug/DistributedGA.Test.csproj.FileListAbsolute.txt (added) * branches/thasling/DistributedGA/DistributedGA.Test/obj/Debug/DistributedGA.Test.csproj.GenerateResource.Cache (added) * branches/thasling/DistributedGA/DistributedGA.Test/obj/Debug/DistributedGA.Test.csprojResolveAssemblyReference.cache (added) * branches/thasling/DistributedGA/DistributedGA.Test/obj/Debug/DistributedGA.Test.exe (added) * branches/thasling/DistributedGA/DistributedGA.Test/obj/Debug/DistributedGA.Test.pdb (added) * branches/thasling/DistributedGA/DistributedGA.Test/obj/Debug/TempPE (added) * branches/thasling/DistributedGA/DistributedGA.Test/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs (added) * branches/thasling/DistributedGA/DistributedGA.Test/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs (added) * branches/thasling/DistributedGA/DistributedGA.Test/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs (added) * branches/thasling/DistributedGA/DistributedGA.sln (added) * branches/thasling/DistributedGA/DistributedGA.v12.suo (added) Upload des Projekts letztendlich, trotz buggendes Clients...