aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Common/OpenSim.Framework/OpenSim.Framework.csproj
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Common/OpenSim.Framework/OpenSim.Framework.csproj16
-rw-r--r--Common/OpenSim.Framework/OpenSim.Framework.csproj.user2
2 files changed, 9 insertions, 9 deletions
diff --git a/Common/OpenSim.Framework/OpenSim.Framework.csproj b/Common/OpenSim.Framework/OpenSim.Framework.csproj
index 39ce0ff..ab29d04 100644
--- a/Common/OpenSim.Framework/OpenSim.Framework.csproj
+++ b/Common/OpenSim.Framework/OpenSim.Framework.csproj
@@ -144,15 +144,15 @@
144 <Compile Include="Interfaces\IWorld.cs"> 144 <Compile Include="Interfaces\IWorld.cs">
145 <SubType>Code</SubType> 145 <SubType>Code</SubType>
146 </Compile> 146 </Compile>
147 <Compile Include="Interfaces\IClientAPI.cs">
148 <SubType>Code</SubType>
149 </Compile>
150 <Compile Include="Interfaces\IGridServer.cs"> 147 <Compile Include="Interfaces\IGridServer.cs">
151 <SubType>Code</SubType> 148 <SubType>Code</SubType>
152 </Compile> 149 </Compile>
153 <Compile Include="Interfaces\ILocalStorage.cs"> 150 <Compile Include="Interfaces\ILocalStorage.cs">
154 <SubType>Code</SubType> 151 <SubType>Code</SubType>
155 </Compile> 152 </Compile>
153 <Compile Include="Interfaces\IClientAPI.cs">
154 <SubType>Code</SubType>
155 </Compile>
156 <Compile Include="Interfaces\Scripting\IScriptEngine.cs"> 156 <Compile Include="Interfaces\Scripting\IScriptEngine.cs">
157 <SubType>Code</SubType> 157 <SubType>Code</SubType>
158 </Compile> 158 </Compile>
@@ -195,7 +195,7 @@
195 <Compile Include="Types\NetworkServersInfo.cs"> 195 <Compile Include="Types\NetworkServersInfo.cs">
196 <SubType>Code</SubType> 196 <SubType>Code</SubType>
197 </Compile> 197 </Compile>
198 <Compile Include="Types\RegionInfo.cs"> 198 <Compile Include="Types\ParcelData.cs">
199 <SubType>Code</SubType> 199 <SubType>Code</SubType>
200 </Compile> 200 </Compile>
201 <Compile Include="Types\AgentWearable.cs"> 201 <Compile Include="Types\AgentWearable.cs">
@@ -207,6 +207,9 @@
207 <Compile Include="Types\AssetStorage.cs"> 207 <Compile Include="Types\AssetStorage.cs">
208 <SubType>Code</SubType> 208 <SubType>Code</SubType>
209 </Compile> 209 </Compile>
210 <Compile Include="Types\EstateSettings.cs">
211 <SubType>Code</SubType>
212 </Compile>
210 <Compile Include="Types\OSVector3.cs"> 213 <Compile Include="Types\OSVector3.cs">
211 <SubType>Code</SubType> 214 <SubType>Code</SubType>
212 </Compile> 215 </Compile>
@@ -222,10 +225,7 @@
222 <Compile Include="Types\AssetBase.cs"> 225 <Compile Include="Types\AssetBase.cs">
223 <SubType>Code</SubType> 226 <SubType>Code</SubType>
224 </Compile> 227 </Compile>
225 <Compile Include="Types\ParcelData.cs"> 228 <Compile Include="Types\RegionInfo.cs">
226 <SubType>Code</SubType>
227 </Compile>
228 <Compile Include="Types\EstateSettings.cs">
229 <SubType>Code</SubType> 229 <SubType>Code</SubType>
230 </Compile> 230 </Compile>
231 </ItemGroup> 231 </ItemGroup>
diff --git a/Common/OpenSim.Framework/OpenSim.Framework.csproj.user b/Common/OpenSim.Framework/OpenSim.Framework.csproj.user
index 9bfaf67..082d673 100644
--- a/Common/OpenSim.Framework/OpenSim.Framework.csproj.user
+++ b/Common/OpenSim.Framework/OpenSim.Framework.csproj.user
@@ -2,7 +2,7 @@
2 <PropertyGroup> 2 <PropertyGroup>
3 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 3 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 4 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5 <ReferencePath>C:\New Folder\second-life-viewer\opensim-dailys2\opensim26-05\branches\Sugilite\bin\</ReferencePath> 5 <ReferencePath>C:\sugilite\bin\</ReferencePath>
6 <LastOpenVersion>8.0.50727</LastOpenVersion> 6 <LastOpenVersion>8.0.50727</LastOpenVersion>
7 <ProjectView>ProjectFiles</ProjectView> 7 <ProjectView>ProjectFiles</ProjectView>
8 <ProjectTrust>0</ProjectTrust> 8 <ProjectTrust>0</ProjectTrust>