diff options
author | MW | 2007-04-30 15:38:51 +0000 |
---|---|---|
committer | MW | 2007-04-30 15:38:51 +0000 |
commit | a595881dc06c8359faa731a0af2d8be7290daad1 (patch) | |
tree | 3ce516a66b07b4695d9861f52ed91485cd14c2a0 /OpenSim.Framework | |
parent | And it's fixed (diff) | |
download | opensim-SC_OLD-a595881dc06c8359faa731a0af2d8be7290daad1.zip opensim-SC_OLD-a595881dc06c8359faa731a0af2d8be7290daad1.tar.gz opensim-SC_OLD-a595881dc06c8359faa731a0af2d8be7290daad1.tar.bz2 opensim-SC_OLD-a595881dc06c8359faa731a0af2d8be7290daad1.tar.xz |
fixed the VS 2005 solution/ project files.
and a couple of other small changes
Diffstat (limited to 'OpenSim.Framework')
-rw-r--r-- | OpenSim.Framework/OpenSim.Framework.csproj | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/OpenSim.Framework/OpenSim.Framework.csproj b/OpenSim.Framework/OpenSim.Framework.csproj index 0061140..046443e 100644 --- a/OpenSim.Framework/OpenSim.Framework.csproj +++ b/OpenSim.Framework/OpenSim.Framework.csproj | |||
@@ -96,6 +96,9 @@ | |||
96 | <Compile Include="LoginService.cs"> | 96 | <Compile Include="LoginService.cs"> |
97 | <SubType>Code</SubType> | 97 | <SubType>Code</SubType> |
98 | </Compile> | 98 | </Compile> |
99 | <Compile Include="Remoting.cs"> | ||
100 | <SubType>Code</SubType> | ||
101 | </Compile> | ||
99 | <Compile Include="SimProfile.cs"> | 102 | <Compile Include="SimProfile.cs"> |
100 | <SubType>Code</SubType> | 103 | <SubType>Code</SubType> |
101 | </Compile> | 104 | </Compile> |
@@ -159,6 +162,9 @@ | |||
159 | <Compile Include="Types\AssetBase.cs"> | 162 | <Compile Include="Types\AssetBase.cs"> |
160 | <SubType>Code</SubType> | 163 | <SubType>Code</SubType> |
161 | </Compile> | 164 | </Compile> |
165 | <Compile Include="Types\AssetStorage.cs"> | ||
166 | <SubType>Code</SubType> | ||
167 | </Compile> | ||
162 | <Compile Include="Types\Login.cs"> | 168 | <Compile Include="Types\Login.cs"> |
163 | <SubType>Code</SubType> | 169 | <SubType>Code</SubType> |
164 | </Compile> | 170 | </Compile> |