1
0
Fork 0

(svn r19100) -Fix: [MSVC] don't stop building language files if building one language file fails

release/1.0
yexo 2010-02-12 00:45:44 +00:00
parent 26005c55e5
commit 6c35de1d25
4 changed files with 94 additions and 94 deletions

View File

@ -161,7 +161,7 @@ load_lang_data() {
<Tool <Tool
Name=\"VCCustomBuildTool\" Name=\"VCCustomBuildTool\"
Description=\"Generating "$i" language file\" Description=\"Generating "$i" language file\"
CommandLine=\"..\\objs\\strgen\\strgen.exe -s ..\\src\\lang -d ..\\bin\\lang &quot;\$(InputPath)&quot;&#x0D;&#x0A;\" CommandLine=\"..\\objs\\strgen\\strgen.exe -s ..\\src\\lang -d ..\\bin\\lang &quot;\$(InputPath)&quot;&#x0D;&#x0A;exit 0\"
AdditionalDependencies=\"..\\src\\lang\\english.txt\" AdditionalDependencies=\"..\\src\\lang\\english.txt\"
Outputs=\"..\\bin\\lang\\"$i".lng\" Outputs=\"..\\bin\\lang\\"$i".lng\"
/> />

View File

@ -210,7 +210,7 @@ Function load_lang_data(dir)
& vbCrLf & " <Tool" _ & vbCrLf & " <Tool" _
& vbCrLf & " Name=" & Chr(34) & "VCCustomBuildTool" & Chr(34) _ & vbCrLf & " Name=" & Chr(34) & "VCCustomBuildTool" & Chr(34) _
& vbCrLf & " Description=" & Chr(34) & "Generating " & file & " language file" & Chr(34) _ & vbCrLf & " Description=" & Chr(34) & "Generating " & file & " language file" & Chr(34) _
& vbCrLf & " CommandLine=" & Chr(34) & "..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" & Chr(34) _ & vbCrLf & " CommandLine=" & Chr(34) & "..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0" & Chr(34) _
& vbCrLf & " AdditionalDependencies=" & Chr(34) & "..\src\lang\english.txt" & Chr(34) _ & vbCrLf & " AdditionalDependencies=" & Chr(34) & "..\src\lang\english.txt" & Chr(34) _
& vbCrLf & " Outputs=" & Chr(34) & "..\bin\lang\" & file & ".lng" & Chr(34) _ & vbCrLf & " Outputs=" & Chr(34) & "..\bin\lang\" & file & ".lng" & Chr(34) _
& vbCrLf & " />" _ & vbCrLf & " />" _

View File

@ -55,7 +55,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Generating afrikaans language file" Description="Generating afrikaans language file"
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0"
AdditionalDependencies="..\src\lang\english.txt" AdditionalDependencies="..\src\lang\english.txt"
Outputs="..\bin\lang\afrikaans.lng" Outputs="..\bin\lang\afrikaans.lng"
/> />
@ -70,7 +70,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Generating arabic_egypt language file" Description="Generating arabic_egypt language file"
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0"
AdditionalDependencies="..\src\lang\english.txt" AdditionalDependencies="..\src\lang\english.txt"
Outputs="..\bin\lang\arabic_egypt.lng" Outputs="..\bin\lang\arabic_egypt.lng"
/> />
@ -85,7 +85,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Generating brazilian_portuguese language file" Description="Generating brazilian_portuguese language file"
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0"
AdditionalDependencies="..\src\lang\english.txt" AdditionalDependencies="..\src\lang\english.txt"
Outputs="..\bin\lang\brazilian_portuguese.lng" Outputs="..\bin\lang\brazilian_portuguese.lng"
/> />
@ -100,7 +100,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Generating bulgarian language file" Description="Generating bulgarian language file"
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0"
AdditionalDependencies="..\src\lang\english.txt" AdditionalDependencies="..\src\lang\english.txt"
Outputs="..\bin\lang\bulgarian.lng" Outputs="..\bin\lang\bulgarian.lng"
/> />
@ -115,7 +115,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Generating catalan language file" Description="Generating catalan language file"
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0"
AdditionalDependencies="..\src\lang\english.txt" AdditionalDependencies="..\src\lang\english.txt"
Outputs="..\bin\lang\catalan.lng" Outputs="..\bin\lang\catalan.lng"
/> />
@ -130,7 +130,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Generating croatian language file" Description="Generating croatian language file"
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0"
AdditionalDependencies="..\src\lang\english.txt" AdditionalDependencies="..\src\lang\english.txt"
Outputs="..\bin\lang\croatian.lng" Outputs="..\bin\lang\croatian.lng"
/> />
@ -145,7 +145,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Generating czech language file" Description="Generating czech language file"
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0"
AdditionalDependencies="..\src\lang\english.txt" AdditionalDependencies="..\src\lang\english.txt"
Outputs="..\bin\lang\czech.lng" Outputs="..\bin\lang\czech.lng"
/> />
@ -160,7 +160,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Generating danish language file" Description="Generating danish language file"
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0"
AdditionalDependencies="..\src\lang\english.txt" AdditionalDependencies="..\src\lang\english.txt"
Outputs="..\bin\lang\danish.lng" Outputs="..\bin\lang\danish.lng"
/> />
@ -175,7 +175,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Generating dutch language file" Description="Generating dutch language file"
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0"
AdditionalDependencies="..\src\lang\english.txt" AdditionalDependencies="..\src\lang\english.txt"
Outputs="..\bin\lang\dutch.lng" Outputs="..\bin\lang\dutch.lng"
/> />
@ -190,7 +190,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Generating english language file" Description="Generating english language file"
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0"
AdditionalDependencies="..\src\lang\english.txt" AdditionalDependencies="..\src\lang\english.txt"
Outputs="..\bin\lang\english.lng" Outputs="..\bin\lang\english.lng"
/> />
@ -205,7 +205,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Generating english_US language file" Description="Generating english_US language file"
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0"
AdditionalDependencies="..\src\lang\english.txt" AdditionalDependencies="..\src\lang\english.txt"
Outputs="..\bin\lang\english_US.lng" Outputs="..\bin\lang\english_US.lng"
/> />
@ -220,7 +220,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Generating esperanto language file" Description="Generating esperanto language file"
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0"
AdditionalDependencies="..\src\lang\english.txt" AdditionalDependencies="..\src\lang\english.txt"
Outputs="..\bin\lang\esperanto.lng" Outputs="..\bin\lang\esperanto.lng"
/> />
@ -235,7 +235,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Generating estonian language file" Description="Generating estonian language file"
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0"
AdditionalDependencies="..\src\lang\english.txt" AdditionalDependencies="..\src\lang\english.txt"
Outputs="..\bin\lang\estonian.lng" Outputs="..\bin\lang\estonian.lng"
/> />
@ -250,7 +250,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Generating finnish language file" Description="Generating finnish language file"
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0"
AdditionalDependencies="..\src\lang\english.txt" AdditionalDependencies="..\src\lang\english.txt"
Outputs="..\bin\lang\finnish.lng" Outputs="..\bin\lang\finnish.lng"
/> />
@ -265,7 +265,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Generating french language file" Description="Generating french language file"
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0"
AdditionalDependencies="..\src\lang\english.txt" AdditionalDependencies="..\src\lang\english.txt"
Outputs="..\bin\lang\french.lng" Outputs="..\bin\lang\french.lng"
/> />
@ -280,7 +280,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Generating galician language file" Description="Generating galician language file"
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0"
AdditionalDependencies="..\src\lang\english.txt" AdditionalDependencies="..\src\lang\english.txt"
Outputs="..\bin\lang\galician.lng" Outputs="..\bin\lang\galician.lng"
/> />
@ -295,7 +295,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Generating german language file" Description="Generating german language file"
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0"
AdditionalDependencies="..\src\lang\english.txt" AdditionalDependencies="..\src\lang\english.txt"
Outputs="..\bin\lang\german.lng" Outputs="..\bin\lang\german.lng"
/> />
@ -310,7 +310,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Generating greek language file" Description="Generating greek language file"
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0"
AdditionalDependencies="..\src\lang\english.txt" AdditionalDependencies="..\src\lang\english.txt"
Outputs="..\bin\lang\greek.lng" Outputs="..\bin\lang\greek.lng"
/> />
@ -325,7 +325,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Generating hebrew language file" Description="Generating hebrew language file"
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0"
AdditionalDependencies="..\src\lang\english.txt" AdditionalDependencies="..\src\lang\english.txt"
Outputs="..\bin\lang\hebrew.lng" Outputs="..\bin\lang\hebrew.lng"
/> />
@ -340,7 +340,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Generating hungarian language file" Description="Generating hungarian language file"
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0"
AdditionalDependencies="..\src\lang\english.txt" AdditionalDependencies="..\src\lang\english.txt"
Outputs="..\bin\lang\hungarian.lng" Outputs="..\bin\lang\hungarian.lng"
/> />
@ -355,7 +355,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Generating icelandic language file" Description="Generating icelandic language file"
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0"
AdditionalDependencies="..\src\lang\english.txt" AdditionalDependencies="..\src\lang\english.txt"
Outputs="..\bin\lang\icelandic.lng" Outputs="..\bin\lang\icelandic.lng"
/> />
@ -370,7 +370,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Generating indonesian language file" Description="Generating indonesian language file"
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0"
AdditionalDependencies="..\src\lang\english.txt" AdditionalDependencies="..\src\lang\english.txt"
Outputs="..\bin\lang\indonesian.lng" Outputs="..\bin\lang\indonesian.lng"
/> />
@ -385,7 +385,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Generating italian language file" Description="Generating italian language file"
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0"
AdditionalDependencies="..\src\lang\english.txt" AdditionalDependencies="..\src\lang\english.txt"
Outputs="..\bin\lang\italian.lng" Outputs="..\bin\lang\italian.lng"
/> />
@ -400,7 +400,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Generating japanese language file" Description="Generating japanese language file"
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0"
AdditionalDependencies="..\src\lang\english.txt" AdditionalDependencies="..\src\lang\english.txt"
Outputs="..\bin\lang\japanese.lng" Outputs="..\bin\lang\japanese.lng"
/> />
@ -415,7 +415,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Generating korean language file" Description="Generating korean language file"
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0"
AdditionalDependencies="..\src\lang\english.txt" AdditionalDependencies="..\src\lang\english.txt"
Outputs="..\bin\lang\korean.lng" Outputs="..\bin\lang\korean.lng"
/> />
@ -430,7 +430,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Generating latvian language file" Description="Generating latvian language file"
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0"
AdditionalDependencies="..\src\lang\english.txt" AdditionalDependencies="..\src\lang\english.txt"
Outputs="..\bin\lang\latvian.lng" Outputs="..\bin\lang\latvian.lng"
/> />
@ -445,7 +445,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Generating lithuanian language file" Description="Generating lithuanian language file"
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0"
AdditionalDependencies="..\src\lang\english.txt" AdditionalDependencies="..\src\lang\english.txt"
Outputs="..\bin\lang\lithuanian.lng" Outputs="..\bin\lang\lithuanian.lng"
/> />
@ -460,7 +460,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Generating luxembourgish language file" Description="Generating luxembourgish language file"
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0"
AdditionalDependencies="..\src\lang\english.txt" AdditionalDependencies="..\src\lang\english.txt"
Outputs="..\bin\lang\luxembourgish.lng" Outputs="..\bin\lang\luxembourgish.lng"
/> />
@ -475,7 +475,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Generating malay language file" Description="Generating malay language file"
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0"
AdditionalDependencies="..\src\lang\english.txt" AdditionalDependencies="..\src\lang\english.txt"
Outputs="..\bin\lang\malay.lng" Outputs="..\bin\lang\malay.lng"
/> />
@ -490,7 +490,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Generating norwegian_bokmal language file" Description="Generating norwegian_bokmal language file"
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0"
AdditionalDependencies="..\src\lang\english.txt" AdditionalDependencies="..\src\lang\english.txt"
Outputs="..\bin\lang\norwegian_bokmal.lng" Outputs="..\bin\lang\norwegian_bokmal.lng"
/> />
@ -505,7 +505,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Generating norwegian_nynorsk language file" Description="Generating norwegian_nynorsk language file"
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0"
AdditionalDependencies="..\src\lang\english.txt" AdditionalDependencies="..\src\lang\english.txt"
Outputs="..\bin\lang\norwegian_nynorsk.lng" Outputs="..\bin\lang\norwegian_nynorsk.lng"
/> />
@ -520,7 +520,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Generating polish language file" Description="Generating polish language file"
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0"
AdditionalDependencies="..\src\lang\english.txt" AdditionalDependencies="..\src\lang\english.txt"
Outputs="..\bin\lang\polish.lng" Outputs="..\bin\lang\polish.lng"
/> />
@ -535,7 +535,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Generating portuguese language file" Description="Generating portuguese language file"
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0"
AdditionalDependencies="..\src\lang\english.txt" AdditionalDependencies="..\src\lang\english.txt"
Outputs="..\bin\lang\portuguese.lng" Outputs="..\bin\lang\portuguese.lng"
/> />
@ -550,7 +550,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Generating romanian language file" Description="Generating romanian language file"
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0"
AdditionalDependencies="..\src\lang\english.txt" AdditionalDependencies="..\src\lang\english.txt"
Outputs="..\bin\lang\romanian.lng" Outputs="..\bin\lang\romanian.lng"
/> />
@ -565,7 +565,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Generating russian language file" Description="Generating russian language file"
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0"
AdditionalDependencies="..\src\lang\english.txt" AdditionalDependencies="..\src\lang\english.txt"
Outputs="..\bin\lang\russian.lng" Outputs="..\bin\lang\russian.lng"
/> />
@ -580,7 +580,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Generating serbian language file" Description="Generating serbian language file"
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0"
AdditionalDependencies="..\src\lang\english.txt" AdditionalDependencies="..\src\lang\english.txt"
Outputs="..\bin\lang\serbian.lng" Outputs="..\bin\lang\serbian.lng"
/> />
@ -595,7 +595,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Generating simplified_chinese language file" Description="Generating simplified_chinese language file"
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0"
AdditionalDependencies="..\src\lang\english.txt" AdditionalDependencies="..\src\lang\english.txt"
Outputs="..\bin\lang\simplified_chinese.lng" Outputs="..\bin\lang\simplified_chinese.lng"
/> />
@ -610,7 +610,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Generating slovak language file" Description="Generating slovak language file"
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0"
AdditionalDependencies="..\src\lang\english.txt" AdditionalDependencies="..\src\lang\english.txt"
Outputs="..\bin\lang\slovak.lng" Outputs="..\bin\lang\slovak.lng"
/> />
@ -625,7 +625,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Generating slovenian language file" Description="Generating slovenian language file"
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0"
AdditionalDependencies="..\src\lang\english.txt" AdditionalDependencies="..\src\lang\english.txt"
Outputs="..\bin\lang\slovenian.lng" Outputs="..\bin\lang\slovenian.lng"
/> />
@ -640,7 +640,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Generating spanish language file" Description="Generating spanish language file"
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0"
AdditionalDependencies="..\src\lang\english.txt" AdditionalDependencies="..\src\lang\english.txt"
Outputs="..\bin\lang\spanish.lng" Outputs="..\bin\lang\spanish.lng"
/> />
@ -655,7 +655,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Generating swedish language file" Description="Generating swedish language file"
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0"
AdditionalDependencies="..\src\lang\english.txt" AdditionalDependencies="..\src\lang\english.txt"
Outputs="..\bin\lang\swedish.lng" Outputs="..\bin\lang\swedish.lng"
/> />
@ -670,7 +670,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Generating traditional_chinese language file" Description="Generating traditional_chinese language file"
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0"
AdditionalDependencies="..\src\lang\english.txt" AdditionalDependencies="..\src\lang\english.txt"
Outputs="..\bin\lang\traditional_chinese.lng" Outputs="..\bin\lang\traditional_chinese.lng"
/> />
@ -685,7 +685,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Generating turkish language file" Description="Generating turkish language file"
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0"
AdditionalDependencies="..\src\lang\english.txt" AdditionalDependencies="..\src\lang\english.txt"
Outputs="..\bin\lang\turkish.lng" Outputs="..\bin\lang\turkish.lng"
/> />
@ -700,7 +700,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Generating ukrainian language file" Description="Generating ukrainian language file"
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0"
AdditionalDependencies="..\src\lang\english.txt" AdditionalDependencies="..\src\lang\english.txt"
Outputs="..\bin\lang\ukrainian.lng" Outputs="..\bin\lang\ukrainian.lng"
/> />
@ -715,7 +715,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Generating vietnamese language file" Description="Generating vietnamese language file"
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0"
AdditionalDependencies="..\src\lang\english.txt" AdditionalDependencies="..\src\lang\english.txt"
Outputs="..\bin\lang\vietnamese.lng" Outputs="..\bin\lang\vietnamese.lng"
/> />
@ -730,7 +730,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Generating welsh language file" Description="Generating welsh language file"
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0"
AdditionalDependencies="..\src\lang\english.txt" AdditionalDependencies="..\src\lang\english.txt"
Outputs="..\bin\lang\welsh.lng" Outputs="..\bin\lang\welsh.lng"
/> />

View File

@ -56,7 +56,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Generating afrikaans language file" Description="Generating afrikaans language file"
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0"
AdditionalDependencies="..\src\lang\english.txt" AdditionalDependencies="..\src\lang\english.txt"
Outputs="..\bin\lang\afrikaans.lng" Outputs="..\bin\lang\afrikaans.lng"
/> />
@ -71,7 +71,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Generating arabic_egypt language file" Description="Generating arabic_egypt language file"
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0"
AdditionalDependencies="..\src\lang\english.txt" AdditionalDependencies="..\src\lang\english.txt"
Outputs="..\bin\lang\arabic_egypt.lng" Outputs="..\bin\lang\arabic_egypt.lng"
/> />
@ -86,7 +86,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Generating brazilian_portuguese language file" Description="Generating brazilian_portuguese language file"
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0"
AdditionalDependencies="..\src\lang\english.txt" AdditionalDependencies="..\src\lang\english.txt"
Outputs="..\bin\lang\brazilian_portuguese.lng" Outputs="..\bin\lang\brazilian_portuguese.lng"
/> />
@ -101,7 +101,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Generating bulgarian language file" Description="Generating bulgarian language file"
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0"
AdditionalDependencies="..\src\lang\english.txt" AdditionalDependencies="..\src\lang\english.txt"
Outputs="..\bin\lang\bulgarian.lng" Outputs="..\bin\lang\bulgarian.lng"
/> />
@ -116,7 +116,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Generating catalan language file" Description="Generating catalan language file"
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0"
AdditionalDependencies="..\src\lang\english.txt" AdditionalDependencies="..\src\lang\english.txt"
Outputs="..\bin\lang\catalan.lng" Outputs="..\bin\lang\catalan.lng"
/> />
@ -131,7 +131,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Generating croatian language file" Description="Generating croatian language file"
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0"
AdditionalDependencies="..\src\lang\english.txt" AdditionalDependencies="..\src\lang\english.txt"
Outputs="..\bin\lang\croatian.lng" Outputs="..\bin\lang\croatian.lng"
/> />
@ -146,7 +146,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Generating czech language file" Description="Generating czech language file"
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0"
AdditionalDependencies="..\src\lang\english.txt" AdditionalDependencies="..\src\lang\english.txt"
Outputs="..\bin\lang\czech.lng" Outputs="..\bin\lang\czech.lng"
/> />
@ -161,7 +161,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Generating danish language file" Description="Generating danish language file"
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0"
AdditionalDependencies="..\src\lang\english.txt" AdditionalDependencies="..\src\lang\english.txt"
Outputs="..\bin\lang\danish.lng" Outputs="..\bin\lang\danish.lng"
/> />
@ -176,7 +176,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Generating dutch language file" Description="Generating dutch language file"
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0"
AdditionalDependencies="..\src\lang\english.txt" AdditionalDependencies="..\src\lang\english.txt"
Outputs="..\bin\lang\dutch.lng" Outputs="..\bin\lang\dutch.lng"
/> />
@ -191,7 +191,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Generating english language file" Description="Generating english language file"
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0"
AdditionalDependencies="..\src\lang\english.txt" AdditionalDependencies="..\src\lang\english.txt"
Outputs="..\bin\lang\english.lng" Outputs="..\bin\lang\english.lng"
/> />
@ -206,7 +206,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Generating english_US language file" Description="Generating english_US language file"
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0"
AdditionalDependencies="..\src\lang\english.txt" AdditionalDependencies="..\src\lang\english.txt"
Outputs="..\bin\lang\english_US.lng" Outputs="..\bin\lang\english_US.lng"
/> />
@ -221,7 +221,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Generating esperanto language file" Description="Generating esperanto language file"
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0"
AdditionalDependencies="..\src\lang\english.txt" AdditionalDependencies="..\src\lang\english.txt"
Outputs="..\bin\lang\esperanto.lng" Outputs="..\bin\lang\esperanto.lng"
/> />
@ -236,7 +236,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Generating estonian language file" Description="Generating estonian language file"
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0"
AdditionalDependencies="..\src\lang\english.txt" AdditionalDependencies="..\src\lang\english.txt"
Outputs="..\bin\lang\estonian.lng" Outputs="..\bin\lang\estonian.lng"
/> />
@ -251,7 +251,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Generating finnish language file" Description="Generating finnish language file"
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0"
AdditionalDependencies="..\src\lang\english.txt" AdditionalDependencies="..\src\lang\english.txt"
Outputs="..\bin\lang\finnish.lng" Outputs="..\bin\lang\finnish.lng"
/> />
@ -266,7 +266,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Generating french language file" Description="Generating french language file"
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0"
AdditionalDependencies="..\src\lang\english.txt" AdditionalDependencies="..\src\lang\english.txt"
Outputs="..\bin\lang\french.lng" Outputs="..\bin\lang\french.lng"
/> />
@ -281,7 +281,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Generating galician language file" Description="Generating galician language file"
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0"
AdditionalDependencies="..\src\lang\english.txt" AdditionalDependencies="..\src\lang\english.txt"
Outputs="..\bin\lang\galician.lng" Outputs="..\bin\lang\galician.lng"
/> />
@ -296,7 +296,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Generating german language file" Description="Generating german language file"
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0"
AdditionalDependencies="..\src\lang\english.txt" AdditionalDependencies="..\src\lang\english.txt"
Outputs="..\bin\lang\german.lng" Outputs="..\bin\lang\german.lng"
/> />
@ -311,7 +311,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Generating greek language file" Description="Generating greek language file"
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0"
AdditionalDependencies="..\src\lang\english.txt" AdditionalDependencies="..\src\lang\english.txt"
Outputs="..\bin\lang\greek.lng" Outputs="..\bin\lang\greek.lng"
/> />
@ -326,7 +326,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Generating hebrew language file" Description="Generating hebrew language file"
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0"
AdditionalDependencies="..\src\lang\english.txt" AdditionalDependencies="..\src\lang\english.txt"
Outputs="..\bin\lang\hebrew.lng" Outputs="..\bin\lang\hebrew.lng"
/> />
@ -341,7 +341,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Generating hungarian language file" Description="Generating hungarian language file"
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0"
AdditionalDependencies="..\src\lang\english.txt" AdditionalDependencies="..\src\lang\english.txt"
Outputs="..\bin\lang\hungarian.lng" Outputs="..\bin\lang\hungarian.lng"
/> />
@ -356,7 +356,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Generating icelandic language file" Description="Generating icelandic language file"
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0"
AdditionalDependencies="..\src\lang\english.txt" AdditionalDependencies="..\src\lang\english.txt"
Outputs="..\bin\lang\icelandic.lng" Outputs="..\bin\lang\icelandic.lng"
/> />
@ -371,7 +371,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Generating indonesian language file" Description="Generating indonesian language file"
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0"
AdditionalDependencies="..\src\lang\english.txt" AdditionalDependencies="..\src\lang\english.txt"
Outputs="..\bin\lang\indonesian.lng" Outputs="..\bin\lang\indonesian.lng"
/> />
@ -386,7 +386,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Generating italian language file" Description="Generating italian language file"
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0"
AdditionalDependencies="..\src\lang\english.txt" AdditionalDependencies="..\src\lang\english.txt"
Outputs="..\bin\lang\italian.lng" Outputs="..\bin\lang\italian.lng"
/> />
@ -401,7 +401,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Generating japanese language file" Description="Generating japanese language file"
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0"
AdditionalDependencies="..\src\lang\english.txt" AdditionalDependencies="..\src\lang\english.txt"
Outputs="..\bin\lang\japanese.lng" Outputs="..\bin\lang\japanese.lng"
/> />
@ -416,7 +416,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Generating korean language file" Description="Generating korean language file"
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0"
AdditionalDependencies="..\src\lang\english.txt" AdditionalDependencies="..\src\lang\english.txt"
Outputs="..\bin\lang\korean.lng" Outputs="..\bin\lang\korean.lng"
/> />
@ -431,7 +431,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Generating latvian language file" Description="Generating latvian language file"
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0"
AdditionalDependencies="..\src\lang\english.txt" AdditionalDependencies="..\src\lang\english.txt"
Outputs="..\bin\lang\latvian.lng" Outputs="..\bin\lang\latvian.lng"
/> />
@ -446,7 +446,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Generating lithuanian language file" Description="Generating lithuanian language file"
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0"
AdditionalDependencies="..\src\lang\english.txt" AdditionalDependencies="..\src\lang\english.txt"
Outputs="..\bin\lang\lithuanian.lng" Outputs="..\bin\lang\lithuanian.lng"
/> />
@ -461,7 +461,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Generating luxembourgish language file" Description="Generating luxembourgish language file"
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0"
AdditionalDependencies="..\src\lang\english.txt" AdditionalDependencies="..\src\lang\english.txt"
Outputs="..\bin\lang\luxembourgish.lng" Outputs="..\bin\lang\luxembourgish.lng"
/> />
@ -476,7 +476,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Generating malay language file" Description="Generating malay language file"
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0"
AdditionalDependencies="..\src\lang\english.txt" AdditionalDependencies="..\src\lang\english.txt"
Outputs="..\bin\lang\malay.lng" Outputs="..\bin\lang\malay.lng"
/> />
@ -491,7 +491,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Generating norwegian_bokmal language file" Description="Generating norwegian_bokmal language file"
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0"
AdditionalDependencies="..\src\lang\english.txt" AdditionalDependencies="..\src\lang\english.txt"
Outputs="..\bin\lang\norwegian_bokmal.lng" Outputs="..\bin\lang\norwegian_bokmal.lng"
/> />
@ -506,7 +506,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Generating norwegian_nynorsk language file" Description="Generating norwegian_nynorsk language file"
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0"
AdditionalDependencies="..\src\lang\english.txt" AdditionalDependencies="..\src\lang\english.txt"
Outputs="..\bin\lang\norwegian_nynorsk.lng" Outputs="..\bin\lang\norwegian_nynorsk.lng"
/> />
@ -521,7 +521,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Generating polish language file" Description="Generating polish language file"
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0"
AdditionalDependencies="..\src\lang\english.txt" AdditionalDependencies="..\src\lang\english.txt"
Outputs="..\bin\lang\polish.lng" Outputs="..\bin\lang\polish.lng"
/> />
@ -536,7 +536,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Generating portuguese language file" Description="Generating portuguese language file"
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0"
AdditionalDependencies="..\src\lang\english.txt" AdditionalDependencies="..\src\lang\english.txt"
Outputs="..\bin\lang\portuguese.lng" Outputs="..\bin\lang\portuguese.lng"
/> />
@ -551,7 +551,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Generating romanian language file" Description="Generating romanian language file"
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0"
AdditionalDependencies="..\src\lang\english.txt" AdditionalDependencies="..\src\lang\english.txt"
Outputs="..\bin\lang\romanian.lng" Outputs="..\bin\lang\romanian.lng"
/> />
@ -566,7 +566,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Generating russian language file" Description="Generating russian language file"
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0"
AdditionalDependencies="..\src\lang\english.txt" AdditionalDependencies="..\src\lang\english.txt"
Outputs="..\bin\lang\russian.lng" Outputs="..\bin\lang\russian.lng"
/> />
@ -581,7 +581,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Generating serbian language file" Description="Generating serbian language file"
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0"
AdditionalDependencies="..\src\lang\english.txt" AdditionalDependencies="..\src\lang\english.txt"
Outputs="..\bin\lang\serbian.lng" Outputs="..\bin\lang\serbian.lng"
/> />
@ -596,7 +596,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Generating simplified_chinese language file" Description="Generating simplified_chinese language file"
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0"
AdditionalDependencies="..\src\lang\english.txt" AdditionalDependencies="..\src\lang\english.txt"
Outputs="..\bin\lang\simplified_chinese.lng" Outputs="..\bin\lang\simplified_chinese.lng"
/> />
@ -611,7 +611,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Generating slovak language file" Description="Generating slovak language file"
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0"
AdditionalDependencies="..\src\lang\english.txt" AdditionalDependencies="..\src\lang\english.txt"
Outputs="..\bin\lang\slovak.lng" Outputs="..\bin\lang\slovak.lng"
/> />
@ -626,7 +626,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Generating slovenian language file" Description="Generating slovenian language file"
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0"
AdditionalDependencies="..\src\lang\english.txt" AdditionalDependencies="..\src\lang\english.txt"
Outputs="..\bin\lang\slovenian.lng" Outputs="..\bin\lang\slovenian.lng"
/> />
@ -641,7 +641,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Generating spanish language file" Description="Generating spanish language file"
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0"
AdditionalDependencies="..\src\lang\english.txt" AdditionalDependencies="..\src\lang\english.txt"
Outputs="..\bin\lang\spanish.lng" Outputs="..\bin\lang\spanish.lng"
/> />
@ -656,7 +656,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Generating swedish language file" Description="Generating swedish language file"
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0"
AdditionalDependencies="..\src\lang\english.txt" AdditionalDependencies="..\src\lang\english.txt"
Outputs="..\bin\lang\swedish.lng" Outputs="..\bin\lang\swedish.lng"
/> />
@ -671,7 +671,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Generating traditional_chinese language file" Description="Generating traditional_chinese language file"
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0"
AdditionalDependencies="..\src\lang\english.txt" AdditionalDependencies="..\src\lang\english.txt"
Outputs="..\bin\lang\traditional_chinese.lng" Outputs="..\bin\lang\traditional_chinese.lng"
/> />
@ -686,7 +686,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Generating turkish language file" Description="Generating turkish language file"
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0"
AdditionalDependencies="..\src\lang\english.txt" AdditionalDependencies="..\src\lang\english.txt"
Outputs="..\bin\lang\turkish.lng" Outputs="..\bin\lang\turkish.lng"
/> />
@ -701,7 +701,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Generating ukrainian language file" Description="Generating ukrainian language file"
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0"
AdditionalDependencies="..\src\lang\english.txt" AdditionalDependencies="..\src\lang\english.txt"
Outputs="..\bin\lang\ukrainian.lng" Outputs="..\bin\lang\ukrainian.lng"
/> />
@ -716,7 +716,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Generating vietnamese language file" Description="Generating vietnamese language file"
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0"
AdditionalDependencies="..\src\lang\english.txt" AdditionalDependencies="..\src\lang\english.txt"
Outputs="..\bin\lang\vietnamese.lng" Outputs="..\bin\lang\vietnamese.lng"
/> />
@ -731,7 +731,7 @@
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Generating welsh language file" Description="Generating welsh language file"
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;" CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang &quot;$(InputPath)&quot;&#x0D;&#x0A;exit 0"
AdditionalDependencies="..\src\lang\english.txt" AdditionalDependencies="..\src\lang\english.txt"
Outputs="..\bin\lang\welsh.lng" Outputs="..\bin\lang\welsh.lng"
/> />