| 31 |
<WarningLevel>4</WarningLevel> |
<WarningLevel>4</WarningLevel> |
| 32 |
</PropertyGroup> |
</PropertyGroup> |
| 33 |
<ItemGroup> |
<ItemGroup> |
| 34 |
|
<Reference Include="IronMath, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL" /> |
| 35 |
|
<Reference Include="IronPython, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL" /> |
| 36 |
<Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821, processorArchitecture=MSIL"> |
<Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821, processorArchitecture=MSIL"> |
| 37 |
<SpecificVersion>False</SpecificVersion> |
<SpecificVersion>False</SpecificVersion> |
| 38 |
<HintPath>..\..\bin\log4net.dll</HintPath> |
<HintPath>..\..\bin\log4net.dll</HintPath> |
| 67 |
<Compile Include="RexParts\ModrexFacialExpression.cs" /> |
<Compile Include="RexParts\ModrexFacialExpression.cs" /> |
| 68 |
<Compile Include="RexNetwork\RexClientView.cs" /> |
<Compile Include="RexNetwork\RexClientView.cs" /> |
| 69 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
<Compile Include="Properties\AssemblyInfo.cs" /> |
|
<Compile Include="RexParts\ModrexVoice.cs" /> |
|
| 70 |
<Compile Include="RexParts\ModRexVoice\VoiceChatServer.cs" /> |
<Compile Include="RexParts\ModRexVoice\VoiceChatServer.cs" /> |
| 71 |
<Compile Include="RexParts\ModRexVoice\VoiceClient.cs" /> |
<Compile Include="RexParts\ModRexVoice\VoiceClient.cs" /> |
| 72 |
<Compile Include="RexParts\ModRexVoice\VoicePacket.cs" /> |
<Compile Include="RexParts\ModRexVoice\VoicePacket.cs" /> |
| 73 |
<Compile Include="RexParts\ModRexVoice\VoicePacketHeader.cs" /> |
<Compile Include="RexParts\ModRexVoice\VoicePacketHeader.cs" /> |
| 74 |
|
<Compile Include="RexParts\RexObjects\RexMaterialsDictionary.cs" /> |
| 75 |
<Compile Include="RexParts\RexObjects\RexObjectGroup.cs" /> |
<Compile Include="RexParts\RexObjects\RexObjectGroup.cs" /> |
| 76 |
<Compile Include="RexParts\RexObjects\RexObjectPart.cs" /> |
<Compile Include="RexParts\RexObjects\RexObjectPart.cs" /> |
| 77 |
|
<Compile Include="RexParts\RexPython\IRexBot.cs" /> |
| 78 |
|
<Compile Include="RexParts\RexPython\RexEventManager.cs" /> |
| 79 |
|
<Compile Include="RexParts\RexPython\RexPythonScriptAccessImpl.cs" /> |
| 80 |
|
<Compile Include="RexParts\RexPython\RexScriptEngine.cs" /> |
| 81 |
|
<Compile Include="RexParts\RexPython\RexScriptInterface.cs" /> |
| 82 |
|
<Compile Include="RexParts\RexScriptAccess.cs" /> |
| 83 |
<Compile Include="RexParts\RexScriptTestModule.cs" /> |
<Compile Include="RexParts\RexScriptTestModule.cs" /> |
| 84 |
<Compile Include="RexParts\RexTestModule.cs" /> |
<Compile Include="RexParts\RexTestModule.cs" /> |
| 85 |
|
<Compile Include="RexParts\Rex_BuiltIn_Commands.cs" /> |
| 86 |
|
<Compile Include="RexParts\Rex_BuiltIn_Commands_Interface.cs" /> |
| 87 |
</ItemGroup> |
</ItemGroup> |
| 88 |
<ItemGroup> |
<ItemGroup> |
| 89 |
<ProjectReference Include="..\..\OpenSim\Framework\Communications\OpenSim.Framework.Communications.csproj"> |
<ProjectReference Include="..\..\OpenSim\Framework\Communications\OpenSim.Framework.Communications.csproj"> |
| 122 |
<Project>{83169C4E-0000-0000-0000-000000000000}</Project> |
<Project>{83169C4E-0000-0000-0000-000000000000}</Project> |
| 123 |
<Name>OpenSim.Region.Interfaces</Name> |
<Name>OpenSim.Region.Interfaces</Name> |
| 124 |
</ProjectReference> |
</ProjectReference> |
| 125 |
</ItemGroup> |
<ProjectReference Include="..\..\OpenSim\Region\Physics\Manager\OpenSim.Region.Physics.Manager.csproj"> |
| 126 |
<ItemGroup> |
<Project>{FDCF8D3D-0000-0000-0000-000000000000}</Project> |
| 127 |
<Folder Include="RexParts\RexPython\" /> |
<Name>OpenSim.Region.Physics.Manager</Name> |
| 128 |
|
</ProjectReference> |
| 129 |
|
<ProjectReference Include="..\..\OpenSim\Region\ScriptEngine\Shared\Api\Implementation\OpenSim.Region.ScriptEngine.Shared.Api.csproj"> |
| 130 |
|
<Project>{C18E3417-0000-0000-0000-000000000000}</Project> |
| 131 |
|
<Name>OpenSim.Region.ScriptEngine.Shared.Api</Name> |
| 132 |
|
</ProjectReference> |
| 133 |
|
<ProjectReference Include="..\..\OpenSim\Region\ScriptEngine\Shared\OpenSim.Region.ScriptEngine.Shared.csproj"> |
| 134 |
|
<Project>{F93F91AD-0000-0000-0000-000000000000}</Project> |
| 135 |
|
<Name>OpenSim.Region.ScriptEngine.Shared</Name> |
| 136 |
|
</ProjectReference> |
| 137 |
</ItemGroup> |
</ItemGroup> |
| 138 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
| 139 |
<!-- 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. |