diff options
Diffstat (limited to '')
-rw-r--r-- | Common/OpenGrid.Framework.Communications/OpenGrid.Framework.Communications.csproj | 35 |
1 files changed, 4 insertions, 31 deletions
diff --git a/Common/OpenGrid.Framework.Communications/OpenGrid.Framework.Communications.csproj b/Common/OpenGrid.Framework.Communications/OpenGrid.Framework.Communications.csproj index 75c6130..0206201 100644 --- a/Common/OpenGrid.Framework.Communications/OpenGrid.Framework.Communications.csproj +++ b/Common/OpenGrid.Framework.Communications/OpenGrid.Framework.Communications.csproj | |||
@@ -80,48 +80,21 @@ | |||
80 | </ProjectReference> | 80 | </ProjectReference> |
81 | </ItemGroup> | 81 | </ItemGroup> |
82 | <ItemGroup> | 82 | <ItemGroup> |
83 | <Compile Include="LocalBackEndServices.cs"> | 83 | <Compile Include="CommunicationsManager.cs"> |
84 | <SubType>Code</SubType> | 84 | <SubType>Code</SubType> |
85 | </Compile> | 85 | </Compile> |
86 | <Compile Include="RegionServerCommsLocal.cs"> | 86 | <Compile Include="IGridServices.cs"> |
87 | <SubType>Code</SubType> | 87 | <SubType>Code</SubType> |
88 | </Compile> | 88 | </Compile> |
89 | <Compile Include="RegionServerCommsManager.cs"> | 89 | <Compile Include="IInterRegionCommunications.cs"> |
90 | <SubType>Code</SubType> | 90 | <SubType>Code</SubType> |
91 | </Compile> | 91 | </Compile> |
92 | <Compile Include="RegionServerCommsOGS.cs"> | 92 | <Compile Include="IUserServices.cs"> |
93 | <SubType>Code</SubType> | ||
94 | </Compile> | ||
95 | <Compile Include="GridServer\GridCommsManagerBase.cs"> | ||
96 | <SubType>Code</SubType> | ||
97 | </Compile> | ||
98 | <Compile Include="GridServer\GridCommsManagerLocal.cs"> | ||
99 | <SubType>Code</SubType> | ||
100 | </Compile> | ||
101 | <Compile Include="GridServer\GridCommsManagerOGS.cs"> | ||
102 | <SubType>Code</SubType> | ||
103 | </Compile> | ||
104 | <Compile Include="InterSimComms\InterSimsCommsBase.cs"> | ||
105 | <SubType>Code</SubType> | ||
106 | </Compile> | ||
107 | <Compile Include="InterSimComms\InterSimsCommsLocal.cs"> | ||
108 | <SubType>Code</SubType> | ||
109 | </Compile> | ||
110 | <Compile Include="InterSimComms\InterSimsCommsOGS.cs"> | ||
111 | <SubType>Code</SubType> | 93 | <SubType>Code</SubType> |
112 | </Compile> | 94 | </Compile> |
113 | <Compile Include="Properties\AssemblyInfo.cs"> | 95 | <Compile Include="Properties\AssemblyInfo.cs"> |
114 | <SubType>Code</SubType> | 96 | <SubType>Code</SubType> |
115 | </Compile> | 97 | </Compile> |
116 | <Compile Include="UserServer\UserCommsManagerBase.cs"> | ||
117 | <SubType>Code</SubType> | ||
118 | </Compile> | ||
119 | <Compile Include="UserServer\UserCommsManagerLocal.cs"> | ||
120 | <SubType>Code</SubType> | ||
121 | </Compile> | ||
122 | <Compile Include="UserServer\UserCommsManagerOGS.cs"> | ||
123 | <SubType>Code</SubType> | ||
124 | </Compile> | ||
125 | </ItemGroup> | 98 | </ItemGroup> |
126 | <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" /> | 99 | <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" /> |
127 | <PropertyGroup> | 100 | <PropertyGroup> |