OpenSim.Framework.csproj 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  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. </ItemGroup>
  88. <ItemGroup>
  89. <Compile Include="AgentCiruitData.cs">
  90. <SubType>Code</SubType>
  91. </Compile>
  92. <Compile Include="AgentInventory.cs">
  93. <SubType>Code</SubType>
  94. </Compile>
  95. <Compile Include="AssetBase.cs">
  96. <SubType>Code</SubType>
  97. </Compile>
  98. <Compile Include="BlockingQueue.cs">
  99. <SubType>Code</SubType>
  100. </Compile>
  101. <Compile Include="HeightMapGenHills.cs">
  102. <SubType>Code</SubType>
  103. </Compile>
  104. <Compile Include="IAssetServer.cs">
  105. <SubType>Code</SubType>
  106. </Compile>
  107. <Compile Include="IConfig.cs">
  108. <SubType>Code</SubType>
  109. </Compile>
  110. <Compile Include="IGenericConfig.cs">
  111. <SubType>Code</SubType>
  112. </Compile>
  113. <Compile Include="IGridConfig.cs">
  114. <SubType>Code</SubType>
  115. </Compile>
  116. <Compile Include="IGridServer.cs">
  117. <SubType>Code</SubType>
  118. </Compile>
  119. <Compile Include="ILocalStorage.cs">
  120. <SubType>Code</SubType>
  121. </Compile>
  122. <Compile Include="IScriptAPI.cs" />
  123. <Compile Include="IScriptEngine.cs" />
  124. <Compile Include="IUserConfig.cs">
  125. <SubType>Code</SubType>
  126. </Compile>
  127. <Compile Include="IUserServer.cs">
  128. <SubType>Code</SubType>
  129. </Compile>
  130. <Compile Include="LocalGridBase.cs">
  131. <SubType>Code</SubType>
  132. </Compile>
  133. <Compile Include="Login.cs">
  134. <SubType>Code</SubType>
  135. </Compile>
  136. <Compile Include="LoginService.cs">
  137. <SubType>Code</SubType>
  138. </Compile>
  139. <Compile Include="NeighbourInfo.cs">
  140. <SubType>Code</SubType>
  141. </Compile>
  142. <Compile Include="OSVector3.cs" />
  143. <Compile Include="PrimData.cs">
  144. <SubType>Code</SubType>
  145. </Compile>
  146. <Compile Include="RemoteGridBase.cs">
  147. <SubType>Code</SubType>
  148. </Compile>
  149. <Compile Include="SimProfile.cs">
  150. <SubType>Code</SubType>
  151. </Compile>
  152. <Compile Include="SimProfileBase.cs">
  153. <SubType>Code</SubType>
  154. </Compile>
  155. <Compile Include="UserProfile.cs">
  156. <SubType>Code</SubType>
  157. </Compile>
  158. <Compile Include="UserProfileManager.cs">
  159. <SubType>Code</SubType>
  160. </Compile>
  161. <Compile Include="UserProfileManagerBase.cs">
  162. <SubType>Code</SubType>
  163. </Compile>
  164. <Compile Include="Util.cs">
  165. <SubType>Code</SubType>
  166. </Compile>
  167. <Compile Include="Properties\AssemblyInfo.cs">
  168. <SubType>Code</SubType>
  169. </Compile>
  170. </ItemGroup>
  171. <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
  172. <PropertyGroup>
  173. <PreBuildEvent>
  174. </PreBuildEvent>
  175. <PostBuildEvent>
  176. </PostBuildEvent>
  177. </PropertyGroup>
  178. </Project>