aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.sln
diff options
context:
space:
mode:
authorAdam Frisby2007-04-06 18:09:03 +0000
committerAdam Frisby2007-04-06 18:09:03 +0000
commitdf4df07c3930f6f2267c1c16d71a542c667728ab (patch)
tree858b6f7ae56bc1a7c279e6dac15dd89037009b87 /OpenSim.sln
parentShelling out a basic terrain manager using the BSD parts of libTerrain, with ... (diff)
downloadopensim-SC_OLD-df4df07c3930f6f2267c1c16d71a542c667728ab.zip
opensim-SC_OLD-df4df07c3930f6f2267c1c16d71a542c667728ab.tar.gz
opensim-SC_OLD-df4df07c3930f6f2267c1c16d71a542c667728ab.tar.bz2
opensim-SC_OLD-df4df07c3930f6f2267c1c16d71a542c667728ab.tar.xz
And now for some solution files...
Diffstat (limited to 'OpenSim.sln')
-rw-r--r--OpenSim.sln8
1 files changed, 7 insertions, 1 deletions
diff --git a/OpenSim.sln b/OpenSim.sln
index 300412e..2a13e81 100644
--- a/OpenSim.sln
+++ b/OpenSim.sln
@@ -1,5 +1,5 @@
1Microsoft Visual Studio Solution File, Format Version 9.00 1Microsoft Visual Studio Solution File, Format Version 9.00
2# Visual C# Express 2005 2# Visual Studio 2005
3Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenSim", "OpenSim\OpenSim.csproj", "{438A9556-0000-0000-0000-000000000000}" 3Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenSim", "OpenSim\OpenSim.csproj", "{438A9556-0000-0000-0000-000000000000}"
4EndProject 4EndProject
5Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenSim.Physics.OdePlugin", "OpenSim.Physics\OdePlugin\OpenSim.Physics.OdePlugin.csproj", "{63A05FE9-0000-0000-0000-000000000000}" 5Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenSim.Physics.OdePlugin", "OpenSim.Physics\OdePlugin\OpenSim.Physics.OdePlugin.csproj", "{63A05FE9-0000-0000-0000-000000000000}"
@@ -34,6 +34,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenSim.GridInterfaces.Loca
34EndProject 34EndProject
35Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenGridServices.GridServer", "OpenGridServices.GridServer\OpenGridServices.GridServer.csproj", "{21BFC8E2-0000-0000-0000-000000000000}" 35Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenGridServices.GridServer", "OpenGridServices.GridServer\OpenGridServices.GridServer.csproj", "{21BFC8E2-0000-0000-0000-000000000000}"
36EndProject 36EndProject
37Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenSim.Terrain.BasicTerrain", "OpenSim.Terrain.BasicTerrain\OpenSim.Terrain.BasicTerrain.csproj", "{FFD5951C-4002-4ACA-9ADF-68852357B94A}"
38EndProject
37Global 39Global
38 GlobalSection(SolutionConfigurationPlatforms) = preSolution 40 GlobalSection(SolutionConfigurationPlatforms) = preSolution
39 Debug|Any CPU = Debug|Any CPU 41 Debug|Any CPU = Debug|Any CPU
@@ -108,6 +110,10 @@ Global
108 {21BFC8E2-0000-0000-0000-000000000000}.Debug|Any CPU.Build.0 = Debug|Any CPU 110 {21BFC8E2-0000-0000-0000-000000000000}.Debug|Any CPU.Build.0 = Debug|Any CPU
109 {21BFC8E2-0000-0000-0000-000000000000}.Release|Any CPU.ActiveCfg = Release|Any CPU 111 {21BFC8E2-0000-0000-0000-000000000000}.Release|Any CPU.ActiveCfg = Release|Any CPU
110 {21BFC8E2-0000-0000-0000-000000000000}.Release|Any CPU.Build.0 = Release|Any CPU 112 {21BFC8E2-0000-0000-0000-000000000000}.Release|Any CPU.Build.0 = Release|Any CPU
113 {FFD5951C-4002-4ACA-9ADF-68852357B94A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
114 {FFD5951C-4002-4ACA-9ADF-68852357B94A}.Debug|Any CPU.Build.0 = Debug|Any CPU
115 {FFD5951C-4002-4ACA-9ADF-68852357B94A}.Release|Any CPU.ActiveCfg = Release|Any CPU
116 {FFD5951C-4002-4ACA-9ADF-68852357B94A}.Release|Any CPU.Build.0 = Release|Any CPU
111 EndGlobalSection 117 EndGlobalSection
112 GlobalSection(SolutionProperties) = preSolution 118 GlobalSection(SolutionProperties) = preSolution
113 HideSolutionNode = FALSE 119 HideSolutionNode = FALSE