diff options
author | lbsa71 | 2007-04-03 20:31:46 +0000 |
---|---|---|
committer | lbsa71 | 2007-04-03 20:31:46 +0000 |
commit | d9ca66141629105c0b5c924aa51ebfcc2ebd5dc8 (patch) | |
tree | 79620e35ed07734271cf82cec172b3bd3c0e512f /OpenSim/OpenSim.csproj | |
parent | * The world can not contain ScriptFactories that creates unique instances of ... (diff) | |
download | opensim-SC_OLD-d9ca66141629105c0b5c924aa51ebfcc2ebd5dc8.zip opensim-SC_OLD-d9ca66141629105c0b5c924aa51ebfcc2ebd5dc8.tar.gz opensim-SC_OLD-d9ca66141629105c0b5c924aa51ebfcc2ebd5dc8.tar.bz2 opensim-SC_OLD-d9ca66141629105c0b5c924aa51ebfcc2ebd5dc8.tar.xz |
* Fixad namespace clash
Diffstat (limited to 'OpenSim/OpenSim.csproj')
-rw-r--r-- | OpenSim/OpenSim.csproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/OpenSim.csproj b/OpenSim/OpenSim.csproj index f56206f..000d3e5 100644 --- a/OpenSim/OpenSim.csproj +++ b/OpenSim/OpenSim.csproj | |||
@@ -112,6 +112,9 @@ | |||
112 | </ProjectReference> | 112 | </ProjectReference> |
113 | </ItemGroup> | 113 | </ItemGroup> |
114 | <ItemGroup> | 114 | <ItemGroup> |
115 | <Compile Include="Application.cs"> | ||
116 | <SubType>Code</SubType> | ||
117 | </Compile> | ||
115 | <Compile Include="RegionServer.cs"> | 118 | <Compile Include="RegionServer.cs"> |
116 | <SubType>Code</SubType> | 119 | <SubType>Code</SubType> |
117 | </Compile> | 120 | </Compile> |