Files
libremetaverse/libsecondlife-cs/libsecondlife.csproj
2006-09-10 23:09:38 +00:00

366 lines
13 KiB
XML

<VisualStudioProject>
<CSHARP
ProjectType = "Local"
ProductVersion = "7.10.3077"
SchemaVersion = "2.0"
ProjectGuid = "{D9CDEDFB-8169-4B03-B57F-0DF638F044EC}"
>
<Build>
<Settings
ApplicationIcon = ""
AssemblyKeyContainerName = ""
AssemblyName = "libsecondlife"
AssemblyOriginatorKeyFile = ""
DefaultClientScript = "JScript"
DefaultHTMLPageLayout = "Grid"
DefaultTargetSchema = "IE50"
DelaySign = "false"
OutputType = "Library"
PreBuildEvent = ""
PostBuildEvent = ""
RootNamespace = "libsecondlife"
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.Data"
AssemblyName = "System.Data"
HintPath = "..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Data.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 = "Avatar.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "EstateTools.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "GridManager.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Inventory.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "NetworkManager.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "ObjectManager.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Packet.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Parcel.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Prims.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "ProtocolManager.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Region.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "SecondLife.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Types.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "AssetSystem\Asset.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "AssetSystem\AssetImage.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "AssetSystem\AssetManager.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "AssetSystem\AssetNotecard.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "AssetSystem\ImageManager.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "AssetSystem\NotecardAsset.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "InventorySystem\InventoryBase.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "InventorySystem\InventoryFolder.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "InventorySystem\InventoryImage.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "InventorySystem\InventoryItem.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "InventorySystem\InventoryManager.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "InventorySystem\InventoryNotecard.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "JSON\JSONArray.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "JSON\JSONFacade.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "JSON\JSONObject.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "JSON\JSONTokener.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Packets\AssetPackets.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Packets\CommunicationPackets.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Packets\EstatePackets.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Packets\ImagePackets.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Packets\InventoryPackets.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Packets\NetworkPackets.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Packets\ObjectPackets.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Packets\ParcelPackets.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Packets\SimPackets.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Packets\TransferPackets.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Utils\ImageTools.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Utils\InventoryApp.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Utils\Utils.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "XmlRpcCS\Logger.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "XmlRpcCS\XmlRpcDeserializer.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "XmlRpcCS\XmlRpcErrorCodes.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "XmlRpcCS\XmlRpcException.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "XmlRpcCS\XmlRpcRequest.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "XmlRpcCS\XmlRpcRequestDeserializer.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "XmlRpcCS\XmlRpcRequestSerializer.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "XmlRpcCS\XmlRpcResponse.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "XmlRpcCS\XmlRpcResponseDeserializer.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "XmlRpcCS\XmlRpcResponseSerializer.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "XmlRpcCS\XmlRpcSerializer.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "XmlRpcCS\XmlRpcXmlTokens.cs"
SubType = "Code"
BuildAction = "Compile"
/>
</Include>
</Files>
</CSHARP>
</VisualStudioProject>