diff options
Diffstat (limited to 'OpenSim/Region/Application/OpenSim.csproj')
-rw-r--r-- | OpenSim/Region/Application/OpenSim.csproj | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/OpenSim/Region/Application/OpenSim.csproj b/OpenSim/Region/Application/OpenSim.csproj index 8e50e92..8960664 100644 --- a/OpenSim/Region/Application/OpenSim.csproj +++ b/OpenSim/Region/Application/OpenSim.csproj | |||
@@ -164,10 +164,13 @@ | |||
164 | </ProjectReference> | 164 | </ProjectReference> |
165 | </ItemGroup> | 165 | </ItemGroup> |
166 | <ItemGroup> | 166 | <ItemGroup> |
167 | <Compile Include="OpenSimMain.cs"> | 167 | <Compile Include="Application.cs"> |
168 | <SubType>Code</SubType> | 168 | <SubType>Code</SubType> |
169 | </Compile> | 169 | </Compile> |
170 | <Compile Include="Application.cs"> | 170 | <Compile Include="VersionInfo.cs"> |
171 | <SubType>Code</SubType> | ||
172 | </Compile> | ||
173 | <Compile Include="OpenSimMain.cs"> | ||
171 | <SubType>Code</SubType> | 174 | <SubType>Code</SubType> |
172 | </Compile> | 175 | </Compile> |
173 | </ItemGroup> | 176 | </ItemGroup> |