Subversion Repositories spk

Rev

Rev 2 | Rev 7 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2 Rev 4
Line 19... Line 19...
19
		<Configuration
19
		<Configuration
20
			Name="Debug|Win32"
20
			Name="Debug|Win32"
21
			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
21
			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
22
			IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\spkconvert"
22
			IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\spkconvert"
23
			ConfigurationType="1"
23
			ConfigurationType="1"
24
			CharacterSet="1"
24
			CharacterSet="2"
25
			>
25
			>
26
			<Tool
26
			<Tool
27
				Name="VCPreBuildEventTool"
27
				Name="VCPreBuildEventTool"
28
			/>
28
			/>
29
			<Tool
29
			<Tool
Line 60... Line 60...
60
			<Tool
60
			<Tool
61
				Name="VCPreLinkEventTool"
61
				Name="VCPreLinkEventTool"
62
			/>
62
			/>
63
			<Tool
63
			<Tool
64
				Name="VCLinkerTool"
64
				Name="VCLinkerTool"
65
				AdditionalDependencies="spk.lib"
65
				AdditionalDependencies="$(SolutionDir)$(ConfigurationName)/spk.lib"
66
				LinkIncremental="2"
66
				LinkIncremental="2"
67
				GenerateDebugInformation="true"
67
				GenerateDebugInformation="true"
68
				SubSystem="1"
68
				SubSystem="1"
69
				RandomizedBaseAddress="1"
69
				RandomizedBaseAddress="1"
70
				DataExecutionPrevention="0"
70
				DataExecutionPrevention="0"
71
				TargetMachine="1"
71
				TargetMachine="1"
72
			/>
72
			/>
73
			<Tool
73
			<Tool
74
				Name="VCALinkTool"
74
				Name="VCALinkTool"
75
			/>
75
			/>
76
			<Tool
76
			<Tool
77
				Name="VCManifestTool"
77
				Name="VCManifestTool"
78
			/>
78
			/>
79
			<Tool
79
			<Tool
80
				Name="VCXDCMakeTool"
80
				Name="VCXDCMakeTool"
81
			/>
81
			/>
82
			<Tool
82
			<Tool
83
				Name="VCBscMakeTool"
83
				Name="VCBscMakeTool"
84
			/>
84
			/>
85
			<Tool
85
			<Tool
86
				Name="VCFxCopTool"
86
				Name="VCFxCopTool"
87
			/>
87
			/>
88
			<Tool
88
			<Tool
89
				Name="VCAppVerifierTool"
89
				Name="VCAppVerifierTool"
90
			/>
90
			/>
91
			<Tool
91
			<Tool
92
				Name="VCPostBuildEventTool"
92
				Name="VCPostBuildEventTool"
93
			/>
93
			/>
94
		</Configuration>
94
		</Configuration>
95
		<Configuration
95
		<Configuration
96
			Name="Release|Win32"
96
			Name="Release|Win32"
97
			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
97
			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
98
			IntermediateDirectory="$(ConfigurationName)"
98
			IntermediateDirectory="$(ConfigurationName)"
Line 103... Line 103...
103
			<Tool
103
			<Tool
104
				Name="VCPreBuildEventTool"
104
				Name="VCPreBuildEventTool"
105
			/>
105
			/>
106
			<Tool
106
			<Tool
107
				Name="VCCustomBuildTool"
107
				Name="VCCustomBuildTool"
108
			/>
108
			/>
109
			<Tool
109
			<Tool
110
				Name="VCXMLDataGeneratorTool"
110
				Name="VCXMLDataGeneratorTool"
111
			/>
111
			/>
112
			<Tool
112
			<Tool
113
				Name="VCWebServiceProxyGeneratorTool"
113
				Name="VCWebServiceProxyGeneratorTool"
114
			/>
114
			/>
115
			<Tool
115
			<Tool
116
				Name="VCMIDLTool"
116
				Name="VCMIDLTool"
117
			/>
117
			/>
118
			<Tool
118
			<Tool
119
				Name="VCCLCompilerTool"
119
				Name="VCCLCompilerTool"
120
				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS"
120
				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS"
121
				RuntimeLibrary="2"
121
				RuntimeLibrary="2"
122
				UsePrecompiledHeader="0"
122
				UsePrecompiledHeader="0"
Line 127... Line 127...
127
			<Tool
127
			<Tool
128
				Name="VCManagedResourceCompilerTool"
128
				Name="VCManagedResourceCompilerTool"
129
			/>
129
			/>
130
			<Tool
130
			<Tool
131
				Name="VCResourceCompilerTool"
131
				Name="VCResourceCompilerTool"
132
			/>
132
			/>
133
			<Tool
133
			<Tool
134
				Name="VCPreLinkEventTool"
134
				Name="VCPreLinkEventTool"
135
			/>
135
			/>
136
			<Tool
136
			<Tool
137
				Name="VCLinkerTool"
137
				Name="VCLinkerTool"
138
				AdditionalDependencies="../release/spk.lib"
138
				AdditionalDependencies="../release/spk.lib"
Line 194... Line 194...
194
		<Filter
194
		<Filter
195
			Name="Resource Files"
195
			Name="Resource Files"
196
			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
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}"
197
			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
198
			>
198
			>
-
 
199
		</Filter>
-
 
200
		<Filter
-
 
201
			Name="HiP"
-
 
202
			>
-
 
203
			<File
-
 
204
				RelativePath="..\..\HiP\ByteReader.cpp"
-
 
205
				>
-
 
206
			</File>
-
 
207
			<File
-
 
208
				RelativePath="..\..\HiP\ByteReader.h"
-
 
209
				>
-
 
210
			</File>
-
 
211
			<File
-
 
212
				RelativePath="..\..\HiP\clsFile.cpp"
-
 
213
				>
-
 
214
			</File>
-
 
215
			<File
-
 
216
				RelativePath="..\..\HiP\clsFile.h"
-
 
217
				>
-
 
218
			</File>
-
 
219
			<File
-
 
220
				RelativePath="..\..\HiP\COM_CRC32.cpp"
-
 
221
				>
-
 
222
			</File>
-
 
223
			<File
-
 
224
				RelativePath="..\..\HiP\CRC32.h"
-
 
225
				>
-
 
226
			</File>
-
 
227
			<File
-
 
228
				RelativePath="..\..\HiP\HiP.cpp"
-
 
229
				>
-
 
230
			</File>
-
 
231
			<File
-
 
232
				RelativePath="..\..\HiP\HiP.h"
-
 
233
				>
-
 
234
			</File>
-
 
235
			<File
-
 
236
				RelativePath="..\..\HiP\HipPack.cpp"
-
 
237
				>
-
 
238
			</File>
-
 
239
			<File
-
 
240
				RelativePath="..\..\HiP\HipPack.h"
-
 
241
				>
-
 
242
			</File>
-
 
243
			<File
-
 
244
				RelativePath="..\..\HiP\LiteralHuffTree.cpp"
-
 
245
				>
-
 
246
			</File>
-
 
247
			<File
-
 
248
				RelativePath="..\..\HiP\LiteralHuffTree.h"
-
 
249
				>
-
 
250
			</File>
-
 
251
			<File
-
 
252
				RelativePath="..\..\HiP\Macros.h"
-
 
253
				>
-
 
254
			</File>
199
		</Filter>
255
		</Filter>
200
	</Files>
256
	</Files>
201
	<Globals>
257
	<Globals>
202
	</Globals>
258
	</Globals>
203
</VisualStudioProject>
259
</VisualStudioProject>