Subversion Repositories ASFLogin

Rev

Details | 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
				AdditionalDependencies="$(NoInherit)"
63
				LinkIncremental="2"
64
				GenerateDebugInformation="true"
65
				AssemblyDebug="1"
66
				TargetMachine="1"
67
			/>
68
			<Tool
69
				Name="VCALinkTool"
70
			/>
71
			<Tool
72
				Name="VCManifestTool"
73
			/>
74
			<Tool
75
				Name="VCXDCMakeTool"
76
			/>
77
			<Tool
78
				Name="VCBscMakeTool"
79
			/>
80
			<Tool
81
				Name="VCFxCopTool"
82
			/>
83
			<Tool
84
				Name="VCAppVerifierTool"
85
			/>
86
			<Tool
87
				Name="VCPostBuildEventTool"
88
			/>
89
		</Configuration>
90
		<Configuration
91
			Name="Release|Win32"
92
			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
93
			IntermediateDirectory="$(ConfigurationName)"
94
			ConfigurationType="2"
95
			CharacterSet="1"
96
			ManagedExtensions="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
				PreprocessorDefinitions="WIN32;NDEBUG"
117
				RuntimeLibrary="2"
118
				UsePrecompiledHeader="2"
119
				WarningLevel="3"
120
				DebugInformationFormat="3"
121
			/>
122
			<Tool
123
				Name="VCManagedResourceCompilerTool"
124
			/>
125
			<Tool
126
				Name="VCResourceCompilerTool"
127
			/>
128
			<Tool
129
				Name="VCPreLinkEventTool"
130
			/>
131
			<Tool
132
				Name="VCLinkerTool"
133
				AdditionalDependencies="$(NoInherit)"
134
				LinkIncremental="1"
135
				GenerateDebugInformation="true"
136
				TargetMachine="1"
137
			/>
138
			<Tool
139
				Name="VCALinkTool"
140
			/>
141
			<Tool
142
				Name="VCManifestTool"
143
			/>
144
			<Tool
145
				Name="VCXDCMakeTool"
146
			/>
147
			<Tool
148
				Name="VCBscMakeTool"
149
			/>
150
			<Tool
151
				Name="VCFxCopTool"
152
			/>
153
			<Tool
154
				Name="VCAppVerifierTool"
155
			/>
156
			<Tool
157
				Name="VCPostBuildEventTool"
158
			/>
159
		</Configuration>
160
	</Configurations>
161
	<References>
162
		<AssemblyReference
163
			RelativePath="System.dll"
164
			AssemblyName="System, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
165
			MinFrameworkVersion="131072"
166
		/>
167
		<AssemblyReference
168
			RelativePath="System.Data.dll"
169
			AssemblyName="System.Data, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=x86"
170
			MinFrameworkVersion="131072"
171
		/>
172
		<AssemblyReference
173
			RelativePath="System.XML.dll"
174
			AssemblyName="System.Xml, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
175
			MinFrameworkVersion="131072"
176
		/>
177
		<AssemblyReference
178
			RelativePath="System.Drawing.dll"
179
			AssemblyName="System.Drawing, Version=2.0.0.0, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"
180
			MinFrameworkVersion="131072"
181
		/>
182
		<AssemblyReference
183
			RelativePath="System.Windows.Forms.dll"
184
			AssemblyName="System.Windows.Forms, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
185
			MinFrameworkVersion="131072"
186
		/>
187
	</References>
188
	<Files>
189
		<Filter
190
			Name="File di origine"
191
			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
192
			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
193
			>
194
			<File
195
				RelativePath=".\ASFLoginUI.cpp"
196
				>
197
			</File>
198
			<File
199
				RelativePath=".\AssemblyInfo.cpp"
200
				>
201
			</File>
202
			<File
203
				RelativePath=".\DigitInputBox.cpp"
204
				>
205
			</File>
206
			<File
207
				RelativePath=".\Stdafx.cpp"
208
				>
209
				<FileConfiguration
210
					Name="Debug|Win32"
211
					>
212
					<Tool
213
						Name="VCCLCompilerTool"
214
						UsePrecompiledHeader="1"
215
					/>
216
				</FileConfiguration>
217
				<FileConfiguration
218
					Name="Release|Win32"
219
					>
220
					<Tool
221
						Name="VCCLCompilerTool"
222
						UsePrecompiledHeader="1"
223
					/>
224
				</FileConfiguration>
225
			</File>
226
		</Filter>
227
		<Filter
228
			Name="File di intestazione"
229
			Filter="h;hpp;hxx;hm;inl;inc;xsd"
230
			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
231
			>
232
			<File
233
				RelativePath=".\ASFLoginUI.h"
234
				>
235
			</File>
236
			<File
237
				RelativePath=".\DigitInputBox.h"
238
				FileType="3"
239
				>
240
				<File
241
					RelativePath=".\DigitInputBox.resx"
242
					SubType="Designer"
243
					>
244
				</File>
245
			</File>
246
			<File
247
				RelativePath=".\resource.h"
248
				>
249
			</File>
250
			<File
251
				RelativePath=".\Stdafx.h"
252
				>
253
			</File>
254
		</Filter>
255
		<Filter
256
			Name="File di risorse"
257
			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
258
			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
259
			>
260
			<File
261
				RelativePath=".\app.ico"
262
				>
263
			</File>
264
			<File
265
				RelativePath=".\app.rc"
266
				>
267
			</File>
268
		</Filter>
269
		<File
270
			RelativePath="..\ASFLogin\Program.cs"
271
			>
272
		</File>
273
		<File
274
			RelativePath=".\ReadMe.txt"
275
			>
276
		</File>
277
	</Files>
278
	<Globals>
279
	</Globals>
280
</VisualStudioProject>