Subversion Repositories ASFLogin

Rev

Rev 50 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
17 xraver 1
<?xml version="1.0" encoding="Windows-1252"?>
2
<VisualStudioProject
3
	ProjectType="Visual C++"
4
	Version="9,00"
5
	Name="LoginEvents"
6
	ProjectGUID="{4AC37B37-0742-40FE-8B53-3EF6439BF7D1}"
7
	RootNamespace="LoginEvents"
8
	Keyword="Win32Proj"
9
	TargetFrameworkVersion="196613"
10
	>
11
	<Platforms>
12
		<Platform
13
			Name="Win32"
14
		/>
15
	</Platforms>
16
	<ToolFiles>
17
	</ToolFiles>
18
	<Configurations>
19
		<Configuration
20
			Name="Debug|Win32"
21
			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
22
			IntermediateDirectory="$(ConfigurationName)"
23
			ConfigurationType="2"
24
			CharacterSet="1"
25
			>
26
			<Tool
27
				Name="VCPreBuildEventTool"
28
			/>
29
			<Tool
30
				Name="VCCustomBuildTool"
31
			/>
32
			<Tool
33
				Name="VCXMLDataGeneratorTool"
34
			/>
35
			<Tool
36
				Name="VCWebServiceProxyGeneratorTool"
37
			/>
38
			<Tool
39
				Name="VCMIDLTool"
40
			/>
41
			<Tool
42
				Name="VCCLCompilerTool"
43
				Optimization="0"
43 xraver 44
				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;LOGINEVENTS_EXPORTS;DEBUG"
17 xraver 45
				MinimalRebuild="true"
46
				BasicRuntimeChecks="3"
47
				RuntimeLibrary="3"
48
				UsePrecompiledHeader="2"
49
				WarningLevel="3"
50
				DebugInformationFormat="4"
51
			/>
52
			<Tool
53
				Name="VCManagedResourceCompilerTool"
54
			/>
55
			<Tool
56
				Name="VCResourceCompilerTool"
57
			/>
58
			<Tool
59
				Name="VCPreLinkEventTool"
60
			/>
61
			<Tool
62
				Name="VCLinkerTool"
43 xraver 63
				OutputFile="..\..\exe\$(ProjectName)_d.dll"
17 xraver 64
				LinkIncremental="2"
65
				GenerateDebugInformation="true"
66
				SubSystem="2"
67
				TargetMachine="1"
68
			/>
69
			<Tool
70
				Name="VCALinkTool"
71
			/>
72
			<Tool
73
				Name="VCManifestTool"
74
			/>
75
			<Tool
76
				Name="VCXDCMakeTool"
77
			/>
78
			<Tool
79
				Name="VCBscMakeTool"
80
			/>
81
			<Tool
82
				Name="VCFxCopTool"
83
			/>
84
			<Tool
85
				Name="VCAppVerifierTool"
86
			/>
87
			<Tool
88
				Name="VCPostBuildEventTool"
89
			/>
90
		</Configuration>
91
		<Configuration
92
			Name="Release|Win32"
93
			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
94
			IntermediateDirectory="$(ConfigurationName)"
95
			ConfigurationType="2"
96
			CharacterSet="1"
97
			WholeProgramOptimization="1"
98
			>
99
			<Tool
100
				Name="VCPreBuildEventTool"
101
			/>
102
			<Tool
103
				Name="VCCustomBuildTool"
104
			/>
105
			<Tool
106
				Name="VCXMLDataGeneratorTool"
107
			/>
108
			<Tool
109
				Name="VCWebServiceProxyGeneratorTool"
110
			/>
111
			<Tool
112
				Name="VCMIDLTool"
113
			/>
114
			<Tool
115
				Name="VCCLCompilerTool"
116
				Optimization="2"
117
				EnableIntrinsicFunctions="true"
118
				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LOGINEVENTS_EXPORTS"
119
				RuntimeLibrary="2"
120
				EnableFunctionLevelLinking="true"
121
				UsePrecompiledHeader="2"
122
				WarningLevel="3"
123
				DebugInformationFormat="3"
124
			/>
125
			<Tool
126
				Name="VCManagedResourceCompilerTool"
127
			/>
128
			<Tool
129
				Name="VCResourceCompilerTool"
130
			/>
131
			<Tool
132
				Name="VCPreLinkEventTool"
133
			/>
134
			<Tool
135
				Name="VCLinkerTool"
43 xraver 136
				OutputFile="..\..\exe\$(ProjectName).dll"
17 xraver 137
				LinkIncremental="1"
138
				GenerateDebugInformation="true"
139
				SubSystem="2"
140
				OptimizeReferences="2"
141
				EnableCOMDATFolding="2"
142
				TargetMachine="1"
143
			/>
144
			<Tool
145
				Name="VCALinkTool"
146
			/>
147
			<Tool
148
				Name="VCManifestTool"
149
			/>
150
			<Tool
151
				Name="VCXDCMakeTool"
152
			/>
153
			<Tool
154
				Name="VCBscMakeTool"
155
			/>
156
			<Tool
157
				Name="VCFxCopTool"
158
			/>
159
			<Tool
160
				Name="VCAppVerifierTool"
161
			/>
162
			<Tool
163
				Name="VCPostBuildEventTool"
164
			/>
165
		</Configuration>
166
	</Configurations>
167
	<References>
168
	</References>
169
	<Files>
170
		<Filter
171
			Name="File di origine"
172
			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
173
			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
174
			>
175
			<File
176
				RelativePath=".\dllmain.cpp"
177
				>
178
				<FileConfiguration
179
					Name="Debug|Win32"
180
					>
181
					<Tool
182
						Name="VCCLCompilerTool"
183
						UsePrecompiledHeader="0"
184
						CompileAsManaged="0"
185
					/>
186
				</FileConfiguration>
187
				<FileConfiguration
188
					Name="Release|Win32"
189
					>
190
					<Tool
191
						Name="VCCLCompilerTool"
192
						UsePrecompiledHeader="0"
193
						CompileAsManaged="0"
194
					/>
195
				</FileConfiguration>
196
			</File>
197
			<File
198
				RelativePath=".\events.cpp"
199
				>
200
			</File>
201
			<File
50 xraver 202
				RelativePath=".\log.cpp"
203
				>
204
			</File>
205
			<File
38 xraver 206
				RelativePath=".\shared_mem.cpp"
207
				>
208
			</File>
209
			<File
17 xraver 210
				RelativePath=".\stdafx.cpp"
211
				>
212
				<FileConfiguration
213
					Name="Debug|Win32"
214
					>
215
					<Tool
216
						Name="VCCLCompilerTool"
217
						UsePrecompiledHeader="1"
218
					/>
219
				</FileConfiguration>
220
				<FileConfiguration
221
					Name="Release|Win32"
222
					>
223
					<Tool
224
						Name="VCCLCompilerTool"
225
						UsePrecompiledHeader="1"
226
					/>
227
				</FileConfiguration>
228
			</File>
229
			<File
230
				RelativePath=".\threads.cpp"
231
				>
232
			</File>
233
		</Filter>
234
		<Filter
235
			Name="File di intestazione"
236
			Filter="h;hpp;hxx;hm;inl;inc;xsd"
237
			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
238
			>
239
			<File
240
				RelativePath=".\events.h"
241
				>
242
			</File>
243
			<File
244
				RelativePath=".\exports.h"
245
				>
246
			</File>
247
			<File
50 xraver 248
				RelativePath=".\log.h"
249
				>
250
			</File>
251
			<File
84 xraver 252
				RelativePath=".\resource.h"
253
				>
254
			</File>
255
			<File
38 xraver 256
				RelativePath=".\shared_mem.h"
257
				>
258
			</File>
259
			<File
17 xraver 260
				RelativePath=".\stdafx.h"
261
				>
262
			</File>
263
			<File
264
				RelativePath=".\targetver.h"
265
				>
266
			</File>
267
			<File
268
				RelativePath=".\threads.h"
269
				>
270
			</File>
271
		</Filter>
272
		<Filter
273
			Name="File di risorse"
274
			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
275
			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
276
			>
84 xraver 277
			<File
278
				RelativePath=".\LoginEvents.rc"
279
				>
280
			</File>
17 xraver 281
		</Filter>
282
		<File
283
			RelativePath=".\ReadMe.txt"
284
			>
285
		</File>
286
	</Files>
287
	<Globals>
288
	</Globals>
289
</VisualStudioProject>