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="ModMerge"
6
	ProjectGUID="{C9F01AA5-B622-4F5A-B259-10315A5F5860}"
7
	RootNamespace="ModMerge"
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"
21
			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
2 cycrow 22
			IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\ModMerge"
1 cycrow 23
			ConfigurationType="1"
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
				AdditionalIncludeDirectories="../libspk/src"
46
				PreprocessorDefinitions="WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;_SPKDLL;_STRINGCLR"
47
				RuntimeLibrary="3"
48
				UsePrecompiledHeader="0"
49
				WarningLevel="3"
50
				DebugInformationFormat="3"
51
			/>
52
			<Tool
53
				Name="VCManagedResourceCompilerTool"
54
			/>
55
			<Tool
56
				Name="VCResourceCompilerTool"
57
			/>
58
			<Tool
59
				Name="VCPreLinkEventTool"
60
			/>
61
			<Tool
62
				Name="VCLinkerTool"
2 cycrow 63
				AdditionalDependencies="$(SolutionDir)$(ConfigurationName)/spk.lib $(NOINHERIT)"
1 cycrow 64
				LinkIncremental="2"
65
				GenerateDebugInformation="true"
66
				AssemblyDebug="1"
67
				SubSystem="2"
68
				EntryPointSymbol="main"
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
			ManagedExtensions="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"
121
				AdditionalIncludeDirectories="c:\users\Cycrow\Documents\Programming\spk\src"
122
				PreprocessorDefinitions="WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;_SPKDLL;_STRINGCLR"
123
				RuntimeLibrary="2"
124
				UsePrecompiledHeader="2"
125
				WarningLevel="3"
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="../spk/release/spk.lib $(NoInherit)"
140
				LinkIncremental="1"
141
				GenerateDebugInformation="true"
142
				SubSystem="2"
143
				EntryPointSymbol="main"
144
				RandomizedBaseAddress="1"
145
				DataExecutionPrevention="0"
146
				TargetMachine="1"
147
			/>
148
			<Tool
149
				Name="VCALinkTool"
150
			/>
151
			<Tool
152
				Name="VCManifestTool"
153
			/>
154
			<Tool
155
				Name="VCXDCMakeTool"
156
			/>
157
			<Tool
158
				Name="VCBscMakeTool"
159
			/>
160
			<Tool
161
				Name="VCFxCopTool"
162
			/>
163
			<Tool
164
				Name="VCAppVerifierTool"
165
			/>
166
			<Tool
167
				Name="VCPostBuildEventTool"
168
			/>
169
		</Configuration>
170
	</Configurations>
171
	<References>
172
		<AssemblyReference
173
			RelativePath="System.dll"
174
			AssemblyName="System, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
175
			MinFrameworkVersion="131072"
176
		/>
177
		<AssemblyReference
178
			RelativePath="System.Data.dll"
179
			AssemblyName="System.Data, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=x86"
180
			MinFrameworkVersion="131072"
181
		/>
182
		<AssemblyReference
183
			RelativePath="System.Drawing.dll"
184
			AssemblyName="System.Drawing, Version=2.0.0.0, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"
185
			MinFrameworkVersion="131072"
186
		/>
187
		<AssemblyReference
188
			RelativePath="System.Windows.Forms.dll"
189
			AssemblyName="System.Windows.Forms, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
190
			MinFrameworkVersion="131072"
191
		/>
192
		<AssemblyReference
193
			RelativePath="System.XML.dll"
194
			AssemblyName="System.Xml, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
195
			MinFrameworkVersion="131072"
196
		/>
197
	</References>
198
	<Files>
199
		<Filter
200
			Name="Source Files"
201
			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
202
			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
203
			>
204
			<File
205
				RelativePath=".\src\AssemblyInfo.cpp"
206
				>
207
			</File>
208
			<File
209
				RelativePath=".\src\ModMerge.cpp"
210
				>
211
			</File>
212
			<File
213
				RelativePath=".\src\stdafx.cpp"
214
				>
215
			</File>
216
		</Filter>
217
		<Filter
218
			Name="Header Files"
219
			Filter="h;hpp;hxx;hm;inl;inc;xsd"
220
			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
221
			>
222
			<File
223
				RelativePath=".\src\Forms\Form1.h"
224
				FileType="3"
225
				>
226
				<File
227
					RelativePath=".\src\Forms\Form1.resx"
228
					>
229
				</File>
230
			</File>
231
			<File
232
				RelativePath=".\src\resource.h"
233
				>
234
			</File>
235
			<File
236
				RelativePath=".\src\stdafx.h"
237
				>
238
			</File>
239
		</Filter>
240
		<Filter
241
			Name="Resource Files"
242
			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
243
			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
244
			>
245
			<File
246
				RelativePath=".\app.ico"
247
				>
248
			</File>
249
			<File
250
				RelativePath=".\app.rc"
251
				>
252
			</File>
253
		</Filter>
254
	</Files>
255
	<Globals>
256
	</Globals>
257
</VisualStudioProject>