~ubuntu-branches/ubuntu/trusty/liblas/trusty-proposed

« back to all changes in this revision

Viewing changes to csharp/dotnetLibLAS/dotnetLibLAS.csproj

  • Committer: Package Import Robot
  • Author(s): Francesco Paolo Lovergine
  • Date: 2014-01-05 17:00:29 UTC
  • mfrom: (7.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20140105170029-ddtp0j63x5jvck2u
Tags: 1.7.0+dfsg-2
Fixed missing linking of system boost component.
(closes: #733282)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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>{5652982E-9576-47F1-896A-1B700E6648FA}</ProjectGuid>
 
8
    <OutputType>Library</OutputType>
 
9
    <AppDesignerFolder>Properties</AppDesignerFolder>
 
10
    <RootNamespace>dotnetLibLAS</RootNamespace>
 
11
    <AssemblyName>dotnetLibLAS</AssemblyName>
 
12
    <SignAssembly>true</SignAssembly>
 
13
    <AssemblyOriginatorKeyFile>liblas.snk</AssemblyOriginatorKeyFile>
 
14
  </PropertyGroup>
 
15
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
 
16
    <DebugSymbols>true</DebugSymbols>
 
17
    <DebugType>full</DebugType>
 
18
    <Optimize>false</Optimize>
 
19
    <OutputPath>bin\Debug\</OutputPath>
 
20
    <DefineConstants>DEBUG;TRACE</DefineConstants>
 
21
    <ErrorReport>prompt</ErrorReport>
 
22
    <WarningLevel>4</WarningLevel>
 
23
    <DocumentationFile>dotnetLibLas.xml</DocumentationFile>
 
24
  </PropertyGroup>
 
25
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
 
26
    <DebugType>pdbonly</DebugType>
 
27
    <Optimize>true</Optimize>
 
28
    <OutputPath>bin\Release\</OutputPath>
 
29
    <DefineConstants>TRACE</DefineConstants>
 
30
    <ErrorReport>prompt</ErrorReport>
 
31
    <WarningLevel>4</WarningLevel>
 
32
    <DocumentationFile>dotnetLibLas.xml</DocumentationFile>
 
33
  </PropertyGroup>
 
34
  <ItemGroup>
 
35
    <Reference Include="System" />
 
36
    <Reference Include="System.Data" />
 
37
    <Reference Include="System.Xml" />
 
38
  </ItemGroup>
 
39
  <ItemGroup>
 
40
    <Compile Include="AssemblyInfo.cs" />
 
41
    <Compile Include="LASVariableLengthRecord.cs" />
 
42
    <Compile Include="LASGuid.cs" />
 
43
    <Compile Include="LASException.cs" />
 
44
    <Compile Include="LASHeader.cs" />
 
45
    <Compile Include="LASPoint.cs" />
 
46
    <Compile Include="LASReader.cs" />
 
47
    <Compile Include="LASWriter.cs" />
 
48
    <Compile Include="LibLASCAPI.cs" />
 
49
  </ItemGroup>
 
50
  <ItemGroup>
 
51
    <None Include="liblas.snk" />
 
52
  </ItemGroup>
 
53
  <ItemGroup>
 
54
    <Folder Include="Properties\" />
 
55
  </ItemGroup>
 
56
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
 
57
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
 
58
       Other similar extension points exist, see Microsoft.Common.targets.
 
59
  <Target Name="BeforeBuild">
 
60
  </Target>
 
61
  <Target Name="AfterBuild">
 
62
  </Target>
 
63
  -->
 
64
</Project>
 
 
b'\\ No newline at end of file'