~ubuntu-branches/ubuntu/utopic/glib2.0/utopic

« back to all changes in this revision

Viewing changes to build/win32/vs8/gthread.vcproj

Tags: upstream-2.12.12
ImportĀ upstreamĀ versionĀ 2.12.12

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="windows-1251"?>
 
2
<VisualStudioProject
 
3
        ProjectType="Visual C++"
 
4
        Version="8.00"
 
5
        Name="gthread"
 
6
        ProjectGUID="{C8AFB8C3-FFFD-460F-BC13-9AC25D7B117C}"
 
7
        RootNamespace="gthread"
 
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="$(SolutionDir)$(ConfigurationName)\bin"
 
21
                        IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\obj"
 
22
                        ConfigurationType="2"
 
23
                        CharacterSet="2"
 
24
                        >
 
25
                        <Tool
 
26
                                Name="VCPreBuildEventTool"
 
27
                        />
 
28
                        <Tool
 
29
                                Name="VCCustomBuildTool"
 
30
                        />
 
31
                        <Tool
 
32
                                Name="VCXMLDataGeneratorTool"
 
33
                        />
 
34
                        <Tool
 
35
                                Name="VCWebServiceProxyGeneratorTool"
 
36
                        />
 
37
                        <Tool
 
38
                                Name="VCMIDLTool"
 
39
                        />
 
40
                        <Tool
 
41
                                Name="VCCLCompilerTool"
 
42
                                Optimization="0"
 
43
                                AdditionalIncludeDirectories="../../..,../../../glib"
 
44
                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;GTHREAD_EXPORTS;HAVE_CONFIG_H;G_LOG_DOMAIN=\&quot;GThread\&quot;"
 
45
                                MinimalRebuild="true"
 
46
                                BasicRuntimeChecks="3"
 
47
                                RuntimeLibrary="3"
 
48
                                UsePrecompiledHeader="0"
 
49
                                WarningLevel="3"
 
50
                                Detect64BitPortabilityProblems="true"
 
51
                                DebugInformationFormat="4"
 
52
                                ForcedIncludeFiles="msvc_recommended_pragmas.h"
 
53
                        />
 
54
                        <Tool
 
55
                                Name="VCManagedResourceCompilerTool"
 
56
                        />
 
57
                        <Tool
 
58
                                Name="VCResourceCompilerTool"
 
59
                        />
 
60
                        <Tool
 
61
                                Name="VCPreLinkEventTool"
 
62
                        />
 
63
                        <Tool
 
64
                                Name="VCLinkerTool"
 
65
                                OutputFile="$(OutDir)\lib$(ProjectName)-2.0-0-vs8.dll"
 
66
                                LinkIncremental="2"
 
67
                                ModuleDefinitionFile="../../../gthread/gthread.def"
 
68
                                GenerateDebugInformation="true"
 
69
                                SubSystem="2"
 
70
                                ImportLibrary="$(TargetDir)$(ProjectName)-2.0-vs8.lib"
 
71
                                TargetMachine="1"
 
72
                        />
 
73
                        <Tool
 
74
                                Name="VCALinkTool"
 
75
                        />
 
76
                        <Tool
 
77
                                Name="VCManifestTool"
 
78
                        />
 
79
                        <Tool
 
80
                                Name="VCXDCMakeTool"
 
81
                        />
 
82
                        <Tool
 
83
                                Name="VCBscMakeTool"
 
84
                        />
 
85
                        <Tool
 
86
                                Name="VCFxCopTool"
 
87
                        />
 
88
                        <Tool
 
89
                                Name="VCAppVerifierTool"
 
90
                        />
 
91
                        <Tool
 
92
                                Name="VCWebDeploymentTool"
 
93
                        />
 
94
                        <Tool
 
95
                                Name="VCPostBuildEventTool"
 
96
                        />
 
97
                </Configuration>
 
98
                <Configuration
 
99
                        Name="Release|Win32"
 
100
                        OutputDirectory="$(SolutionDir)$(ConfigurationName)\bin"
 
101
                        IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\obj"
 
102
                        ConfigurationType="2"
 
103
                        CharacterSet="2"
 
104
                        WholeProgramOptimization="1"
 
105
                        >
 
106
                        <Tool
 
107
                                Name="VCPreBuildEventTool"
 
108
                        />
 
109
                        <Tool
 
110
                                Name="VCCustomBuildTool"
 
111
                        />
 
112
                        <Tool
 
113
                                Name="VCXMLDataGeneratorTool"
 
114
                        />
 
115
                        <Tool
 
116
                                Name="VCWebServiceProxyGeneratorTool"
 
117
                        />
 
118
                        <Tool
 
119
                                Name="VCMIDLTool"
 
120
                        />
 
121
                        <Tool
 
122
                                Name="VCCLCompilerTool"
 
123
                                AdditionalIncludeDirectories="../../..,../../../glib"
 
124
                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;GTHREAD_EXPORTS;HAVE_CONFIG_H;G_LOG_DOMAIN=\&quot;GThread\&quot;"
 
125
                                RuntimeLibrary="2"
 
126
                                UsePrecompiledHeader="0"
 
127
                                WarningLevel="3"
 
128
                                Detect64BitPortabilityProblems="true"
 
129
                                DebugInformationFormat="3"
 
130
                                ForcedIncludeFiles="msvc_recommended_pragmas.h"
 
131
                        />
 
132
                        <Tool
 
133
                                Name="VCManagedResourceCompilerTool"
 
134
                        />
 
135
                        <Tool
 
136
                                Name="VCResourceCompilerTool"
 
137
                        />
 
138
                        <Tool
 
139
                                Name="VCPreLinkEventTool"
 
140
                        />
 
141
                        <Tool
 
142
                                Name="VCLinkerTool"
 
143
                                OutputFile="$(OutDir)\lib$(ProjectName)-2.0-0-vs8.dll"
 
144
                                LinkIncremental="1"
 
145
                                ModuleDefinitionFile="../../../gthread/gthread.def"
 
146
                                GenerateDebugInformation="true"
 
147
                                SubSystem="2"
 
148
                                OptimizeReferences="2"
 
149
                                EnableCOMDATFolding="2"
 
150
                                ImportLibrary="$(TargetDir)$(ProjectName)-2.0-vs8.lib"
 
151
                                TargetMachine="1"
 
152
                        />
 
153
                        <Tool
 
154
                                Name="VCALinkTool"
 
155
                        />
 
156
                        <Tool
 
157
                                Name="VCManifestTool"
 
158
                        />
 
159
                        <Tool
 
160
                                Name="VCXDCMakeTool"
 
161
                        />
 
162
                        <Tool
 
163
                                Name="VCBscMakeTool"
 
164
                        />
 
165
                        <Tool
 
166
                                Name="VCFxCopTool"
 
167
                        />
 
168
                        <Tool
 
169
                                Name="VCAppVerifierTool"
 
170
                        />
 
171
                        <Tool
 
172
                                Name="VCWebDeploymentTool"
 
173
                        />
 
174
                        <Tool
 
175
                                Name="VCPostBuildEventTool"
 
176
                        />
 
177
                </Configuration>
 
178
        </Configurations>
 
179
        <References>
 
180
        </References>
 
181
        <Files>
 
182
                <Filter
 
183
                        Name="Source Files"
 
184
                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
 
185
                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
 
186
                        >
 
187
                        <File
 
188
                                RelativePath="..\..\..\gthread\gthread-impl.c"
 
189
                                >
 
190
                        </File>
 
191
                </Filter>
 
192
                <Filter
 
193
                        Name="Header Files"
 
194
                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
 
195
                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
 
196
                        >
 
197
                </Filter>
 
198
                <Filter
 
199
                        Name="Resource Files"
 
200
                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
 
201
                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
 
202
                        >
 
203
                        <File
 
204
                                RelativePath="..\..\..\gthread\gthread.def"
 
205
                                >
 
206
                        </File>
 
207
                        <File
 
208
                                RelativePath="..\..\..\gthread\gthread.rc"
 
209
                                >
 
210
                        </File>
 
211
                </Filter>
 
212
        </Files>
 
213
        <Globals>
 
214
        </Globals>
 
215
</VisualStudioProject>