diff options
Diffstat (limited to '')
-rw-r--r-- | Common/OpenGrid.Framework.Communications/OpenGrid.Framework.Communications.csproj | 25 |
1 files changed, 23 insertions, 2 deletions
diff --git a/Common/OpenGrid.Framework.Communications/OpenGrid.Framework.Communications.csproj b/Common/OpenGrid.Framework.Communications/OpenGrid.Framework.Communications.csproj index 00b1548..689210b 100644 --- a/Common/OpenGrid.Framework.Communications/OpenGrid.Framework.Communications.csproj +++ b/Common/OpenGrid.Framework.Communications/OpenGrid.Framework.Communications.csproj | |||
@@ -80,15 +80,36 @@ | |||
80 | </ProjectReference> | 80 | </ProjectReference> |
81 | </ItemGroup> | 81 | </ItemGroup> |
82 | <ItemGroup> | 82 | <ItemGroup> |
83 | <Compile Include="RegionServerCommsManager.cs"> | 83 | <Compile Include="RegionServerCommsLocal.cs"> |
84 | <SubType>Code</SubType> | ||
85 | </Compile> | ||
86 | <Compile Include="RegionServerCommsOGS.cs"> | ||
84 | <SubType>Code</SubType> | 87 | <SubType>Code</SubType> |
85 | </Compile> | 88 | </Compile> |
86 | <Compile Include="TestLocalCommsManager.cs"> | 89 | <Compile Include="RegionServerCommsManager.cs"> |
87 | <SubType>Code</SubType> | 90 | <SubType>Code</SubType> |
88 | </Compile> | 91 | </Compile> |
89 | <Compile Include="Properties\AssemblyInfo.cs"> | 92 | <Compile Include="Properties\AssemblyInfo.cs"> |
90 | <SubType>Code</SubType> | 93 | <SubType>Code</SubType> |
91 | </Compile> | 94 | </Compile> |
95 | <Compile Include="UserServer\UserCommsManagerOGS.cs"> | ||
96 | <SubType>Code</SubType> | ||
97 | </Compile> | ||
98 | <Compile Include="UserServer\UserCommsManagerLocal.cs"> | ||
99 | <SubType>Code</SubType> | ||
100 | </Compile> | ||
101 | <Compile Include="UserServer\UserCommsManagerBase.cs"> | ||
102 | <SubType>Code</SubType> | ||
103 | </Compile> | ||
104 | <Compile Include="GridServer\GridCommsManagerLocal.cs"> | ||
105 | <SubType>Code</SubType> | ||
106 | </Compile> | ||
107 | <Compile Include="GridServer\GridCommsManagerOGS.cs"> | ||
108 | <SubType>Code</SubType> | ||
109 | </Compile> | ||
110 | <Compile Include="GridServer\GridCommsManagerBase.cs"> | ||
111 | <SubType>Code</SubType> | ||
112 | </Compile> | ||
92 | </ItemGroup> | 113 | </ItemGroup> |
93 | <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" /> | 114 | <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" /> |
94 | <PropertyGroup> | 115 | <PropertyGroup> |