~ubuntu-branches/ubuntu/oneiric/json-glib/oneiric

« back to all changes in this revision

Viewing changes to build/win32/vs9/builder-test.vcproj

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2011-09-12 09:08:07 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: package-import@ubuntu.com-20110912090807-3br793wiakn3yr8r
Tags: 0.13.90-1
* New upstream release.
* Drop 0001-Fix-GVariant-creation-on-some-architectures-bug-6504.patch:
  Applied upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="big5"?>
2
 
<VisualStudioProject
3
 
        ProjectType="Visual C++"
4
 
        Version="9.00"
5
 
        Name="builder-test"
6
 
        ProjectGUID="{B7D32B02-3481-4A6E-8E0F-B43887F348A8}"
7
 
        RootNamespace="buildertest"
8
 
        Keyword="Win32Proj"
9
 
        TargetFrameworkVersion="196613"
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
 
                        OutputDirectory="$(SolutionDir)$(ConfigurationName)\$(PlatformName)\bin"
25
 
                        IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\$(PlatformName)\obj"
26
 
                        ConfigurationType="1"
27
 
                        InheritedPropertySheets=".\json-glib.vsprops"
28
 
                        CharacterSet="1"
29
 
                        >
30
 
                        <Tool
31
 
                                Name="VCPreBuildEventTool"
32
 
                        />
33
 
                        <Tool
34
 
                                Name="VCCLCompilerTool"
35
 
                                Optimization="0"
36
 
                                AdditionalIncludeDirectories=""
37
 
                                PreprocessorDefinitions="_DEBUG"
38
 
                                MinimalRebuild="true"
39
 
                                BasicRuntimeChecks="3"
40
 
                                RuntimeLibrary="3"
41
 
                                UsePrecompiledHeader="0"
42
 
                                WarningLevel="3"
43
 
                                DebugInformationFormat="4"
44
 
                                ForcedIncludeFiles=""
45
 
                        />
46
 
                        <Tool
47
 
                                Name="VCLinkerTool"
48
 
                                LinkIncremental="2"
49
 
                                GenerateDebugInformation="true"
50
 
                                SubSystem="1"
51
 
                                TargetMachine="1"
52
 
                        />
53
 
                </Configuration>
54
 
                <Configuration
55
 
                        Name="Debug|x64"
56
 
                        InheritedPropertySheets=".\json-glib.vsprops"
57
 
                        ConfigurationType="1"
58
 
                        CharacterSet="2"
59
 
                        >
60
 
                        <Tool
61
 
                                Name="VCCLCompilerTool"
62
 
                                Optimization="0"
63
 
                                PreprocessorDefinitions="_DEBUG"
64
 
                                MinimalRebuild="true"
65
 
                                BasicRuntimeChecks="3"
66
 
                                RuntimeLibrary="3"
67
 
                                UsePrecompiledHeader="0"
68
 
                                WarningLevel="3"
69
 
                                DebugInformationFormat="3"
70
 
                                CompileAs="1"
71
 
                        />
72
 
                        <Tool
73
 
                                Name="VCLinkerTool"
74
 
                                LinkIncremental="2"
75
 
                                GenerateDebugInformation="true"
76
 
                                SubSystem="1"
77
 
                                TargetMachine="17"
78
 
                        />
79
 
                </Configuration>
80
 
                <Configuration
81
 
                        Name="Release|Win32"
82
 
                        OutputDirectory="$(SolutionDir)$(ConfigurationName)\$(PlatformName)\bin"
83
 
                        IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\$(PlatformName)\obj"
84
 
                        ConfigurationType="1"
85
 
                        InheritedPropertySheets=".\json-glib.vsprops"
86
 
                        CharacterSet="1"
87
 
                        WholeProgramOptimization="1"
88
 
                        >
89
 
                        <Tool
90
 
                                Name="VCPreBuildEventTool"
91
 
                                CommandLine=""
92
 
                        />
93
 
                        <Tool
94
 
                                Name="VCCLCompilerTool"
95
 
                                Optimization="2"
96
 
                                EnableIntrinsicFunctions="true"
97
 
                                AdditionalIncludeDirectories=""
98
 
                                PreprocessorDefinitions=""
99
 
                                RuntimeLibrary="2"
100
 
                                EnableFunctionLevelLinking="true"
101
 
                                UsePrecompiledHeader="0"
102
 
                                WarningLevel="3"
103
 
                                DebugInformationFormat="3"
104
 
                                ForcedIncludeFiles=""
105
 
                        />
106
 
                        <Tool
107
 
                                Name="VCLinkerTool"
108
 
                                AdditionalDependencies=""
109
 
                                LinkIncremental="1"
110
 
                                GenerateDebugInformation="true"
111
 
                                SubSystem="1"
112
 
                                OptimizeReferences="2"
113
 
                                EnableCOMDATFolding="2"
114
 
                                TargetMachine="1"
115
 
                        />
116
 
                </Configuration>
117
 
                <Configuration
118
 
                        Name="Release|x64"
119
 
                        InheritedPropertySheets=".\json-glib.vsprops"
120
 
                        ConfigurationType="1"
121
 
                        CharacterSet="2"
122
 
                        WholeProgramOptimization="1"
123
 
                        >
124
 
                        <Tool
125
 
                                Name="VCCLCompilerTool"
126
 
                                PreprocessorDefinitions=""
127
 
                                RuntimeLibrary="2"
128
 
                                UsePrecompiledHeader="0"
129
 
                                WarningLevel="3"
130
 
                                DebugInformationFormat="3"
131
 
                                CompileAs="1"
132
 
                        />
133
 
                        <Tool
134
 
                                Name="VCLinkerTool"
135
 
                                LinkIncremental="1"
136
 
                                GenerateDebugInformation="true"
137
 
                                SubSystem="1"
138
 
                                OptimizeReferences="2"
139
 
                                EnableCOMDATFolding="2"
140
 
                                TargetMachine="17"
141
 
                        />
142
 
                </Configuration>
143
 
        </Configurations>
144
 
        <References>
145
 
        </References>
146
 
        <Files>
147
 
                <Filter
148
 
                        Name="Sources"
149
 
                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
150
 
                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
151
 
                        >
152
 
                        <File RelativePath="..\..\..\json-glib\tests\builder-test.c" />
153
 
                </Filter>
154
 
        </Files>
155
 
        <Globals>
156
 
        </Globals>
157
 
</VisualStudioProject>