/[H6]/h6-udlånssystem.vcproj
ViewVC logotype

Annotation of /h6-udlånssystem.vcproj

Parent Directory Parent Directory | Revision Log Revision Log


Revision 47 - (hide annotations) (download)
Wed Sep 6 20:27:24 2006 UTC (17 years, 6 months ago) by torben
File size: 6556 byte(s)
Added support for config file
1 torben 1 <?xml version="1.0" encoding="Windows-1252"?>
2     <VisualStudioProject
3     ProjectType="Visual C++"
4     Version="7.10"
5     Name="h6-udlånssystem"
6     ProjectGUID="{77892DFD-EA81-4FD1-A284-F3C3DEDD4B0C}"
7     Keyword="MFCProj">
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     UseOfMFC="2"
19     CharacterSet="2">
20     <Tool
21     Name="VCCLCompilerTool"
22     Optimization="0"
23     PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG"
24     MinimalRebuild="TRUE"
25     BasicRuntimeChecks="3"
26     RuntimeLibrary="3"
27     TreatWChar_tAsBuiltInType="TRUE"
28     UsePrecompiledHeader="3"
29     WarningLevel="3"
30     Detect64BitPortabilityProblems="TRUE"
31     DebugInformationFormat="4"/>
32     <Tool
33     Name="VCCustomBuildTool"/>
34     <Tool
35     Name="VCLinkerTool"
36     LinkIncremental="2"
37     GenerateDebugInformation="TRUE"
38     SubSystem="2"
39     TargetMachine="1"/>
40     <Tool
41     Name="VCMIDLTool"
42     PreprocessorDefinitions="_DEBUG"
43     MkTypLibCompatible="FALSE"/>
44     <Tool
45     Name="VCPostBuildEventTool"/>
46     <Tool
47     Name="VCPreBuildEventTool"/>
48     <Tool
49     Name="VCPreLinkEventTool"/>
50     <Tool
51     Name="VCResourceCompilerTool"
52     PreprocessorDefinitions="_DEBUG"
53     Culture="1033"
54     AdditionalIncludeDirectories="$(IntDir)"/>
55     <Tool
56     Name="VCWebServiceProxyGeneratorTool"/>
57     <Tool
58     Name="VCXMLDataGeneratorTool"/>
59     <Tool
60     Name="VCWebDeploymentTool"/>
61     <Tool
62     Name="VCManagedWrapperGeneratorTool"/>
63     <Tool
64     Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
65     </Configuration>
66     <Configuration
67     Name="Release|Win32"
68     OutputDirectory="Release"
69     IntermediateDirectory="Release"
70     ConfigurationType="1"
71     UseOfMFC="2"
72     CharacterSet="2">
73     <Tool
74     Name="VCCLCompilerTool"
75     PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG"
76     MinimalRebuild="FALSE"
77     RuntimeLibrary="2"
78     TreatWChar_tAsBuiltInType="TRUE"
79     UsePrecompiledHeader="3"
80     WarningLevel="3"
81     Detect64BitPortabilityProblems="TRUE"
82     DebugInformationFormat="3"/>
83     <Tool
84     Name="VCCustomBuildTool"/>
85     <Tool
86     Name="VCLinkerTool"
87     LinkIncremental="1"
88     GenerateDebugInformation="TRUE"
89     SubSystem="2"
90     OptimizeReferences="2"
91     EnableCOMDATFolding="2"
92     TargetMachine="1"/>
93     <Tool
94     Name="VCMIDLTool"
95     PreprocessorDefinitions="NDEBUG"
96     MkTypLibCompatible="FALSE"/>
97     <Tool
98     Name="VCPostBuildEventTool"/>
99     <Tool
100     Name="VCPreBuildEventTool"/>
101     <Tool
102     Name="VCPreLinkEventTool"/>
103     <Tool
104     Name="VCResourceCompilerTool"
105     PreprocessorDefinitions="NDEBUG"
106     Culture="1033"
107     AdditionalIncludeDirectories="$(IntDir)"/>
108     <Tool
109     Name="VCWebServiceProxyGeneratorTool"/>
110     <Tool
111     Name="VCXMLDataGeneratorTool"/>
112     <Tool
113     Name="VCWebDeploymentTool"/>
114     <Tool
115     Name="VCManagedWrapperGeneratorTool"/>
116     <Tool
117     Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
118     </Configuration>
119     </Configurations>
120     <References>
121     </References>
122     <Files>
123     <Filter
124     Name="Source Files"
125     Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
126     UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
127     <File
128 torben 9 RelativePath=".\AdminDialog.cpp">
129     </File>
130     <File
131 torben 30 RelativePath=".\CheckoutDialog.cpp">
132     </File>
133     <File
134 torben 9 RelativePath=".\CommonStorage.cpp">
135     </File>
136     <File
137 torben 47 RelativePath=".\ConfigFile.cpp">
138     </File>
139     <File
140 torben 9 RelativePath=".\EquipmentEditDialog.cpp">
141     </File>
142     <File
143 torben 1 RelativePath=".\h6-udlånssystem.cpp">
144     </File>
145     <File
146     RelativePath=".\h6-udlånssystemDlg.cpp">
147     </File>
148     <File
149 torben 41 RelativePath=".\MicrosoftDBLayer.cpp">
150     </File>
151     <File
152     RelativePath=".\MySQLLayer.cpp">
153     </File>
154     <File
155 torben 9 RelativePath=".\MyTabCtrl.cpp">
156     </File>
157     <File
158 torben 47 RelativePath=".\PostgresLayer.cpp">
159     </File>
160     <File
161 torben 22 RelativePath=".\ResultDetailsDialog.cpp">
162     </File>
163     <File
164 torben 9 RelativePath=".\ResultDialog.cpp">
165     </File>
166     <File
167     RelativePath=".\SearchDialog.cpp">
168     </File>
169     <File
170 torben 1 RelativePath=".\stdafx.cpp">
171     <FileConfiguration
172     Name="Debug|Win32">
173     <Tool
174     Name="VCCLCompilerTool"
175     UsePrecompiledHeader="1"/>
176     </FileConfiguration>
177     <FileConfiguration
178     Name="Release|Win32">
179     <Tool
180     Name="VCCLCompilerTool"
181     UsePrecompiledHeader="1"/>
182     </FileConfiguration>
183     </File>
184 torben 9 <File
185     RelativePath=".\UserEditDialog.cpp">
186     </File>
187 torben 1 </Filter>
188     <Filter
189     Name="Header Files"
190     Filter="h;hpp;hxx;hm;inl;inc;xsd"
191     UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
192     <File
193 torben 9 RelativePath=".\AdminDialog.h">
194     </File>
195     <File
196 torben 30 RelativePath=".\CheckoutDialog.h">
197     </File>
198     <File
199 torben 9 RelativePath=".\CommonStorage.h">
200     </File>
201     <File
202 torben 47 RelativePath=".\ConfigFile.h">
203     </File>
204     <File
205 torben 9 RelativePath=".\Containers.h">
206     </File>
207     <File
208     RelativePath=".\databaselayer.h">
209     </File>
210     <File
211     RelativePath=".\EquipmentEditDialog.h">
212     </File>
213     <File
214 torben 1 RelativePath=".\h6-udlånssystem.h">
215     </File>
216     <File
217     RelativePath=".\h6-udlånssystemDlg.h">
218     </File>
219     <File
220 torben 41 RelativePath=".\MicrosoftDBLayer.h">
221     </File>
222     <File
223     RelativePath=".\MySQLLayer.h">
224     </File>
225     <File
226 torben 9 RelativePath=".\MyTabCtrl.h">
227     </File>
228     <File
229 torben 47 RelativePath=".\PostgresLayer.h">
230     </File>
231     <File
232 torben 1 RelativePath=".\Resource.h">
233     </File>
234     <File
235 torben 22 RelativePath=".\ResultDetailsDialog.h">
236     </File>
237     <File
238 torben 9 RelativePath=".\ResultDialog.h">
239     </File>
240     <File
241     RelativePath=".\SearchDialog.h">
242     </File>
243     <File
244 torben 1 RelativePath=".\stdafx.h">
245     </File>
246 torben 9 <File
247     RelativePath=".\UserEditDialog.h">
248     </File>
249 torben 1 </Filter>
250     <Filter
251     Name="Resource Files"
252     Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
253     UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
254     <File
255     RelativePath=".\res\h6-udlånssystem.ico">
256     </File>
257     <File
258     RelativePath=".\h6-udlånssystem.rc">
259     </File>
260     <File
261     RelativePath=".\res\h6-udlånssystem.rc2">
262     </File>
263     </Filter>
264     <File
265     RelativePath=".\res\h6-udlånssystem.manifest">
266     </File>
267     <File
268     RelativePath=".\ReadMe.txt">
269     </File>
270     </Files>
271     <Globals>
272 torben 9 <Global
273     Name="RESOURCE_FILE"
274     Value="h6-udlånssystem.rc"/>
275 torben 1 </Globals>
276     </VisualStudioProject>

  ViewVC Help
Powered by ViewVC 1.1.20