diff options
author | Adam Frisby | 2007-04-06 18:09:03 +0000 |
---|---|---|
committer | Adam Frisby | 2007-04-06 18:09:03 +0000 |
commit | df4df07c3930f6f2267c1c16d71a542c667728ab (patch) | |
tree | 858b6f7ae56bc1a7c279e6dac15dd89037009b87 /OpenSim.sln | |
parent | Shelling out a basic terrain manager using the BSD parts of libTerrain, with ... (diff) | |
download | opensim-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.sln | 8 |
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 @@ | |||
1 | Microsoft Visual Studio Solution File, Format Version 9.00 | 1 | Microsoft Visual Studio Solution File, Format Version 9.00 |
2 | # Visual C# Express 2005 | 2 | # Visual Studio 2005 |
3 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenSim", "OpenSim\OpenSim.csproj", "{438A9556-0000-0000-0000-000000000000}" | 3 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenSim", "OpenSim\OpenSim.csproj", "{438A9556-0000-0000-0000-000000000000}" |
4 | EndProject | 4 | EndProject |
5 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenSim.Physics.OdePlugin", "OpenSim.Physics\OdePlugin\OpenSim.Physics.OdePlugin.csproj", "{63A05FE9-0000-0000-0000-000000000000}" | 5 | Project("{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 | |||
34 | EndProject | 34 | EndProject |
35 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenGridServices.GridServer", "OpenGridServices.GridServer\OpenGridServices.GridServer.csproj", "{21BFC8E2-0000-0000-0000-000000000000}" | 35 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenGridServices.GridServer", "OpenGridServices.GridServer\OpenGridServices.GridServer.csproj", "{21BFC8E2-0000-0000-0000-000000000000}" |
36 | EndProject | 36 | EndProject |
37 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenSim.Terrain.BasicTerrain", "OpenSim.Terrain.BasicTerrain\OpenSim.Terrain.BasicTerrain.csproj", "{FFD5951C-4002-4ACA-9ADF-68852357B94A}" | ||
38 | EndProject | ||
37 | Global | 39 | Global |
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 |