aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/libTerrain/libTerrainTests/libTerrain.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/libTerrain/libTerrainTests/libTerrain.csproj')
-rw-r--r--libraries/libTerrain/libTerrainTests/libTerrain.csproj75
1 files changed, 75 insertions, 0 deletions
diff --git a/libraries/libTerrain/libTerrainTests/libTerrain.csproj b/libraries/libTerrain/libTerrainTests/libTerrain.csproj
new file mode 100644
index 0000000..047ad02
--- /dev/null
+++ b/libraries/libTerrain/libTerrainTests/libTerrain.csproj
@@ -0,0 +1,75 @@
1<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2 <PropertyGroup>
3 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5 <ProductVersion>8.0.50727</ProductVersion>
6 <SchemaVersion>2.0</SchemaVersion>
7 <ProjectGuid>{EEC06368-30E8-42E8-A23C-2C9D139AD495}</ProjectGuid>
8 <OutputType>Library</OutputType>
9 <AppDesignerFolder>Properties</AppDesignerFolder>
10 <RootNamespace>libTerrain</RootNamespace>
11 <AssemblyName>libTerrain</AssemblyName>
12 </PropertyGroup>
13 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
14 <DebugSymbols>true</DebugSymbols>
15 <DebugType>full</DebugType>
16 <Optimize>false</Optimize>
17 <OutputPath>bin\Debug\</OutputPath>
18 <DefineConstants>DEBUG;TRACE</DefineConstants>
19 <ErrorReport>prompt</ErrorReport>
20 <WarningLevel>4</WarningLevel>
21 </PropertyGroup>
22 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
23 <DebugType>pdbonly</DebugType>
24 <Optimize>true</Optimize>
25 <OutputPath>bin\Release\</OutputPath>
26 <DefineConstants>TRACE</DefineConstants>
27 <ErrorReport>prompt</ErrorReport>
28 <WarningLevel>4</WarningLevel>
29 </PropertyGroup>
30 <ItemGroup>
31 <Reference Include="System" />
32 <Reference Include="System.Data" />
33 <Reference Include="System.Drawing" />
34 <Reference Include="System.Xml" />
35 </ItemGroup>
36 <ItemGroup>
37 <Compile Include="Bitmap\Bitmap.cs" />
38 <Compile Include="Channel\Channel.cs" />
39 <Compile Include="Channel\Common.cs" />
40 <Compile Include="Channel\Editing\Flatten.cs" />
41 <Compile Include="Channel\Editing\Raise.cs" />
42 <Compile Include="Channel\File.cs" />
43 <Compile Include="Channel\Generators\Cellular.cs" />
44 <Compile Include="Channel\Generators\Fracture.cs" />
45 <Compile Include="Channel\Generators\Gradient.cs" />
46 <Compile Include="Channel\Generators\HillPlanter.cs" />
47 <Compile Include="Channel\Generators\Midpoint.cs" />
48 <Compile Include="Channel\Generators\Mountain.cs" />
49 <Compile Include="Channel\Generators\Noise.cs" />
50 <Compile Include="Channel\Generators\Spiral.cs" />
51 <Compile Include="Channel\Generators\Voronoi.cs" />
52 <Compile Include="Channel\Generators\Worms.cs" />
53 <Compile Include="Channel\Grid.cs" />
54 <Compile Include="Channel\Manipulators\AerobicErosion.cs" />
55 <Compile Include="Channel\Manipulators\HydraulicErosion.cs" />
56 <Compile Include="Channel\Manipulators\ThermalWeathering.cs" />
57 <Compile Include="Channel\Neighbours.cs" />
58 <Compile Include="Channel\Operators.cs" />
59 <Compile Include="Properties\AssemblyInfo.cs" />
60 <Compile Include="Test\SimpleTerrain.cs" />
61 <Compile Include="Tools\Point2D.cs" />
62 <Compile Include="Tools\Tools.cs" />
63 </ItemGroup>
64 <ItemGroup>
65 <Content Include="TODO.txt" />
66 </ItemGroup>
67 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
68 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
69 Other similar extension points exist, see Microsoft.Common.targets.
70 <Target Name="BeforeBuild">
71 </Target>
72 <Target Name="AfterBuild">
73 </Target>
74 -->
75</Project> \ No newline at end of file