diff options
author | lbsa71 | 2007-03-16 15:19:32 +0000 |
---|---|---|
committer | lbsa71 | 2007-03-16 15:19:32 +0000 |
commit | c71cdbe46ea3bbd5a6e147d92ea9098f9c15ead5 (patch) | |
tree | e02c4f0da69bc98d7159e57f22ff7b36d8c31406 /src/opensim.sln | |
parent | (no commit message) (diff) | |
download | opensim-SC-c71cdbe46ea3bbd5a6e147d92ea9098f9c15ead5.zip opensim-SC-c71cdbe46ea3bbd5a6e147d92ea9098f9c15ead5.tar.gz opensim-SC-c71cdbe46ea3bbd5a6e147d92ea9098f9c15ead5.tar.bz2 opensim-SC-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.sln | 8 |
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 | |
2 | Microsoft Visual Studio Solution File, Format Version 9.00 | 2 | Microsoft Visual Studio Solution File, Format Version 9.00 |
3 | # Visual C# Express 2005 | 3 | # Visual Studio 2005 |
4 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Second-server", "Second-server.csproj", "{132A6E3E-8F2D-4BF5-BDFB-8555F53F334E}" | 4 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Second-server", "Second-server.csproj", "{132A6E3E-8F2D-4BF5-BDFB-8555F53F334E}" |
5 | EndProject | 5 | EndProject |
6 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GridInterfaces", "GridInterfaces\GridInterfaces.csproj", "{5DA3174D-42F9-416D-9F0B-AF41FA2BE2F9}" | 6 | Project("{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 | |||
21 | EndProject | 21 | EndProject |
22 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RealPhysXplugin", "physics\RealPhysX\RealPhysXplugin\RealPhysXplugin.csproj", "{56C1D214-F389-4228-921A-0A3A0712C159}" | 22 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RealPhysXplugin", "physics\RealPhysX\RealPhysXplugin\RealPhysXplugin.csproj", "{56C1D214-F389-4228-921A-0A3A0712C159}" |
23 | EndProject | 23 | EndProject |
24 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenGrid.Framework", "OpenGrid.Framework\OpenGrid.Framework.csproj", "{407CE85B-628C-4788-9DBC-49BCEFC3A84F}" | ||
25 | EndProject | ||
24 | Global | 26 | Global |
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 |