diff options
author | Adam Frisby | 2007-07-08 02:58:01 +0000 |
---|---|---|
committer | Adam Frisby | 2007-07-08 02:58:01 +0000 |
commit | 10ece46cf681f389b9ecce5e89b94d749a44e9c1 (patch) | |
tree | 82a545774d62ba188db435b1b1f4123d7242bc2f /OpenSim/Region/Application/OpenSim.csproj | |
parent | *Reverting lbsa71's commit as requred (diff) | |
download | opensim-SC-10ece46cf681f389b9ecce5e89b94d749a44e9c1.zip opensim-SC-10ece46cf681f389b9ecce5e89b94d749a44e9c1.tar.gz opensim-SC-10ece46cf681f389b9ecce5e89b94d749a44e9c1.tar.bz2 opensim-SC-10ece46cf681f389b9ecce5e89b94d749a44e9c1.tar.xz |
* Updating prebuild
Diffstat (limited to 'OpenSim/Region/Application/OpenSim.csproj')
-rw-r--r-- | OpenSim/Region/Application/OpenSim.csproj | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Region/Application/OpenSim.csproj b/OpenSim/Region/Application/OpenSim.csproj index f5da23d..bec85cc 100644 --- a/OpenSim/Region/Application/OpenSim.csproj +++ b/OpenSim/Region/Application/OpenSim.csproj | |||
@@ -170,15 +170,15 @@ | |||
170 | </ProjectReference> | 170 | </ProjectReference> |
171 | </ItemGroup> | 171 | </ItemGroup> |
172 | <ItemGroup> | 172 | <ItemGroup> |
173 | <Compile Include="VersionInfo.cs"> | ||
174 | <SubType>Code</SubType> | ||
175 | </Compile> | ||
176 | <Compile Include="Application.cs"> | 173 | <Compile Include="Application.cs"> |
177 | <SubType>Code</SubType> | 174 | <SubType>Code</SubType> |
178 | </Compile> | 175 | </Compile> |
179 | <Compile Include="OpenSimMain.cs"> | 176 | <Compile Include="OpenSimMain.cs"> |
180 | <SubType>Code</SubType> | 177 | <SubType>Code</SubType> |
181 | </Compile> | 178 | </Compile> |
179 | <Compile Include="VersionInfo.cs"> | ||
180 | <SubType>Code</SubType> | ||
181 | </Compile> | ||
182 | </ItemGroup> | 182 | </ItemGroup> |
183 | <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" /> | 183 | <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" /> |
184 | <PropertyGroup> | 184 | <PropertyGroup> |