diff options
author | lbsa71 | 2007-06-14 11:01:38 +0000 |
---|---|---|
committer | lbsa71 | 2007-06-14 11:01:38 +0000 |
commit | 3a20a7b5d1d3a70b203721f240f938fc221de732 (patch) | |
tree | 7a4a657d346aa47558d41b8e2ef4bfae98229885 /OpenSim/OpenSim.GridInterfaces/Remote | |
parent | Commented out the Scene.Backup method for now as there isn't really anything ... (diff) | |
download | opensim-SC_OLD-3a20a7b5d1d3a70b203721f240f938fc221de732.zip opensim-SC_OLD-3a20a7b5d1d3a70b203721f240f938fc221de732.tar.gz opensim-SC_OLD-3a20a7b5d1d3a70b203721f240f938fc221de732.tar.bz2 opensim-SC_OLD-3a20a7b5d1d3a70b203721f240f938fc221de732.tar.xz |
* Applied Prebuild fixes to Sugilite
* Rebuilt project files
* ignored some bins
Diffstat (limited to 'OpenSim/OpenSim.GridInterfaces/Remote')
-rw-r--r-- | OpenSim/OpenSim.GridInterfaces/Remote/OpenSim.GridInterfaces.Remote.csproj | 8 | ||||
-rw-r--r-- | OpenSim/OpenSim.GridInterfaces/Remote/OpenSim.GridInterfaces.Remote.dll.build | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/OpenSim/OpenSim.GridInterfaces/Remote/OpenSim.GridInterfaces.Remote.csproj b/OpenSim/OpenSim.GridInterfaces/Remote/OpenSim.GridInterfaces.Remote.csproj index 28e0bb8..11aacac 100644 --- a/OpenSim/OpenSim.GridInterfaces/Remote/OpenSim.GridInterfaces.Remote.csproj +++ b/OpenSim/OpenSim.GridInterfaces/Remote/OpenSim.GridInterfaces.Remote.csproj | |||
@@ -58,6 +58,10 @@ | |||
58 | <NoWarn></NoWarn> | 58 | <NoWarn></NoWarn> |
59 | </PropertyGroup> | 59 | </PropertyGroup> |
60 | <ItemGroup> | 60 | <ItemGroup> |
61 | <Reference Include="libsecondlife.dll" > | ||
62 | <HintPath>..\..\..\bin\libsecondlife.dll</HintPath> | ||
63 | <Private>False</Private> | ||
64 | </Reference> | ||
61 | <Reference Include="System" > | 65 | <Reference Include="System" > |
62 | <HintPath>System.dll</HintPath> | 66 | <HintPath>System.dll</HintPath> |
63 | <Private>False</Private> | 67 | <Private>False</Private> |
@@ -66,10 +70,6 @@ | |||
66 | <HintPath>System.Xml.dll</HintPath> | 70 | <HintPath>System.Xml.dll</HintPath> |
67 | <Private>False</Private> | 71 | <Private>False</Private> |
68 | </Reference> | 72 | </Reference> |
69 | <Reference Include="libsecondlife.dll" > | ||
70 | <HintPath>..\..\..\bin\libsecondlife.dll</HintPath> | ||
71 | <Private>False</Private> | ||
72 | </Reference> | ||
73 | </ItemGroup> | 73 | </ItemGroup> |
74 | <ItemGroup> | 74 | <ItemGroup> |
75 | <ProjectReference Include="..\..\..\Common\OpenSim.Framework\OpenSim.Framework.csproj"> | 75 | <ProjectReference Include="..\..\..\Common\OpenSim.Framework\OpenSim.Framework.csproj"> |
diff --git a/OpenSim/OpenSim.GridInterfaces/Remote/OpenSim.GridInterfaces.Remote.dll.build b/OpenSim/OpenSim.GridInterfaces/Remote/OpenSim.GridInterfaces.Remote.dll.build index daf35c6..860251f 100644 --- a/OpenSim/OpenSim.GridInterfaces/Remote/OpenSim.GridInterfaces.Remote.dll.build +++ b/OpenSim/OpenSim.GridInterfaces/Remote/OpenSim.GridInterfaces.Remote.dll.build | |||
@@ -20,11 +20,11 @@ | |||
20 | <include name="${project::get-base-directory()}" /> | 20 | <include name="${project::get-base-directory()}" /> |
21 | <include name="${project::get-base-directory()}/${build.dir}" /> | 21 | <include name="${project::get-base-directory()}/${build.dir}" /> |
22 | </lib> | 22 | </lib> |
23 | <include name="System.dll" /> | ||
24 | <include name="System.Xml.dll" /> | ||
25 | <include name="../../../bin/libsecondlife.dll" /> | 23 | <include name="../../../bin/libsecondlife.dll" /> |
26 | <include name="../../../bin/OpenSim.Framework.dll" /> | 24 | <include name="../../../bin/OpenSim.Framework.dll" /> |
27 | <include name="../../../bin/OpenSim.Framework.Console.dll" /> | 25 | <include name="../../../bin/OpenSim.Framework.Console.dll" /> |
26 | <include name="System.dll" /> | ||
27 | <include name="System.Xml.dll" /> | ||
28 | <include name="../../../bin/XMLRPC.dll" /> | 28 | <include name="../../../bin/XMLRPC.dll" /> |
29 | </references> | 29 | </references> |
30 | </csc> | 30 | </csc> |