source: trunk/Utilities/Miscellaneous/CustomMarshal/CustomMarshal.sln

Last change on this file was 218, checked in by roman, 11 years ago
File size: 1.9 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", "{30063ABE-3D3E-4E0E-A85F-6A273BD65999}"
5EndProject
6Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ServerPS", "Server\ServerPS.vcxproj", "{8D36129C-72AB-46AA-AB2B-EE17D983C750}"
7        ProjectSection(ProjectDependencies) = postProject
8                {30063ABE-3D3E-4E0E-A85F-6A273BD65999} = {30063ABE-3D3E-4E0E-A85F-6A273BD65999}
9        EndProjectSection
10EndProject
11Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Client", "Client\Client.vcxproj", "{FA1241F7-4151-412F-A426-EFCDFD7648C3}"
12        ProjectSection(ProjectDependencies) = postProject
13                {30063ABE-3D3E-4E0E-A85F-6A273BD65999} = {30063ABE-3D3E-4E0E-A85F-6A273BD65999}
14        EndProjectSection
15EndProject
16Global
17        GlobalSection(SolutionConfigurationPlatforms) = preSolution
18                Debug|Win32 = Debug|Win32
19                Release|Win32 = Release|Win32
20        EndGlobalSection
21        GlobalSection(ProjectConfigurationPlatforms) = postSolution
22                {30063ABE-3D3E-4E0E-A85F-6A273BD65999}.Debug|Win32.ActiveCfg = Debug|Win32
23                {30063ABE-3D3E-4E0E-A85F-6A273BD65999}.Debug|Win32.Build.0 = Debug|Win32
24                {30063ABE-3D3E-4E0E-A85F-6A273BD65999}.Release|Win32.ActiveCfg = Release|Win32
25                {30063ABE-3D3E-4E0E-A85F-6A273BD65999}.Release|Win32.Build.0 = Release|Win32
26                {8D36129C-72AB-46AA-AB2B-EE17D983C750}.Debug|Win32.ActiveCfg = Debug|Win32
27                {8D36129C-72AB-46AA-AB2B-EE17D983C750}.Release|Win32.ActiveCfg = Release|Win32
28                {FA1241F7-4151-412F-A426-EFCDFD7648C3}.Debug|Win32.ActiveCfg = Debug|Win32
29                {FA1241F7-4151-412F-A426-EFCDFD7648C3}.Debug|Win32.Build.0 = Debug|Win32
30                {FA1241F7-4151-412F-A426-EFCDFD7648C3}.Release|Win32.ActiveCfg = Release|Win32
31                {FA1241F7-4151-412F-A426-EFCDFD7648C3}.Release|Win32.Build.0 = Release|Win32
32        EndGlobalSection
33        GlobalSection(SolutionProperties) = preSolution
34                HideSolutionNode = FALSE
35        EndGlobalSection
36EndGlobal
Note: See TracBrowser for help on using the repository browser.