diff options
author | lbsa71 | 2007-07-03 07:06:08 +0000 |
---|---|---|
committer | lbsa71 | 2007-07-03 07:06:08 +0000 |
commit | 73a5ec391aa5600cb779044fbf335ce0537e9500 (patch) | |
tree | 9df98727f377806ab6e5afdabc3299cfa03a178b /OpenSim/Region/Examples/SimpleApp/SimpleApp.csproj | |
parent | You can now substitute %name% in the filename argument for terrain save & loa... (diff) | |
download | opensim-SC-73a5ec391aa5600cb779044fbf335ce0537e9500.zip opensim-SC-73a5ec391aa5600cb779044fbf335ce0537e9500.tar.gz opensim-SC-73a5ec391aa5600cb779044fbf335ce0537e9500.tar.bz2 opensim-SC-73a5ec391aa5600cb779044fbf335ce0537e9500.tar.xz |
* Completed conceptual LlsdMethod - everything resides in SimpleApp pending guru approval.
Diffstat (limited to 'OpenSim/Region/Examples/SimpleApp/SimpleApp.csproj')
-rw-r--r-- | OpenSim/Region/Examples/SimpleApp/SimpleApp.csproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Region/Examples/SimpleApp/SimpleApp.csproj b/OpenSim/Region/Examples/SimpleApp/SimpleApp.csproj index 3ed0efc..1e726b2 100644 --- a/OpenSim/Region/Examples/SimpleApp/SimpleApp.csproj +++ b/OpenSim/Region/Examples/SimpleApp/SimpleApp.csproj | |||
@@ -154,6 +154,9 @@ | |||
154 | </ProjectReference> | 154 | </ProjectReference> |
155 | </ItemGroup> | 155 | </ItemGroup> |
156 | <ItemGroup> | 156 | <ItemGroup> |
157 | <Compile Include="LlsdMethodEntry.cs"> | ||
158 | <SubType>Code</SubType> | ||
159 | </Compile> | ||
157 | <Compile Include="MyWorld.cs"> | 160 | <Compile Include="MyWorld.cs"> |
158 | <SubType>Code</SubType> | 161 | <SubType>Code</SubType> |
159 | </Compile> | 162 | </Compile> |