diff options
-rw-r--r-- | opensim.mdp | 44 | ||||
-rw-r--r-- | opensim.mds | 16 |
2 files changed, 60 insertions, 0 deletions
diff --git a/opensim.mdp b/opensim.mdp new file mode 100644 index 0000000..f41280f --- /dev/null +++ b/opensim.mdp | |||
@@ -0,0 +1,44 @@ | |||
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 | ||
diff --git a/opensim.mds b/opensim.mds new file mode 100644 index 0000000..7587db3 --- /dev/null +++ b/opensim.mds | |||
@@ -0,0 +1,16 @@ | |||
1 | <Combine name="opensim" fileversion="2.0"> | ||
2 | <Configurations active="Debug"> | ||
3 | <Configuration name="Debug" ctype="CombineConfiguration"> | ||
4 | <Entry build="True" name="opensim" configuration="Debug" /> | ||
5 | </Configuration> | ||
6 | <Configuration name="Release" ctype="CombineConfiguration"> | ||
7 | <Entry build="True" name="opensim" configuration="Release" /> | ||
8 | </Configuration> | ||
9 | </Configurations> | ||
10 | <StartMode startupentry="opensim" single="True"> | ||
11 | <Execute type="None" entry="opensim" /> | ||
12 | </StartMode> | ||
13 | <Entries> | ||
14 | <Entry filename="./opensim.mdp" /> | ||
15 | </Entries> | ||
16 | </Combine> \ No newline at end of file | ||