File: LocalizationWithICU.vcproj

package info (click to toggle)
xalan 1.10-3.3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 16,612 kB
  • ctags: 14,764
  • sloc: cpp: 152,342; xml: 6,835; sh: 3,267; makefile: 862; ansic: 370
file content (67 lines) | stat: -rw-r--r-- 2,256 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
	ProjectType="Visual C++"
	Version="7.10"
	Name="LocalizationWithICU"
	ProjectGUID="{058582AA-14DE-43A9-975E-6F36DB74924E}"
	SccProjectName=""
	SccLocalPath=""
	Keyword="MakeFileProj">
	<Platforms>
		<Platform
			Name="Win32"/>
	</Platforms>
	<Configurations>
		<Configuration
			Name="Debug|Win32"
			OutputDirectory="."
			IntermediateDirectory="."
			ConfigurationType="0"
			UseOfMFC="0"
			ATLMinimizesCRunTimeLibraryUsage="FALSE">
			<Tool
				Name="VCNMakeTool"
				BuildCommandLine="nmake    /f &quot;BuildMessages.mak&quot; /NOLOGO CFG=Debug TYPE=icu LOCALE=en_US"
				ReBuildCommandLine="nmake    /f &quot;BuildMessages.mak&quot; /NOLOGO CFG=Debug TYPE=icu LOCALE=en_US /a"
				CleanCommandLine="nmake    /f &quot;BuildMessages.mak&quot; /NOLOGO CFG=Debug TYPE=icu LOCALE=en_US CLEAN"
				Output="LocalizationWithICU"/>
		</Configuration>
		<Configuration
			Name="Release|Win32"
			OutputDirectory="."
			IntermediateDirectory="."
			ConfigurationType="0"
			UseOfMFC="0"
			ATLMinimizesCRunTimeLibraryUsage="FALSE">
			<Tool
				Name="VCNMakeTool"
				BuildCommandLine="nmake /f &quot;BuildMessages.mak&quot;  TYPE=icu LOCALE=en_US"
				ReBuildCommandLine="nmake /f &quot;BuildMessages.mak&quot;  TYPE=icu LOCALE=en_US /a"
				CleanCommandLine="nmake /f &quot;BuildMessages.mak&quot;  TYPE=icu LOCALE=en_US CLEAN"
				Output="LocalizationWithICU"/>
		</Configuration>
		<Configuration
			Name="Release with symbols|Win32"
			OutputDirectory="."
			IntermediateDirectory="."
			ConfigurationType="0"
			UseOfMFC="0"
			ATLMinimizesCRunTimeLibraryUsage="FALSE">
			<Tool
				Name="VCNMakeTool"
				BuildCommandLine="nmake /f &quot;BuildMessages.mak&quot;  TYPE=icu CFG=Release.symbols LOCALE=en_US"
				ReBuildCommandLine="nmake /f &quot;BuildMessages.mak&quot;  TYPE=icu CFG=Release.symbols LOCALE=en_US /a"
				CleanCommandLine="nmake /f &quot;BuildMessages.mak&quot;  TYPE=icu CFG=Release.symbols LOCALE=en_US CLEAN"
				Output="LocalizationWithICU"/>
		</Configuration>
	</Configurations>
	<References>
	</References>
	<Files>
		<File
			RelativePath="..\..\..\..\..\src\xalanc\NLS\en_US\XalanMsg_en_US.xlf">
		</File>
	</Files>
	<Globals>
	</Globals>
</VisualStudioProject>