diff options
Diffstat (limited to 'OpenSim.RegionServer')
-rw-r--r-- | OpenSim.RegionServer/OpenSim.RegionServer.csproj | 34 |
1 files changed, 20 insertions, 14 deletions
diff --git a/OpenSim.RegionServer/OpenSim.RegionServer.csproj b/OpenSim.RegionServer/OpenSim.RegionServer.csproj index 288b2be..8129741 100644 --- a/OpenSim.RegionServer/OpenSim.RegionServer.csproj +++ b/OpenSim.RegionServer/OpenSim.RegionServer.csproj | |||
@@ -1,12 +1,13 @@ | |||
1 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | 1 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
2 | <PropertyGroup> | 2 | <PropertyGroup> |
3 | <ProjectType>Local</ProjectType> | 3 | <ProjectType>Local</ProjectType> |
4 | <ProductVersion>8.0.50727</ProductVersion> | 4 | <ProductVersion>8.0.50727</ProductVersion> |
5 | <SchemaVersion>2.0</SchemaVersion> | 5 | <SchemaVersion>2.0</SchemaVersion> |
6 | <ProjectGuid>{B48F0D82-2DE5-42B0-9F1D-0F4353FA243A}</ProjectGuid> | 6 | <ProjectGuid>{50D8594C-39E2-4695-B28D-AC8ADE15BC5A}</ProjectGuid> |
7 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | 7 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
8 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | 8 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
9 | <ApplicationIcon></ApplicationIcon> | 9 | <ApplicationIcon> |
10 | </ApplicationIcon> | ||
10 | <AssemblyKeyContainerName> | 11 | <AssemblyKeyContainerName> |
11 | </AssemblyKeyContainerName> | 12 | </AssemblyKeyContainerName> |
12 | <AssemblyName>OpenSim</AssemblyName> | 13 | <AssemblyName>OpenSim</AssemblyName> |
@@ -15,7 +16,8 @@ | |||
15 | <DefaultTargetSchema>IE50</DefaultTargetSchema> | 16 | <DefaultTargetSchema>IE50</DefaultTargetSchema> |
16 | <DelaySign>false</DelaySign> | 17 | <DelaySign>false</DelaySign> |
17 | <OutputType>Exe</OutputType> | 18 | <OutputType>Exe</OutputType> |
18 | <AppDesignerFolder></AppDesignerFolder> | 19 | <AppDesignerFolder> |
20 | </AppDesignerFolder> | ||
19 | <RootNamespace>OpenSim.RegionServer</RootNamespace> | 21 | <RootNamespace>OpenSim.RegionServer</RootNamespace> |
20 | <FileUpgradeFlags> | 22 | <FileUpgradeFlags> |
21 | </FileUpgradeFlags> | 23 | </FileUpgradeFlags> |
@@ -27,7 +29,8 @@ | |||
27 | <ConfigurationOverrideFile> | 29 | <ConfigurationOverrideFile> |
28 | </ConfigurationOverrideFile> | 30 | </ConfigurationOverrideFile> |
29 | <DefineConstants>TRACE;DEBUG</DefineConstants> | 31 | <DefineConstants>TRACE;DEBUG</DefineConstants> |
30 | <DocumentationFile></DocumentationFile> | 32 | <DocumentationFile> |
33 | </DocumentationFile> | ||
31 | <DebugSymbols>True</DebugSymbols> | 34 | <DebugSymbols>True</DebugSymbols> |
32 | <FileAlignment>4096</FileAlignment> | 35 | <FileAlignment>4096</FileAlignment> |
33 | <Optimize>False</Optimize> | 36 | <Optimize>False</Optimize> |
@@ -36,7 +39,8 @@ | |||
36 | <RemoveIntegerChecks>False</RemoveIntegerChecks> | 39 | <RemoveIntegerChecks>False</RemoveIntegerChecks> |
37 | <TreatWarningsAsErrors>False</TreatWarningsAsErrors> | 40 | <TreatWarningsAsErrors>False</TreatWarningsAsErrors> |
38 | <WarningLevel>4</WarningLevel> | 41 | <WarningLevel>4</WarningLevel> |
39 | <NoWarn></NoWarn> | 42 | <NoWarn> |
43 | </NoWarn> | ||
40 | </PropertyGroup> | 44 | </PropertyGroup> |
41 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | 45 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
42 | <AllowUnsafeBlocks>False</AllowUnsafeBlocks> | 46 | <AllowUnsafeBlocks>False</AllowUnsafeBlocks> |
@@ -45,7 +49,8 @@ | |||
45 | <ConfigurationOverrideFile> | 49 | <ConfigurationOverrideFile> |
46 | </ConfigurationOverrideFile> | 50 | </ConfigurationOverrideFile> |
47 | <DefineConstants>TRACE</DefineConstants> | 51 | <DefineConstants>TRACE</DefineConstants> |
48 | <DocumentationFile></DocumentationFile> | 52 | <DocumentationFile> |
53 | </DocumentationFile> | ||
49 | <DebugSymbols>False</DebugSymbols> | 54 | <DebugSymbols>False</DebugSymbols> |
50 | <FileAlignment>4096</FileAlignment> | 55 | <FileAlignment>4096</FileAlignment> |
51 | <Optimize>True</Optimize> | 56 | <Optimize>True</Optimize> |
@@ -54,22 +59,23 @@ | |||
54 | <RemoveIntegerChecks>False</RemoveIntegerChecks> | 59 | <RemoveIntegerChecks>False</RemoveIntegerChecks> |
55 | <TreatWarningsAsErrors>False</TreatWarningsAsErrors> | 60 | <TreatWarningsAsErrors>False</TreatWarningsAsErrors> |
56 | <WarningLevel>4</WarningLevel> | 61 | <WarningLevel>4</WarningLevel> |
57 | <NoWarn></NoWarn> | 62 | <NoWarn> |
63 | </NoWarn> | ||
58 | </PropertyGroup> | 64 | </PropertyGroup> |
59 | <ItemGroup> | 65 | <ItemGroup> |
60 | <Reference Include="System" > | 66 | <Reference Include="System"> |
61 | <HintPath>\System.dll</HintPath> | 67 | <HintPath>\System.dll</HintPath> |
62 | </Reference> | 68 | </Reference> |
63 | <Reference Include="System.Xml.dll" > | 69 | <Reference Include="System.Xml.dll"> |
64 | <HintPath>\System.Xml.dll.dll</HintPath> | 70 | <HintPath>\System.Xml.dll.dll</HintPath> |
65 | </Reference> | 71 | </Reference> |
66 | <Reference Include="libsecondlife.dll" > | 72 | <Reference Include="libsecondlife.dll"> |
67 | <HintPath>\libsecondlife.dll.dll</HintPath> | 73 | <HintPath>\libsecondlife.dll.dll</HintPath> |
68 | </Reference> | 74 | </Reference> |
69 | <Reference Include="Axiom.MathLib.dll" > | 75 | <Reference Include="Axiom.MathLib.dll"> |
70 | <HintPath>\Axiom.MathLib.dll.dll</HintPath> | 76 | <HintPath>\Axiom.MathLib.dll.dll</HintPath> |
71 | </Reference> | 77 | </Reference> |
72 | <Reference Include="Db4objects.Db4o.dll" > | 78 | <Reference Include="Db4objects.Db4o.dll"> |
73 | <HintPath>\Db4objects.Db4o.dll.dll</HintPath> | 79 | <HintPath>\Db4objects.Db4o.dll.dll</HintPath> |
74 | </Reference> | 80 | </Reference> |
75 | </ItemGroup> | 81 | </ItemGroup> |
@@ -165,4 +171,4 @@ | |||
165 | <PostBuildEvent> | 171 | <PostBuildEvent> |
166 | </PostBuildEvent> | 172 | </PostBuildEvent> |
167 | </PropertyGroup> | 173 | </PropertyGroup> |
168 | </Project> | 174 | </Project> \ No newline at end of file |