diff options
Diffstat (limited to 'OpenSim/Region/Capabilities/OpenSim.Region.Capabilities.csproj')
-rw-r--r-- | OpenSim/Region/Capabilities/OpenSim.Region.Capabilities.csproj | 26 |
1 files changed, 9 insertions, 17 deletions
diff --git a/OpenSim/Region/Capabilities/OpenSim.Region.Capabilities.csproj b/OpenSim/Region/Capabilities/OpenSim.Region.Capabilities.csproj index 0d8fac5..4667d52 100644 --- a/OpenSim/Region/Capabilities/OpenSim.Region.Capabilities.csproj +++ b/OpenSim/Region/Capabilities/OpenSim.Region.Capabilities.csproj | |||
@@ -62,14 +62,6 @@ | |||
62 | <HintPath>..\..\..\bin\libsecondlife.dll</HintPath> | 62 | <HintPath>..\..\..\bin\libsecondlife.dll</HintPath> |
63 | <Private>False</Private> | 63 | <Private>False</Private> |
64 | </Reference> | 64 | </Reference> |
65 | <Reference Include="OpenSim.Framework.Types" > | ||
66 | <HintPath>OpenSim.Framework.Types.dll</HintPath> | ||
67 | <Private>False</Private> | ||
68 | </Reference> | ||
69 | <Reference Include="OpenSim.Framework.Utilities" > | ||
70 | <HintPath>OpenSim.Framework.Utilities.dll</HintPath> | ||
71 | <Private>False</Private> | ||
72 | </Reference> | ||
73 | <Reference Include="System" > | 65 | <Reference Include="System" > |
74 | <HintPath>System.dll</HintPath> | 66 | <HintPath>System.dll</HintPath> |
75 | <Private>False</Private> | 67 | <Private>False</Private> |
@@ -104,15 +96,6 @@ | |||
104 | </ProjectReference> | 96 | </ProjectReference> |
105 | </ItemGroup> | 97 | </ItemGroup> |
106 | <ItemGroup> | 98 | <ItemGroup> |
107 | <Compile Include="LLSDCapsDetails.cs"> | ||
108 | <SubType>Code</SubType> | ||
109 | </Compile> | ||
110 | <Compile Include="LLSDMapRequest.cs"> | ||
111 | <SubType>Code</SubType> | ||
112 | </Compile> | ||
113 | <Compile Include="LLSDMapLayerResponse.cs"> | ||
114 | <SubType>Code</SubType> | ||
115 | </Compile> | ||
116 | <Compile Include="Caps.cs"> | 99 | <Compile Include="Caps.cs"> |
117 | <SubType>Code</SubType> | 100 | <SubType>Code</SubType> |
118 | </Compile> | 101 | </Compile> |
@@ -122,6 +105,9 @@ | |||
122 | <Compile Include="LLSDCapEvent.cs"> | 105 | <Compile Include="LLSDCapEvent.cs"> |
123 | <SubType>Code</SubType> | 106 | <SubType>Code</SubType> |
124 | </Compile> | 107 | </Compile> |
108 | <Compile Include="LLSDCapsDetails.cs"> | ||
109 | <SubType>Code</SubType> | ||
110 | </Compile> | ||
125 | <Compile Include="LLSDEmpty.cs"> | 111 | <Compile Include="LLSDEmpty.cs"> |
126 | <SubType>Code</SubType> | 112 | <SubType>Code</SubType> |
127 | </Compile> | 113 | </Compile> |
@@ -131,6 +117,12 @@ | |||
131 | <Compile Include="LLSDMapLayer.cs"> | 117 | <Compile Include="LLSDMapLayer.cs"> |
132 | <SubType>Code</SubType> | 118 | <SubType>Code</SubType> |
133 | </Compile> | 119 | </Compile> |
120 | <Compile Include="LLSDMapLayerResponse.cs"> | ||
121 | <SubType>Code</SubType> | ||
122 | </Compile> | ||
123 | <Compile Include="LLSDMapRequest.cs"> | ||
124 | <SubType>Code</SubType> | ||
125 | </Compile> | ||
134 | <Compile Include="LLSDTest.cs"> | 126 | <Compile Include="LLSDTest.cs"> |
135 | <SubType>Code</SubType> | 127 | <SubType>Code</SubType> |
136 | </Compile> | 128 | </Compile> |