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 /Common/OpenSim.Framework | |
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 'Common/OpenSim.Framework')
-rw-r--r-- | Common/OpenSim.Framework/OpenSim.Framework.csproj | 28 | ||||
-rw-r--r-- | Common/OpenSim.Framework/OpenSim.Framework.dll.build | 6 |
2 files changed, 17 insertions, 17 deletions
diff --git a/Common/OpenSim.Framework/OpenSim.Framework.csproj b/Common/OpenSim.Framework/OpenSim.Framework.csproj index 8e6fdea..3c0d66e 100644 --- a/Common/OpenSim.Framework/OpenSim.Framework.csproj +++ b/Common/OpenSim.Framework/OpenSim.Framework.csproj | |||
@@ -58,36 +58,36 @@ | |||
58 | <NoWarn></NoWarn> | 58 | <NoWarn></NoWarn> |
59 | </PropertyGroup> | 59 | </PropertyGroup> |
60 | <ItemGroup> | 60 | <ItemGroup> |
61 | <Reference Include="System" > | 61 | <Reference Include="Db4objects.Db4o.dll" > |
62 | <HintPath>System.dll</HintPath> | 62 | <HintPath>..\..\bin\Db4objects.Db4o.dll</HintPath> |
63 | <Private>False</Private> | ||
64 | </Reference> | ||
65 | <Reference Include="System.Xml" > | ||
66 | <HintPath>System.Xml.dll</HintPath> | ||
67 | <Private>False</Private> | 63 | <Private>False</Private> |
68 | </Reference> | 64 | </Reference> |
69 | <Reference Include="libsecondlife.dll" > | 65 | <Reference Include="libsecondlife.dll" > |
70 | <HintPath>..\..\bin\libsecondlife.dll</HintPath> | 66 | <HintPath>..\..\bin\libsecondlife.dll</HintPath> |
71 | <Private>False</Private> | 67 | <Private>False</Private> |
72 | </Reference> | 68 | </Reference> |
73 | <Reference Include="Db4objects.Db4o.dll" > | 69 | <Reference Include="System" > |
74 | <HintPath>..\..\bin\Db4objects.Db4o.dll</HintPath> | 70 | <HintPath>System.dll</HintPath> |
71 | <Private>False</Private> | ||
72 | </Reference> | ||
73 | <Reference Include="System.Xml" > | ||
74 | <HintPath>System.Xml.dll</HintPath> | ||
75 | <Private>False</Private> | 75 | <Private>False</Private> |
76 | </Reference> | 76 | </Reference> |
77 | </ItemGroup> | 77 | </ItemGroup> |
78 | <ItemGroup> | 78 | <ItemGroup> |
79 | <ProjectReference Include="..\XmlRpcCS\XMLRPC.csproj"> | ||
80 | <Name>XMLRPC</Name> | ||
81 | <Project>{8E81D43C-0000-0000-0000-000000000000}</Project> | ||
82 | <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> | ||
83 | <Private>False</Private> | ||
84 | </ProjectReference> | ||
85 | <ProjectReference Include="..\OpenSim.Framework.Console\OpenSim.Framework.Console.csproj"> | 79 | <ProjectReference Include="..\OpenSim.Framework.Console\OpenSim.Framework.Console.csproj"> |
86 | <Name>OpenSim.Framework.Console</Name> | 80 | <Name>OpenSim.Framework.Console</Name> |
87 | <Project>{A7CD0630-0000-0000-0000-000000000000}</Project> | 81 | <Project>{A7CD0630-0000-0000-0000-000000000000}</Project> |
88 | <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> | 82 | <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> |
89 | <Private>False</Private> | 83 | <Private>False</Private> |
90 | </ProjectReference> | 84 | </ProjectReference> |
85 | <ProjectReference Include="..\XmlRpcCS\XMLRPC.csproj"> | ||
86 | <Name>XMLRPC</Name> | ||
87 | <Project>{8E81D43C-0000-0000-0000-000000000000}</Project> | ||
88 | <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> | ||
89 | <Private>False</Private> | ||
90 | </ProjectReference> | ||
91 | </ItemGroup> | 91 | </ItemGroup> |
92 | <ItemGroup> | 92 | <ItemGroup> |
93 | <Compile Include="AgentInventory.cs"> | 93 | <Compile Include="AgentInventory.cs"> |
diff --git a/Common/OpenSim.Framework/OpenSim.Framework.dll.build b/Common/OpenSim.Framework/OpenSim.Framework.dll.build index 5ef4c27..c50bdec 100644 --- a/Common/OpenSim.Framework/OpenSim.Framework.dll.build +++ b/Common/OpenSim.Framework/OpenSim.Framework.dll.build | |||
@@ -56,12 +56,12 @@ | |||
56 | <include name="${project::get-base-directory()}" /> | 56 | <include name="${project::get-base-directory()}" /> |
57 | <include name="${project::get-base-directory()}/${build.dir}" /> | 57 | <include name="${project::get-base-directory()}/${build.dir}" /> |
58 | </lib> | 58 | </lib> |
59 | <include name="../../bin/Db4objects.Db4o.dll" /> | ||
60 | <include name="../../bin/libsecondlife.dll" /> | ||
61 | <include name="../../bin/OpenSim.Framework.Console.dll" /> | ||
59 | <include name="System.dll" /> | 62 | <include name="System.dll" /> |
60 | <include name="System.Xml.dll" /> | 63 | <include name="System.Xml.dll" /> |
61 | <include name="../../bin/libsecondlife.dll" /> | ||
62 | <include name="../../bin/Db4objects.Db4o.dll" /> | ||
63 | <include name="../../bin/XMLRPC.dll" /> | 64 | <include name="../../bin/XMLRPC.dll" /> |
64 | <include name="../../bin/OpenSim.Framework.Console.dll" /> | ||
65 | </references> | 65 | </references> |
66 | </csc> | 66 | </csc> |
67 | <echo message="Copying from [${project::get-base-directory()}/${build.dir}/] to [${project::get-base-directory()}/../../bin/" /> | 67 | <echo message="Copying from [${project::get-base-directory()}/${build.dir}/] to [${project::get-base-directory()}/../../bin/" /> |