aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Common/OpenSim.Framework/OpenSim.Framework.csproj
diff options
context:
space:
mode:
authorlbsa712007-06-13 21:06:39 +0000
committerlbsa712007-06-13 21:06:39 +0000
commit1876c70ebdc2b620797318a56fb4c2ea03fbef17 (patch)
treed1cdee5f1ddb4751b6cb41b97bb847ba337ad4c0 /Common/OpenSim.Framework/OpenSim.Framework.csproj
parent* First attempt at fixing differing build files on different .net flavours. (diff)
downloadopensim-SC_OLD-1876c70ebdc2b620797318a56fb4c2ea03fbef17.zip
opensim-SC_OLD-1876c70ebdc2b620797318a56fb4c2ea03fbef17.tar.gz
opensim-SC_OLD-1876c70ebdc2b620797318a56fb4c2ea03fbef17.tar.bz2
opensim-SC_OLD-1876c70ebdc2b620797318a56fb4c2ea03fbef17.tar.xz
* Changed some more sort order issues
* Updated vs2005 files as well
Diffstat (limited to 'Common/OpenSim.Framework/OpenSim.Framework.csproj')
-rw-r--r--Common/OpenSim.Framework/OpenSim.Framework.csproj68
1 files changed, 34 insertions, 34 deletions
diff --git a/Common/OpenSim.Framework/OpenSim.Framework.csproj b/Common/OpenSim.Framework/OpenSim.Framework.csproj
index f481d2e..4cedbd9 100644
--- a/Common/OpenSim.Framework/OpenSim.Framework.csproj
+++ b/Common/OpenSim.Framework/OpenSim.Framework.csproj
@@ -58,20 +58,20 @@
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>
@@ -87,79 +87,79 @@
87 <Compile Include="AgentInventory.cs"> 87 <Compile Include="AgentInventory.cs">
88 <SubType>Code</SubType> 88 <SubType>Code</SubType>
89 </Compile> 89 </Compile>
90 <Compile Include="Util.cs"> 90 <Compile Include="BlockingQueue.cs">
91 <SubType>Code</SubType>
92 </Compile>
93 <Compile Include="Remoting.cs">
94 <SubType>Code</SubType> 91 <SubType>Code</SubType>
95 </Compile> 92 </Compile>
96 <Compile Include="UserProfileManagerBase.cs"> 93 <Compile Include="HeightMapGenHills.cs">
97 <SubType>Code</SubType> 94 <SubType>Code</SubType>
98 </Compile> 95 </Compile>
99 <Compile Include="LoginService.cs"> 96 <Compile Include="LoginService.cs">
100 <SubType>Code</SubType> 97 <SubType>Code</SubType>
101 </Compile> 98 </Compile>
102 <Compile Include="UserProfileManager.cs"> 99 <Compile Include="Remoting.cs">
103 <SubType>Code</SubType> 100 <SubType>Code</SubType>
104 </Compile> 101 </Compile>
105 <Compile Include="HeightMapGenHills.cs"> 102 <Compile Include="SimProfile.cs">
106 <SubType>Code</SubType> 103 <SubType>Code</SubType>
107 </Compile> 104 </Compile>
108 <Compile Include="BlockingQueue.cs"> 105 <Compile Include="SimProfileBase.cs">
109 <SubType>Code</SubType> 106 <SubType>Code</SubType>
110 </Compile> 107 </Compile>
111 <Compile Include="UserProfile.cs"> 108 <Compile Include="UserProfile.cs">
112 <SubType>Code</SubType> 109 <SubType>Code</SubType>
113 </Compile> 110 </Compile>
114 <Compile Include="SimProfileBase.cs"> 111 <Compile Include="UserProfileManager.cs">
115 <SubType>Code</SubType> 112 <SubType>Code</SubType>
116 </Compile> 113 </Compile>
117 <Compile Include="SimProfile.cs"> 114 <Compile Include="UserProfileManagerBase.cs">
118 <SubType>Code</SubType> 115 <SubType>Code</SubType>
119 </Compile> 116 </Compile>
120 <Compile Include="Interfaces\IGenericConfig.cs"> 117 <Compile Include="Util.cs">
121 <SubType>Code</SubType> 118 <SubType>Code</SubType>
122 </Compile> 119 </Compile>
123 <Compile Include="Interfaces\LocalGridBase.cs"> 120 <Compile Include="Interfaces\IAssetServer.cs">
124 <SubType>Code</SubType> 121 <SubType>Code</SubType>
125 </Compile> 122 </Compile>
126 <Compile Include="Interfaces\RemoteGridBase.cs"> 123 <Compile Include="Interfaces\IClientAPI.cs">
127 <SubType>Code</SubType> 124 <SubType>Code</SubType>
128 </Compile> 125 </Compile>
129 <Compile Include="Interfaces\IUserConfig.cs"> 126 <Compile Include="Interfaces\IConfig.cs">
130 <SubType>Code</SubType> 127 <SubType>Code</SubType>
131 </Compile> 128 </Compile>
132 <Compile Include="Interfaces\IConfig.cs"> 129 <Compile Include="Interfaces\IGenericConfig.cs">
133 <SubType>Code</SubType> 130 <SubType>Code</SubType>
134 </Compile> 131 </Compile>
135 <Compile Include="Interfaces\IUserServer.cs"> 132 <Compile Include="Interfaces\IGridConfig.cs">
136 <SubType>Code</SubType> 133 <SubType>Code</SubType>
137 </Compile> 134 </Compile>
138 <Compile Include="Interfaces\IAssetServer.cs"> 135 <Compile Include="Interfaces\IGridServer.cs">
139 <SubType>Code</SubType> 136 <SubType>Code</SubType>
140 </Compile> 137 </Compile>
141 <Compile Include="Interfaces\IClientAPI.cs"> 138 <Compile Include="Interfaces\ILocalStorage.cs">
139 <SubType>Code</SubType>
140 </Compile>
141 <Compile Include="Interfaces\IScriptAPI.cs">
142 <SubType>Code</SubType> 142 <SubType>Code</SubType>
143 </Compile> 143 </Compile>
144 <Compile Include="Interfaces\IScriptEngine.cs"> 144 <Compile Include="Interfaces\IScriptEngine.cs">
145 <SubType>Code</SubType> 145 <SubType>Code</SubType>
146 </Compile> 146 </Compile>
147 <Compile Include="Interfaces\IGridConfig.cs"> 147 <Compile Include="Interfaces\IUserConfig.cs">
148 <SubType>Code</SubType> 148 <SubType>Code</SubType>
149 </Compile> 149 </Compile>
150 <Compile Include="Interfaces\IGridServer.cs"> 150 <Compile Include="Interfaces\IUserServer.cs">
151 <SubType>Code</SubType> 151 <SubType>Code</SubType>
152 </Compile> 152 </Compile>
153 <Compile Include="Interfaces\IScriptAPI.cs"> 153 <Compile Include="Interfaces\LocalGridBase.cs">
154 <SubType>Code</SubType> 154 <SubType>Code</SubType>
155 </Compile> 155 </Compile>
156 <Compile Include="Interfaces\ILocalStorage.cs"> 156 <Compile Include="Interfaces\RemoteGridBase.cs">
157 <SubType>Code</SubType> 157 <SubType>Code</SubType>
158 </Compile> 158 </Compile>
159 <Compile Include="Properties\AssemblyInfo.cs"> 159 <Compile Include="Properties\AssemblyInfo.cs">
160 <SubType>Code</SubType> 160 <SubType>Code</SubType>
161 </Compile> 161 </Compile>
162 <Compile Include="Types\EstateSettings.cs"> 162 <Compile Include="Types\AgentCircuitData.cs">
163 <SubType>Code</SubType> 163 <SubType>Code</SubType>
164 </Compile> 164 </Compile>
165 <Compile Include="Types\AssetBase.cs"> 165 <Compile Include="Types\AssetBase.cs">
@@ -171,6 +171,9 @@
171 <Compile Include="Types\AssetStorage.cs"> 171 <Compile Include="Types\AssetStorage.cs">
172 <SubType>Code</SubType> 172 <SubType>Code</SubType>
173 </Compile> 173 </Compile>
174 <Compile Include="Types\EstateSettings.cs">
175 <SubType>Code</SubType>
176 </Compile>
174 <Compile Include="Types\Login.cs"> 177 <Compile Include="Types\Login.cs">
175 <SubType>Code</SubType> 178 <SubType>Code</SubType>
176 </Compile> 179 </Compile>
@@ -186,9 +189,6 @@
186 <Compile Include="Types\PrimData.cs"> 189 <Compile Include="Types\PrimData.cs">
187 <SubType>Code</SubType> 190 <SubType>Code</SubType>
188 </Compile> 191 </Compile>
189 <Compile Include="Types\AgentCircuitData.cs">
190 <SubType>Code</SubType>
191 </Compile>
192 </ItemGroup> 192 </ItemGroup>
193 <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" /> 193 <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
194 <PropertyGroup> 194 <PropertyGroup>