~ubuntu-branches/ubuntu/raring/qtwebkit-source/raring-proposed

« back to all changes in this revision

Viewing changes to Source/ThirdParty/gtest/msvc/gtest_unittest.vcproj

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2013-02-18 14:24:18 UTC
  • Revision ID: package-import@ubuntu.com-20130218142418-eon0jmjg3nj438uy
Tags: upstream-2.3
ImportĀ upstreamĀ versionĀ 2.3

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_unittest"
 
6
        ProjectGUID="{4D9FDFB5-986A-4139-823C-F4EE0ED481A1}"
 
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="1"
 
18
                        CharacterSet="2">
 
19
                        <Tool
 
20
                                Name="VCCLCompilerTool"
 
21
                                Optimization="0"
 
22
                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
 
23
                                MinimalRebuild="TRUE"
 
24
                                BasicRuntimeChecks="3"
 
25
                                RuntimeLibrary="5"
 
26
                                UsePrecompiledHeader="3"
 
27
                                WarningLevel="3"
 
28
                                Detect64BitPortabilityProblems="FALSE"
 
29
                                DebugInformationFormat="4"/>
 
30
                        <Tool
 
31
                                Name="VCCustomBuildTool"/>
 
32
                        <Tool
 
33
                                Name="VCLinkerTool"
 
34
                                AdditionalOptions="/SAFESEH"
 
35
                                OutputFile="$(OutDir)/gtest_unittest.exe"
 
36
                                LinkIncremental="2"
 
37
                                GenerateDebugInformation="TRUE"
 
38
                                ProgramDatabaseFile="$(OutDir)/gtest_unittest.pdb"
 
39
                                SubSystem="1"
 
40
                                TargetMachine="1"/>
 
41
                        <Tool
 
42
                                Name="VCMIDLTool"/>
 
43
                        <Tool
 
44
                                Name="VCPostBuildEventTool"/>
 
45
                        <Tool
 
46
                                Name="VCPreBuildEventTool"/>
 
47
                        <Tool
 
48
                                Name="VCPreLinkEventTool"/>
 
49
                        <Tool
 
50
                                Name="VCResourceCompilerTool"/>
 
51
                        <Tool
 
52
                                Name="VCWebServiceProxyGeneratorTool"/>
 
53
                        <Tool
 
54
                                Name="VCXMLDataGeneratorTool"/>
 
55
                        <Tool
 
56
                                Name="VCWebDeploymentTool"/>
 
57
                        <Tool
 
58
                                Name="VCManagedWrapperGeneratorTool"/>
 
59
                        <Tool
 
60
                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
 
61
                </Configuration>
 
62
                <Configuration
 
63
                        Name="Release|Win32"
 
64
                        OutputDirectory="$(SolutionName)/$(ConfigurationName)"
 
65
                        IntermediateDirectory="$(OutDir)/$(ProjectName)"
 
66
                        ConfigurationType="1"
 
67
                        CharacterSet="2">
 
68
                        <Tool
 
69
                                Name="VCCLCompilerTool"
 
70
                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
 
71
                                RuntimeLibrary="4"
 
72
                                UsePrecompiledHeader="3"
 
73
                                WarningLevel="3"
 
74
                                Detect64BitPortabilityProblems="FALSE"
 
75
                                DebugInformationFormat="3"/>
 
76
                        <Tool
 
77
                                Name="VCCustomBuildTool"/>
 
78
                        <Tool
 
79
                                Name="VCLinkerTool"
 
80
                                AdditionalOptions="/SAFESEH"
 
81
                                OutputFile="$(OutDir)/gtest_unittest.exe"
 
82
                                LinkIncremental="1"
 
83
                                GenerateDebugInformation="TRUE"
 
84
                                SubSystem="1"
 
85
                                OptimizeReferences="2"
 
86
                                EnableCOMDATFolding="2"
 
87
                                TargetMachine="1"/>
 
88
                        <Tool
 
89
                                Name="VCMIDLTool"/>
 
90
                        <Tool
 
91
                                Name="VCPostBuildEventTool"/>
 
92
                        <Tool
 
93
                                Name="VCPreBuildEventTool"/>
 
94
                        <Tool
 
95
                                Name="VCPreLinkEventTool"/>
 
96
                        <Tool
 
97
                                Name="VCResourceCompilerTool"/>
 
98
                        <Tool
 
99
                                Name="VCWebServiceProxyGeneratorTool"/>
 
100
                        <Tool
 
101
                                Name="VCXMLDataGeneratorTool"/>
 
102
                        <Tool
 
103
                                Name="VCWebDeploymentTool"/>
 
104
                        <Tool
 
105
                                Name="VCManagedWrapperGeneratorTool"/>
 
106
                        <Tool
 
107
                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
 
108
                </Configuration>
 
109
        </Configurations>
 
110
        <References>
 
111
                <ProjectReference
 
112
                        ReferencedProjectIdentifier="{3AF54C8A-10BF-4332-9147-F68ED9862032}"
 
113
                        Name="gtest_main"/>
 
114
        </References>
 
115
        <Files>
 
116
                <Filter
 
117
                        Name="Source Files"
 
118
                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
 
119
                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
 
120
                        <File
 
121
                                RelativePath="..\test\gtest_unittest.cc">
 
122
                                <FileConfiguration
 
123
                                        Name="Debug|Win32">
 
124
                                        <Tool
 
125
                                                Name="VCCLCompilerTool"
 
126
                                                Optimization="1"
 
127
                                                AdditionalIncludeDirectories="&quot;..&quot;;&quot;..\include&quot;"
 
128
                                                BasicRuntimeChecks="0"
 
129
                                                UsePrecompiledHeader="0"
 
130
                                                DebugInformationFormat="3"/>
 
131
                                </FileConfiguration>
 
132
                                <FileConfiguration
 
133
                                        Name="Release|Win32">
 
134
                                        <Tool
 
135
                                                Name="VCCLCompilerTool"
 
136
                                                AdditionalIncludeDirectories="&quot;..&quot;;&quot;..\include&quot;"
 
137
                                                UsePrecompiledHeader="0"/>
 
138
                                </FileConfiguration>
 
139
                        </File>
 
140
                </Filter>
 
141
                <Filter
 
142
                        Name="Header Files"
 
143
                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
 
144
                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
 
145
                </Filter>
 
146
        </Files>
 
147
        <Globals>
 
148
        </Globals>
 
149
</VisualStudioProject>