Subversion Repositories spk

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 cycrow 1
<?xml version="1.0" encoding="Windows-1252"?>
2
<VisualStudioProject
3
	ProjectType="Visual C++"
4
	Version="9.00"
5
	Name="spkinstall"
6
	ProjectGUID="{8391F892-61AD-4BC7-A97E-246E8EB8E69F}"
7
	RootNamespace="spkinstall"
8
	Keyword="Win32Proj"
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"
21
			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
2 cycrow 22
			IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\spkinstall"
1 cycrow 23
			ConfigurationType="1"
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"
44
				AdditionalIncludeDirectories="../../libspk/src"
45
				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;_SPKDLL"
46
				MinimalRebuild="true"
47
				BasicRuntimeChecks="3"
48
				RuntimeLibrary="3"
49
				UsePrecompiledHeader="0"
50
				WarningLevel="3"
51
				Detect64BitPortabilityProblems="false"
52
				DebugInformationFormat="4"
53
			/>
54
			<Tool
55
				Name="VCManagedResourceCompilerTool"
56
			/>
57
			<Tool
58
				Name="VCResourceCompilerTool"
59
			/>
60
			<Tool
61
				Name="VCPreLinkEventTool"
62
			/>
63
			<Tool
64
				Name="VCLinkerTool"
2 cycrow 65
				AdditionalDependencies="$(SolutionDir)$(ConfigurationName)/spk.lib"
1 cycrow 66
				LinkIncremental="2"
67
				GenerateDebugInformation="true"
68
				SubSystem="1"
69
				RandomizedBaseAddress="1"
70
				DataExecutionPrevention="0"
71
				TargetMachine="1"
72
			/>
73
			<Tool
74
				Name="VCALinkTool"
75
			/>
76
			<Tool
77
				Name="VCManifestTool"
78
				EmbedManifest="false"
79
			/>
80
			<Tool
81
				Name="VCXDCMakeTool"
82
			/>
83
			<Tool
84
				Name="VCBscMakeTool"
85
			/>
86
			<Tool
87
				Name="VCFxCopTool"
88
			/>
89
			<Tool
90
				Name="VCAppVerifierTool"
91
			/>
92
			<Tool
93
				Name="VCPostBuildEventTool"
94
			/>
95
		</Configuration>
96
		<Configuration
97
			Name="Release|Win32"
98
			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
10 cycrow 99
			IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\spkinstall"
1 cycrow 100
			ConfigurationType="1"
101
			CharacterSet="1"
102
			WholeProgramOptimization="1"
103
			>
104
			<Tool
105
				Name="VCPreBuildEventTool"
106
			/>
107
			<Tool
108
				Name="VCCustomBuildTool"
109
			/>
110
			<Tool
111
				Name="VCXMLDataGeneratorTool"
112
			/>
113
			<Tool
114
				Name="VCWebServiceProxyGeneratorTool"
115
			/>
116
			<Tool
117
				Name="VCMIDLTool"
118
			/>
119
			<Tool
120
				Name="VCCLCompilerTool"
10 cycrow 121
				AdditionalIncludeDirectories="../../libspk/src"
1 cycrow 122
				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS"
123
				RuntimeLibrary="2"
124
				UsePrecompiledHeader="0"
125
				WarningLevel="3"
126
				Detect64BitPortabilityProblems="false"
127
				DebugInformationFormat="3"
128
			/>
129
			<Tool
130
				Name="VCManagedResourceCompilerTool"
131
			/>
132
			<Tool
133
				Name="VCResourceCompilerTool"
134
			/>
135
			<Tool
136
				Name="VCPreLinkEventTool"
137
			/>
138
			<Tool
139
				Name="VCLinkerTool"
10 cycrow 140
				AdditionalDependencies="$(SolutionDir)$(ConfigurationName)\spk.lib"
21 cycrow 141
				OutputFile="$(OutDir)\$(ProjectName).exe"
1 cycrow 142
				LinkIncremental="1"
143
				GenerateDebugInformation="true"
144
				SubSystem="1"
145
				OptimizeReferences="2"
146
				EnableCOMDATFolding="2"
147
				RandomizedBaseAddress="1"
148
				DataExecutionPrevention="0"
149
				TargetMachine="1"
150
			/>
151
			<Tool
152
				Name="VCALinkTool"
153
			/>
154
			<Tool
155
				Name="VCManifestTool"
156
				EmbedManifest="true"
157
			/>
158
			<Tool
159
				Name="VCXDCMakeTool"
160
			/>
161
			<Tool
162
				Name="VCBscMakeTool"
163
			/>
164
			<Tool
165
				Name="VCFxCopTool"
166
			/>
167
			<Tool
168
				Name="VCAppVerifierTool"
169
			/>
170
			<Tool
171
				Name="VCPostBuildEventTool"
172
			/>
173
		</Configuration>
174
	</Configurations>
175
	<References>
176
	</References>
177
	<Files>
178
		<Filter
179
			Name="Source Files"
180
			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
181
			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
182
			>
183
			<File
184
				RelativePath="..\src\spkinstall.cpp"
185
				>
186
			</File>
187
		</Filter>
188
		<Filter
189
			Name="Header Files"
190
			Filter="h;hpp;hxx;hm;inl;inc;xsd"
191
			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
192
			>
193
		</Filter>
194
		<Filter
195
			Name="Resource Files"
196
			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
197
			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
198
			>
199
		</Filter>
200
	</Files>
201
	<Globals>
202
	</Globals>
203
</VisualStudioProject>