aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/HttpServer/OpenSim.Framework.Servers.HttpServer.mdp
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Framework/Servers/HttpServer/OpenSim.Framework.Servers.HttpServer.mdp')
-rw-r--r--OpenSim/Framework/Servers/HttpServer/OpenSim.Framework.Servers.HttpServer.mdp54
1 files changed, 54 insertions, 0 deletions
diff --git a/OpenSim/Framework/Servers/HttpServer/OpenSim.Framework.Servers.HttpServer.mdp b/OpenSim/Framework/Servers/HttpServer/OpenSim.Framework.Servers.HttpServer.mdp
new file mode 100644
index 0000000..7556d59
--- /dev/null
+++ b/OpenSim/Framework/Servers/HttpServer/OpenSim.Framework.Servers.HttpServer.mdp
@@ -0,0 +1,54 @@
1<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">
2 <Configurations active="Debug">
3 <Configuration name="Debug" ctype="DotNetProjectConfiguration">
4 <Output directory="./../../../../bin/" assembly="OpenSim.Framework.Servers.HttpServer" executeScript="" executeBeforeBuild="" executeAfterBuild="" executeBeforeBuildArguments="" executeAfterBuildArguments="" />
5 <Build debugmode="True" target="Library" />
6 <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
7 <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" />
8 </Configuration>
9 <Configuration name="Release" ctype="DotNetProjectConfiguration">
10 <Output directory="./../../../../bin/" assembly="OpenSim.Framework.Servers.HttpServer" executeScript="" executeBeforeBuild="" executeAfterBuild="" executeBeforeBuildArguments="" executeAfterBuildArguments="" />
11 <Build debugmode="True" target="Library" />
12 <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
13 <CodeGeneration compiler="Csc" warninglevel="4" nowarn="" includedebuginformation="False" optimize="True" unsafecodeallowed="False" generateoverflowchecks="False" mainclass="" target="Library" definesymbols="TRACE" generatexmldocumentation="False" win32Icon="" ctype="CSharpCompilerParameters" />
14 </Configuration>
15 </Configurations>
16 <DeploymentInformation target="" script="" strategy="File">
17 <excludeFiles />
18 </DeploymentInformation>
19 <Contents>
20 <File name="./BaseHTTPHandler.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
21 <File name="./BaseHttpServer.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
22 <File name="./BaseRequestHandler.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
23 <File name="./BaseStreamHandler.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
24 <File name="./BinaryStreamHandler.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
25 <File name="./GenericHTTPMethod.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
26 <File name="./LLSDMethod.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
27 <File name="./LLSDMethodString.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
28 <File name="./OSHttpRequest.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
29 <File name="./OSHttpResponse.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
30 <File name="./OSHttpStatusCodes.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
31 <File name="./RestDeserialiseHandler.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
32 <File name="./RestHTTPHandler.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
33 <File name="./RestMethod.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
34 <File name="./RestObjectPoster.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
35 <File name="./RestObjectPosterResponse.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
36 <File name="./RestSessionService.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
37 <File name="./RestStreamHandler.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
38 <File name="./SynchronousRestObjectPoster.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
39 <File name="./XmlRpcMethod.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
40 <File name="./Interfaces/IHttpAgentHandler.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
41 <File name="./Interfaces/IHttpServer.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
42 <File name="./Interfaces/IStreamHandler.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
43 </Contents>
44 <References>
45 <ProjectReference type="Assembly" refto="../../../../bin/HttpServer_OpenSim.dll" localcopy="False" />
46 <ProjectReference type="Assembly" refto="../../../../bin/log4net.dll" localcopy="False" />
47 <ProjectReference type="Assembly" refto="../../../../bin/OpenMetaverse.StructuredData.dll" localcopy="False" />
48 <ProjectReference type="Assembly" refto="../../../../bin/OpenMetaverseTypes.dll" localcopy="False" />
49 <ProjectReference type="Project" localcopy="False" refto="OpenSim.Data" />
50 <ProjectReference type="Gac" localcopy="False" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
51 <ProjectReference type="Gac" localcopy="False" refto="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
52 <ProjectReference type="Assembly" refto="../../../../bin/XMLRPC.dll" localcopy="False" />
53 </References>
54</Project>