*Moved VersionInfo.cs to its correct place in OpenSim.csproj

*Added OpenSim.Region.Caps
*Updated prebuild.xml and ran prebuild
This commit is contained in:
mingchen
2007-06-27 19:04:23 +00:00
parent 1a6f58f337
commit 9eaecabdd0
20 changed files with 184 additions and 226 deletions

View File

@@ -114,10 +114,10 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Compile Include="UserManager.cs">
<Compile Include="Main.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Main.cs">
<Compile Include="UserManager.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs">