Files
libremetaverse/libsecondlife-cs/libsecondlife2005.csproj
2006-07-12 03:48:38 +00:00

70 lines
3.0 KiB
XML

<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{D9CDEDFB-8169-4B03-B57F-0DF638F044EC}</ProjectGuid>
<RootNamespace>libsecondlife</RootNamespace>
<AssemblyName>libsecondlife</AssemblyName>
<OutputType>Library</OutputType>
<RunPostBuildEvent>OnSuccessfulBuild</RunPostBuildEvent>
<NoConfig>false</NoConfig>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<NoStdLib>false</NoStdLib>
<WarningLevel>4</WarningLevel>
<DebugSymbols>true</DebugSymbols>
<Optimize>false</Optimize>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<OutputPath>bin\Debug\</OutputPath>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<NoStdLib>false</NoStdLib>
<WarningLevel>4</WarningLevel>
<DebugSymbols>false</DebugSymbols>
<Optimize>true</Optimize>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
<DefineConstants>TRACE</DefineConstants>
<OutputPath>bin\Release\</OutputPath>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="Avatar.cs" />
<Compile Include="Inventory.cs" />
<Compile Include="NetworkManager.cs" />
<Compile Include="Packet.cs" />
<Compile Include="Parcel.cs" />
<Compile Include="ProtocolManager.cs" />
<Compile Include="Region.cs" />
<Compile Include="SecondLife.cs" />
<Compile Include="Types.cs" />
<Compile Include="Packets\CommunicationPackets.cs" />
<Compile Include="Packets\InventoryPackets.cs" />
<Compile Include="Packets\NetworkPackets.cs" />
<Compile Include="Packets\ObjectPackets.cs" />
<Compile Include="Packets\ParcelPackets.cs" />
<Compile Include="Packets\SimPackets.cs" />
<Compile Include="Packets\TransferPackets.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="JSONlib\Nii.JSON2005.csproj">
<Project>{C40EB7FD-F957-4659-A184-A1C28908D748}</Project>
<Name>Nii.JSON2005</Name>
</ProjectReference>
<ProjectReference Include="XmlRpcCS\XmlRpcCS2005.csproj">
<Project>{410F8877-F1E1-4696-ABC7-4339189EECC3}</Project>
<Name>XmlRpcCS2005</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
</Project>