opensim-development – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 eva 1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
2 <PropertyGroup>
3 <ProjectType>Local</ProjectType>
4 <ProductVersion>9.0.30729</ProductVersion>
5 <SchemaVersion>2.0</SchemaVersion>
6 <ProjectGuid>{14CD5CF1-0000-0000-0000-000000000000}</ProjectGuid>
7 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
8 <ApplicationIcon></ApplicationIcon>
9 <AssemblyKeyContainerName>
10 </AssemblyKeyContainerName>
11 <AssemblyName>OpenSim.Framework.Configuration.HTTP</AssemblyName>
12 <DefaultClientScript>JScript</DefaultClientScript>
13 <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
14 <DefaultTargetSchema>IE50</DefaultTargetSchema>
15 <DelaySign>false</DelaySign>
16 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
17 <OutputType>Library</OutputType>
18 <AppDesignerFolder></AppDesignerFolder>
19 <RootNamespace>OpenSim.Framework.Configuration.HTTP</RootNamespace>
20 <StartupObject></StartupObject>
21 <StartArguments></StartArguments>
22 <FileUpgradeFlags>
23 </FileUpgradeFlags>
24 </PropertyGroup>
25 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
26 <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
27 <BaseAddress>285212672</BaseAddress>
28 <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
29 <ConfigurationOverrideFile>
30 </ConfigurationOverrideFile>
31 <DefineConstants>TRACE;DEBUG</DefineConstants>
32 <DocumentationFile></DocumentationFile>
33 <DebugSymbols>True</DebugSymbols>
34 <FileAlignment>4096</FileAlignment>
35 <Optimize>False</Optimize>
36 <OutputPath>../../../../bin/</OutputPath>
37 <RegisterForComInterop>False</RegisterForComInterop>
38 <RemoveIntegerChecks>False</RemoveIntegerChecks>
39 <TreatWarningsAsErrors>False</TreatWarningsAsErrors>
40 <WarningLevel>4</WarningLevel>
41 <NoStdLib>False</NoStdLib>
42 <NoWarn></NoWarn>
43 <PlatformTarget>AnyCPU</PlatformTarget>
44 </PropertyGroup>
45 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
46 <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
47 <BaseAddress>285212672</BaseAddress>
48 <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
49 <ConfigurationOverrideFile>
50 </ConfigurationOverrideFile>
51 <DefineConstants>TRACE</DefineConstants>
52 <DocumentationFile></DocumentationFile>
53 <DebugSymbols>False</DebugSymbols>
54 <FileAlignment>4096</FileAlignment>
55 <Optimize>True</Optimize>
56 <OutputPath>../../../../bin/</OutputPath>
57 <RegisterForComInterop>False</RegisterForComInterop>
58 <RemoveIntegerChecks>False</RemoveIntegerChecks>
59 <TreatWarningsAsErrors>False</TreatWarningsAsErrors>
60 <WarningLevel>4</WarningLevel>
61 <NoStdLib>False</NoStdLib>
62 <NoWarn></NoWarn>
63 <PlatformTarget>AnyCPU</PlatformTarget>
64 </PropertyGroup>
65 <ItemGroup>
66 <Reference Include="log4net" >
67 <Name>log4net</Name>
68 <HintPath>../../../../bin/log4net.dll</HintPath>
69 <Private>False</Private>
70 </Reference>
71 <Reference Include="OpenMetaverseTypes" >
72 <Name>OpenMetaverseTypes</Name>
73 <HintPath>../../../../bin/OpenMetaverseTypes.dll</HintPath>
74 <Private>False</Private>
75 </Reference>
76 <Reference Include="System" >
77 <Name>System</Name>
78 <Private>False</Private>
79 </Reference>
80 <Reference Include="System.Xml" >
81 <Name>System.Xml</Name>
82 <Private>False</Private>
83 </Reference>
84 <Reference Include="XMLRPC" >
85 <Name>XMLRPC</Name>
86 <HintPath>../../../../bin/XMLRPC.dll</HintPath>
87 <Private>False</Private>
88 </Reference>
89 </ItemGroup>
90 <ItemGroup>
91 <ProjectReference Include="../../../Data/OpenSim.Data.csproj">
92 <Name>OpenSim.Data</Name>
93 <Project>{B75A430B-0000-0000-0000-000000000000}</Project>
94 <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
95 <Private>False</Private>
96 </ProjectReference>
97 <ProjectReference Include="../../OpenSim.Framework.csproj">
98 <Name>OpenSim.Framework</Name>
99 <Project>{7404933D-0000-0000-0000-000000000000}</Project>
100 <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
101 <Private>False</Private>
102 </ProjectReference>
103 <ProjectReference Include="../XML/OpenSim.Framework.Configuration.XML.csproj">
104 <Name>OpenSim.Framework.Configuration.XML</Name>
105 <Project>{21B4466E-0000-0000-0000-000000000000}</Project>
106 <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
107 <Private>False</Private>
108 </ProjectReference>
109 <ProjectReference Include="../../Console/OpenSim.Framework.Console.csproj">
110 <Name>OpenSim.Framework.Console</Name>
111 <Project>{16759386-0000-0000-0000-000000000000}</Project>
112 <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
113 <Private>False</Private>
114 </ProjectReference>
115 </ItemGroup>
116 <ItemGroup>
117 <Compile Include="HTTPConfiguration.cs">
118 <SubType>Code</SubType>
119 </Compile>
120 <Compile Include="RemoteConfigSettings.cs">
121 <SubType>Code</SubType>
122 </Compile>
123 <Compile Include="Properties\AssemblyInfo.cs">
124 <SubType>Code</SubType>
125 </Compile>
126 </ItemGroup>
127 <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
128 <PropertyGroup>
129 <PreBuildEvent>
130 </PreBuildEvent>
131 <PostBuildEvent>
132 </PostBuildEvent>
133 </PropertyGroup>
134 </Project>