Files
libremetaverse/libsecondlife-cs/libsecondlife.csproj
John Hurliman 8ff470b1cb * Added ObjectAdd support
* Hopefully fixed the project file

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@51 52acb1d6-8a22-11de-b505-999d5b087335
2006-07-13 03:41:46 +00:00

192 lines
7.1 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"
/>
<Reference
Name = "XmlRpcCS"
Project = "{410F8877-F1E1-4696-ABC7-4339189EECC3}"
Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
/>
<Reference
Name = "Nii.JSON"
Project = "{C40EB7FD-F957-4659-A184-A1C28908D748}"
Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
Private = "True"
/>
</References>
</Build>
<Files>
<Include>
<File
RelPath = "AssemblyInfo.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Avatar.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Inventory.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "NetworkManager.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 = "Packets\CommunicationPackets.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"
/>
</Include>
</Files>
</CSHARP>
</VisualStudioProject>