~kklimonda/ubuntu/natty/glibmm2.4/update

« back to all changes in this revision

Viewing changes to MSVC_Net2005/examples/keyfile/keyfile.vcproj

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-01-26 13:03:25 UTC
  • mfrom: (1.2.42 upstream)
  • Revision ID: james.westby@ubuntu.com-20100126130325-5yukj1vu2aiptur6
Tags: 2.23.1-0ubuntu1
* New upstream version 
* debian/control.in:
  - updated glib requirement

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="8,00"
 
5
        Name="examples_keyfile"
 
6
        ProjectGUID="{FA6C9A26-5192-4C19-9527-64DF5C31E2DA}"
 
7
        RootNamespace="examples_dispatcher"
 
8
        Keyword="Win32Proj"
 
9
        >
 
10
        <Platforms>
 
11
                <Platform
 
12
                        Name="Win32"
 
13
                />
 
14
        </Platforms>
 
15
        <ToolFiles>
 
16
        </ToolFiles>
 
17
        <Configurations>
 
18
                <Configuration
 
19
                        Name="Debug|Win32"
 
20
                        OutputDirectory="Debug"
 
21
                        IntermediateDirectory="Debug"
 
22
                        ConfigurationType="1"
 
23
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
 
24
                        CharacterSet="2"
 
25
                        >
 
26
                        <Tool
 
27
                                Name="VCPreBuildEventTool"
 
28
                        />
 
29
                        <Tool
 
30
                                Name="VCCustomBuildTool"
 
31
                        />
 
32
                        <Tool
 
33
                                Name="VCXMLDataGeneratorTool"
 
34
                        />
 
35
                        <Tool
 
36
                                Name="VCWebServiceProxyGeneratorTool"
 
37
                        />
 
38
                        <Tool
 
39
                                Name="VCMIDLTool"
 
40
                        />
 
41
                        <Tool
 
42
                                Name="VCCLCompilerTool"
 
43
                                Optimization="0"
 
44
                                AdditionalIncludeDirectories="&quot;$(SolutionDir)\..\glib&quot;;&quot;$(SolutionDir)\glibmm&quot;"
 
45
                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
 
46
                                MinimalRebuild="true"
 
47
                                BasicRuntimeChecks="3"
 
48
                                RuntimeLibrary="3"
 
49
                                RuntimeTypeInfo="true"
 
50
                                UsePrecompiledHeader="0"
 
51
                                WarningLevel="3"
 
52
                                Detect64BitPortabilityProblems="true"
 
53
                                DebugInformationFormat="4"
 
54
                        />
 
55
                        <Tool
 
56
                                Name="VCManagedResourceCompilerTool"
 
57
                        />
 
58
                        <Tool
 
59
                                Name="VCResourceCompilerTool"
 
60
                        />
 
61
                        <Tool
 
62
                                Name="VCPreLinkEventTool"
 
63
                        />
 
64
                        <Tool
 
65
                                Name="VCLinkerTool"
 
66
                                AdditionalDependencies="glib-2.0.lib gthread-2.0.lib sigc-vc80-d-2_0.lib"
 
67
                                OutputFile="$(OutDir)/keyfile.exe"
 
68
                                LinkIncremental="2"
 
69
                                GenerateManifest="true"
 
70
                                GenerateDebugInformation="true"
 
71
                                ProgramDatabaseFile="$(OutDir)/$(TargetName).pdb"
 
72
                                SubSystem="1"
 
73
                                TargetMachine="1"
 
74
                        />
 
75
                        <Tool
 
76
                                Name="VCALinkTool"
 
77
                        />
 
78
                        <Tool
 
79
                                Name="VCManifestTool"
 
80
                        />
 
81
                        <Tool
 
82
                                Name="VCXDCMakeTool"
 
83
                        />
 
84
                        <Tool
 
85
                                Name="VCBscMakeTool"
 
86
                        />
 
87
                        <Tool
 
88
                                Name="VCFxCopTool"
 
89
                        />
 
90
                        <Tool
 
91
                                Name="VCAppVerifierTool"
 
92
                        />
 
93
                        <Tool
 
94
                                Name="VCWebDeploymentTool"
 
95
                        />
 
96
                        <Tool
 
97
                                Name="VCPostBuildEventTool"
 
98
                        />
 
99
                </Configuration>
 
100
                <Configuration
 
101
                        Name="Release|Win32"
 
102
                        OutputDirectory="Release"
 
103
                        IntermediateDirectory="Release"
 
104
                        ConfigurationType="1"
 
105
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
 
106
                        CharacterSet="2"
 
107
                        >
 
108
                        <Tool
 
109
                                Name="VCPreBuildEventTool"
 
110
                        />
 
111
                        <Tool
 
112
                                Name="VCCustomBuildTool"
 
113
                        />
 
114
                        <Tool
 
115
                                Name="VCXMLDataGeneratorTool"
 
116
                        />
 
117
                        <Tool
 
118
                                Name="VCWebServiceProxyGeneratorTool"
 
119
                        />
 
120
                        <Tool
 
121
                                Name="VCMIDLTool"
 
122
                        />
 
123
                        <Tool
 
124
                                Name="VCCLCompilerTool"
 
125
                                AdditionalIncludeDirectories="&quot;$(SolutionDir)\..\glib&quot;;&quot;$(SolutionDir)\glibmm&quot;"
 
126
                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
 
127
                                RuntimeLibrary="2"
 
128
                                RuntimeTypeInfo="true"
 
129
                                UsePrecompiledHeader="0"
 
130
                                WarningLevel="3"
 
131
                                Detect64BitPortabilityProblems="true"
 
132
                                DebugInformationFormat="3"
 
133
                        />
 
134
                        <Tool
 
135
                                Name="VCManagedResourceCompilerTool"
 
136
                        />
 
137
                        <Tool
 
138
                                Name="VCResourceCompilerTool"
 
139
                        />
 
140
                        <Tool
 
141
                                Name="VCPreLinkEventTool"
 
142
                        />
 
143
                        <Tool
 
144
                                Name="VCLinkerTool"
 
145
                                AdditionalDependencies="glib-2.0.lib gthread-2.0.lib sigc-vc80-2_0.lib"
 
146
                                OutputFile="$(OutDir)/keyfile.exe"
 
147
                                LinkIncremental="1"
 
148
                                GenerateManifest="true"
 
149
                                GenerateDebugInformation="true"
 
150
                                SubSystem="1"
 
151
                                OptimizeReferences="2"
 
152
                                EnableCOMDATFolding="2"
 
153
                                TargetMachine="1"
 
154
                        />
 
155
                        <Tool
 
156
                                Name="VCALinkTool"
 
157
                        />
 
158
                        <Tool
 
159
                                Name="VCManifestTool"
 
160
                        />
 
161
                        <Tool
 
162
                                Name="VCXDCMakeTool"
 
163
                        />
 
164
                        <Tool
 
165
                                Name="VCBscMakeTool"
 
166
                        />
 
167
                        <Tool
 
168
                                Name="VCFxCopTool"
 
169
                        />
 
170
                        <Tool
 
171
                                Name="VCAppVerifierTool"
 
172
                        />
 
173
                        <Tool
 
174
                                Name="VCWebDeploymentTool"
 
175
                        />
 
176
                        <Tool
 
177
                                Name="VCPostBuildEventTool"
 
178
                        />
 
179
                </Configuration>
 
180
        </Configurations>
 
181
        <References>
 
182
        </References>
 
183
        <Files>
 
184
                <Filter
 
185
                        Name="Source Files"
 
186
                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
 
187
                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
 
188
                        >
 
189
                        <File
 
190
                                RelativePath="..\..\blank.cpp"
 
191
                                >
 
192
                        </File>
 
193
                        <File
 
194
                                RelativePath="..\..\..\examples\keyfile\main.cc"
 
195
                                >
 
196
                        </File>
 
197
                </Filter>
 
198
                <Filter
 
199
                        Name="Header Files"
 
200
                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
 
201
                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
 
202
                        >
 
203
                </Filter>
 
204
                <Filter
 
205
                        Name="Resource Files"
 
206
                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
 
207
                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
 
208
                        >
 
209
                </Filter>
 
210
        </Files>
 
211
        <Globals>
 
212
        </Globals>
 
213
</VisualStudioProject>