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

« back to all changes in this revision

Viewing changes to csharp/Samples/WriteLAS/Write_Express.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>{51ACDC75-D5FA-445C-9E04-E7BF07AAFAD5}</ProjectGuid>
 
8
    <OutputType>Exe</OutputType>
 
9
    <AppDesignerFolder>Properties</AppDesignerFolder>
 
10
    <RootNamespace>WriteLAS</RootNamespace>
 
11
    <AssemblyName>WriteLAS</AssemblyName>
 
12
    <StartupObject>
 
13
    </StartupObject>
 
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
  </PropertyGroup>
 
24
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
 
25
    <DebugType>pdbonly</DebugType>
 
26
    <Optimize>true</Optimize>
 
27
    <OutputPath>bin\Release\</OutputPath>
 
28
    <DefineConstants>TRACE</DefineConstants>
 
29
    <ErrorReport>prompt</ErrorReport>
 
30
    <WarningLevel>4</WarningLevel>
 
31
  </PropertyGroup>
 
32
  <ItemGroup>
 
33
    <Reference Include="dotnetLibLAS, Version=0.3.0.0, Culture=neutral, PublicKeyToken=05e1a48fbbf076e0, processorArchitecture=MSIL">
 
34
      <SpecificVersion>False</SpecificVersion>
 
35
      <HintPath>..\..\dotnetLibLAS\bin\Release\dotnetLibLAS.dll</HintPath>
 
36
    </Reference>
 
37
    <Reference Include="System" />
 
38
    <Reference Include="System.Data" />
 
39
    <Reference Include="System.Xml" />
 
40
  </ItemGroup>
 
41
  <ItemGroup>
 
42
    <Compile Include="WriteLAS.cs" />
 
43
    <Compile Include="Properties\AssemblyInfo.cs" />
 
44
  </ItemGroup>
 
45
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
 
46
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
 
47
       Other similar extension points exist, see Microsoft.Common.targets.
 
48
  <Target Name="BeforeBuild">
 
49
  </Target>
 
50
  <Target Name="AfterBuild">
 
51
  </Target>
 
52
  -->
 
53
</Project>
 
 
b'\\ No newline at end of file'