1 <?xml version=
"1.0" encoding=
"utf-8"?>
2 <Project DefaultTargets=
"Build" ToolsVersion=
"14.0" xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003">
3 <ItemGroup Label=
"ProjectConfigurations">
4 <ProjectConfiguration Include=
"Debug|Win32">
5 <Configuration>Debug
</Configuration>
6 <Platform>Win32
</Platform>
7 </ProjectConfiguration>
9 <PropertyGroup Label=
"Globals">
10 <ProjectName>langs
</ProjectName>
11 <ProjectGuid>{
0F066B23-
18DF-
4284-
8265-F4A5E7E3B966}
</ProjectGuid>
12 <RootNamespace>langs
</RootNamespace>
13 <Keyword>MakeFileProj
</Keyword>
15 <Import Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
16 <PropertyGroup Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'" Label=
"Configuration">
17 <ConfigurationType>Utility
</ConfigurationType>
18 <UseOfMfc>false
</UseOfMfc>
19 <PlatformToolset>v140
</PlatformToolset>
21 <Import Project=
"$(VCTargetsPath)\Microsoft.Cpp.props" />
22 <ImportGroup Label=
"ExtensionSettings">
24 <ImportGroup Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'" Label=
"PropertySheets">
25 <Import Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label=
"LocalAppDataPlatform" />
27 <PropertyGroup Label=
"UserMacros" />
29 <OutDir Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'">..\bin\lang\
</OutDir>
30 <IntDir Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'">..\objs\langs\
</IntDir>
32 <ItemDefinitionGroup Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'">
34 <Message>Generating strings.h
</Message>
35 <Command>..\objs\strgen\strgen.exe -s ..\src\lang -d ..\objs\langs\table
</Command>
38 <TypeLibraryName>./langs.tlb
</TypeLibraryName>
42 </ItemDefinitionGroup>
44 <CustomBuild Include=
"..\src\lang\english.txt">
45 <Message Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating english language file
</Message>
46 <Command Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'">..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang
"%(FullPath)"</Command>
47 <AdditionalInputs Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'">..\src\lang\english.txt;..\objs\strgen\strgen.exe;%(AdditionalInputs)
</AdditionalInputs>
48 <Outputs Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'">..\bin\lang\english.lng;%(Outputs)
</Outputs>
53 <ProjectReference Include=
"strgen_vs140.vcxproj">
54 <Project>{a133a442-bd0a-
4ade-b117-ad7545e4bdd1}
</Project>
55 <ReferenceOutputAssembly>false
</ReferenceOutputAssembly>
58 <Import Project=
"$(VCTargetsPath)\Microsoft.Cpp.targets" />
59 <ImportGroup Label=
"ExtensionTargets">