aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.Framework/OpenSim.Framework.csproj
diff options
context:
space:
mode:
authorMW2007-04-25 13:03:48 +0000
committerMW2007-04-25 13:03:48 +0000
commitf7b51d63a87a6703d7cb8f376d1f3f7ec6ede8a0 (patch)
treeb9f8f1dac346906f1333aa3fc8da704466eda005 /OpenSim.Framework/OpenSim.Framework.csproj
parent* Added try{}catch{} to RunTerrainCmd (diff)
downloadopensim-SC_OLD-f7b51d63a87a6703d7cb8f376d1f3f7ec6ede8a0.zip
opensim-SC_OLD-f7b51d63a87a6703d7cb8f376d1f3f7ec6ede8a0.tar.gz
opensim-SC_OLD-f7b51d63a87a6703d7cb8f376d1f3f7ec6ede8a0.tar.bz2
opensim-SC_OLD-f7b51d63a87a6703d7cb8f376d1f3f7ec6ede8a0.tar.xz
Small clean up of files and directories
Diffstat (limited to 'OpenSim.Framework/OpenSim.Framework.csproj')
-rw-r--r--OpenSim.Framework/OpenSim.Framework.csproj58
1 files changed, 29 insertions, 29 deletions
diff --git a/OpenSim.Framework/OpenSim.Framework.csproj b/OpenSim.Framework/OpenSim.Framework.csproj
index 68b7ef0..ea4817e 100644
--- a/OpenSim.Framework/OpenSim.Framework.csproj
+++ b/OpenSim.Framework/OpenSim.Framework.csproj
@@ -78,91 +78,91 @@
78 <ItemGroup> 78 <ItemGroup>
79 </ItemGroup> 79 </ItemGroup>
80 <ItemGroup> 80 <ItemGroup>
81 <Compile Include="AgentCiruitData.cs"> 81 <Compile Include="AgentInventory.cs">
82 <SubType>Code</SubType> 82 <SubType>Code</SubType>
83 </Compile> 83 </Compile>
84 <Compile Include="AgentInventory.cs"> 84 <Compile Include="BlockingQueue.cs">
85 <SubType>Code</SubType> 85 <SubType>Code</SubType>
86 </Compile> 86 </Compile>
87 <Compile Include="AssetBase.cs"> 87 <Compile Include="HeightMapGenHills.cs">
88 <SubType>Code</SubType> 88 <SubType>Code</SubType>
89 </Compile> 89 </Compile>
90 <Compile Include="BlockingQueue.cs"> 90 <Compile Include="LoginService.cs">
91 <SubType>Code</SubType> 91 <SubType>Code</SubType>
92 </Compile> 92 </Compile>
93 <Compile Include="HeightMapGenHills.cs"> 93 <Compile Include="SimProfile.cs">
94 <SubType>Code</SubType> 94 <SubType>Code</SubType>
95 </Compile> 95 </Compile>
96 <Compile Include="IAssetServer.cs"> 96 <Compile Include="SimProfileBase.cs">
97 <SubType>Code</SubType> 97 <SubType>Code</SubType>
98 </Compile> 98 </Compile>
99 <Compile Include="IConfig.cs"> 99 <Compile Include="UserProfile.cs">
100 <SubType>Code</SubType> 100 <SubType>Code</SubType>
101 </Compile> 101 </Compile>
102 <Compile Include="IGenericConfig.cs"> 102 <Compile Include="UserProfileManager.cs">
103 <SubType>Code</SubType> 103 <SubType>Code</SubType>
104 </Compile> 104 </Compile>
105 <Compile Include="IGridConfig.cs"> 105 <Compile Include="UserProfileManagerBase.cs">
106 <SubType>Code</SubType> 106 <SubType>Code</SubType>
107 </Compile> 107 </Compile>
108 <Compile Include="IGridServer.cs"> 108 <Compile Include="Util.cs">
109 <SubType>Code</SubType> 109 <SubType>Code</SubType>
110 </Compile> 110 </Compile>
111 <Compile Include="ILocalStorage.cs"> 111 <Compile Include="Interfaces\IAssetServer.cs">
112 <SubType>Code</SubType> 112 <SubType>Code</SubType>
113 </Compile> 113 </Compile>
114 <Compile Include="IScriptAPI.cs"> 114 <Compile Include="Interfaces\IConfig.cs">
115 <SubType>Code</SubType> 115 <SubType>Code</SubType>
116 </Compile> 116 </Compile>
117 <Compile Include="IScriptEngine.cs"> 117 <Compile Include="Interfaces\IGenericConfig.cs">
118 <SubType>Code</SubType> 118 <SubType>Code</SubType>
119 </Compile> 119 </Compile>
120 <Compile Include="IUserConfig.cs"> 120 <Compile Include="Interfaces\IGridConfig.cs">
121 <SubType>Code</SubType> 121 <SubType>Code</SubType>
122 </Compile> 122 </Compile>
123 <Compile Include="IUserServer.cs"> 123 <Compile Include="Interfaces\IGridServer.cs">
124 <SubType>Code</SubType> 124 <SubType>Code</SubType>
125 </Compile> 125 </Compile>
126 <Compile Include="LocalGridBase.cs"> 126 <Compile Include="Interfaces\ILocalStorage.cs">
127 <SubType>Code</SubType> 127 <SubType>Code</SubType>
128 </Compile> 128 </Compile>
129 <Compile Include="Login.cs"> 129 <Compile Include="Interfaces\IScriptAPI.cs">
130 <SubType>Code</SubType> 130 <SubType>Code</SubType>
131 </Compile> 131 </Compile>
132 <Compile Include="LoginService.cs"> 132 <Compile Include="Interfaces\IScriptEngine.cs">
133 <SubType>Code</SubType> 133 <SubType>Code</SubType>
134 </Compile> 134 </Compile>
135 <Compile Include="NeighbourInfo.cs"> 135 <Compile Include="Interfaces\IUserConfig.cs">
136 <SubType>Code</SubType> 136 <SubType>Code</SubType>
137 </Compile> 137 </Compile>
138 <Compile Include="OSVector3.cs"> 138 <Compile Include="Interfaces\IUserServer.cs">
139 <SubType>Code</SubType> 139 <SubType>Code</SubType>
140 </Compile> 140 </Compile>
141 <Compile Include="PrimData.cs"> 141 <Compile Include="Interfaces\LocalGridBase.cs">
142 <SubType>Code</SubType> 142 <SubType>Code</SubType>
143 </Compile> 143 </Compile>
144 <Compile Include="RemoteGridBase.cs"> 144 <Compile Include="Interfaces\RemoteGridBase.cs">
145 <SubType>Code</SubType> 145 <SubType>Code</SubType>
146 </Compile> 146 </Compile>
147 <Compile Include="SimProfile.cs"> 147 <Compile Include="Properties\AssemblyInfo.cs">
148 <SubType>Code</SubType> 148 <SubType>Code</SubType>
149 </Compile> 149 </Compile>
150 <Compile Include="SimProfileBase.cs"> 150 <Compile Include="Types\AgentCiruitData.cs">
151 <SubType>Code</SubType> 151 <SubType>Code</SubType>
152 </Compile> 152 </Compile>
153 <Compile Include="UserProfile.cs"> 153 <Compile Include="Types\AssetBase.cs">
154 <SubType>Code</SubType> 154 <SubType>Code</SubType>
155 </Compile> 155 </Compile>
156 <Compile Include="UserProfileManager.cs"> 156 <Compile Include="Types\Login.cs">
157 <SubType>Code</SubType> 157 <SubType>Code</SubType>
158 </Compile> 158 </Compile>
159 <Compile Include="UserProfileManagerBase.cs"> 159 <Compile Include="Types\NeighbourInfo.cs">
160 <SubType>Code</SubType> 160 <SubType>Code</SubType>
161 </Compile> 161 </Compile>
162 <Compile Include="Util.cs"> 162 <Compile Include="Types\OSVector3.cs">
163 <SubType>Code</SubType> 163 <SubType>Code</SubType>
164 </Compile> 164 </Compile>
165 <Compile Include="Properties\AssemblyInfo.cs"> 165 <Compile Include="Types\PrimData.cs">
166 <SubType>Code</SubType> 166 <SubType>Code</SubType>
167 </Compile> 167 </Compile>
168 </ItemGroup> 168 </ItemGroup>