OpenSim.Framework.csproj 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225
  1. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectType>Local</ProjectType>
  4. <ProductVersion>8.0.50727</ProductVersion>
  5. <SchemaVersion>2.0</SchemaVersion>
  6. <ProjectGuid>{8ACA2445-0000-0000-0000-000000000000}</ProjectGuid>
  7. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  8. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  9. <ApplicationIcon>
  10. </ApplicationIcon>
  11. <AssemblyKeyContainerName>
  12. </AssemblyKeyContainerName>
  13. <AssemblyName>OpenSim.Framework</AssemblyName>
  14. <DefaultClientScript>JScript</DefaultClientScript>
  15. <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
  16. <DefaultTargetSchema>IE50</DefaultTargetSchema>
  17. <DelaySign>false</DelaySign>
  18. <OutputType>Library</OutputType>
  19. <AppDesignerFolder>
  20. </AppDesignerFolder>
  21. <RootNamespace>OpenSim.Framework</RootNamespace>
  22. <StartupObject>
  23. </StartupObject>
  24. <FileUpgradeFlags>
  25. </FileUpgradeFlags>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  28. <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
  29. <BaseAddress>285212672</BaseAddress>
  30. <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
  31. <ConfigurationOverrideFile>
  32. </ConfigurationOverrideFile>
  33. <DefineConstants>TRACE;DEBUG</DefineConstants>
  34. <DocumentationFile>
  35. </DocumentationFile>
  36. <DebugSymbols>True</DebugSymbols>
  37. <FileAlignment>4096</FileAlignment>
  38. <Optimize>False</Optimize>
  39. <OutputPath>..\..\bin\</OutputPath>
  40. <RegisterForComInterop>False</RegisterForComInterop>
  41. <RemoveIntegerChecks>False</RemoveIntegerChecks>
  42. <TreatWarningsAsErrors>False</TreatWarningsAsErrors>
  43. <WarningLevel>4</WarningLevel>
  44. <NoWarn>
  45. </NoWarn>
  46. </PropertyGroup>
  47. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  48. <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
  49. <BaseAddress>285212672</BaseAddress>
  50. <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
  51. <ConfigurationOverrideFile>
  52. </ConfigurationOverrideFile>
  53. <DefineConstants>TRACE</DefineConstants>
  54. <DocumentationFile>
  55. </DocumentationFile>
  56. <DebugSymbols>False</DebugSymbols>
  57. <FileAlignment>4096</FileAlignment>
  58. <Optimize>True</Optimize>
  59. <OutputPath>..\..\bin\</OutputPath>
  60. <RegisterForComInterop>False</RegisterForComInterop>
  61. <RemoveIntegerChecks>False</RemoveIntegerChecks>
  62. <TreatWarningsAsErrors>False</TreatWarningsAsErrors>
  63. <WarningLevel>4</WarningLevel>
  64. <NoWarn>
  65. </NoWarn>
  66. </PropertyGroup>
  67. <ItemGroup>
  68. <Reference Include="System">
  69. <HintPath>System.dll</HintPath>
  70. <Private>False</Private>
  71. </Reference>
  72. <Reference Include="System.Data" />
  73. <Reference Include="System.Xml">
  74. <HintPath>System.Xml.dll</HintPath>
  75. <Private>False</Private>
  76. </Reference>
  77. <Reference Include="libsecondlife.dll">
  78. <HintPath>..\..\bin\libsecondlife.dll</HintPath>
  79. <Private>False</Private>
  80. </Reference>
  81. <Reference Include="Db4objects.Db4o.dll">
  82. <HintPath>..\..\bin\Db4objects.Db4o.dll</HintPath>
  83. <Private>False</Private>
  84. </Reference>
  85. </ItemGroup>
  86. <ItemGroup>
  87. <ProjectReference Include="..\OpenSim.Framework.Console\OpenSim.Framework.Console.csproj">
  88. <Project>{A7CD0630-0000-0000-0000-000000000000}</Project>
  89. <Name>OpenSim.Framework.Console</Name>
  90. </ProjectReference>
  91. <ProjectReference Include="..\XmlRpcCS\XMLRPC.csproj">
  92. <Name>XMLRPC</Name>
  93. <Project>{8E81D43C-0000-0000-0000-000000000000}</Project>
  94. <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
  95. <Private>False</Private>
  96. </ProjectReference>
  97. </ItemGroup>
  98. <ItemGroup>
  99. <Compile Include="AgentInventory.cs">
  100. <SubType>Code</SubType>
  101. </Compile>
  102. <Compile Include="AuthenticateSessionBase.cs" />
  103. <Compile Include="BlockingQueue.cs">
  104. <SubType>Code</SubType>
  105. </Compile>
  106. <Compile Include="IRegionCommsHost.cs" />
  107. <Compile Include="LoginService.cs">
  108. <SubType>Code</SubType>
  109. </Compile>
  110. <Compile Include="RegionCommsHostBase.cs" />
  111. <Compile Include="Remoting.cs">
  112. <SubType>Code</SubType>
  113. </Compile>
  114. <Compile Include="SimProfile.cs" />
  115. <Compile Include="SimProfileBase.cs" />
  116. <Compile Include="Types\AgentWearable.cs" />
  117. <Compile Include="Types\NetworkServersInfo.cs" />
  118. <Compile Include="UserProfile.cs">
  119. <SubType>Code</SubType>
  120. </Compile>
  121. <Compile Include="UserProfileManager.cs">
  122. <SubType>Code</SubType>
  123. </Compile>
  124. <Compile Include="UserProfileManagerBase.cs">
  125. <SubType>Code</SubType>
  126. </Compile>
  127. <Compile Include="Util.cs">
  128. <SubType>Code</SubType>
  129. </Compile>
  130. <Compile Include="Interfaces\IAssetServer.cs">
  131. <SubType>Code</SubType>
  132. </Compile>
  133. <Compile Include="Interfaces\IClientAPI.cs">
  134. <SubType>Code</SubType>
  135. </Compile>
  136. <Compile Include="Interfaces\IGridServer.cs">
  137. <SubType>Code</SubType>
  138. </Compile>
  139. <Compile Include="Interfaces\ILocalStorage.cs">
  140. <SubType>Code</SubType>
  141. </Compile>
  142. <Compile Include="Interfaces\IUserServer.cs">
  143. <SubType>Code</SubType>
  144. </Compile>
  145. <Compile Include="Interfaces\IWorld.cs">
  146. <SubType>Code</SubType>
  147. </Compile>
  148. <Compile Include="Interfaces\LocalGridBase.cs">
  149. <SubType>Code</SubType>
  150. </Compile>
  151. <Compile Include="Interfaces\RemoteGridBase.cs">
  152. <SubType>Code</SubType>
  153. </Compile>
  154. <Compile Include="Interfaces\Config\IGenericConfig.cs">
  155. <SubType>Code</SubType>
  156. </Compile>
  157. <Compile Include="Interfaces\Config\IGridConfig.cs">
  158. <SubType>Code</SubType>
  159. </Compile>
  160. <Compile Include="Interfaces\Config\IUserConfig.cs">
  161. <SubType>Code</SubType>
  162. </Compile>
  163. <Compile Include="Interfaces\Remoting\IGridServerHost.cs">
  164. <SubType>Code</SubType>
  165. </Compile>
  166. <Compile Include="Interfaces\Remoting\IProxyServerClient.cs">
  167. <SubType>Code</SubType>
  168. </Compile>
  169. <Compile Include="Interfaces\Remoting\IProxyServerHost.cs">
  170. <SubType>Code</SubType>
  171. </Compile>
  172. <Compile Include="Interfaces\Remoting\IRegionGridClient.cs">
  173. <SubType>Code</SubType>
  174. </Compile>
  175. <Compile Include="Interfaces\Remoting\IRegionSimHost.cs">
  176. <SubType>Code</SubType>
  177. </Compile>
  178. <Compile Include="Interfaces\Remoting\RegionGridClientBase.cs">
  179. <SubType>Code</SubType>
  180. </Compile>
  181. <Compile Include="Interfaces\Scripting\IScriptAPI.cs">
  182. <SubType>Code</SubType>
  183. </Compile>
  184. <Compile Include="Interfaces\Scripting\IScriptEngine.cs">
  185. <SubType>Code</SubType>
  186. </Compile>
  187. <Compile Include="Properties\AssemblyInfo.cs">
  188. <SubType>Code</SubType>
  189. </Compile>
  190. <Compile Include="Types\AgentCiruitData.cs">
  191. <SubType>Code</SubType>
  192. </Compile>
  193. <Compile Include="Types\AssetBase.cs">
  194. <SubType>Code</SubType>
  195. </Compile>
  196. <Compile Include="Types\AssetLandmark.cs">
  197. <SubType>Code</SubType>
  198. </Compile>
  199. <Compile Include="Types\AssetStorage.cs">
  200. <SubType>Code</SubType>
  201. </Compile>
  202. <Compile Include="Types\Login.cs">
  203. <SubType>Code</SubType>
  204. </Compile>
  205. <Compile Include="Types\NeighbourInfo.cs">
  206. <SubType>Code</SubType>
  207. </Compile>
  208. <Compile Include="Types\OSVector3.cs">
  209. <SubType>Code</SubType>
  210. </Compile>
  211. <Compile Include="Types\PrimData.cs">
  212. <SubType>Code</SubType>
  213. </Compile>
  214. <Compile Include="Types\RegionInfo.cs">
  215. <SubType>Code</SubType>
  216. </Compile>
  217. </ItemGroup>
  218. <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
  219. <PropertyGroup>
  220. <PreBuildEvent>
  221. </PreBuildEvent>
  222. <PostBuildEvent>
  223. </PostBuildEvent>
  224. </PropertyGroup>
  225. </Project>