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

« back to all changes in this revision

Viewing changes to csharp/dotnetLibLAS.sln

  • 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

 
2
Microsoft Visual Studio Solution File, Format Version 9.00
 
3
# Visual Studio 2005
 
4
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "dotnetLibLAS", "dotnetLibLAS\dotnetLibLAS.csproj", "{5652982E-9576-47F1-896A-1B700E6648FA}"
 
5
EndProject
 
6
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NUnitTest", "NUnitTest\NUnitTest.csproj", "{E019C630-508C-4F2C-9743-F66423C216F2}"
 
7
        ProjectSection(ProjectDependencies) = postProject
 
8
                {5652982E-9576-47F1-896A-1B700E6648FA} = {5652982E-9576-47F1-896A-1B700E6648FA}
 
9
        EndProjectSection
 
10
EndProject
 
11
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HelloWorldLAS", "HelloWorldLAS\HelloWorldLAS.csproj", "{85856BBA-7888-4196-9602-740986C7FA98}"
 
12
        ProjectSection(ProjectDependencies) = postProject
 
13
                {5652982E-9576-47F1-896A-1B700E6648FA} = {5652982E-9576-47F1-896A-1B700E6648FA}
 
14
        EndProjectSection
 
15
EndProject
 
16
Global
 
17
        GlobalSection(SolutionConfigurationPlatforms) = preSolution
 
18
                Debug|Any CPU = Debug|Any CPU
 
19
                Release|Any CPU = Release|Any CPU
 
20
        EndGlobalSection
 
21
        GlobalSection(ProjectConfigurationPlatforms) = postSolution
 
22
                {5652982E-9576-47F1-896A-1B700E6648FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
 
23
                {5652982E-9576-47F1-896A-1B700E6648FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
 
24
                {5652982E-9576-47F1-896A-1B700E6648FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
 
25
                {5652982E-9576-47F1-896A-1B700E6648FA}.Release|Any CPU.Build.0 = Release|Any CPU
 
26
                {E019C630-508C-4F2C-9743-F66423C216F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
 
27
                {E019C630-508C-4F2C-9743-F66423C216F2}.Debug|Any CPU.Build.0 = Debug|Any CPU
 
28
                {E019C630-508C-4F2C-9743-F66423C216F2}.Release|Any CPU.ActiveCfg = Release|Any CPU
 
29
                {E019C630-508C-4F2C-9743-F66423C216F2}.Release|Any CPU.Build.0 = Release|Any CPU
 
30
                {85856BBA-7888-4196-9602-740986C7FA98}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
 
31
                {85856BBA-7888-4196-9602-740986C7FA98}.Debug|Any CPU.Build.0 = Debug|Any CPU
 
32
                {85856BBA-7888-4196-9602-740986C7FA98}.Release|Any CPU.ActiveCfg = Release|Any CPU
 
33
                {85856BBA-7888-4196-9602-740986C7FA98}.Release|Any CPU.Build.0 = Release|Any CPU
 
34
        EndGlobalSection
 
35
        GlobalSection(SolutionProperties) = preSolution
 
36
                HideSolutionNode = FALSE
 
37
        EndGlobalSection
 
38
EndGlobal