Subversion Repositories spk

Rev

Rev 10 | Rev 63 | 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)"
10 cycrow 98
			IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\ModMerge"
1 cycrow 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"
10 cycrow 121
				AdditionalIncludeDirectories="../libspk/src"
1 cycrow 122
				PreprocessorDefinitions="WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;_SPKDLL;_STRINGCLR"
123
				RuntimeLibrary="2"
10 cycrow 124
				UsePrecompiledHeader="0"
1 cycrow 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"
10 cycrow 139
				AdditionalDependencies="$(SolutionDir)$(ConfigurationName)\spk.lib $(NoInherit)"
21 cycrow 140
				OutputFile="$(OutDir)\$(ProjectName).exe"
1 cycrow 141
				LinkIncremental="1"
142
				GenerateDebugInformation="true"
143
				SubSystem="2"
144
				EntryPointSymbol="main"
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
		<AssemblyReference
174
			RelativePath="System.dll"
175
			AssemblyName="System, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
176
			MinFrameworkVersion="131072"
177
		/>
178
		<AssemblyReference
179
			RelativePath="System.Data.dll"
180
			AssemblyName="System.Data, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=x86"
181
			MinFrameworkVersion="131072"
182
		/>
183
		<AssemblyReference
184
			RelativePath="System.Drawing.dll"
185
			AssemblyName="System.Drawing, Version=2.0.0.0, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"
186
			MinFrameworkVersion="131072"
187
		/>
188
		<AssemblyReference
189
			RelativePath="System.Windows.Forms.dll"
190
			AssemblyName="System.Windows.Forms, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
191
			MinFrameworkVersion="131072"
192
		/>
193
		<AssemblyReference
194
			RelativePath="System.XML.dll"
195
			AssemblyName="System.Xml, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
196
			MinFrameworkVersion="131072"
197
		/>
198
	</References>
199
	<Files>
200
		<Filter
201
			Name="Source Files"
202
			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
203
			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
204
			>
205
			<File
206
				RelativePath=".\src\AssemblyInfo.cpp"
207
				>
208
			</File>
209
			<File
210
				RelativePath=".\src\ModMerge.cpp"
211
				>
212
			</File>
213
			<File
214
				RelativePath=".\src\stdafx.cpp"
215
				>
216
			</File>
217
		</Filter>
218
		<Filter
219
			Name="Header Files"
220
			Filter="h;hpp;hxx;hm;inl;inc;xsd"
221
			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
222
			>
223
			<File
224
				RelativePath=".\src\Forms\Form1.h"
225
				FileType="3"
226
				>
227
				<File
228
					RelativePath=".\src\Forms\Form1.resx"
229
					>
230
				</File>
231
			</File>
232
			<File
233
				RelativePath=".\src\resource.h"
234
				>
235
			</File>
236
			<File
237
				RelativePath=".\src\stdafx.h"
238
				>
239
			</File>
240
		</Filter>
241
		<Filter
242
			Name="Resource Files"
243
			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
244
			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
245
			>
246
			<File
247
				RelativePath=".\app.ico"
248
				>
249
			</File>
250
			<File
251
				RelativePath=".\app.rc"
252
				>
253
			</File>
254
		</Filter>
255
	</Files>
256
	<Globals>
257
	</Globals>
258
</VisualStudioProject>