| 17 |
<DebugSymbols>true</DebugSymbols> |
<DebugSymbols>true</DebugSymbols> |
| 18 |
<DebugType>full</DebugType> |
<DebugType>full</DebugType> |
| 19 |
<Optimize>false</Optimize> |
<Optimize>false</Optimize> |
| 20 |
<OutputPath>bin\Debug\</OutputPath> |
<OutputPath>..\..\bin\</OutputPath> |
| 21 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
| 22 |
<ErrorReport>prompt</ErrorReport> |
<ErrorReport>prompt</ErrorReport> |
| 23 |
<WarningLevel>4</WarningLevel> |
<WarningLevel>4</WarningLevel> |
| 58 |
<ItemGroup> |
<ItemGroup> |
| 59 |
<Compile Include="RexNetwork\IClientRexAppearance.cs" /> |
<Compile Include="RexNetwork\IClientRexAppearance.cs" /> |
| 60 |
<Compile Include="RexNetwork\IClientRexFaceExpression.cs" /> |
<Compile Include="RexNetwork\IClientRexFaceExpression.cs" /> |
|
<Compile Include="RexNetwork\RexLogin\RexLocalLoginService.cs" /> |
|
| 61 |
<Compile Include="RexNetwork\RexLogin\RexLoginModule.cs" /> |
<Compile Include="RexNetwork\RexLogin\RexLoginModule.cs" /> |
| 62 |
<Compile Include="RexNetwork\RexPacketServer.cs" /> |
<Compile Include="RexNetwork\RexPacketServer.cs" /> |
| 63 |
<Compile Include="RexNetwork\RexUDPServer.cs" /> |
<Compile Include="RexNetwork\RexUDPServer.cs" /> |
| 80 |
<Project>{8ACA2445-0000-0000-0000-000000000000}</Project> |
<Project>{8ACA2445-0000-0000-0000-000000000000}</Project> |
| 81 |
<Name>OpenSim.Framework</Name> |
<Name>OpenSim.Framework</Name> |
| 82 |
</ProjectReference> |
</ProjectReference> |
| 83 |
|
<ProjectReference Include="..\..\OpenSim\Framework\Servers\OpenSim.Framework.Servers.csproj"> |
| 84 |
|
<Project>{2CC71860-0000-0000-0000-000000000000}</Project> |
| 85 |
|
<Name>OpenSim.Framework.Servers</Name> |
| 86 |
|
</ProjectReference> |
| 87 |
<ProjectReference Include="..\..\OpenSim\Region\Application\OpenSim.csproj"> |
<ProjectReference Include="..\..\OpenSim\Region\Application\OpenSim.csproj"> |
| 88 |
<Project>{438A9556-0000-0000-0000-000000000000}</Project> |
<Project>{438A9556-0000-0000-0000-000000000000}</Project> |
| 89 |
<Name>OpenSim</Name> |
<Name>OpenSim</Name> |
| 109 |
<Name>OpenSim.Region.Interfaces</Name> |
<Name>OpenSim.Region.Interfaces</Name> |
| 110 |
</ProjectReference> |
</ProjectReference> |
| 111 |
</ItemGroup> |
</ItemGroup> |
| 112 |
|
<ItemGroup> |
| 113 |
|
<Folder Include="RexParts\RexPython\" /> |
| 114 |
|
</ItemGroup> |
| 115 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
| 116 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
| 117 |
Other similar extension points exist, see Microsoft.Common.targets. |
Other similar extension points exist, see Microsoft.Common.targets. |