blob: 7556d59a037e1da71fbf7ed1db7db4dc1ee875f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
|
<Project name="OpenSim.Framework.Servers.HttpServer" description="" standardNamespace="OpenSim.Framework.Servers.HttpServer" newfilesearch="None" enableviewstate="True" fileversion="2.0" language="C#" clr-version="Net_2_0" ctype="DotNetProject">
<Configurations active="Debug">
<Configuration name="Debug" ctype="DotNetProjectConfiguration">
<Output directory="./../../../../bin/" assembly="OpenSim.Framework.Servers.HttpServer" executeScript="" executeBeforeBuild="" executeAfterBuild="" executeBeforeBuildArguments="" executeAfterBuildArguments="" />
<Build debugmode="True" target="Library" />
<Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
<CodeGeneration compiler="Csc" warninglevel="4" nowarn="" includedebuginformation="True" optimize="False" unsafecodeallowed="False" generateoverflowchecks="False" mainclass="" target="Library" definesymbols="TRACE;DEBUG" generatexmldocumentation="False" win32Icon="" ctype="CSharpCompilerParameters" />
</Configuration>
<Configuration name="Release" ctype="DotNetProjectConfiguration">
<Output directory="./../../../../bin/" assembly="OpenSim.Framework.Servers.HttpServer" executeScript="" executeBeforeBuild="" executeAfterBuild="" executeBeforeBuildArguments="" executeAfterBuildArguments="" />
<Build debugmode="True" target="Library" />
<Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
<CodeGeneration compiler="Csc" warninglevel="4" nowarn="" includedebuginformation="False" optimize="True" unsafecodeallowed="False" generateoverflowchecks="False" mainclass="" target="Library" definesymbols="TRACE" generatexmldocumentation="False" win32Icon="" ctype="CSharpCompilerParameters" />
</Configuration>
</Configurations>
<DeploymentInformation target="" script="" strategy="File">
<excludeFiles />
</DeploymentInformation>
<Contents>
<File name="./BaseHTTPHandler.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
<File name="./BaseHttpServer.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
<File name="./BaseRequestHandler.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
<File name="./BaseStreamHandler.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
<File name="./BinaryStreamHandler.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
<File name="./GenericHTTPMethod.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
<File name="./LLSDMethod.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
<File name="./LLSDMethodString.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
<File name="./OSHttpRequest.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
<File name="./OSHttpResponse.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
<File name="./OSHttpStatusCodes.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
<File name="./RestDeserialiseHandler.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
<File name="./RestHTTPHandler.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
<File name="./RestMethod.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
<File name="./RestObjectPoster.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
<File name="./RestObjectPosterResponse.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
<File name="./RestSessionService.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
<File name="./RestStreamHandler.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
<File name="./SynchronousRestObjectPoster.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
<File name="./XmlRpcMethod.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
<File name="./Interfaces/IHttpAgentHandler.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
<File name="./Interfaces/IHttpServer.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
<File name="./Interfaces/IStreamHandler.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
</Contents>
<References>
<ProjectReference type="Assembly" refto="../../../../bin/HttpServer_OpenSim.dll" localcopy="False" />
<ProjectReference type="Assembly" refto="../../../../bin/log4net.dll" localcopy="False" />
<ProjectReference type="Assembly" refto="../../../../bin/OpenMetaverse.StructuredData.dll" localcopy="False" />
<ProjectReference type="Assembly" refto="../../../../bin/OpenMetaverseTypes.dll" localcopy="False" />
<ProjectReference type="Project" localcopy="False" refto="OpenSim.Data" />
<ProjectReference type="Gac" localcopy="False" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<ProjectReference type="Gac" localcopy="False" refto="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<ProjectReference type="Assembly" refto="../../../../bin/XMLRPC.dll" localcopy="False" />
</References>
</Project>
|