Subversion Repositories AndroidProjects

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
204 chris 1
<?xml version="1.0" encoding="Windows-1252"?>
2
<VisualStudioProject
3
	ProjectType="Visual C++"
4
	Version="7.10"
5
	Name="libARgsub"
6
	ProjectGUID="{1CB7F08A-A8E5-457B-A589-9878F126601D}">
7
	<Platforms>
8
		<Platform
9
			Name="Win32"/>
10
	</Platforms>
11
	<Configurations>
12
		<Configuration
13
			Name="Debug|Win32"
14
			OutputDirectory="Debug"
15
			IntermediateDirectory="Debug"
16
			ConfigurationType="4">
17
			<Tool
18
				Name="VCCLCompilerTool"
19
				Optimization="0"
20
				AdditionalIncludeDirectories="$(ProjectDir)../../../include"
21
				PreprocessorDefinitions="WIN32;_DEBUG"
22
				BasicRuntimeChecks="3"
23
				RuntimeLibrary="1"
24
				BrowseInformation="1"
25
				WarningLevel="3"
26
				DebugInformationFormat="4"/>
27
			<Tool
28
				Name="VCCustomBuildTool"/>
29
			<Tool
30
				Name="VCLibrarianTool"
31
				OutputFile="$(ProjectDir)..\..\$(ProjectName)d.lib"/>
32
			<Tool
33
				Name="VCMIDLTool"
34
				PreprocessorDefinitions="_DEBUG"
35
				MkTypLibCompatible="TRUE"
36
				SuppressStartupBanner="TRUE"
37
				TargetEnvironment="1"/>
38
			<Tool
39
				Name="VCPostBuildEventTool"/>
40
			<Tool
41
				Name="VCPreBuildEventTool"/>
42
			<Tool
43
				Name="VCPreLinkEventTool"/>
44
			<Tool
45
				Name="VCResourceCompilerTool"/>
46
			<Tool
47
				Name="VCWebServiceProxyGeneratorTool"/>
48
			<Tool
49
				Name="VCXMLDataGeneratorTool"/>
50
			<Tool
51
				Name="VCManagedWrapperGeneratorTool"/>
52
			<Tool
53
				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
54
		</Configuration>
55
		<Configuration
56
			Name="Release|Win32"
57
			OutputDirectory="Release"
58
			IntermediateDirectory="Release"
59
			ConfigurationType="4">
60
			<Tool
61
				Name="VCCLCompilerTool"
62
				AdditionalIncludeDirectories="$(ProjectDir)../../../include"
63
				PreprocessorDefinitions="WIN32;NDEBUG"
64
				RuntimeLibrary="0"/>
65
			<Tool
66
				Name="VCCustomBuildTool"/>
67
			<Tool
68
				Name="VCLibrarianTool"
69
				OutputFile="$(ProjectDir)..\..\$(ProjectName).lib"/>
70
			<Tool
71
				Name="VCMIDLTool"
72
				PreprocessorDefinitions="NDEBUG"
73
				MkTypLibCompatible="TRUE"
74
				SuppressStartupBanner="TRUE"
75
				TargetEnvironment="1"/>
76
			<Tool
77
				Name="VCPostBuildEventTool"/>
78
			<Tool
79
				Name="VCPreBuildEventTool"/>
80
			<Tool
81
				Name="VCPreLinkEventTool"/>
82
			<Tool
83
				Name="VCResourceCompilerTool"/>
84
			<Tool
85
				Name="VCWebServiceProxyGeneratorTool"/>
86
			<Tool
87
				Name="VCXMLDataGeneratorTool"/>
88
			<Tool
89
				Name="VCManagedWrapperGeneratorTool"/>
90
			<Tool
91
				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
92
		</Configuration>
93
	</Configurations>
94
	<References>
95
	</References>
96
	<Files>
97
		<File
98
			RelativePath="gsub.c">
99
		</File>
100
	</Files>
101
	<Globals>
102
	</Globals>
103
</VisualStudioProject>