aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/opensim.mdp
diff options
context:
space:
mode:
Diffstat (limited to 'opensim.mdp')
-rw-r--r--opensim.mdp44
1 files changed, 0 insertions, 44 deletions
diff --git a/opensim.mdp b/opensim.mdp
deleted file mode 100644
index f41280f..0000000
--- a/opensim.mdp
+++ /dev/null
@@ -1,44 +0,0 @@
1<Project name="opensim" fileversion="2.0" language="C#" clr-version="Net_2_0" ctype="DotNetProject">
2 <Configurations active="Debug">
3 <Configuration name="Debug" ctype="DotNetProjectConfiguration">
4 <Output directory="./bin/Debug" assembly="opensim" />
5 <Build debugmode="True" target="Exe" />
6 <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
7 <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
8 </Configuration>
9 <Configuration name="Release" ctype="DotNetProjectConfiguration">
10 <Output directory="./bin/Release" assembly="opensim" />
11 <Build debugmode="False" target="Exe" />
12 <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
13 <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
14 </Configuration>
15 </Configurations>
16 <Contents>
17 <File name="./src/Config.cs" subtype="Code" buildaction="Compile" />
18 <File name="./src/Main.cs" subtype="Code" buildaction="Compile" />
19 <File name="./src/OpenSimClient.cs" subtype="Code" buildaction="Compile" />
20 <File name="./src/Util.cs" subtype="Code" buildaction="Compile" />
21 <File name="./src/VersionInfo.cs" subtype="Code" buildaction="Compile" />
22 <File name="./src/types/BitPack.cs" subtype="Code" buildaction="Compile" />
23 <File name="./src/types/Mesh.cs" subtype="Code" buildaction="Compile" />
24 <File name="./src/types/Triangle.cs" subtype="Code" buildaction="Compile" />
25 <File name="./src/world/Avatar.cs" subtype="Code" buildaction="Compile" />
26 <File name="./src/world/Entity.cs" subtype="Code" buildaction="Compile" />
27 <File name="./src/world/Primitive.cs" subtype="Code" buildaction="Compile" />
28 <File name="./src/world/ScriptEngine.cs" subtype="Code" buildaction="Compile" />
29 <File name="./src/world/SurfacePatch.cs" subtype="Code" buildaction="Compile" />
30 <File name="./src/world/TerrainDecoder.cs" subtype="Code" buildaction="Compile" />
31 <File name="./src/world/World.cs" subtype="Code" buildaction="Compile" />
32 <File name="./src/world/scripting/IScript.cs" subtype="Code" buildaction="Compile" />
33 <File name="./src/AssemblyInfo.cs" subtype="Code" buildaction="Compile" />
34 </Contents>
35 <References>
36 <ProjectReference type="Gac" localcopy="True" refto="System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
37 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
38 <ProjectReference type="Gac" localcopy="True" refto="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
39 <ProjectReference type="Assembly" localcopy="True" refto="./bin/Axiom.MathLib.dll" />
40 <ProjectReference type="Assembly" localcopy="True" refto="./bin/Db4objects.Db4o.dll" />
41 <ProjectReference type="Assembly" localcopy="True" refto="./bin/libsecondlife.dll" />
42 <ProjectReference type="Assembly" localcopy="True" refto="./bin/log4net.dll" />
43 </References>
44</Project> \ No newline at end of file