Subversion Repositories ASFLogin

Rev

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

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