Files
libremetaverse/libsecondlife-cs/XmlRpcCS/XmlRpcCS.csproj
John Hurliman 82161a8518 * Using XmlRpcCS for login now
* Properly handle the Fixed field type in Packet.Blocks()

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@25 52acb1d6-8a22-11de-b505-999d5b087335
2006-06-14 20:50:09 +00:00

186 lines
6.7 KiB
XML

<VisualStudioProject>
<CSHARP
ProjectType = "Local"
ProductVersion = "7.10.3077"
SchemaVersion = "2.0"
ProjectGuid = "{410F8877-F1E1-4696-ABC7-4339189EECC3}"
>
<Build>
<Settings
ApplicationIcon = ""
AssemblyKeyContainerName = ""
AssemblyName = "XmlRpcCS"
AssemblyOriginatorKeyFile = ""
DefaultClientScript = "JScript"
DefaultHTMLPageLayout = "Grid"
DefaultTargetSchema = "IE50"
DelaySign = "false"
OutputType = "Library"
PreBuildEvent = ""
PostBuildEvent = ""
RootNamespace = "XmlRpcCS"
RunPostBuildEvent = "OnBuildSuccess"
StartupObject = ""
>
<Config
Name = "Debug"
AllowUnsafeBlocks = "false"
BaseAddress = "285212672"
CheckForOverflowUnderflow = "false"
ConfigurationOverrideFile = ""
DefineConstants = "DEBUG;TRACE"
DocumentationFile = ""
DebugSymbols = "true"
FileAlignment = "4096"
IncrementalBuild = "false"
NoStdLib = "false"
NoWarn = ""
Optimize = "false"
OutputPath = "..\bin\Debug\"
RegisterForComInterop = "false"
RemoveIntegerChecks = "false"
TreatWarningsAsErrors = "false"
WarningLevel = "4"
/>
<Config
Name = "Release"
AllowUnsafeBlocks = "false"
BaseAddress = "285212672"
CheckForOverflowUnderflow = "false"
ConfigurationOverrideFile = ""
DefineConstants = "TRACE"
DocumentationFile = ""
DebugSymbols = "false"
FileAlignment = "4096"
IncrementalBuild = "false"
NoStdLib = "false"
NoWarn = ""
Optimize = "true"
OutputPath = "bin\Release\"
RegisterForComInterop = "false"
RemoveIntegerChecks = "false"
TreatWarningsAsErrors = "false"
WarningLevel = "4"
/>
</Settings>
<References>
<Reference
Name = "System"
AssemblyName = "System"
HintPath = "..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.dll"
/>
<Reference
Name = "System.XML"
AssemblyName = "System.Xml"
HintPath = "..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.XML.dll"
/>
</References>
</Build>
<Files>
<Include>
<File
RelPath = "AssemblyInfo.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Logger.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "SimpleHttpRequest.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "XmlRpcBoxcarRequest.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "XmlRpcClientProxy.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "XmlRpcDeserializer.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "XmlRpcErrorCodes.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "XmlRpcException.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "XmlRpcExposedAttribute.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "XmlRpcRequest.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "XmlRpcRequestDeserializer.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "XmlRpcRequestSerializer.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "XmlRpcResponder.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "XmlRpcResponse.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "XmlRpcResponseDeserializer.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "XmlRpcResponseSerializer.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "XmlRpcSerializer.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "XmlRpcServer.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "XmlRpcSystemObject.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "XmlRpcXmlTokens.cs"
SubType = "Code"
BuildAction = "Compile"
/>
</Include>
</Files>
</CSHARP>
</VisualStudioProject>