~ubuntu-branches/ubuntu/trusty/subversion/trusty-proposed

« back to all changes in this revision

Viewing changes to build/generator/vc2005_sln.ezt

  • Committer: Package Import Robot
  • Author(s): Andy Whitcroft
  • Date: 2012-06-21 15:36:36 UTC
  • mfrom: (0.4.13 sid)
  • Revision ID: package-import@ubuntu.com-20120621153636-amqqmuidgwgxz1ly
Tags: 1.7.5-1ubuntu1
* Merge from Debian unstable.  Remaining changes:
  - Create pot file on build.
  - Build a python-subversion-dbg package.
  - Build-depend on python-dbg.
  - Build-depend on default-jre-headless/-jdk.
  - Do not apply java-build patch.
  - debian/rules: Manually create the doxygen output directory, otherwise
    we get weird build failures when running parallel builds.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Microsoft Visual Studio Solution File, Format Version [version]
2
 
# Visual Studio [is version "10.00"]2008[else]2005[end]
3
 
[for targets]Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "[targets.name]", "[targets.path]", "[targets.guid]"
4
 
        ProjectSection(ProjectDependencies) = postProject
5
 
[for targets.depends]           [targets.depends.guid] = [targets.depends.guid]
6
 
[end]   EndProjectSection
7
 
EndProject
8
 
[end]Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Libraries", "Libraries", "{F6BDBE6F-7C7B-458B-8801-0B351C85ED6E}"
9
 
EndProject
10
 
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Dlls", "Dlls", "{2F13BEE6-AA51-4882-9015-DCE38AB8E474}"
11
 
EndProject
12
 
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Swig", "Swig", "{9D82B7A1-8C6E-4FB1-895C-DEE6E244CB21}"
13
 
EndProject
14
 
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Java", "Java", "{B604B17D-DC50-44D4-AD41-088A67CFB89E}"
15
 
EndProject
16
 
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Programs", "Programs", "{01A6F906-A386-4E8D-B080-49A3373A7158}"
17
 
EndProject
18
 
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{630535D0-22D7-4D7C-8850-CB468739AFAC}"
19
 
EndProject
20
 
Global
21
 
        GlobalSection(SolutionConfigurationPlatforms) = preSolution
22
 
[for configs][for platforms]            [configs.name]|[platforms] = [configs.name]|[platforms]
23
 
[end][end]      EndGlobalSection
24
 
        GlobalSection(ProjectConfigurationPlatforms) = postSolution
25
 
[for guids][for platforms][for configs]         [guids].[configs.name]|[platforms].ActiveCfg = [configs.name]|[platforms]
26
 
[end][for configs]              [guids].[configs.name]|[platforms].Build.0 = [configs.name]|[platforms]
27
 
[end][end][end] EndGlobalSection
28
 
        GlobalSection(ExtensibilityGlobals) = postSolution
29
 
        EndGlobalSection
30
 
        GlobalSection(ExtensibilityAddIns) = postSolution
31
 
        EndGlobalSection
32
 
        GlobalSection(NestedProjects) = preSolution
33
 
[for targets][is targets.group "exe"]           [targets.guid] = {01A6F906-A386-4E8D-B080-49A3373A7158}
34
 
[end][is targets.group "lib"]           [targets.guid] = {F6BDBE6F-7C7B-458B-8801-0B351C85ED6E}
35
 
[end][is targets.group "dll"]           [targets.guid] = {2F13BEE6-AA51-4882-9015-DCE38AB8E474}
36
 
[end][is targets.group "swiglib"]               [targets.guid] = {9D82B7A1-8C6E-4FB1-895C-DEE6E244CB21}
37
 
[end][is targets.group "test"]          [targets.guid] = {630535D0-22D7-4D7C-8850-CB468739AFAC}
38
 
[end][is targets.group "java"]          [targets.guid] = {B604B17D-DC50-44D4-AD41-088A67CFB89E}
39
 
[end][end]              {9D82B7A1-8C6E-4FB1-895C-DEE6E244CB21} = {F6BDBE6F-7C7B-458B-8801-0B351C85ED6E}
40
 
                {2F13BEE6-AA51-4882-9015-DCE38AB8E474} = {F6BDBE6F-7C7B-458B-8801-0B351C85ED6E}
41
 
                {B604B17D-DC50-44D4-AD41-088A67CFB89E} = {F6BDBE6F-7C7B-458B-8801-0B351C85ED6E}
42
 
        EndGlobalSection
43
 
EndGlobal