source: gtest-1.7.0/msvc/gtest.vcproj@ 12775

Last change on this file since 12775 was 12746, checked in by hock@…, 10 years ago

integrated the Google Testing Framework (gtest)

and wrote an Hello World test, to ensure the framework is working..

  • Property svn:executable set to *
File size: 3.3 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.10"
5 Name="gtest"
6 ProjectGUID="{C8F6C172-56F2-4E76-B5FA-C3B423B31BE7}"
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)/gtestd.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)/gtest.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 </References>
97 <Files>
98 <Filter
99 Name="Source Files"
100 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
101 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
102 <File
103 RelativePath="..\src\gtest-all.cc">
104 <FileConfiguration
105 Name="Debug|Win32">
106 <Tool
107 Name="VCCLCompilerTool"
108 AdditionalIncludeDirectories="&quot;..&quot;;&quot;..\include&quot;"/>
109 </FileConfiguration>
110 <FileConfiguration
111 Name="Release|Win32">
112 <Tool
113 Name="VCCLCompilerTool"
114 AdditionalIncludeDirectories="&quot;..&quot;;&quot;..\include&quot;"/>
115 </FileConfiguration>
116 </File>
117 </Filter>
118 <Filter
119 Name="Header Files"
120 Filter="h;hpp;hxx;hm;inl;inc;xsd"
121 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
122 </Filter>
123 </Files>
124 <Globals>
125 </Globals>
126</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.