aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Data.SQLite/OpenSim.Framework.Data.SQLite.csproj
diff options
context:
space:
mode:
authormingchen2007-06-27 19:04:23 +0000
committermingchen2007-06-27 19:04:23 +0000
commit9eaecabdd0884cfe17d249440badce1ecdbcc142 (patch)
treed8decfccf4aea6460e322e2a0d7a26228b4041fe /OpenSim/Framework/Data.SQLite/OpenSim.Framework.Data.SQLite.csproj
parent*Fixed OpenGridServices.sln and prebuild.xml (diff)
downloadopensim-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 '')
-rw-r--r--OpenSim/Framework/Data.SQLite/OpenSim.Framework.Data.SQLite.csproj4
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">