OpenSim.Servers.csproj 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  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>{B9D6A5F0-3BD2-4161-8AF1-90C03295D4EE}</ProjectGuid>
  7. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  8. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  9. <ApplicationIcon>
  10. </ApplicationIcon>
  11. <AssemblyKeyContainerName>
  12. </AssemblyKeyContainerName>
  13. <AssemblyName>OpenSim.Servers</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.Servers</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.Xml">
  73. <HintPath>System.Xml.dll</HintPath>
  74. <Private>False</Private>
  75. </Reference>
  76. <Reference Include="libsecondlife.dll">
  77. <HintPath>..\bin\libsecondlife.dll</HintPath>
  78. <Private>False</Private>
  79. </Reference>
  80. </ItemGroup>
  81. <ItemGroup>
  82. <ProjectReference Include="..\OpenSim.Framework\OpenSim.Framework.csproj">
  83. <Name>OpenSim.Framework</Name>
  84. <Project>{BD7866A4-04BA-47F0-905F-B2359118F5B2}</Project>
  85. <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
  86. <Private>False</Private>
  87. </ProjectReference>
  88. <ProjectReference Include="..\OpenSim.Framework.Console\OpenSim.Framework.Console.csproj">
  89. <Name>OpenSim.Framework.Console</Name>
  90. <Project>{4B0A7290-36C2-4C74-B9B4-07775B031CF2}</Project>
  91. <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
  92. <Private>False</Private>
  93. </ProjectReference>
  94. </ItemGroup>
  95. <ItemGroup>
  96. <Compile Include="BaseHttpServer.cs">
  97. <SubType>Code</SubType>
  98. </Compile>
  99. <Compile Include="IRestHandler.cs" />
  100. <Compile Include="XmlRpcMethod.cs" />
  101. </ItemGroup>
  102. <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
  103. <PropertyGroup>
  104. <PreBuildEvent>
  105. </PreBuildEvent>
  106. <PostBuildEvent>
  107. </PostBuildEvent>
  108. </PropertyGroup>
  109. </Project>