aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/General/OpenSim.Framework.csproj
diff options
context:
space:
mode:
authormingchen2007-06-27 17:20:45 +0000
committermingchen2007-06-27 17:20:45 +0000
commit1dcc814b703771c4dd96592b73727db2b54028a3 (patch)
tree380bcc29a9bb5d476804614d99e1a8c2e35dbcbd /OpenSim/Framework/General/OpenSim.Framework.csproj
parent*Updated prebuild.xml and ran prebuild again (diff)
downloadopensim-SC_OLD-1dcc814b703771c4dd96592b73727db2b54028a3.zip
opensim-SC_OLD-1dcc814b703771c4dd96592b73727db2b54028a3.tar.gz
opensim-SC_OLD-1dcc814b703771c4dd96592b73727db2b54028a3.tar.bz2
opensim-SC_OLD-1dcc814b703771c4dd96592b73727db2b54028a3.tar.xz
*More compile fixes (should be it on OpenSim.sln)
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/General/OpenSim.Framework.csproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Framework/General/OpenSim.Framework.csproj b/OpenSim/Framework/General/OpenSim.Framework.csproj
index 7f71949..3e77f1e 100644
--- a/OpenSim/Framework/General/OpenSim.Framework.csproj
+++ b/OpenSim/Framework/General/OpenSim.Framework.csproj
@@ -91,10 +91,10 @@
91 <Compile Include="AgentInventory.cs"> 91 <Compile Include="AgentInventory.cs">
92 <SubType>Code</SubType> 92 <SubType>Code</SubType>
93 </Compile> 93 </Compile>
94 <Compile Include="AuthenticateSessionBase.cs"> 94 <Compile Include="Util.cs">
95 <SubType>Code</SubType> 95 <SubType>Code</SubType>
96 </Compile> 96 </Compile>
97 <Compile Include="Util.cs"> 97 <Compile Include="AuthenticateSessionBase.cs">
98 <SubType>Code</SubType> 98 <SubType>Code</SubType>
99 </Compile> 99 </Compile>
100 <Compile Include="Logger.cs"> 100 <Compile Include="Logger.cs">