~ubuntu-branches/ubuntu/wily/atk1.0/wily-proposed

« back to all changes in this revision

Viewing changes to build/win32/vs9/gengir.vcproj

  • Committer: Package Import Robot
  • Author(s): Emilio Pozuelo Monfort
  • Date: 2013-03-26 13:07:55 UTC
  • mfrom: (1.4.8) (11.1.14 experimental)
  • Revision ID: package-import@ubuntu.com-20130326130755-t4w0eg40fg6becew
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="Windows-1252"?>
 
2
<VisualStudioProject
 
3
        ProjectType="Visual C++"
 
4
        Version="9.00"
 
5
        Name="gengir"
 
6
        ProjectGUID="{2093D218-190E-4194-9421-3BA7CBF33B15}"
 
7
        RootNamespace="gengir"
 
8
        Keyword="Win32Proj"
 
9
        TargetFrameworkVersion="131072"
 
10
        >
 
11
        <Platforms>
 
12
                <Platform
 
13
                        Name="Win32"
 
14
                />
 
15
                <Platform
 
16
                        Name="x64"
 
17
                />
 
18
        </Platforms>
 
19
        <ToolFiles>
 
20
        </ToolFiles>
 
21
        <Configurations>
 
22
                <Configuration
 
23
                        Name="Debug|Win32"
 
24
                        InheritedPropertySheets=".\atk.vsprops"
 
25
                        OutputDirectory="$(GlibEtcInstallRoot)"
 
26
                        ConfigurationType="10"
 
27
                        CharacterSet="2"
 
28
                        DeleteExtensionsOnClean=""
 
29
                        >
 
30
                        <Tool
 
31
                                Name="VCPreBuildEventTool"
 
32
                                CommandLine="$(DoGenGir)"
 
33
                        />
 
34
                </Configuration>
 
35
                <Configuration
 
36
                        Name="Debug|x64"
 
37
                        InheritedPropertySheets=".\atk.vsprops"
 
38
                        OutputDirectory="$(GlibEtcInstallRoot)"
 
39
                        ConfigurationType="10"
 
40
                        CharacterSet="2"
 
41
                        DeleteExtensionsOnClean=""
 
42
                        >
 
43
                        <Tool
 
44
                                Name="VCPreBuildEventTool"
 
45
                                CommandLine="$(DoGenGir)"
 
46
                        />
 
47
                </Configuration>
 
48
                <Configuration
 
49
                        Name="Release|Win32"
 
50
                        InheritedPropertySheets=".\atk.vsprops"
 
51
                        OutputDirectory="$(GlibEtcInstallRoot)"
 
52
                        ConfigurationType="10"
 
53
                        CharacterSet="2"
 
54
                        WholeProgramOptimization="1"
 
55
                        DeleteExtensionsOnClean=""
 
56
                        >
 
57
                        <Tool
 
58
                                Name="VCPreBuildEventTool"
 
59
                                CommandLine="$(DoGenGir)"
 
60
                        />
 
61
                </Configuration>
 
62
                <Configuration
 
63
                        Name="Release|x64"
 
64
                        InheritedPropertySheets=".\atk.vsprops"
 
65
                        OutputDirectory="$(GlibEtcInstallRoot)"
 
66
                        ConfigurationType="10"
 
67
                        CharacterSet="2"
 
68
                        WholeProgramOptimization="1"
 
69
                        DeleteExtensionsOnClean=""
 
70
                        >
 
71
                        <Tool
 
72
                                Name="VCPreBuildEventTool"
 
73
                                CommandLine="$(DoGenGir)"
 
74
                        />
 
75
                </Configuration>
 
76
        </Configurations>
 
77
</VisualStudioProject>