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_lite"
6
	ProjectGUID="{8AAAFC7D-0CF2-4E59-BEEA-DD4398CA55BF}"
7
	Keyword="Win32Proj">
8
	<Platforms>
9
		<Platform
10
			Name="Win32"/>
11
	</Platforms>
12
	<Configurations>
13
		<Configuration
14
			Name="Debug|Win32"
15
			OutputDirectory="Debug"
16
			IntermediateDirectory="Debug"
17
			ConfigurationType="4"
18
			CharacterSet="0">
19
			<Tool
20
				Name="VCCLCompilerTool"
21
				Optimization="0"
22
				AdditionalIncludeDirectories="$(ProjectDir)../../../include"
23
				PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
24
				MinimalRebuild="FALSE"
25
				BasicRuntimeChecks="3"
26
				RuntimeLibrary="1"
27
				BrowseInformation="1"
28
				WarningLevel="3"
29
				DebugInformationFormat="4"/>
30
			<Tool
31
				Name="VCCustomBuildTool"/>
32
			<Tool
33
				Name="VCLibrarianTool"
34
				OutputFile="$(ProjectDir)..\..\$(ProjectName)d.lib"/>
35
			<Tool
36
				Name="VCMIDLTool"/>
37
			<Tool
38
				Name="VCPostBuildEventTool"/>
39
			<Tool
40
				Name="VCPreBuildEventTool"/>
41
			<Tool
42
				Name="VCPreLinkEventTool"/>
43
			<Tool
44
				Name="VCResourceCompilerTool"/>
45
			<Tool
46
				Name="VCWebServiceProxyGeneratorTool"/>
47
			<Tool
48
				Name="VCXMLDataGeneratorTool"/>
49
			<Tool
50
				Name="VCManagedWrapperGeneratorTool"/>
51
			<Tool
52
				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
53
		</Configuration>
54
		<Configuration
55
			Name="Release|Win32"
56
			OutputDirectory="Release"
57
			IntermediateDirectory="Release"
58
			ConfigurationType="4"
59
			CharacterSet="0">
60
			<Tool
61
				Name="VCCLCompilerTool"
62
				AdditionalIncludeDirectories="$(ProjectDir)../../../include"
63
				PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
64
				RuntimeLibrary="0"/>
65
			<Tool
66
				Name="VCCustomBuildTool"/>
67
			<Tool
68
				Name="VCLibrarianTool"
69
				OutputFile="$(ProjectDir)..\..\$(ProjectName).lib"/>
70
			<Tool
71
				Name="VCMIDLTool"/>
72
			<Tool
73
				Name="VCPostBuildEventTool"/>
74
			<Tool
75
				Name="VCPreBuildEventTool"/>
76
			<Tool
77
				Name="VCPreLinkEventTool"/>
78
			<Tool
79
				Name="VCResourceCompilerTool"/>
80
			<Tool
81
				Name="VCWebServiceProxyGeneratorTool"/>
82
			<Tool
83
				Name="VCXMLDataGeneratorTool"/>
84
			<Tool
85
				Name="VCManagedWrapperGeneratorTool"/>
86
			<Tool
87
				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
88
		</Configuration>
89
	</Configurations>
90
	<References>
91
	</References>
92
	<Files>
93
		<Filter
94
			Name="Source Files"
95
			Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
96
			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
97
			<File
98
				RelativePath=".\gsub_lite.c">
99
			</File>
100
		</Filter>
101
		<Filter
102
			Name="Header Files"
103
			Filter="h;hpp;hxx;hm;inl;inc;xsd"
104
			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
105
			<File
106
				RelativePath="..\..\..\include\Ar\gsub_lite.h">
107
			</File>
108
		</Filter>
109
	</Files>
110
	<Globals>
111
	</Globals>
112
</VisualStudioProject>