Subversion Repositories spk

Rev

Rev 1 | Rev 10 | Go to most recent revision | Details | Compare with Previous | 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="spktool"
6
	ProjectGUID="{E7E2E53A-6E1F-4CA5-9650-07E7B6D7BD09}"
7
	RootNamespace="spktool"
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)\spktool"
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"
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
			/>
79
			<Tool
80
				Name="VCXDCMakeTool"
81
			/>
82
			<Tool
83
				Name="VCBscMakeTool"
84
			/>
85
			<Tool
86
				Name="VCFxCopTool"
87
			/>
88
			<Tool
89
				Name="VCAppVerifierTool"
90
			/>
91
			<Tool
92
				Name="VCPostBuildEventTool"
93
			/>
94
		</Configuration>
95
		<Configuration
96
			Name="Release|Win32"
97
			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
98
			IntermediateDirectory="$(ConfigurationName)"
99
			ConfigurationType="1"
100
			CharacterSet="1"
101
			WholeProgramOptimization="1"
102
			>
103
			<Tool
104
				Name="VCPreBuildEventTool"
105
			/>
106
			<Tool
107
				Name="VCCustomBuildTool"
108
			/>
109
			<Tool
110
				Name="VCXMLDataGeneratorTool"
111
			/>
112
			<Tool
113
				Name="VCWebServiceProxyGeneratorTool"
114
			/>
115
			<Tool
116
				Name="VCMIDLTool"
117
			/>
118
			<Tool
119
				Name="VCCLCompilerTool"
120
				AdditionalIncludeDirectories="C:\Users\Cycrow\Documents\Programming\spk\src"
121
				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS"
122
				RuntimeLibrary="2"
123
				UsePrecompiledHeader="0"
124
				WarningLevel="3"
125
				Detect64BitPortabilityProblems="false"
126
				DebugInformationFormat="3"
127
			/>
128
			<Tool
129
				Name="VCManagedResourceCompilerTool"
130
			/>
131
			<Tool
132
				Name="VCResourceCompilerTool"
133
			/>
134
			<Tool
135
				Name="VCPreLinkEventTool"
136
			/>
137
			<Tool
138
				Name="VCLinkerTool"
139
				AdditionalDependencies="../release/spk.lib"
140
				LinkIncremental="1"
141
				GenerateDebugInformation="true"
142
				SubSystem="1"
143
				OptimizeReferences="2"
144
				EnableCOMDATFolding="2"
145
				RandomizedBaseAddress="1"
146
				DataExecutionPrevention="0"
147
				TargetMachine="1"
148
			/>
149
			<Tool
150
				Name="VCALinkTool"
151
			/>
152
			<Tool
153
				Name="VCManifestTool"
154
			/>
155
			<Tool
156
				Name="VCXDCMakeTool"
157
			/>
158
			<Tool
159
				Name="VCBscMakeTool"
160
			/>
161
			<Tool
162
				Name="VCFxCopTool"
163
			/>
164
			<Tool
165
				Name="VCAppVerifierTool"
166
			/>
167
			<Tool
168
				Name="VCPostBuildEventTool"
169
			/>
170
		</Configuration>
171
	</Configurations>
172
	<References>
173
	</References>
174
	<Files>
175
		<Filter
176
			Name="Source Files"
177
			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
178
			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
179
			>
180
			<File
181
				RelativePath="..\src\spktool.cpp"
182
				>
183
			</File>
184
		</Filter>
185
		<Filter
186
			Name="Header Files"
187
			Filter="h;hpp;hxx;hm;inl;inc;xsd"
188
			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
189
			>
190
		</Filter>
191
		<Filter
192
			Name="Resource Files"
193
			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
194
			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
195
			>
196
		</Filter>
197
	</Files>
198
	<Globals>
199
	</Globals>
200
</VisualStudioProject>