aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Common/OpenGrid.Framework.Communications/OpenGrid.Framework.Communications.csproj
diff options
context:
space:
mode:
authorMW2007-06-12 14:50:08 +0000
committerMW2007-06-12 14:50:08 +0000
commita7b55fb26fad9c66df091e0787afe89e021229f1 (patch)
tree7920939c67a9275d72dc4a494032b66355d6eb9f /Common/OpenGrid.Framework.Communications/OpenGrid.Framework.Communications.csproj
parentSome Work on the Primitive class (diff)
downloadopensim-SC_OLD-a7b55fb26fad9c66df091e0787afe89e021229f1.zip
opensim-SC_OLD-a7b55fb26fad9c66df091e0787afe89e021229f1.tar.gz
opensim-SC_OLD-a7b55fb26fad9c66df091e0787afe89e021229f1.tar.bz2
opensim-SC_OLD-a7b55fb26fad9c66df091e0787afe89e021229f1.tar.xz
Some rearranging of folders in OpenSim.Region
Diffstat (limited to 'Common/OpenGrid.Framework.Communications/OpenGrid.Framework.Communications.csproj')
-rw-r--r--Common/OpenGrid.Framework.Communications/OpenGrid.Framework.Communications.csproj22
1 files changed, 11 insertions, 11 deletions
diff --git a/Common/OpenGrid.Framework.Communications/OpenGrid.Framework.Communications.csproj b/Common/OpenGrid.Framework.Communications/OpenGrid.Framework.Communications.csproj
index b3fd574..fe3f9d9 100644
--- a/Common/OpenGrid.Framework.Communications/OpenGrid.Framework.Communications.csproj
+++ b/Common/OpenGrid.Framework.Communications/OpenGrid.Framework.Communications.csproj
@@ -80,7 +80,7 @@
80 </ProjectReference> 80 </ProjectReference>
81 </ItemGroup> 81 </ItemGroup>
82 <ItemGroup> 82 <ItemGroup>
83 <Compile Include="RegionServerCommsOGS.cs"> 83 <Compile Include="LocalBackEndServices.cs">
84 <SubType>Code</SubType> 84 <SubType>Code</SubType>
85 </Compile> 85 </Compile>
86 <Compile Include="RegionServerCommsLocal.cs"> 86 <Compile Include="RegionServerCommsLocal.cs">
@@ -89,37 +89,37 @@
89 <Compile Include="RegionServerCommsManager.cs"> 89 <Compile Include="RegionServerCommsManager.cs">
90 <SubType>Code</SubType> 90 <SubType>Code</SubType>
91 </Compile> 91 </Compile>
92 <Compile Include="LocalBackEndServices.cs"> 92 <Compile Include="RegionServerCommsOGS.cs">
93 <SubType>Code</SubType> 93 <SubType>Code</SubType>
94 </Compile> 94 </Compile>
95 <Compile Include="UserServer\UserCommsManagerOGS.cs"> 95 <Compile Include="GridServer\GridCommsManagerBase.cs">
96 <SubType>Code</SubType> 96 <SubType>Code</SubType>
97 </Compile> 97 </Compile>
98 <Compile Include="UserServer\UserCommsManagerBase.cs"> 98 <Compile Include="GridServer\GridCommsManagerLocal.cs">
99 <SubType>Code</SubType> 99 <SubType>Code</SubType>
100 </Compile> 100 </Compile>
101 <Compile Include="UserServer\UserCommsManagerLocal.cs"> 101 <Compile Include="GridServer\GridCommsManagerOGS.cs">
102 <SubType>Code</SubType> 102 <SubType>Code</SubType>
103 </Compile> 103 </Compile>
104 <Compile Include="GridServer\GridCommsManagerOGS.cs"> 104 <Compile Include="InterSimComms\InterSimsCommsBase.cs">
105 <SubType>Code</SubType> 105 <SubType>Code</SubType>
106 </Compile> 106 </Compile>
107 <Compile Include="GridServer\GridCommsManagerBase.cs"> 107 <Compile Include="InterSimComms\InterSimsCommsLocal.cs">
108 <SubType>Code</SubType> 108 <SubType>Code</SubType>
109 </Compile> 109 </Compile>
110 <Compile Include="GridServer\GridCommsManagerLocal.cs"> 110 <Compile Include="InterSimComms\InterSimsCommsOGS.cs">
111 <SubType>Code</SubType> 111 <SubType>Code</SubType>
112 </Compile> 112 </Compile>
113 <Compile Include="Properties\AssemblyInfo.cs"> 113 <Compile Include="Properties\AssemblyInfo.cs">
114 <SubType>Code</SubType> 114 <SubType>Code</SubType>
115 </Compile> 115 </Compile>
116 <Compile Include="InterSimComms\InterSimsCommsOGS.cs"> 116 <Compile Include="UserServer\UserCommsManagerBase.cs">
117 <SubType>Code</SubType> 117 <SubType>Code</SubType>
118 </Compile> 118 </Compile>
119 <Compile Include="InterSimComms\InterSimsCommsBase.cs"> 119 <Compile Include="UserServer\UserCommsManagerLocal.cs">
120 <SubType>Code</SubType> 120 <SubType>Code</SubType>
121 </Compile> 121 </Compile>
122 <Compile Include="InterSimComms\InterSimsCommsLocal.cs"> 122 <Compile Include="UserServer\UserCommsManagerOGS.cs">
123 <SubType>Code</SubType> 123 <SubType>Code</SubType>
124 </Compile> 124 </Compile>
125 </ItemGroup> 125 </ItemGroup>