/[hs]/LinkList/LinkList.vcproj
ViewVC logotype

Contents of /LinkList/LinkList.vcproj

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (show annotations) (download)
Fri May 2 22:37:30 2003 UTC (20 years, 10 months ago) by jeremyd
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +16 -2 lines
updated for vs.net 2003

1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.10"
5 Name="LinkList"
6 ProjectGUID="{C445A71C-7846-4854-9D59-51340B139FF8}"
7 Keyword="Win32Proj">
8 <Platforms>
9 <Platform
10 Name="Win32"/>
11 </Platforms>
12 <Configurations>
13 <Configuration
14 Name="Debug|Win32"
15 OutputDirectory="Debug"
16 IntermediateDirectory="Debug"
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="0"
27 WarningLevel="3"
28 Detect64BitPortabilityProblems="TRUE"
29 DebugInformationFormat="4"/>
30 <Tool
31 Name="VCCustomBuildTool"/>
32 <Tool
33 Name="VCLinkerTool"
34 OutputFile="$(OutDir)/LinkList.exe"
35 LinkIncremental="2"
36 GenerateDebugInformation="TRUE"
37 ProgramDatabaseFile="$(OutDir)/LinkList.pdb"
38 SubSystem="1"
39 TargetMachine="1"/>
40 <Tool
41 Name="VCMIDLTool"/>
42 <Tool
43 Name="VCPostBuildEventTool"/>
44 <Tool
45 Name="VCPreBuildEventTool"/>
46 <Tool
47 Name="VCPreLinkEventTool"/>
48 <Tool
49 Name="VCResourceCompilerTool"/>
50 <Tool
51 Name="VCWebServiceProxyGeneratorTool"/>
52 <Tool
53 Name="VCXMLDataGeneratorTool"/>
54 <Tool
55 Name="VCWebDeploymentTool"/>
56 <Tool
57 Name="VCManagedWrapperGeneratorTool"/>
58 <Tool
59 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
60 </Configuration>
61 <Configuration
62 Name="Release|Win32"
63 OutputDirectory="Release"
64 IntermediateDirectory="Release"
65 ConfigurationType="1"
66 CharacterSet="2">
67 <Tool
68 Name="VCCLCompilerTool"
69 Optimization="2"
70 InlineFunctionExpansion="1"
71 OmitFramePointers="TRUE"
72 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
73 StringPooling="TRUE"
74 RuntimeLibrary="4"
75 EnableFunctionLevelLinking="TRUE"
76 UsePrecompiledHeader="0"
77 WarningLevel="3"
78 Detect64BitPortabilityProblems="TRUE"
79 DebugInformationFormat="3"/>
80 <Tool
81 Name="VCCustomBuildTool"/>
82 <Tool
83 Name="VCLinkerTool"
84 OutputFile="$(OutDir)/LinkList.exe"
85 LinkIncremental="1"
86 GenerateDebugInformation="TRUE"
87 SubSystem="1"
88 OptimizeReferences="2"
89 EnableCOMDATFolding="2"
90 TargetMachine="1"/>
91 <Tool
92 Name="VCMIDLTool"/>
93 <Tool
94 Name="VCPostBuildEventTool"/>
95 <Tool
96 Name="VCPreBuildEventTool"/>
97 <Tool
98 Name="VCPreLinkEventTool"/>
99 <Tool
100 Name="VCResourceCompilerTool"/>
101 <Tool
102 Name="VCWebServiceProxyGeneratorTool"/>
103 <Tool
104 Name="VCXMLDataGeneratorTool"/>
105 <Tool
106 Name="VCWebDeploymentTool"/>
107 <Tool
108 Name="VCManagedWrapperGeneratorTool"/>
109 <Tool
110 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
111 </Configuration>
112 </Configurations>
113 <References>
114 </References>
115 <Files>
116 <Filter
117 Name="Source Files"
118 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
119 <File
120 RelativePath="main.cpp">
121 </File>
122 </Filter>
123 <Filter
124 Name="Header Files"
125 Filter="h;hpp;hxx;hm;inl;inc">
126 <File
127 RelativePath="..\libs\LinkList.cpp">
128 <FileConfiguration
129 Name="Debug|Win32"
130 ExcludedFromBuild="TRUE">
131 <Tool
132 Name="VCCLCompilerTool"/>
133 </FileConfiguration>
134 <FileConfiguration
135 Name="Release|Win32"
136 ExcludedFromBuild="TRUE">
137 <Tool
138 Name="VCCLCompilerTool"/>
139 </FileConfiguration>
140 </File>
141 <File
142 RelativePath="..\libs\LinkList.h">
143 </File>
144 </Filter>
145 <Filter
146 Name="Resource Files"
147 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
148 </Filter>
149 </Files>
150 <Globals>
151 </Globals>
152 </VisualStudioProject>

cvs@jdrake.com
ViewVC Help
Powered by ViewVC 1.1.13