diff options
author | mingchen | 2007-06-27 19:04:23 +0000 |
---|---|---|
committer | mingchen | 2007-06-27 19:04:23 +0000 |
commit | 9eaecabdd0884cfe17d249440badce1ecdbcc142 (patch) | |
tree | d8decfccf4aea6460e322e2a0d7a26228b4041fe /OpenSim/Framework/Data.SQLite | |
parent | *Fixed OpenGridServices.sln and prebuild.xml (diff) | |
download | opensim-SC_OLD-9eaecabdd0884cfe17d249440badce1ecdbcc142.zip opensim-SC_OLD-9eaecabdd0884cfe17d249440badce1ecdbcc142.tar.gz opensim-SC_OLD-9eaecabdd0884cfe17d249440badce1ecdbcc142.tar.bz2 opensim-SC_OLD-9eaecabdd0884cfe17d249440badce1ecdbcc142.tar.xz |
*Moved VersionInfo.cs to its correct place in OpenSim.csproj
*Added OpenSim.Region.Caps
*Updated prebuild.xml and ran prebuild
Diffstat (limited to 'OpenSim/Framework/Data.SQLite')
-rw-r--r-- | OpenSim/Framework/Data.SQLite/OpenSim.Framework.Data.SQLite.csproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Framework/Data.SQLite/OpenSim.Framework.Data.SQLite.csproj b/OpenSim/Framework/Data.SQLite/OpenSim.Framework.Data.SQLite.csproj index 4ba24f1..dab22ea 100644 --- a/OpenSim/Framework/Data.SQLite/OpenSim.Framework.Data.SQLite.csproj +++ b/OpenSim/Framework/Data.SQLite/OpenSim.Framework.Data.SQLite.csproj | |||
@@ -88,10 +88,10 @@ | |||
88 | </ProjectReference> | 88 | </ProjectReference> |
89 | </ItemGroup> | 89 | </ItemGroup> |
90 | <ItemGroup> | 90 | <ItemGroup> |
91 | <Compile Include="SQLiteGridData.cs"> | 91 | <Compile Include="SQLiteManager.cs"> |
92 | <SubType>Code</SubType> | 92 | <SubType>Code</SubType> |
93 | </Compile> | 93 | </Compile> |
94 | <Compile Include="SQLiteManager.cs"> | 94 | <Compile Include="SQLiteGridData.cs"> |
95 | <SubType>Code</SubType> | 95 | <SubType>Code</SubType> |
96 | </Compile> | 96 | </Compile> |
97 | <Compile Include="Properties\AssemblyInfo.cs"> | 97 | <Compile Include="Properties\AssemblyInfo.cs"> |