summaryrefslogtreecommitdiff
path: root/projects/langs_vs80.vcproj.in
blob: 548a0b0179c6411a05ede6aef9120cc6d16b76f1 (plain)
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
68
69
70
71
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
	ProjectType="Visual C++"
	Version="8.00"
	Name="langs"
	ProjectGUID="{0F066B23-18DF-4284-8265-F4A5E7E3B966}"
	RootNamespace="langs"
	Keyword="MakeFileProj"
	>
	<Platforms>
		<Platform
			Name="Win32"
		/>
	</Platforms>
	<ToolFiles>
	</ToolFiles>
	<Configurations>
		<Configuration
			Name="Debug|Win32"
			OutputDirectory="..\bin\lang"
			IntermediateDirectory="..\objs\langs"
			ConfigurationType="10"
			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
			UseOfMFC="0"
			ATLMinimizesCRunTimeLibraryUsage="false"
			>
			<Tool
				Name="VCPreBuildEventTool"
				Description="Generating strings.h"
				CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\objs\langs\table"
			/>
			<Tool
				Name="VCCustomBuildTool"
			/>
			<Tool
				Name="VCMIDLTool"
				TypeLibraryName="./langs.tlb"
				HeaderFileName=""
			/>
			<Tool
				Name="VCPostBuildEventTool"
			/>
		</Configuration>
	</Configurations>
	<References>
	</References>
	<Files>
		<File
			RelativePath="..\src\lang\english.txt"
			>
			<FileConfiguration
				Name="Debug|Win32"
				>
				<Tool
					Name="VCCustomBuildTool"
					Description="Generating english language file"
					CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0&#x0D;&#x0A;"
					AdditionalDependencies="..\src\lang\english.txt;..\objs\strgen\strgen.exe"
					Outputs="..\bin\lang\english.lng"
				/>
			</FileConfiguration>
		</File>
		<Filter
			Name="Translations"
			>
!!FILES!!
		</Filter>
	</Files>
	<Globals>
	</Globals>
</VisualStudioProject>