Free cookie consent management tool by TermsFeed Policy Generator

source: branches/thasling/DistributedGA/DistributedGA.sln @ 13956

Last change on this file since 13956 was 13924, checked in by thasling, 8 years ago

#2615:
delete unneeded project, appended code style

File size: 3.6 KB
Line 
1
2Microsoft Visual Studio Solution File, Format Version 12.00
3# Visual Studio 2013
4VisualStudioVersion = 12.0.21005.1
5MinimumVisualStudioVersion = 10.0.40219.1
6Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DistributedGA.Test", "DistributedGA.Test\DistributedGA.Test.csproj", "{E0E91C06-C56A-454F-9F7C-3FA7AE7F920E}"
7EndProject
8Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DistributedGA.Core", "DistributedGA.Core\DistributedGA.Core.csproj", "{02E73F42-BDC9-4A7A-B74F-5879DEF27320}"
9EndProject
10Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DistributedGA.ContactServer", "DistributedGA.ContactServer\DistributedGA.ContactServer.csproj", "{554DAD06-0BF9-4908-BD62-D5FDC46A8B74}"
11EndProject
12Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DistributedGA.ContactServer.Host", "DistributedGA.ContactServer.Host\DistributedGA.ContactServer.Host.csproj", "{458532D3-F61A-4988-877A-306A28F26636}"
13EndProject
14Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DistributedGA.Core.Host", "DistributedGA.Core.Host\DistributedGA.Core.Host.csproj", "{81CDDF40-E50C-4A78-90EC-D0DD43DA5690}"
15EndProject
16Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DistributedGA.Hive", "DistributedGA.Hive\DistributedGA.Hive.csproj", "{F191E644-1AFC-4825-8897-E79A6ED91B20}"
17EndProject
18Global
19  GlobalSection(SolutionConfigurationPlatforms) = preSolution
20    Debug|Any CPU = Debug|Any CPU
21    Release|Any CPU = Release|Any CPU
22  EndGlobalSection
23  GlobalSection(ProjectConfigurationPlatforms) = postSolution
24    {E0E91C06-C56A-454F-9F7C-3FA7AE7F920E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
25    {E0E91C06-C56A-454F-9F7C-3FA7AE7F920E}.Debug|Any CPU.Build.0 = Debug|Any CPU
26    {E0E91C06-C56A-454F-9F7C-3FA7AE7F920E}.Release|Any CPU.ActiveCfg = Release|Any CPU
27    {E0E91C06-C56A-454F-9F7C-3FA7AE7F920E}.Release|Any CPU.Build.0 = Release|Any CPU
28    {02E73F42-BDC9-4A7A-B74F-5879DEF27320}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
29    {02E73F42-BDC9-4A7A-B74F-5879DEF27320}.Debug|Any CPU.Build.0 = Debug|Any CPU
30    {02E73F42-BDC9-4A7A-B74F-5879DEF27320}.Release|Any CPU.ActiveCfg = Release|Any CPU
31    {02E73F42-BDC9-4A7A-B74F-5879DEF27320}.Release|Any CPU.Build.0 = Release|Any CPU
32    {554DAD06-0BF9-4908-BD62-D5FDC46A8B74}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
33    {554DAD06-0BF9-4908-BD62-D5FDC46A8B74}.Debug|Any CPU.Build.0 = Debug|Any CPU
34    {554DAD06-0BF9-4908-BD62-D5FDC46A8B74}.Release|Any CPU.ActiveCfg = Release|Any CPU
35    {554DAD06-0BF9-4908-BD62-D5FDC46A8B74}.Release|Any CPU.Build.0 = Release|Any CPU
36    {458532D3-F61A-4988-877A-306A28F26636}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
37    {458532D3-F61A-4988-877A-306A28F26636}.Debug|Any CPU.Build.0 = Debug|Any CPU
38    {458532D3-F61A-4988-877A-306A28F26636}.Release|Any CPU.ActiveCfg = Release|Any CPU
39    {458532D3-F61A-4988-877A-306A28F26636}.Release|Any CPU.Build.0 = Release|Any CPU
40    {81CDDF40-E50C-4A78-90EC-D0DD43DA5690}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
41    {81CDDF40-E50C-4A78-90EC-D0DD43DA5690}.Debug|Any CPU.Build.0 = Debug|Any CPU
42    {81CDDF40-E50C-4A78-90EC-D0DD43DA5690}.Release|Any CPU.ActiveCfg = Release|Any CPU
43    {81CDDF40-E50C-4A78-90EC-D0DD43DA5690}.Release|Any CPU.Build.0 = Release|Any CPU
44    {F191E644-1AFC-4825-8897-E79A6ED91B20}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
45    {F191E644-1AFC-4825-8897-E79A6ED91B20}.Debug|Any CPU.Build.0 = Debug|Any CPU
46    {F191E644-1AFC-4825-8897-E79A6ED91B20}.Release|Any CPU.ActiveCfg = Release|Any CPU
47    {F191E644-1AFC-4825-8897-E79A6ED91B20}.Release|Any CPU.Build.0 = Release|Any CPU
48  EndGlobalSection
49  GlobalSection(SolutionProperties) = preSolution
50    HideSolutionNode = FALSE
51  EndGlobalSection
52EndGlobal
Note: See TracBrowser for help on using the repository browser.