source: trunk/Utilities/Miscellaneous/ByteArrayVariant/ByteArrayVariant.sln @ 96

Last change on this file since 96 was 96, checked in by roman, 12 years ago
File size: 3.5 KB
Line 
1
2Microsoft Visual Studio Solution File, Format Version 12.00
3# Visual Studio 2012
4Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Server", "Server\Server.vcxproj", "{DE750840-259A-48ED-988A-DEA645411957}"
5EndProject
6Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ServerPS", "Server\ServerPS.vcxproj", "{EF8A4EF9-1356-463D-BB23-B8318C1A03CD}"
7        ProjectSection(ProjectDependencies) = postProject
8                {DE750840-259A-48ED-988A-DEA645411957} = {DE750840-259A-48ED-988A-DEA645411957}
9        EndProjectSection
10EndProject
11Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Client", "Client\Client.csproj", "{72C45A19-B0AE-427C-A8CC-E9EB7DA0B42B}"
12        ProjectSection(ProjectDependencies) = postProject
13                {DE750840-259A-48ED-988A-DEA645411957} = {DE750840-259A-48ED-988A-DEA645411957}
14        EndProjectSection
15EndProject
16Global
17        GlobalSection(SolutionConfigurationPlatforms) = preSolution
18                Debug|Any CPU = Debug|Any CPU
19                Debug|Mixed Platforms = Debug|Mixed Platforms
20                Debug|Win32 = Debug|Win32
21                Release|Any CPU = Release|Any CPU
22                Release|Mixed Platforms = Release|Mixed Platforms
23                Release|Win32 = Release|Win32
24        EndGlobalSection
25        GlobalSection(ProjectConfigurationPlatforms) = postSolution
26                {DE750840-259A-48ED-988A-DEA645411957}.Debug|Any CPU.ActiveCfg = Debug|Win32
27                {DE750840-259A-48ED-988A-DEA645411957}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
28                {DE750840-259A-48ED-988A-DEA645411957}.Debug|Mixed Platforms.Build.0 = Debug|Win32
29                {DE750840-259A-48ED-988A-DEA645411957}.Debug|Win32.ActiveCfg = Debug|Win32
30                {DE750840-259A-48ED-988A-DEA645411957}.Debug|Win32.Build.0 = Debug|Win32
31                {DE750840-259A-48ED-988A-DEA645411957}.Release|Any CPU.ActiveCfg = Release|Win32
32                {DE750840-259A-48ED-988A-DEA645411957}.Release|Mixed Platforms.ActiveCfg = Release|Win32
33                {DE750840-259A-48ED-988A-DEA645411957}.Release|Mixed Platforms.Build.0 = Release|Win32
34                {DE750840-259A-48ED-988A-DEA645411957}.Release|Win32.ActiveCfg = Release|Win32
35                {DE750840-259A-48ED-988A-DEA645411957}.Release|Win32.Build.0 = Release|Win32
36                {EF8A4EF9-1356-463D-BB23-B8318C1A03CD}.Debug|Any CPU.ActiveCfg = Debug|Win32
37                {EF8A4EF9-1356-463D-BB23-B8318C1A03CD}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
38                {EF8A4EF9-1356-463D-BB23-B8318C1A03CD}.Debug|Win32.ActiveCfg = Debug|Win32
39                {EF8A4EF9-1356-463D-BB23-B8318C1A03CD}.Release|Any CPU.ActiveCfg = Release|Win32
40                {EF8A4EF9-1356-463D-BB23-B8318C1A03CD}.Release|Mixed Platforms.ActiveCfg = Release|Win32
41                {EF8A4EF9-1356-463D-BB23-B8318C1A03CD}.Release|Win32.ActiveCfg = Release|Win32
42                {72C45A19-B0AE-427C-A8CC-E9EB7DA0B42B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
43                {72C45A19-B0AE-427C-A8CC-E9EB7DA0B42B}.Debug|Any CPU.Build.0 = Debug|Any CPU
44                {72C45A19-B0AE-427C-A8CC-E9EB7DA0B42B}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
45                {72C45A19-B0AE-427C-A8CC-E9EB7DA0B42B}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
46                {72C45A19-B0AE-427C-A8CC-E9EB7DA0B42B}.Debug|Win32.ActiveCfg = Debug|Any CPU
47                {72C45A19-B0AE-427C-A8CC-E9EB7DA0B42B}.Release|Any CPU.ActiveCfg = Release|Any CPU
48                {72C45A19-B0AE-427C-A8CC-E9EB7DA0B42B}.Release|Any CPU.Build.0 = Release|Any CPU
49                {72C45A19-B0AE-427C-A8CC-E9EB7DA0B42B}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
50                {72C45A19-B0AE-427C-A8CC-E9EB7DA0B42B}.Release|Mixed Platforms.Build.0 = Release|Any CPU
51                {72C45A19-B0AE-427C-A8CC-E9EB7DA0B42B}.Release|Win32.ActiveCfg = Release|Any CPU
52        EndGlobalSection
53        GlobalSection(SolutionProperties) = preSolution
54                HideSolutionNode = FALSE
55        EndGlobalSection
56EndGlobal
Note: See TracBrowser for help on using the repository browser.