aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/opensim.sln
diff options
context:
space:
mode:
authorlbsa712007-03-16 15:19:32 +0000
committerlbsa712007-03-16 15:19:32 +0000
commitc71cdbe46ea3bbd5a6e147d92ea9098f9c15ead5 (patch)
treee02c4f0da69bc98d7159e57f22ff7b36d8c31406 /src/opensim.sln
parent(no commit message) (diff)
downloadopensim-SC_OLD-c71cdbe46ea3bbd5a6e147d92ea9098f9c15ead5.zip
opensim-SC_OLD-c71cdbe46ea3bbd5a6e147d92ea9098f9c15ead5.tar.gz
opensim-SC_OLD-c71cdbe46ea3bbd5a6e147d92ea9098f9c15ead5.tar.bz2
opensim-SC_OLD-c71cdbe46ea3bbd5a6e147d92ea9098f9c15ead5.tar.xz
Added Framework Project and Made buildfiles work on windows.
* added nogenvers target to opensim.build - sets version to 0.0.0.1 * extracted core_build target * FIX : csc gets confused over System.Xml ref - should be System.Xml.dll as there is a System.Xml file in same dir. * Added OpenGrid.Framework project for great justice. * Added LoginService as base class for LoginServer (GF) * FIX: Plugins default.build now creates target dir, otherwise it fails. * Added VERSION file to source control - it really should be circumvented as well.
Diffstat (limited to '')
-rw-r--r--src/opensim.sln8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/opensim.sln b/src/opensim.sln
index 3f86420..e9951b8 100644
--- a/src/opensim.sln
+++ b/src/opensim.sln
@@ -1,6 +1,6 @@
1 1
2Microsoft Visual Studio Solution File, Format Version 9.00 2Microsoft Visual Studio Solution File, Format Version 9.00
3# Visual C# Express 2005 3# Visual Studio 2005
4Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Second-server", "Second-server.csproj", "{132A6E3E-8F2D-4BF5-BDFB-8555F53F334E}" 4Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Second-server", "Second-server.csproj", "{132A6E3E-8F2D-4BF5-BDFB-8555F53F334E}"
5EndProject 5EndProject
6Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GridInterfaces", "GridInterfaces\GridInterfaces.csproj", "{5DA3174D-42F9-416D-9F0B-AF41FA2BE2F9}" 6Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GridInterfaces", "GridInterfaces\GridInterfaces.csproj", "{5DA3174D-42F9-416D-9F0B-AF41FA2BE2F9}"
@@ -21,6 +21,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BasicPhysicsplugin", "physi
21EndProject 21EndProject
22Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RealPhysXplugin", "physics\RealPhysX\RealPhysXplugin\RealPhysXplugin.csproj", "{56C1D214-F389-4228-921A-0A3A0712C159}" 22Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RealPhysXplugin", "physics\RealPhysX\RealPhysXplugin\RealPhysXplugin.csproj", "{56C1D214-F389-4228-921A-0A3A0712C159}"
23EndProject 23EndProject
24Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenGrid.Framework", "OpenGrid.Framework\OpenGrid.Framework.csproj", "{407CE85B-628C-4788-9DBC-49BCEFC3A84F}"
25EndProject
24Global 26Global
25 GlobalSection(SolutionConfigurationPlatforms) = preSolution 27 GlobalSection(SolutionConfigurationPlatforms) = preSolution
26 Debug|Any CPU = Debug|Any CPU 28 Debug|Any CPU = Debug|Any CPU
@@ -67,6 +69,10 @@ Global
67 {56C1D214-F389-4228-921A-0A3A0712C159}.Debug|Any CPU.Build.0 = Debug|Any CPU 69 {56C1D214-F389-4228-921A-0A3A0712C159}.Debug|Any CPU.Build.0 = Debug|Any CPU
68 {56C1D214-F389-4228-921A-0A3A0712C159}.Release|Any CPU.ActiveCfg = Release|Any CPU 70 {56C1D214-F389-4228-921A-0A3A0712C159}.Release|Any CPU.ActiveCfg = Release|Any CPU
69 {56C1D214-F389-4228-921A-0A3A0712C159}.Release|Any CPU.Build.0 = Release|Any CPU 71 {56C1D214-F389-4228-921A-0A3A0712C159}.Release|Any CPU.Build.0 = Release|Any CPU
72 {407CE85B-628C-4788-9DBC-49BCEFC3A84F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
73 {407CE85B-628C-4788-9DBC-49BCEFC3A84F}.Debug|Any CPU.Build.0 = Debug|Any CPU
74 {407CE85B-628C-4788-9DBC-49BCEFC3A84F}.Release|Any CPU.ActiveCfg = Release|Any CPU
75 {407CE85B-628C-4788-9DBC-49BCEFC3A84F}.Release|Any CPU.Build.0 = Release|Any CPU
70 EndGlobalSection 76 EndGlobalSection
71 GlobalSection(SolutionProperties) = preSolution 77 GlobalSection(SolutionProperties) = preSolution
72 HideSolutionNode = FALSE 78 HideSolutionNode = FALSE