~ubuntu-branches/ubuntu/oneiric/mozc/oneiric

« back to all changes in this revision

Viewing changes to protobuf/files/gtest/msvc/gtest_main.vcproj

  • Committer: Bazaar Package Importer
  • Author(s): Nobuhiro Iwamatsu
  • Date: 2010-07-14 03:26:47 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100714032647-13qjisj6m8cm8jdx
Tags: 0.12.410.102-1
* New upstream release (Closes: #588971).
  - Add mozc-server, mozc-utils-gui and scim-mozc packages.
* Update debian/rules.
  Add --gypdir option to build_mozc.py.
* Update debian/control.
  - Bumped standards-version to 3.9.0.
  - Update description.
* Add mozc icon (Closes: #588972).
* Add patch which revises issue 18.
  ibus_mozc_issue18.patch
* kFreeBSD build support.
  support_kfreebsd.patch

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="7.10"
5
 
        Name="gtest_main"
6
 
        ProjectGUID="{3AF54C8A-10BF-4332-9147-F68ED9862032}"
7
 
        Keyword="Win32Proj">
8
 
        <Platforms>
9
 
                <Platform
10
 
                        Name="Win32"/>
11
 
        </Platforms>
12
 
        <Configurations>
13
 
                <Configuration
14
 
                        Name="Debug|Win32"
15
 
                        OutputDirectory="$(SolutionName)/$(ConfigurationName)"
16
 
                        IntermediateDirectory="$(OutDir)/$(ProjectName)"
17
 
                        ConfigurationType="4"
18
 
                        CharacterSet="2"
19
 
                        ReferencesPath="">
20
 
                        <Tool
21
 
                                Name="VCCLCompilerTool"
22
 
                                Optimization="0"
23
 
                                PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
24
 
                                MinimalRebuild="TRUE"
25
 
                                BasicRuntimeChecks="3"
26
 
                                RuntimeLibrary="5"
27
 
                                UsePrecompiledHeader="0"
28
 
                                WarningLevel="3"
29
 
                                Detect64BitPortabilityProblems="FALSE"
30
 
                                DebugInformationFormat="4"/>
31
 
                        <Tool
32
 
                                Name="VCCustomBuildTool"/>
33
 
                        <Tool
34
 
                                Name="VCLibrarianTool"
35
 
                                OutputFile="$(OutDir)/$(ProjectName)d.lib"/>
36
 
                        <Tool
37
 
                                Name="VCMIDLTool"/>
38
 
                        <Tool
39
 
                                Name="VCPostBuildEventTool"/>
40
 
                        <Tool
41
 
                                Name="VCPreBuildEventTool"/>
42
 
                        <Tool
43
 
                                Name="VCPreLinkEventTool"/>
44
 
                        <Tool
45
 
                                Name="VCResourceCompilerTool"/>
46
 
                        <Tool
47
 
                                Name="VCWebServiceProxyGeneratorTool"/>
48
 
                        <Tool
49
 
                                Name="VCXMLDataGeneratorTool"/>
50
 
                        <Tool
51
 
                                Name="VCManagedWrapperGeneratorTool"/>
52
 
                        <Tool
53
 
                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
54
 
                </Configuration>
55
 
                <Configuration
56
 
                        Name="Release|Win32"
57
 
                        OutputDirectory="$(SolutionName)/$(ConfigurationName)"
58
 
                        IntermediateDirectory="$(OutDir)/$(ProjectName)"
59
 
                        ConfigurationType="4"
60
 
                        CharacterSet="2"
61
 
                        ReferencesPath="&quot;..\include&quot;;&quot;..&quot;">
62
 
                        <Tool
63
 
                                Name="VCCLCompilerTool"
64
 
                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
65
 
                                RuntimeLibrary="4"
66
 
                                UsePrecompiledHeader="0"
67
 
                                WarningLevel="3"
68
 
                                Detect64BitPortabilityProblems="FALSE"
69
 
                                DebugInformationFormat="3"/>
70
 
                        <Tool
71
 
                                Name="VCCustomBuildTool"/>
72
 
                        <Tool
73
 
                                Name="VCLibrarianTool"
74
 
                                OutputFile="$(OutDir)/$(ProjectName).lib"/>
75
 
                        <Tool
76
 
                                Name="VCMIDLTool"/>
77
 
                        <Tool
78
 
                                Name="VCPostBuildEventTool"/>
79
 
                        <Tool
80
 
                                Name="VCPreBuildEventTool"/>
81
 
                        <Tool
82
 
                                Name="VCPreLinkEventTool"/>
83
 
                        <Tool
84
 
                                Name="VCResourceCompilerTool"/>
85
 
                        <Tool
86
 
                                Name="VCWebServiceProxyGeneratorTool"/>
87
 
                        <Tool
88
 
                                Name="VCXMLDataGeneratorTool"/>
89
 
                        <Tool
90
 
                                Name="VCManagedWrapperGeneratorTool"/>
91
 
                        <Tool
92
 
                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
93
 
                </Configuration>
94
 
        </Configurations>
95
 
        <References>
96
 
                <ProjectReference
97
 
                        ReferencedProjectIdentifier="{C8F6C172-56F2-4E76-B5FA-C3B423B31BE7}"
98
 
                        Name="gtest"/>
99
 
        </References>
100
 
        <Files>
101
 
                <Filter
102
 
                        Name="Source Files"
103
 
                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
104
 
                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
105
 
                        <File
106
 
                                RelativePath="..\src\gtest_main.cc">
107
 
                                <FileConfiguration
108
 
                                        Name="Debug|Win32">
109
 
                                        <Tool
110
 
                                                Name="VCCLCompilerTool"
111
 
                                                AdditionalIncludeDirectories="&quot;..&quot;;&quot;..\include&quot;"/>
112
 
                                </FileConfiguration>
113
 
                                <FileConfiguration
114
 
                                        Name="Release|Win32">
115
 
                                        <Tool
116
 
                                                Name="VCCLCompilerTool"
117
 
                                                AdditionalIncludeDirectories="&quot;..&quot;;&quot;..\include&quot;"/>
118
 
                                </FileConfiguration>
119
 
                        </File>
120
 
                </Filter>
121
 
                <Filter
122
 
                        Name="Header Files"
123
 
                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
124
 
                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
125
 
                        <File
126
 
                                RelativePath="..\include\gtest\internal\gtest-death-test-internal.h">
127
 
                        </File>
128
 
                        <File
129
 
                                RelativePath="..\include\gtest\gtest-death-test.h">
130
 
                        </File>
131
 
                        <File
132
 
                                RelativePath="..\include\gtest\internal\gtest-filepath.h">
133
 
                        </File>
134
 
                        <File
135
 
                                RelativePath="..\src\gtest-internal-inl.h">
136
 
                        </File>
137
 
                        <File
138
 
                                RelativePath="..\include\gtest\internal\gtest-internal.h">
139
 
                        </File>
140
 
                        <File
141
 
                                RelativePath="..\include\gtest\gtest-message.h">
142
 
                        </File>
143
 
                        <File
144
 
                                RelativePath="..\include\gtest\internal\gtest-port.h">
145
 
                        </File>
146
 
                        <File
147
 
                                RelativePath="..\include\gtest\gtest-spi.h">
148
 
                        </File>
149
 
                        <File
150
 
                                RelativePath="..\include\gtest\internal\gtest-string.h">
151
 
                        </File>
152
 
                        <File
153
 
                                RelativePath="..\include\gtest\gtest.h">
154
 
                        </File>
155
 
                        <File
156
 
                                RelativePath="..\include\gtest\gtest_pred_impl.h">
157
 
                        </File>
158
 
                        <File
159
 
                                RelativePath="..\include\gtest\gtest_prod.h">
160
 
                        </File>
161
 
                </Filter>
162
 
        </Files>
163
 
        <Globals>
164
 
        </Globals>
165
 
</VisualStudioProject>