diff options
author | MW | 2007-05-31 11:28:11 +0000 |
---|---|---|
committer | MW | 2007-05-31 11:28:11 +0000 |
commit | c35d360d44b639e96e900ef0901ae534f2f6d8c6 (patch) | |
tree | cce40adc3bb871e49d7cee1508dea574aba2399c /OpenSim.sln | |
parent | Added a few summary comments to OpenSim.World files (diff) | |
download | opensim-SC_OLD-c35d360d44b639e96e900ef0901ae534f2f6d8c6.zip opensim-SC_OLD-c35d360d44b639e96e900ef0901ae534f2f6d8c6.tar.gz opensim-SC_OLD-c35d360d44b639e96e900ef0901ae534f2f6d8c6.tar.bz2 opensim-SC_OLD-c35d360d44b639e96e900ef0901ae534f2f6d8c6.tar.xz |
Started work on OpenGrid.Framework.Communications
Diffstat (limited to '')
-rw-r--r-- | OpenSim.sln | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/OpenSim.sln b/OpenSim.sln index 0d4074b..2a00e9f 100644 --- a/OpenSim.sln +++ b/OpenSim.sln | |||
@@ -38,6 +38,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenSim.GridInterfaces.Loca | |||
38 | EndProject | 38 | EndProject |
39 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XMLRPC", "Common\XmlRpcCS\XMLRPC.csproj", "{8E81D43C-0000-0000-0000-000000000000}" | 39 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XMLRPC", "Common\XmlRpcCS\XMLRPC.csproj", "{8E81D43C-0000-0000-0000-000000000000}" |
40 | EndProject | 40 | EndProject |
41 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenGrid.Framework.Communications", "Common\OpenGrid.Framework.Communications\OpenGrid.Framework.Communications.csproj", "{C9702041-922C-452A-A1B4-7880AF53149A}" | ||
42 | EndProject | ||
41 | Global | 43 | Global |
42 | GlobalSection(SolutionConfigurationPlatforms) = preSolution | 44 | GlobalSection(SolutionConfigurationPlatforms) = preSolution |
43 | Debug|Any CPU = Debug|Any CPU | 45 | Debug|Any CPU = Debug|Any CPU |
@@ -120,6 +122,10 @@ Global | |||
120 | {8E81D43C-0000-0000-0000-000000000000}.Debug|Any CPU.Build.0 = Debug|Any CPU | 122 | {8E81D43C-0000-0000-0000-000000000000}.Debug|Any CPU.Build.0 = Debug|Any CPU |
121 | {8E81D43C-0000-0000-0000-000000000000}.Release|Any CPU.ActiveCfg = Release|Any CPU | 123 | {8E81D43C-0000-0000-0000-000000000000}.Release|Any CPU.ActiveCfg = Release|Any CPU |
122 | {8E81D43C-0000-0000-0000-000000000000}.Release|Any CPU.Build.0 = Release|Any CPU | 124 | {8E81D43C-0000-0000-0000-000000000000}.Release|Any CPU.Build.0 = Release|Any CPU |
125 | {C9702041-922C-452A-A1B4-7880AF53149A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
126 | {C9702041-922C-452A-A1B4-7880AF53149A}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
127 | {C9702041-922C-452A-A1B4-7880AF53149A}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
128 | {C9702041-922C-452A-A1B4-7880AF53149A}.Release|Any CPU.Build.0 = Release|Any CPU | ||
123 | EndGlobalSection | 129 | EndGlobalSection |
124 | GlobalSection(SolutionProperties) = preSolution | 130 | GlobalSection(SolutionProperties) = preSolution |
125 | HideSolutionNode = FALSE | 131 | HideSolutionNode = FALSE |