OpenSim.RegionServer.csproj 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196
  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>{632E1BFD-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.RegionServer</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.RegionServer</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="Axiom.MathLib.dll">
  82. <HintPath>..\..\bin\Axiom.MathLib.dll</HintPath>
  83. <Private>False</Private>
  84. </Reference>
  85. <Reference Include="Db4objects.Db4o.dll">
  86. <HintPath>..\..\bin\Db4objects.Db4o.dll</HintPath>
  87. <Private>False</Private>
  88. </Reference>
  89. </ItemGroup>
  90. <ItemGroup>
  91. <ProjectReference Include="..\OpenSim.Terrain.BasicTerrain\OpenSim.Terrain.BasicTerrain.csproj">
  92. <Name>OpenSim.Terrain.BasicTerrain</Name>
  93. <Project>{2270B8FE-0000-0000-0000-000000000000}</Project>
  94. <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
  95. <Private>False</Private>
  96. </ProjectReference>
  97. <ProjectReference Include="..\..\Common\OpenSim.Framework\OpenSim.Framework.csproj">
  98. <Name>OpenSim.Framework</Name>
  99. <Project>{8ACA2445-0000-0000-0000-000000000000}</Project>
  100. <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
  101. <Private>False</Private>
  102. </ProjectReference>
  103. <ProjectReference Include="..\..\Common\OpenSim.Framework.Console\OpenSim.Framework.Console.csproj">
  104. <Name>OpenSim.Framework.Console</Name>
  105. <Project>{A7CD0630-0000-0000-0000-000000000000}</Project>
  106. <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
  107. <Private>False</Private>
  108. </ProjectReference>
  109. <ProjectReference Include="..\..\Common\OpenSim.GenericConfig\Xml\OpenSim.GenericConfig.Xml.csproj">
  110. <Name>OpenSim.GenericConfig.Xml</Name>
  111. <Project>{E88EF749-0000-0000-0000-000000000000}</Project>
  112. <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
  113. <Private>False</Private>
  114. </ProjectReference>
  115. <ProjectReference Include="..\OpenSim.Physics\Manager\OpenSim.Physics.Manager.csproj">
  116. <Name>OpenSim.Physics.Manager</Name>
  117. <Project>{8BE16150-0000-0000-0000-000000000000}</Project>
  118. <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
  119. <Private>False</Private>
  120. </ProjectReference>
  121. <ProjectReference Include="..\..\Common\OpenSim.Servers\OpenSim.Servers.csproj">
  122. <Name>OpenSim.Servers</Name>
  123. <Project>{8BB20F0A-0000-0000-0000-000000000000}</Project>
  124. <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
  125. <Private>False</Private>
  126. </ProjectReference>
  127. <ProjectReference Include="..\..\Common\XmlRpcCS\XMLRPC.csproj">
  128. <Name>XMLRPC</Name>
  129. <Project>{8E81D43C-0000-0000-0000-000000000000}</Project>
  130. <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
  131. <Private>False</Private>
  132. </ProjectReference>
  133. </ItemGroup>
  134. <ItemGroup>
  135. <Compile Include="AgentAssetUpload.cs">
  136. <SubType>Code</SubType>
  137. </Compile>
  138. <Compile Include="AuthenticateSessionsLocal.cs">
  139. <SubType>Code</SubType>
  140. </Compile>
  141. <Compile Include="AuthenticateSessionsRemote.cs">
  142. <SubType>Code</SubType>
  143. </Compile>
  144. <Compile Include="ClientView.API.cs">
  145. <SubType>Code</SubType>
  146. </Compile>
  147. <Compile Include="ClientView.cs">
  148. <SubType>Code</SubType>
  149. </Compile>
  150. <Compile Include="ClientView.Grid.cs">
  151. <SubType>Code</SubType>
  152. </Compile>
  153. <Compile Include="ClientView.PacketHandlers.cs">
  154. <SubType>Code</SubType>
  155. </Compile>
  156. <Compile Include="ClientView.ProcessPackets.cs">
  157. <SubType>Code</SubType>
  158. </Compile>
  159. <Compile Include="ClientViewBase.cs">
  160. <SubType>Code</SubType>
  161. </Compile>
  162. <Compile Include="CommsManager.cs">
  163. <SubType>Code</SubType>
  164. </Compile>
  165. <Compile Include="OpenSimNetworkHandler.cs" />
  166. <Compile Include="PacketServer.cs">
  167. <SubType>Code</SubType>
  168. </Compile>
  169. <Compile Include="RegionServerBase.cs">
  170. <SubType>Code</SubType>
  171. </Compile>
  172. <Compile Include="UDPServer.cs">
  173. <SubType>Code</SubType>
  174. </Compile>
  175. <Compile Include="UserConfigUtility.cs" />
  176. <Compile Include="VersionInfo.cs">
  177. <SubType>Code</SubType>
  178. </Compile>
  179. <Compile Include="Assets\AssetCache.cs">
  180. <SubType>Code</SubType>
  181. </Compile>
  182. <Compile Include="Assets\InventoryCache.cs">
  183. <SubType>Code</SubType>
  184. </Compile>
  185. <Compile Include="CAPS\AdminWebFront.cs">
  186. <SubType>Code</SubType>
  187. </Compile>
  188. </ItemGroup>
  189. <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
  190. <PropertyGroup>
  191. <PreBuildEvent>
  192. </PreBuildEvent>
  193. <PostBuildEvent>
  194. </PostBuildEvent>
  195. </PropertyGroup>
  196. </Project>