aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application/OpenSim.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Application/OpenSim.csproj')
-rw-r--r--OpenSim/Region/Application/OpenSim.csproj12
1 files changed, 9 insertions, 3 deletions
diff --git a/OpenSim/Region/Application/OpenSim.csproj b/OpenSim/Region/Application/OpenSim.csproj
index 5cefa96..f5da23d 100644
--- a/OpenSim/Region/Application/OpenSim.csproj
+++ b/OpenSim/Region/Application/OpenSim.csproj
@@ -102,6 +102,12 @@
102 <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> 102 <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
103 <Private>False</Private> 103 <Private>False</Private>
104 </ProjectReference> 104 </ProjectReference>
105 <ProjectReference Include="..\..\Framework\Data\OpenSim.Framework.Data.csproj">
106 <Name>OpenSim.Framework.Data</Name>
107 <Project>{36B72A9B-0000-0000-0000-000000000000}</Project>
108 <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
109 <Private>False</Private>
110 </ProjectReference>
105 <ProjectReference Include="..\..\Framework\GenericConfig\Xml\OpenSim.Framework.GenericConfig.Xml.csproj"> 111 <ProjectReference Include="..\..\Framework\GenericConfig\Xml\OpenSim.Framework.GenericConfig.Xml.csproj">
106 <Name>OpenSim.Framework.GenericConfig.Xml</Name> 112 <Name>OpenSim.Framework.GenericConfig.Xml</Name>
107 <Project>{C74E4A30-0000-0000-0000-000000000000}</Project> 113 <Project>{C74E4A30-0000-0000-0000-000000000000}</Project>
@@ -164,13 +170,13 @@
164 </ProjectReference> 170 </ProjectReference>
165 </ItemGroup> 171 </ItemGroup>
166 <ItemGroup> 172 <ItemGroup>
167 <Compile Include="Application.cs"> 173 <Compile Include="VersionInfo.cs">
168 <SubType>Code</SubType> 174 <SubType>Code</SubType>
169 </Compile> 175 </Compile>
170 <Compile Include="OpenSimMain.cs"> 176 <Compile Include="Application.cs">
171 <SubType>Code</SubType> 177 <SubType>Code</SubType>
172 </Compile> 178 </Compile>
173 <Compile Include="VersionInfo.cs"> 179 <Compile Include="OpenSimMain.cs">
174 <SubType>Code</SubType> 180 <SubType>Code</SubType>
175 </Compile> 181 </Compile>
176 </ItemGroup> 182 </ItemGroup>