diff options
author | MW | 2007-06-12 14:50:08 +0000 |
---|---|---|
committer | MW | 2007-06-12 14:50:08 +0000 |
commit | a7b55fb26fad9c66df091e0787afe89e021229f1 (patch) | |
tree | 7920939c67a9275d72dc4a494032b66355d6eb9f /Common/OpenGrid.Framework.Communications | |
parent | Some Work on the Primitive class (diff) | |
download | opensim-SC-a7b55fb26fad9c66df091e0787afe89e021229f1.zip opensim-SC-a7b55fb26fad9c66df091e0787afe89e021229f1.tar.gz opensim-SC-a7b55fb26fad9c66df091e0787afe89e021229f1.tar.bz2 opensim-SC-a7b55fb26fad9c66df091e0787afe89e021229f1.tar.xz |
Some rearranging of folders in OpenSim.Region
Diffstat (limited to 'Common/OpenGrid.Framework.Communications')
-rw-r--r-- | Common/OpenGrid.Framework.Communications/OpenGrid.Framework.Communications.csproj | 22 | ||||
-rw-r--r-- | Common/OpenGrid.Framework.Communications/OpenGrid.Framework.Communications.dll.build | 16 |
2 files changed, 19 insertions, 19 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> |
diff --git a/Common/OpenGrid.Framework.Communications/OpenGrid.Framework.Communications.dll.build b/Common/OpenGrid.Framework.Communications/OpenGrid.Framework.Communications.dll.build index c46174c..4036747 100644 --- a/Common/OpenGrid.Framework.Communications/OpenGrid.Framework.Communications.dll.build +++ b/Common/OpenGrid.Framework.Communications/OpenGrid.Framework.Communications.dll.build | |||
@@ -11,20 +11,20 @@ | |||
11 | <resources prefix="OpenGrid.Framework.Communications" dynamicprefix="true" > | 11 | <resources prefix="OpenGrid.Framework.Communications" dynamicprefix="true" > |
12 | </resources> | 12 | </resources> |
13 | <sources failonempty="true"> | 13 | <sources failonempty="true"> |
14 | <include name="RegionServerCommsOGS.cs" /> | 14 | <include name="LocalBackEndServices.cs" /> |
15 | <include name="RegionServerCommsLocal.cs" /> | 15 | <include name="RegionServerCommsLocal.cs" /> |
16 | <include name="RegionServerCommsManager.cs" /> | 16 | <include name="RegionServerCommsManager.cs" /> |
17 | <include name="LocalBackEndServices.cs" /> | 17 | <include name="RegionServerCommsOGS.cs" /> |
18 | <include name="UserServer/UserCommsManagerOGS.cs" /> | ||
19 | <include name="UserServer/UserCommsManagerBase.cs" /> | ||
20 | <include name="UserServer/UserCommsManagerLocal.cs" /> | ||
21 | <include name="GridServer/GridCommsManagerOGS.cs" /> | ||
22 | <include name="GridServer/GridCommsManagerBase.cs" /> | 18 | <include name="GridServer/GridCommsManagerBase.cs" /> |
23 | <include name="GridServer/GridCommsManagerLocal.cs" /> | 19 | <include name="GridServer/GridCommsManagerLocal.cs" /> |
24 | <include name="Properties/AssemblyInfo.cs" /> | 20 | <include name="GridServer/GridCommsManagerOGS.cs" /> |
25 | <include name="InterSimComms/InterSimsCommsOGS.cs" /> | ||
26 | <include name="InterSimComms/InterSimsCommsBase.cs" /> | 21 | <include name="InterSimComms/InterSimsCommsBase.cs" /> |
27 | <include name="InterSimComms/InterSimsCommsLocal.cs" /> | 22 | <include name="InterSimComms/InterSimsCommsLocal.cs" /> |
23 | <include name="InterSimComms/InterSimsCommsOGS.cs" /> | ||
24 | <include name="Properties/AssemblyInfo.cs" /> | ||
25 | <include name="UserServer/UserCommsManagerBase.cs" /> | ||
26 | <include name="UserServer/UserCommsManagerLocal.cs" /> | ||
27 | <include name="UserServer/UserCommsManagerOGS.cs" /> | ||
28 | </sources> | 28 | </sources> |
29 | <references basedir="${project::get-base-directory()}"> | 29 | <references basedir="${project::get-base-directory()}"> |
30 | <lib> | 30 | <lib> |