diff options
author | Adam Frisby | 2007-04-06 18:09:03 +0000 |
---|---|---|
committer | Adam Frisby | 2007-04-06 18:09:03 +0000 |
commit | df4df07c3930f6f2267c1c16d71a542c667728ab (patch) | |
tree | 858b6f7ae56bc1a7c279e6dac15dd89037009b87 /OpenSim.Terrain.BasicTerrain/OpenSim.Terrain.BasicTerrain.csproj | |
parent | Shelling out a basic terrain manager using the BSD parts of libTerrain, with ... (diff) | |
download | opensim-SC_OLD-df4df07c3930f6f2267c1c16d71a542c667728ab.zip opensim-SC_OLD-df4df07c3930f6f2267c1c16d71a542c667728ab.tar.gz opensim-SC_OLD-df4df07c3930f6f2267c1c16d71a542c667728ab.tar.bz2 opensim-SC_OLD-df4df07c3930f6f2267c1c16d71a542c667728ab.tar.xz |
And now for some solution files...
Diffstat (limited to '')
-rw-r--r-- | OpenSim.Terrain.BasicTerrain/OpenSim.Terrain.BasicTerrain.csproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim.Terrain.BasicTerrain/OpenSim.Terrain.BasicTerrain.csproj b/OpenSim.Terrain.BasicTerrain/OpenSim.Terrain.BasicTerrain.csproj index 47165c2..4da1ede 100644 --- a/OpenSim.Terrain.BasicTerrain/OpenSim.Terrain.BasicTerrain.csproj +++ b/OpenSim.Terrain.BasicTerrain/OpenSim.Terrain.BasicTerrain.csproj | |||
@@ -4,7 +4,7 @@ | |||
4 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | 4 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
5 | <ProductVersion>8.0.50727</ProductVersion> | 5 | <ProductVersion>8.0.50727</ProductVersion> |
6 | <SchemaVersion>2.0</SchemaVersion> | 6 | <SchemaVersion>2.0</SchemaVersion> |
7 | <ProjectGuid>3263f5b5-0a41-4ed5-91a2-9baaaeecc849</ProjectGuid> | 7 | <ProjectGuid>{FFD5951C-4002-4ACA-9ADF-68852357B94A}</ProjectGuid> |
8 | <OutputType>Library</OutputType> | 8 | <OutputType>Library</OutputType> |
9 | <AppDesignerFolder>Properties</AppDesignerFolder> | 9 | <AppDesignerFolder>Properties</AppDesignerFolder> |
10 | <RootNamespace>OpenSim.Terrain.BasicTerrain</RootNamespace> | 10 | <RootNamespace>OpenSim.Terrain.BasicTerrain</RootNamespace> |
@@ -33,7 +33,7 @@ | |||
33 | <Reference Include="System.Xml" /> | 33 | <Reference Include="System.Xml" /> |
34 | </ItemGroup> | 34 | </ItemGroup> |
35 | <ItemGroup> | 35 | <ItemGroup> |
36 | <Compile Include="Class1.cs" /> | 36 | <Compile Include="TerrainManager.cs" /> |
37 | <Compile Include="Properties\AssemblyInfo.cs" /> | 37 | <Compile Include="Properties\AssemblyInfo.cs" /> |
38 | </ItemGroup> | 38 | </ItemGroup> |
39 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | 39 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |